:root {
--primary: #6366f1;
--primary-dark: #4f46e5;
--secondary: #f43f5e;
--dark: #1e293b;
--light: #f8fafc;
--gray: #94a3b8;
}
body {
font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}
.btn-primary {
background-color: var(--primary);
border-color: var(--primary);
transition: all 0.2s ease;
}
.btn-primary:hover {
background-color: var(--primary-dark);
border-color: var(--primary-dark);
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}
.text-gradient {
background: linear-gradient(to right, #6366f1, #ec4899);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.hero {
background: radial-gradient(circle at 30% 107%, #fdf2f8 0%, #e0e7ff 90%);
position: relative;
overflow: hidden;
display: flex;
align-items: center;
padding: 80px 0;
}
.feature-card {
border-radius: 16px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
border: 1px solid rgba(0, 0, 0, 0.08);
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
footer {
background-color: #1e293b;
color: white;
padding: 60px 0 30px;
}
.feature-icon {
font-size: 2.5rem;
margin-bottom: 1rem;
background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.ai-prompt {
background-color: #f1f5f9;
border-left: 4px solid #6366f1;
padding: 15px;
margin-bottom: 20px;
font-family: monospace;
border-radius: 0 8px 8px 0;
}
.showcase-image-container {
height: auto;
max-height: 400px;
max-width: 600px;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
background-color: #f8fafc;
border-radius: 8px;
border: 1px solid rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
margin: 0 auto;
}
.showcase-image-container img {
max-width: 100%;
max-height: 460px;
object-fit: contain;
}
.carousel-image {
max-height: 460px;
max-width: min(600px, 100%);
object-fit: contain;
}
textarea.form-control {
resize: none;
}
.highlight-price {
background: var(--primary);
color: white;
padding: 0.1em 0.2em;
border-radius: 6px;
display: inline-block;
transform: rotate(-1deg) skew(-1deg);
box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
font-style: italic;
font-size: 0.8em;
}
.category-nav {
display: flex;
flex-wrap: wrap;
gap: 0.2rem;
margin-bottom: 1rem;
max-width: 100%;
background-color: #f8fafc;
border-radius: 0.5rem 0.5rem 0 0;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
border-bottom: 2px solid rgba(99, 102, 241, 0.2);
}
.category-btn {
display: inline-block;
padding: 0.5rem 0.6rem;
border-radius: 0.5rem 0.5rem 0 0;
font-size: 0.8rem;
white-space: nowrap;
transition: all 0.2s ease;
border: 1px solid transparent;
border-bottom: none;
margin: 0;
margin-bottom: -2px;
background-color: transparent;
color: var(--dark);
font-weight: 500;
flex-shrink: 0;
position: relative;
z-index: 1;
min-width: 60px;
text-align: center;
height: 38px;
}
.category-btn:hover {
background-color: rgba(99, 102, 241, 0.08);
color: var(--primary);
}
.category-btn.active {
background-color: white;
color: var(--primary);
border-color: rgba(99, 102, 241, 0.2);
border-bottom: 2px solid white;
font-weight: 600;
transform: none;
}
.showcases-list {
display: flex;
flex-direction: column;
gap: 0.25rem;
overflow-y: auto;
padding-right: 0.5rem;
border-radius: 0.5rem;
margin-bottom: 1rem;
}
.showcases-list::-webkit-scrollbar {
width: 4px;
}
.showcases-list::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.1);
border-radius: 4px;
}
.showcase-btn {
display: block;
width: 100%;
text-align: left;
padding: 0.5rem 0.75rem;
padding-left: 1rem;
border-radius: 0.5rem;
background-color: white;
border: 1px solid rgba(0, 0, 0, 0.05);
transition: all 0.2s ease;
font-size: 0.9rem;
font-weight: 500;
color: var(--dark);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
min-height: 38px;
position: relative;
}
.showcase-btn:hover {
background-color: rgba(99, 102, 241, 0.05);
transform: translateX(2px);
color: black;
}
.showcase-btn.active {
background-color: var(--primary);
color: white;
border-color: var(--primary);
}
.showcase-viewer {
padding: 1.5rem;
background-color: white;
border-radius: 0.5rem;
}
.showcase-selection {
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.input-group .input-group-text {
border-radius: 2rem 0 0 2rem;
}
.input-group .form-control {
border-radius: 0 2rem 2rem 0;
}
.category-tag {
display: inline-block;
font-size: 0.7rem;
padding: 0.15rem 0.4rem;
border-radius: 0.25rem;
background-color: rgba(99, 102, 241, 0.1);
color: var(--primary);
margin-right: 0.5rem;
font-weight: 600;
}
.showcase-btn.active .category-tag {
background-color: rgba(255, 255, 255, 0.2);
color: white;
}
@media (max-width: 768px) {
.hero h1 {
font-size: 2.5rem;
}
.showcases-list {
max-height: 210px;
}
.showcase-viewer {
margin-top: 1rem;
padding: 1rem;
}
}
@media (max-width: 576px) {
.hero h1 {
font-size: 2rem;
line-height: 1.2;
word-spacing: -1px;
text-align: center;
}
.category-nav {
flex-wrap: wrap;
padding: 0.25rem 0.25rem 0 0.25rem;
}
.category-btn {
padding: 0.5rem 0.6rem;
font-size: 0.8rem;
margin-bottom: -2px;
}
}
@media (max-width: 380px) {
.hero h1 {
font-size: 1.7rem;
line-height: 1.2;
word-spacing: -1px;
text-align: center;
}
}
@media (min-width: 577px) and (max-width: 991px) {
.category-nav {
max-height: 76px;
overflow-y: hidden;
}
.category-btn {
padding: 0.4rem 0.5rem;
font-size: 0.75rem;
margin-bottom: 0.2rem;
}
}
@media (min-width: 768px) {
.showcase-container {
display: flex;
height: 100%;
}
.showcase-selection {
height: 100%;
display: flex;
flex-direction: column;
}
.showcases-list {
flex: 1;
overflow-y: auto;
padding-right: 0.5rem;
margin-bottom: 1rem;
max-height: 500px;
}
.showcase-viewer {
height: 100%;
display: flex;
flex-direction: column;
padding: 1.5rem;
}
}
@media (max-width: 767px) {
.showcase-selection {
border-right: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 1rem;
padding-bottom: 1rem;
}
}
.image-carousel {
position: relative;
border-radius: 8px;
overflow: hidden;
margin-bottom: 1rem;
margin-left: auto;
margin-right: auto;
max-width: 600px;
}
.carousel-inner {
border-radius: 8px;
}
.carousel-item {
text-align: center;
background-color: #f8fafc;
padding: 6px;
}
.carousel-item img {
object-fit: contain;
max-width: 100%;
margin: 0 auto;
display: block;
}
.carousel-control-prev,
.carousel-control-next {
width: 40px;
height: 40px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 50%;
top: 50%;
transform: translateY(-50%);
opacity: 0.7;
margin: 0 10px;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
opacity: 0.9;
}
.carousel-indicators {
margin-bottom: 0;
}
.carousel-indicators button {
width: 10px;
height: 10px;
border-radius: 50%;
background-color: rgba(99, 102, 241, 0.5);
margin: 0 4px;
}
.carousel-indicators .active {
background-color: var(--primary);
}
.carousel-caption-container {
padding: 0.7rem;
text-align: center;
color: var(--dark);
font-size: 0.9rem;
background-color: #f8fafc;
display: flex;
align-items: center;
justify-content: center;
}
.carousel-caption-container p {
margin: 0;
}
.arrow-right {
width: 46px;
height: 46px;
background-color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
z-index: 10;
position: relative;
right: -18px;
}
.row.g-2 {
margin-left: -1px;
margin-right: -1px;
}
.row.g-2 > .col-6 {
padding-left: 1px;
padding-right: 1px;
}
.cta-section {
background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
padding: 50px 0;
color: white;
} .showcase-image.loading::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 1;
}
.showcase-image.loading::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 30px;
height: 30px;
margin: -15px 0 0 -15px;
border-radius: 50%;
border: 3px solid rgba(255, 255, 255, 0.3);
border-top-color: #fff;
animation: spin 1s linear infinite;
z-index: 2;
}
@keyframes spin {
to {
transform: rotate(360deg);
}
}