.custom-file-upload-container{width:100%}.custom-file-upload{position:relative;width:35%;min-width:200px;aspect-ratio:1/1;border:2px dashed #d0d0d0;border-radius:.75rem;text-align:center;cursor:pointer;transition:all .3s ease;background:white;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.custom-file-upload:hover:not(.disabled){border-color:#1a1a1a;background:#fafafa}.custom-file-upload.has-file{border-style:solid;border-color:#1a1a1a;padding:0}.custom-file-upload.has-error{border-color:#dc2626}.custom-file-upload.disabled{opacity:.5;cursor:not-allowed}.custom-file-upload.dragging{border-color:#1a1a1a;background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1));border-style:solid;transform:scale(1.02);box-shadow:0 8px 24px rgba(102,126,234,.2)}.custom-file-upload.dragging-invalid{border-color:#dc2626;background:linear-gradient(135deg,rgba(220,38,38,.1),rgba(185,28,28,.1));border-style:solid;transform:scale(1.02);box-shadow:0 8px 24px rgba(220,38,38,.3)}.upload-prompt{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem}.upload-icon{color:#666;margin-bottom:.25rem;width:32px;height:32px}.upload-text{font-size:.75rem;font-weight:600;color:var(--text-primary);margin:0}.upload-hint{font-size:.625rem;color:var(--text-secondary);margin:0;line-height:1.2}.file-preview{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:0;background:#f5f5f5}.preview-image,.preview-video{width:100%;height:100%;object-fit:contain;border-radius:0}.preview-video{object-fit:contain;background:#000}.file-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.6) 70%,transparent);padding:1rem .75rem .75rem;color:white;opacity:0;transition:opacity .3s ease}.custom-file-upload:hover .file-overlay{opacity:1}.file-name-overlay{font-size:.875rem;font-weight:600;margin:0 0 .25rem;word-break:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.file-size-overlay{font-size:.75rem;opacity:.9;margin:0}.audio-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:100%;height:100%;background:#f9fafb}.audio-icon{color:#666;opacity:.7}.audio-player{width:90%;max-width:300px}.upload-error-inside{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;width:100%;height:100%;justify-content:center}.error-icon{color:#dc2626;opacity:.9}.error-text{font-size:.875rem;font-weight:600;color:#dc2626;margin:0;text-align:center;line-height:1.4}.error-hint{font-size:.75rem;color:#991b1b;margin:0;opacity:.8}.custom-file-upload.custom-file-upload--wide{width:100%;min-height:160px}.upload-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.4);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:10;border-radius:.75rem}.upload-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#1a1a1a;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.upload-progress{position:relative;width:56px;height:56px;display:flex;align-items:center;justify-content:center}.upload-progress__ring{width:56px;height:56px;transform:rotate(-90deg)}.upload-progress__track{fill:none;stroke:#e5e7eb;stroke-width:3}.upload-progress__fill{fill:none;stroke:#1a1a1a;stroke-width:3;stroke-linecap:round;transition:stroke-dashoffset .3s ease}.upload-progress__text{position:absolute;font-size:.75rem;font-weight:600;color:#1a1a1a}.custom-textarea{width:100%;padding:.75rem 1rem;border:1px solid #d0d0d0!important;border-radius:.5rem;font-size:1rem;font-family:var(--font-family);background:white!important;color:var(--text-primary);transition:all .2s ease;outline:none;box-sizing:border-box;resize:vertical}.custom-textarea:focus{border-color:var(--input-border-color-focus)!important;box-shadow:var(--input-shadow-focus)!important}.custom-textarea:disabled{background-color:#f5f5f5!important;cursor:not-allowed;opacity:.6}.custom-select{width:100%;padding:.75rem 2.5rem .75rem 1rem;border:1px solid #d0d0d0!important;border-radius:.5rem;font-size:1rem;font-family:var(--font-family);background-color:white!important;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e")!important;background-repeat:no-repeat!important;background-position:right 1rem center!important;background-size:16px!important;color:var(--text-primary);transition:all .2s ease;outline:none;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;box-sizing:border-box}.custom-select:focus{border-color:var(--input-border-color-focus)!important;box-shadow:var(--input-shadow-focus)!important}.custom-select:disabled{background-color:#f5f5f5!important;cursor:not-allowed;opacity:.6}.custom-select-placeholder{color:#ff4141!important;font-size:1rem;font-family:var(--font-family);font-weight:400;line-height:1.5;text-align:left;text-transform:none;text-decoration:none;text-shadow:none;text-overflow:ellipsis;text-wrap:wrap}.custom-multi-select{position:relative;width:100%;font-family:var(--font-family)}.custom-multi-select__trigger{display:flex;align-items:center;justify-content:space-between;min-height:44px;padding:.5rem 2.5rem .5rem 1rem;border:1px solid #d0d0d0;border-radius:.5rem;font-size:1rem;background-color:white;color:var(--text-primary);transition:all .2s ease;cursor:pointer;box-sizing:border-box}.custom-multi-select__trigger:focus{outline:none;border-color:var(--input-border-color-focus);box-shadow:var(--input-shadow-focus)}.custom-multi-select--disabled .custom-multi-select__trigger{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.custom-multi-select--open .custom-multi-select__trigger{border-color:var(--input-border-color-focus);border-bottom-left-radius:0;border-bottom-right-radius:0}.custom-multi-select__selected{flex:1 1;overflow:hidden}.custom-multi-select__placeholder{color:#9e9e9e}.custom-multi-select__tags{display:flex;flex-wrap:wrap;gap:.375rem}.custom-multi-select__tag{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background-color:#f0f0f0;border-radius:.25rem;font-size:.875rem;color:#333;max-width:100%}.custom-multi-select__tag-remove{display:flex;align-items:center;justify-content:center;padding:0;margin-left:.125rem;background:none;border:none;cursor:pointer;color:#666;border-radius:50%;width:16px;height:16px;transition:all .15s ease}.custom-multi-select__tag-remove:hover{background-color:rgba(0,0,0,.1);color:#333}.custom-multi-select__arrow{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#333;transition:transform .2s ease;display:flex;align-items:center;justify-content:center}.custom-multi-select--open .custom-multi-select__arrow{transform:translateY(-50%) rotate(180deg)}.custom-multi-select__dropdown{position:absolute;top:100%;left:0;right:0;max-height:300px;display:flex;flex-direction:column;background-color:white;border:1px solid var(--input-border-color-focus);border-top:none;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,.1)}.custom-multi-select__search{padding:.5rem;border-bottom:1px solid #e0e0e0;position:-webkit-sticky;position:sticky;top:0;background-color:white;z-index:1}.custom-multi-select__search-input{width:100%;padding:.5rem .75rem;border:1px solid #d0d0d0;border-radius:.375rem;font-size:.875rem;font-family:var(--font-family);outline:none;box-sizing:border-box}.custom-multi-select__search-input:focus{border-color:var(--input-border-color-focus)}.custom-multi-select__search-input::placeholder{color:#9e9e9e}.custom-multi-select__options{overflow-y:auto;max-height:240px}.custom-multi-select__no-results{padding:1rem;text-align:center;color:#9e9e9e;font-size:.875rem}.custom-multi-select__option{display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;cursor:pointer;transition:background-color .15s ease}.custom-multi-select__option:hover:not(.custom-multi-select__option--disabled){background-color:#f5f5f5}.custom-multi-select__option--selected{background-color:#f0f7ff}.custom-multi-select__option--selected:hover:not(.custom-multi-select__option--disabled){background-color:#e6f0fa}.custom-multi-select__option--disabled{opacity:.5;cursor:not-allowed}.custom-multi-select__checkbox{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:2px solid #d0d0d0;border-radius:.25rem;background-color:white;flex-shrink:0}.custom-multi-select__option--selected .custom-multi-select__checkbox{background-color:#1a1a1a;border-color:#1a1a1a;color:white}.custom-multi-select__option-label{flex:1 1;font-size:.9375rem;color:var(--text-primary)}.custom-multi-select__option--disabled .custom-multi-select__option-label{color:#9e9e9e}.custom-multi-select__options::-webkit-scrollbar{width:8px}.custom-multi-select__options::-webkit-scrollbar-track{background:#f5f5f5;border-radius:.25rem}.custom-multi-select__options::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:.25rem}.custom-multi-select__options::-webkit-scrollbar-thumb:hover{background:#b0b0b0}.hero{position:relative;width:100%;min-height:calc(100vh - var(--nav-height, 4.5rem));min-height:calc(100svh - var(--nav-height, 4.5rem));background:var(--color-background);margin-top:calc(-1 * var(--nav-height, 4.5rem));padding-top:var(--nav-height,4.5rem);overflow:hidden;isolation:isolate}.hero__graphic{position:absolute;inset:0;z-index:1;transform:translateZ(0);touch-action:pan-y;-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 30%,transparent 65%);mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 30%,transparent 65%);opacity:0;animation:fadeIn .6s ease-out .1s forwards}.hero__content,.hero__graphic{display:flex;align-items:center;justify-content:center;pointer-events:none}.hero__content{position:relative;z-index:2;flex-direction:column;min-height:calc(100vh - var(--nav-height, 4.5rem));min-height:calc(100svh - var(--nav-height, 4.5rem));gap:var(--space-6);padding:clamp(2.5rem,8vh,4rem) var(--space-4)}.hero__content>*{pointer-events:auto}.hero__graphic-mobile{display:none}.hero__text{text-align:center;max-width:40rem;opacity:0;animation:fadeInUp .6s ease-out forwards}.hero__title{text-wrap:balance}.hero__title-break{display:none}@media (min-width:768px){.hero__title-break{display:inline}}.hero__description-container{margin:var(--space-3) 0 0;text-align:center}@media (min-width:768px){.hero__description-container{text-align:left;padding-left:var(--space-6);padding-right:var(--space-4)}}.hero__description{text-wrap:pretty}.hero__description--desktop{display:none}.hero__description--mobile{display:block}@media (min-width:768px){.hero__description--desktop{display:flex}.hero__description--mobile{display:none}}.hero__rotating-container{position:relative;height:3.2em;display:flex;align-items:center;justify-content:center;overflow:hidden}@media (min-width:768px){.hero__rotating-container{height:5.5em}}.hero__rotating-line{display:inline-block;font-family:var(--font-family-primary);font-size:clamp(.65rem,calc(.3rem + 2.2vw),.85rem);font-weight:var(--font-weight-bold);transition:opacity .3s ease,transform .3s ease}.hero__rotating-line--visible{opacity:1;transform:translateY(0)}.hero__rotating-line--hidden{opacity:0;transform:translateY(6px)}@media (min-width:768px){.hero__rotating-line{font-size:clamp(1.15rem,calc(.55rem + 1.4vw),1.6rem)}}.hero__rotating-line--gradient-0,.hero__rotating-line--gradient-1,.hero__rotating-line--gradient-2{background-image:linear-gradient(135deg,#0f766e,#64748b);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero__actions{display:flex;flex-direction:column;gap:var(--space-3);align-items:center;opacity:0;animation:fadeInUp .6s ease-out .25s forwards;width:100%}.hero__actions .btn--large{padding:14px 19.18px;font-size:var(--text-md);height:44px;width:85%;max-width:85%;border-radius:var(--radius-full)}@media (max-width:375px){.hero__content{padding:var(--space-1) var(--space-5) max(var(--space-3),env(safe-area-inset-bottom,0px))}.hero__text{max-width:100%}.hero__description-container{margin-top:var(--space-1-5)}.hero__graphic-mobile{height:clamp(200px,32vh,280px)}.hero__actions{gap:var(--space-2);padding-bottom:max(var(--space-2),env(safe-area-inset-bottom,0px))}.hero__actions .btn--large{font-size:var(--text-sm);padding:12px 16px;height:40px}}@media (max-width:767px) and (max-height:600px){.hero__content{padding:var(--space-1) var(--space-4) max(var(--space-3),env(safe-area-inset-bottom,0px))}.hero__graphic-mobile{height:clamp(140px,24vh,200px)}.hero__actions{gap:var(--space-1-5);padding-bottom:max(var(--space-1-5),env(safe-area-inset-bottom,0px))}.hero__actions .btn--large{height:38px;padding:10px 16px;font-size:var(--text-sm)}.hero__description-container{margin-top:var(--space-1-5)}.hero__title{margin-bottom:0}}@media (max-width:767px) and (min-height:800px){.hero__content{padding:var(--space-3) var(--space-4) max(var(--space-5),env(safe-area-inset-bottom,0px))}.hero__graphic-mobile{height:clamp(280px,40vh,400px)}.hero__actions{gap:var(--space-3);padding-bottom:max(var(--space-3),env(safe-area-inset-bottom,0px))}.hero__description-container{margin-top:var(--space-3)}}@media (min-width:480px){.hero__content{padding:clamp(2rem,6vh,4rem) var(--space-6);gap:var(--space-8)}.hero__actions{flex-direction:row;gap:var(--space-4);width:auto}.hero__actions .btn--large{padding:var(--space-2-5) var(--space-5-5);font-size:var(--text-base-lg);width:auto;max-width:none;height:auto;border-radius:var(--radius-lg)}}@media (min-width:768px){.hero__graphic{left:auto;right:0;width:65%;inset-block:0;justify-content:center;-webkit-mask-image:radial-gradient(ellipse 80% 90% at 55% 50%,black 35%,transparent 70%);mask-image:radial-gradient(ellipse 80% 90% at 55% 50%,black 35%,transparent 70%)}.hero__content{flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(1rem,4vh,2rem) var(--hero-inset-left) clamp(3rem,8vh,6rem)}.hero__text{text-align:left;max-width:60%}.hero__title{font-size:clamp(2.5rem,5.4vw,3.75rem)}.hero__description-container{padding:0;text-align:left}.hero__description--desktop{display:flex;flex-direction:column;gap:.25rem;text-align:left}.hero__rotating-container{justify-content:flex-start}.hero__actions{flex-direction:row;gap:var(--space-4);padding-top:var(--space-3)}.hero__actions .btn--large{padding:var(--space-3) var(--space-7);font-size:var(--text-lg)}}@media (min-width:1024px){.hero__graphic{width:60%}.hero__content{gap:var(--space-10)}.hero__text{max-width:55%}.hero__title{margin-bottom:var(--space-6)}.hero__description-container{max-width:48rem}.hero__description--desktop{gap:.375rem}}@media (min-width:1440px){.hero__text{max-width:50%}}@media (max-width:767px){.hero{min-height:calc(100vh - var(--nav-height, 4.5rem));min-height:calc(100svh - var(--nav-height, 4.5rem));position:relative;overflow:hidden}.hero__graphic{display:none}.hero__content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;min-height:calc(100vh - var(--nav-height, 4.5rem));min-height:calc(100svh - var(--nav-height, 4.5rem));padding:var(--space-2) var(--space-5) max(var(--space-4),env(safe-area-inset-bottom,0px));gap:0}.hero__text{margin-bottom:0;width:100%;flex-shrink:0;position:relative;z-index:2}.hero__graphic-mobile{display:flex;align-items:center;justify-content:center;width:100%;height:clamp(220px,38vh,360px);flex-shrink:1;position:relative;overflow:visible;transform:translateZ(0);z-index:0}.hero__actions{width:100%;flex-shrink:0;gap:var(--space-2-5);padding-bottom:max(var(--space-2),env(safe-area-inset-bottom,0px));position:relative;z-index:2}.hero__actions .btn--large{width:90%;max-width:90%}.hero__description-container{margin-top:var(--space-3);text-align:center;padding-left:0;padding-right:0}.hero__title{text-align:center;margin-bottom:0;font-size:1.4rem;white-space:nowrap}.hero__rotating-line{font-size:clamp(.8rem,calc(.35rem + 2.6vw),1rem)}}@media (min-width:480px) and (max-width:767px){.hero__content{padding:var(--space-2) var(--space-6) max(var(--space-4),env(safe-area-inset-bottom,0px))}}@media (prefers-reduced-motion:reduce){.hero__actions,.hero__graphic,.hero__text{animation:none;opacity:1}.hero__rotating-line{transition:none;opacity:1}}.footer{background:#f7f8ff;color:#000000;padding:60px 0 0;margin-top:auto}.footer__container{max-width:var(--container-2xl);margin:0 auto;padding:0 var(--space-4)}.footer__content{display:grid;grid-template-columns:1fr auto;grid-gap:40px;gap:40px;padding-bottom:40px;align-items:start}.footer__left{max-width:300px}.footer__brand-row{display:flex;align-items:center;gap:24px;margin-bottom:4px}.footer__right{display:flex;flex-direction:column;gap:16px;align-items:flex-end}.footer__company-name{font-size:18px;font-weight:700;color:#000000;margin:0;line-height:1}.footer__tagline{color:#4a5568;margin:0 0 24px;line-height:1.6}.footer__social{display:flex;gap:16px}.footer__social-link{width:40px;height:40px;background:transparent;display:flex;align-items:center;justify-content:center;color:#000000;text-decoration:none;transition:all .2s ease}.footer__social-link:hover{color:#667eea;transform:translateY(-2px)}.footer__horizontal-links{display:flex;gap:32px;flex-wrap:wrap;justify-content:flex-end}.footer__section-title{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:0 0 20px;color:#2d3748}.footer__links{list-style:none;padding:0;margin:0}.footer__links li{margin-bottom:12px}.footer__link{color:#4a5568;text-decoration:none;transition:color .2s ease;font-size:15px}.footer__link:hover{color:#667eea}.footer__bottom{border-top:1px solid rgba(0,0,0,.1);padding:24px 0;text-align:center}.footer__language{margin:0;display:flex;align-items:center}.footer__language--mobile{display:none}.footer__copyright{color:#4a5568;margin:0;font-size:14px}@media (max-width:480px){.footer__container{padding:0 var(--space-8)}.footer__content{grid-template-columns:1fr;gap:32px;text-align:center}.footer__left{max-width:none}.footer__brand-row{justify-content:center;flex-wrap:wrap;gap:12px;margin-bottom:16px}.footer__right{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px 24px;gap:12px 24px;text-align:left;max-width:300px;margin:0 auto;padding-left:20px}.footer__horizontal-links{display:contents}.footer__social{gap:0;width:-moz-fit-content;width:fit-content}.footer{padding:40px 0 0}.footer__company-name{margin-bottom:0}.footer__tagline{margin-bottom:16px;font-size:14px}.footer__language--desktop{display:none}.footer__language--mobile{display:flex;justify-content:center;margin-bottom:0}.footer__section-title{font-size:16px;margin-bottom:12px}.footer__link{font-size:14px;padding:8px 0}.footer__bottom{padding:16px 0;text-align:center}.footer__copyright{font-size:12px}}@media (min-width:480px){.footer__container{padding:0 var(--space-6)}}@media (min-width:768px){.footer__container{padding:0 var(--space-10)}}@media (max-width:768px){.footer__content{grid-template-columns:1fr;gap:32px;text-align:center}.footer__left{max-width:none}.footer__brand-row{justify-content:center;flex-wrap:wrap;gap:12px}.footer__right{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px 24px;gap:12px 24px;text-align:left;max-width:300px;margin:0 auto;padding-left:20px}.footer__horizontal-links{display:contents}.footer__social{gap:0;width:-moz-fit-content;width:fit-content}.footer{padding:40px 0 0}}@media (min-width:1024px){.footer__container{padding:0 var(--space-16)}}@media (min-width:1440px){.footer__container{padding:0 var(--space-20)}}.iphone-frame{display:block;position:relative}.iphone-frame__device{position:relative;width:clamp(10rem,15vw,12.5rem);height:clamp(20.8rem,31.2vw,26rem);background:var(--color-gray-900);border-radius:var(--space-8);padding:var(--space-1);box-shadow:0 10px 30px rgba(0,0,0,.15)}.iphone-frame--iphone14pro .iphone-frame__device{background:linear-gradient(135deg,var(--color-gray-800) 0,var(--color-gray-700) 100%)}.iphone-frame__notch{position:absolute;top:var(--space-1);left:50%;transform:translateX(-50%);width:clamp(4rem,6vw,5rem);height:clamp(.875rem,1.35vw,1.125rem);background:var(--color-gray-900);border-radius:0 0 var(--radius-xl) var(--radius-xl);z-index:10}.iphone-frame__screen{width:100%;height:100%;background:var(--color-gray-900);border-radius:var(--radius-3xl);overflow:hidden;position:relative}.iphone-frame__screen:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.08);pointer-events:none;z-index:1}.iphone-frame__video{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.95)}.iphone-frame__instagram-overlay{position:absolute;bottom:0;left:0;right:0;padding:var(--space-3) var(--space-3);background:linear-gradient(0deg,rgba(0,0,0,.7) 0,transparent);z-index:5;display:flex;align-items:center;gap:var(--space-1)}.iphone-frame__profile-pic{width:clamp(1rem,2.5vw,var(--space-5));height:clamp(1rem,2.5vw,var(--space-5));border-radius:var(--radius-full);border:none;object-fit:cover;transform:scale(.9);transform-origin:center}.iphone-frame__username{color:var(--color-white);font-size:clamp(.5rem,1.2vw,var(--text-xs));font-weight:var(--font-weight-semibold);font-family:var(--font-family-primary);text-shadow:0 1px 2px rgba(0,0,0,.3);display:inline-flex;align-items:center;gap:clamp(.125rem,.3vw,var(--space-1))}.iphone-frame__verified{width:clamp(.5rem,1.2vw,.625rem);height:clamp(.5rem,1.2vw,.625rem);display:inline-block;vertical-align:middle}.iphone-frame__verified-icon{width:10px;height:10px;display:inline-flex;align-items:center;vertical-align:middle;margin-left:2px}.iphone-frame__verified-svg{width:100%;height:100%}.iphone-frame__follow-btn{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--color-white);font-size:clamp(.438rem,.85vw,.531rem);font-weight:var(--font-weight-semibold);font-family:var(--font-family-primary);padding:clamp(.094rem,.22vw,.125rem) clamp(.188rem,.45vw,.25rem);border-radius:var(--radius-base);cursor:pointer;transition:all var(--duration-normal) var(--ease-out);margin-left:clamp(.125rem,.3vw,var(--space-1));text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.iphone-frame__follow-btn:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.3)}.iphone-frame{transform:rotateY(-10deg) rotateX(5deg) scale(clamp(.8,1vw,1));transform-style:preserve-3d;perspective:1000px;transform-origin:center center}@media (min-width:1440px){.iphone-frame__device{width:13.75rem;height:28.6rem}.iphone-frame__notch{width:5.5rem;height:1.25rem}}@media (min-width:1024px) and (max-width:1440px){.iphone-frame__device{width:11.25rem;height:23.4rem}.iphone-frame__notch{width:4.5rem;height:1rem}}@media (min-width:768px) and (max-width:1024px){.iphone-frame__device{width:10rem;height:20.8rem}.iphone-frame__notch{width:4rem;height:.875rem}.iphone-frame{transform:rotateY(-8deg) rotateX(3deg) scale(.9)}}@media (max-width:768px){.iphone-frame__device{width:clamp(8.75rem,20vw,12rem);height:clamp(18.2rem,41.6vw,25rem);padding:var(--space-1);border-radius:var(--space-6)}.iphone-frame__notch{width:clamp(3.5rem,8vw,4.5rem);height:clamp(.75rem,1.7vw,1.125rem);top:var(--space-1);border-radius:0 0 var(--radius-lg) var(--radius-lg)}.iphone-frame__screen{border-radius:var(--radius-lg)}.iphone-frame{transform:rotateY(-5deg) rotateX(2deg) scale(clamp(.7,2vw,1))}}@media (max-width:480px){.iphone-frame__device{width:clamp(7.5rem,18vw,9rem);height:clamp(15.6rem,37.4vw,18.7rem);padding:var(--space-1);border-radius:var(--radius-md)}.iphone-frame__notch{width:clamp(3rem,7vw,3.75rem);height:clamp(.625rem,1.5vw,.875rem);top:var(--space-1);border-radius:0 0 var(--radius-md) var(--radius-md)}.iphone-frame__screen{border-radius:var(--radius-md)}.iphone-frame{transform:rotateY(-3deg) rotateX(1deg) scale(.8)}}@media (max-width:320px){.iphone-frame__device{width:6.25rem;height:13rem;padding:1px;border-radius:var(--radius-sm)}.iphone-frame__notch{width:2.5rem;height:.5rem;border-radius:0 0 var(--radius-sm) var(--radius-sm)}.iphone-frame__screen{border-radius:var(--radius-sm)}.iphone-frame{transform:rotateY(-2deg) rotateX(.5deg) scale(.7)}}.hero-graphic{width:62%;height:62%;margin:0 calc(var(--hero-inset-right) + var(--space-8)) 0 auto;margin-top:auto;margin-bottom:16%;position:relative;display:flex;align-items:center;justify-content:center;transform:translateZ(0)}.hero-graphic__scene{position:relative;z-index:1;transform:perspective(1200px) rotateY(-8deg) rotateX(5deg);transform-style:preserve-3d;transform-origin:center center}.hero-graphic__phone{position:relative;width:13.75rem;height:28.6rem;background:linear-gradient(145deg,#2c2c2e,#1c1c1e 50%,#0a0a0a);border-radius:var(--space-8);padding:var(--space-1);box-shadow:4px 4px 0 0 #0d0d0f,5px 5px 0 0 #141416,6px 6px 0 0 #1a1a1c,0 10px 30px rgba(0,0,0,.25),0 20px 60px rgba(0,0,0,.15),inset 0 1px 0 rgba(255,255,255,.08),inset 1px 0 0 rgba(255,255,255,.04)}.hero-graphic__notch{position:absolute;top:var(--space-2);left:50%;transform:translateX(-50%);width:5.5rem;height:1.25rem;background:#000;border-radius:var(--radius-full);z-index:10}.hero-graphic__screen{width:100%;height:100%;background:#f8f8fa;border-radius:var(--radius-3xl);overflow:hidden;position:relative;display:flex;flex-direction:column}.hero-graphic__screen:after{content:"";position:absolute;inset:0;background:linear-gradient(165deg,rgba(255,255,255,.3),transparent 40%,transparent);pointer-events:none;z-index:5;border-radius:inherit}.hero-graphic__feed{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:var(--space-8) var(--space-2) 7.5rem;overflow:hidden;position:relative}.hero-graphic__notification-wrap{width:92%;margin-bottom:6px;opacity:1;transform:translateY(0);transition:opacity .6s ease,transform .6s ease}.hero-graphic__notification-wrap--entering{animation:heroSlideIn .5s cubic-bezier(.22,1,.36,1) none}.hero-graphic__notification-wrap--exiting{opacity:0;transform:translateY(-14px);pointer-events:none}.hero-graphic__notification{display:flex;align-items:center;gap:var(--space-2);min-height:0;padding:var(--space-1-5) var(--space-2);background:#fff;border-radius:var(--radius-xl);box-shadow:0 1px 3px rgba(0,0,0,.06),0 4px 12px rgba(0,0,0,.04);overflow:hidden}.hero-graphic__avatar{width:1.5rem;height:1.5rem;min-width:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);background:#f3f4f6;overflow:hidden}.hero-graphic__avatar svg{width:1rem;height:1rem}.hero-graphic__notification-text{flex:1 1;font-family:var(--font-family-primary);font-size:.65rem;font-weight:var(--font-weight-medium);color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-graphic__notification-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-graphic__notification-icon svg{width:.875rem;height:.875rem}.hero-graphic__ai-card{position:absolute;bottom:var(--space-5);left:50%;transform:translateX(-50%);gap:var(--space-1-5);width:92%;padding:var(--space-2-5) var(--space-3);background:linear-gradient(135deg,#f5f3ff,#ede9fe);border-radius:var(--radius-xl);box-shadow:0 1px 3px rgba(0,0,0,.06),0 4px 12px rgba(0,0,0,.04);z-index:3}.hero-graphic__ai-card,.hero-graphic__ai-icon{display:flex;align-items:center;justify-content:center}.hero-graphic__ai-icon{flex-shrink:0}.hero-graphic__ai-icon svg{width:1.125rem;height:1.125rem}.hero-graphic__ai-text{font-family:var(--font-family-primary);font-size:.7rem;font-weight:var(--font-weight-semibold);color:#1f2937}.hero-graphic__ai-dots{display:inline-block;width:1em;text-align:left}.hero-graphic__chart{position:absolute;bottom:2%;left:50%;transform:translateX(-50%);width:100%;height:auto;z-index:0;opacity:.12;pointer-events:none;-webkit-mask-image:radial-gradient(ellipse 90% 90% at center,black 60%,transparent 100%);mask-image:radial-gradient(ellipse 90% 90% at center,black 60%,transparent 100%)}.hero-graphic__chart-bar{fill:#6d28d9}.hero-graphic__chart-trend{stroke-width:2.5;stroke-linecap:round}.hero-graphic__shadow{position:absolute;bottom:-1.25rem;left:50%;transform:translateX(-50%);width:70%;height:1.875rem;background:radial-gradient(ellipse,rgba(0,0,0,.12) 0,transparent 70%);filter:blur(8px)}@keyframes heroSlideIn{0%{opacity:0;transform:translateX(-16px)}to{opacity:1;transform:translateX(0)}}@media (min-width:1440px){.hero-graphic__phone{width:14.5rem;height:30rem}.hero-graphic__notch{width:5.5rem;height:1.25rem}}@media (min-width:1024px) and (max-width:1439px){.hero-graphic__phone{width:12rem;height:24.8rem}.hero-graphic__notch{width:4.75rem;height:1.05rem}.hero-graphic__ai-text,.hero-graphic__notification-text{font-size:.6rem}.hero-graphic__avatar{width:1.5rem;height:1.5rem;min-width:1.5rem}}@media (min-width:768px) and (max-width:1023px){.hero-graphic__scene{transform:perspective(1200px) rotateY(-6deg) rotateX(3deg)}.hero-graphic__phone{width:10.5rem;height:21.8rem;border-radius:var(--space-6);box-shadow:3px 3px 0 0 #0d0d0f,4px 4px 0 0 #141416,0 10px 30px rgba(0,0,0,.25),0 20px 60px rgba(0,0,0,.15),inset 0 1px 0 rgba(255,255,255,.08)}.hero-graphic__notch{width:4rem;height:.9rem}.hero-graphic__screen{border-radius:var(--radius-2xl)}.hero-graphic__chart{opacity:.1;width:110%}.hero-graphic__feed{padding:var(--space-6) var(--space-2) 3.25rem}.hero-graphic__notification-wrap{margin-bottom:5px}.hero-graphic__ai-card,.hero-graphic__notification{padding:var(--space-1-5) var(--space-2)}.hero-graphic__ai-text,.hero-graphic__notification-text{font-size:.55rem}.hero-graphic__avatar{width:1.25rem;height:1.25rem;min-width:1.25rem}.hero-graphic__ai-icon svg,.hero-graphic__notification-icon svg{width:.75rem;height:.75rem}}@media (max-width:767px){.hero-graphic{width:100%;height:100%;margin:0;display:flex;align-items:center;justify-content:center}.hero-graphic__scene{transform:perspective(1000px) rotateY(-4deg) rotateX(2deg)}.hero-graphic__phone{width:clamp(9rem,28vw,12rem);height:clamp(16rem,50vw,21rem);border-radius:var(--space-6);box-shadow:2px 2px 0 0 #0d0d0f,3px 3px 0 0 #141416,0 8px 24px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.08)}.hero-graphic__notch{width:clamp(3.25rem,10vw,4.5rem);height:clamp(.7rem,2.2vw,1rem)}.hero-graphic__screen{border-radius:var(--radius-2xl)}.hero-graphic__feed{padding:var(--space-5) var(--space-1-5) 4.5rem}.hero-graphic__notification-wrap{margin-bottom:3px}.hero-graphic__notification{gap:var(--space-1-5)}.hero-graphic__ai-card,.hero-graphic__notification{padding:var(--space-1) var(--space-1-5);border-radius:var(--radius-lg)}.hero-graphic__ai-card{gap:var(--space-1);bottom:var(--space-3)}.hero-graphic__ai-text,.hero-graphic__notification-text{font-size:clamp(.4rem,1.4vw,.55rem)}.hero-graphic__avatar{width:clamp(.875rem,3vw,1.25rem);height:clamp(.875rem,3vw,1.25rem);min-width:clamp(.875rem,3vw,1.25rem)}.hero-graphic__avatar svg{width:.75rem;height:.75rem}.hero-graphic__notification-icon svg{width:clamp(.5rem,1.8vw,.7rem);height:clamp(.5rem,1.8vw,.7rem)}.hero-graphic__ai-icon svg{width:clamp(.6rem,2vw,.8rem);height:clamp(.6rem,2vw,.8rem)}.hero-graphic__shadow{bottom:-.75rem;height:1.25rem}}@media (max-width:767px) and (orientation:portrait){.hero-graphic__phone{width:clamp(8rem,25vw,11rem);height:clamp(16rem,50vw,21rem)}}@media (max-width:375px){.hero-graphic__phone{width:clamp(7.5rem,24vw,9rem);height:clamp(15.6rem,50vw,18.7rem);border-radius:var(--radius-2xl)}.hero-graphic__notch{width:clamp(2.75rem,9vw,3.5rem);height:clamp(.55rem,1.8vw,.75rem)}.hero-graphic__screen{border-radius:var(--radius-xl)}.hero-graphic__feed{padding:var(--space-4) var(--space-1) 3.75rem}.hero-graphic__notification-wrap{margin-bottom:2px}.hero-graphic__notification{gap:var(--space-1)}.hero-graphic__ai-card,.hero-graphic__notification{padding:3px var(--space-1);border-radius:var(--radius-base)}.hero-graphic__ai-card{bottom:var(--space-2)}.hero-graphic__avatar{width:.75rem;height:.75rem;min-width:.75rem}.hero-graphic__avatar svg{width:.6rem;height:.6rem}}@media (prefers-reduced-motion:reduce){.hero-graphic__notification-wrap,.hero-graphic__notification-wrap--entering,.hero-graphic__notification-wrap--exiting{animation:none;transition:none;opacity:1;transform:none}}.language-switcher{position:relative;display:flex;align-items:center}.language-switcher__toggle{display:flex;align-items:center;gap:.5rem;padding:0;background:transparent;border:none;cursor:pointer;color:#000000;font-size:var(--text-base,1rem);font-weight:var(--font-weight-medium,500);line-height:var(--leading-none,1);transition:all var(--duration-normal,.2s) var(--ease-out,ease-out);transform:scale(1)}@media (min-width:769px){.language-switcher__toggle:hover{transform:scale(1.05)}.language-switcher__toggle:active{transform:scale(.95)}}.language-switcher__toggle:focus{outline:none}.language-switcher__icon{color:#000000;flex-shrink:0;display:block}.language-switcher__label{line-height:var(--leading-none,1)}.language-switcher__arrow{transition:transform .2s ease;color:#000000;display:block}.language-switcher__arrow--open{transform:rotate(180deg)}.language-switcher__dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:10rem;background:white;border:1px solid var(--color-border,#e5e7eb);border-radius:.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);z-index:50;animation:language-switcher-fade-in .15s ease-out;overflow:hidden}@keyframes language-switcher-fade-in{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}.language-switcher__option{width:100%;padding:.75rem 1rem;text-align:left;background:transparent;border:none;cursor:pointer;transition:background-color .15s ease;font-size:.875rem;font-weight:500;color:var(--color-text-primary,#000)}.language-switcher__option:hover{background:var(--color-gray-50,#f9fafb)}.language-switcher__option:focus{outline:none;background:var(--color-gray-100,#f3f4f6)}.language-switcher__option--active{background:var(--color-gray-50,#f9fafb);color:var(--color-brand-primary,#667eea);font-weight:600}.language-switcher__option--active:hover{background:var(--color-gray-100,#f3f4f6)}@media (max-width:640px){.language-switcher__toggle{padding:0}.language-switcher__dropdown{min-width:8rem}.language-switcher__option{padding:.625rem .875rem;font-size:.8125rem}}.brand-intro{padding:140px 0 80px;background:var(--color-background)}.brand-intro__container{max-width:1200px;margin:0 auto;padding:0 40px}.brand-intro__content{max-width:800px;margin:0 auto;text-align:center}.brand-intro__title{margin:0 0 32px;display:flex;flex-direction:column;gap:8px}.brand-intro__title-main{font-size:clamp(40px,6vw,64px);font-weight:700;color:#0F172A;line-height:1.2;display:block}.brand-intro__title-accent{font-size:clamp(36px,5.5vw,56px);font-weight:800;background:linear-gradient(135deg,#00C2A8,#4338CA);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.3;display:block;padding-bottom:8px}.brand-intro__description{font-size:clamp(18px,2.5vw,24px);line-height:1.6;color:#475569;max-width:800px;margin:0 auto}@media (max-width:768px){.brand-intro{padding:80px 0 60px}.brand-intro__container{padding:0 24px}.brand-intro__title{margin-bottom:24px;gap:4px}.brand-intro__title-main{font-size:clamp(32px,7vw,48px)}.brand-intro__title-accent{font-size:clamp(28px,6vw,42px)}.brand-intro__description{font-size:clamp(16px,3vw,20px)}}@media (max-width:480px){.brand-intro{padding:60px 0 40px}.brand-intro__container{padding:0 20px}.brand-intro__title{margin-bottom:20px}.brand-intro__title-main{font-size:clamp(28px,8vw,40px)}.brand-intro__title-accent{font-size:clamp(24px,7vw,36px)}.brand-intro__description{font-size:clamp(14px,4vw,18px)}}@media screen and (max-height:500px) and (orientation:landscape){.brand-intro{padding:40px 0 30px}.brand-intro__title{margin-bottom:16px;gap:2px}.brand-intro__title-main{font-size:clamp(24px,5vh,32px)}.brand-intro__title-accent{font-size:clamp(20px,4.5vh,28px)}.brand-intro__description{font-size:clamp(12px,3vh,16px);line-height:1.4}}.detail-subsection{position:relative;margin-bottom:var(--space-6);padding-bottom:var(--space-6);border-bottom:1px solid var(--border-secondary)}.detail-subsection--no-divider,.detail-subsection:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.detail-subsection--expanded{padding-top:var(--space-4);padding-bottom:var(--space-4)}.detail-subsection--clickable{cursor:pointer}.detail-subsection-title{font-size:var(--text-lg);font-weight:var(--font-weight-bold);color:var(--text-primary);margin:0 0 var(--space-4) 0}.detail-subsection-chevron-container{position:absolute;top:var(--space-3);right:var(--space-4);cursor:pointer;padding:var(--space-2);transition:all var(--duration-fast) var(--ease-out);z-index:1}.detail-subsection-chevron-container:hover{opacity:.7}.detail-subsection-chevron{width:20px;height:20px;color:var(--text-secondary);transition:transform var(--duration-normal) var(--ease-out);flex-shrink:0}.detail-subsection-chevron.expanded{transform:rotate(180deg)}.detail-subsection-subtitle{font-size:var(--text-base);font-weight:var(--font-weight-semibold);color:var(--text-secondary);margin:var(--space-4) 0 var(--space-3) 0}.detail-item{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-4);padding:var(--space-3) 0;border-bottom:1px solid var(--border-tertiary)}.detail-item:last-child{border-bottom:none}.detail-item--full{flex-direction:column;align-items:flex-start}.detail-label{font-size:var(--text-sm);font-weight:var(--font-weight-semibold);color:var(--text-secondary);min-width:140px;flex-shrink:0}.detail-value{font-size:var(--text-base);color:var(--text-primary);font-weight:var(--font-weight-medium);text-align:right;word-break:break-word}.detail-value--link{color:var(--brand-primary);text-decoration:none;transition:opacity var(--duration-normal) var(--ease-out)}.detail-value--link:hover{text-decoration:underline;opacity:.8}.detail-value--code{font-family:Courier New,monospace;padding:var(--space-2) var(--space-3);border-radius:var(--border-radius-sm);display:inline-block;border:1px solid var(--border-primary);font-size:var(--text-sm)}.detail-text,.detail-value--code{background:var(--surface-secondary)}.detail-text{line-height:var(--leading-relaxed);white-space:pre-wrap;margin:0;padding:var(--space-3);border-radius:var(--border-radius-sm);border-left:3px solid var(--brand-primary);width:100%}.dialog__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:var(--z-modal-backdrop);padding:var(--space-4);animation:dialog-fade-in var(--duration-normal) var(--ease-out)}@keyframes dialog-fade-in{0%{opacity:0}to{opacity:1}}.dialog__content{background:var(--color-white);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);max-width:480px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:dialog-slide-up var(--duration-slow) var(--ease-out);outline:none}@keyframes dialog-slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.dialog__body{padding:0 var(--space-6) var(--space-6)}@media (max-width:640px){.dialog__overlay{padding:var(--space-2)}.dialog__content{max-width:100%;margin:var(--space-4);max-height:calc(100vh - var(--space-8))}.dialog__body{padding:0 var(--space-5) var(--space-5)}}.dialog__overlay--bottom{align-items:flex-end;padding:0}.dialog__content--bottom{border-radius:var(--radius-xl) var(--radius-xl) 0 0;max-width:640px;width:100%;max-height:80vh;animation:dialog-bottom-sheet-slide-up var(--duration-slow) var(--ease-out)}@keyframes dialog-bottom-sheet-slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:640px){.dialog__content--bottom{max-width:100%}}.dialog__close-button{position:absolute;top:var(--space-4);right:var(--space-4);background:transparent;border:none;color:var(--color-text-secondary);cursor:pointer;padding:var(--space-2);display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);transition:all var(--duration-fast) var(--ease-out);z-index:1;width:32px;height:32px}.dialog__close-button:hover:not(:disabled){background:var(--color-gray-100);color:var(--color-text-primary)}.dialog__close-button:focus{outline:2px solid var(--color-brand-primary);outline-offset:2px}.dialog__close-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width:640px){.dialog__close-button{top:var(--space-3);right:var(--space-3)}}.dialog__header{padding:var(--space-6) var(--space-6) var(--space-4);display:flex;flex-direction:column;gap:var(--space-2);position:relative}.dialog__header--with-close{padding-right:var(--space-12)}@media (max-width:640px){.dialog__header{padding:var(--space-5) var(--space-5) var(--space-3)}.dialog__header--with-close{padding-right:var(--space-10)}}.dialog__title{font-size:var(--text-2xl);font-weight:var(--font-weight-bold);color:var(--color-text-primary);margin:0;line-height:var(--leading-tight)}@media (max-width:640px){.dialog__title{font-size:var(--text-xl)}}.dialog__description{font-size:var(--text-base);color:var(--color-text-secondary);line-height:var(--leading-relaxed);margin:0;white-space:pre-line}@media (max-width:640px){.dialog__description{font-size:var(--text-sm)}}.speech-bubble{position:relative;background:#ffffff;border:2.5px solid #e0e0e0;border-radius:1.25rem;width:100%;box-shadow:0 6px 16px rgba(0,0,0,.12);font-weight:600;color:var(--text-primary);z-index:15;text-align:center;white-space:pre-line;display:flex;align-items:center;justify-content:center}.speech-bubble--small{min-width:220px;max-width:340px;min-height:100px;padding:1rem 1.5rem;font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.speech-bubble--medium{min-width:320px;max-width:420px;min-height:140px;padding:1.75rem 2.25rem;font-size:1.125rem;line-height:1.5;margin-bottom:2.5rem}.speech-bubble--large{min-width:380px;max-width:480px;min-height:160px;padding:2rem 2.5rem;font-size:1.25rem;line-height:1.6;margin-bottom:3rem}.speech-bubble__text{margin:0;text-wrap:balance;width:100%;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.speech-bubble--animated{animation:speechBubbleAppear .4s ease-out}@keyframes speechBubbleAppear{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.speech-bubble__arrow{position:absolute;bottom:-14px;left:50%;transform:translateX(-50%);width:0;height:0;border-color:#e0e0e0 transparent transparent;border-style:solid;border-width:14px 14px 0}.speech-bubble__arrow:after{content:"";position:absolute;bottom:3px;left:-12px;width:0;height:0;border-color:#ffffff transparent transparent;border-style:solid;border-width:12px 12px 0}@media (max-width:768px){.speech-bubble--small{min-width:200px;max-width:300px;min-height:90px;padding:.875rem 1.25rem;font-size:.9375rem;margin-bottom:1.25rem}.speech-bubble--medium{min-width:260px;max-width:360px;min-height:120px;padding:1.5rem 2rem;font-size:1rem;margin-bottom:2rem}.speech-bubble--large{min-width:300px;max-width:400px;min-height:140px;padding:1.75rem 2.25rem;font-size:1.0625rem;margin-bottom:2.5rem}}@media (max-width:480px){.speech-bubble--small{min-width:180px;max-width:280px;min-height:80px;padding:.75rem 1rem;font-size:.875rem;margin-bottom:1rem}.speech-bubble--medium{min-width:220px;max-width:320px;min-height:100px;padding:1.25rem 1.75rem;font-size:.9375rem;margin-bottom:1.5rem}.speech-bubble--large{min-width:260px;max-width:360px;min-height:120px;padding:1.5rem 2rem;font-size:1rem;margin-bottom:2rem}}@media (max-width:375px){.speech-bubble--small{min-width:160px;max-width:260px;min-height:70px;padding:.625rem .875rem;font-size:.8125rem;margin-bottom:.875rem}.speech-bubble--medium{min-width:200px;max-width:300px;min-height:90px;padding:1rem 1.5rem;font-size:.875rem;margin-bottom:1.25rem}.speech-bubble--large{min-width:240px;max-width:340px;min-height:110px;padding:1.25rem 1.75rem;font-size:.9375rem;margin-bottom:1.75rem}}@media (min-width:1200px){.speech-bubble--small{min-width:240px;max-width:380px;min-height:120px;padding:1.25rem 1.75rem;font-size:1.0625rem;margin-bottom:2rem}.speech-bubble--medium{min-width:360px;max-width:480px;min-height:160px;padding:2rem 2.5rem;font-size:1.25rem;margin-bottom:3rem}.speech-bubble--large{min-width:420px;max-width:540px;min-height:180px;padding:2.25rem 2.75rem;font-size:1.375rem;margin-bottom:3.5rem}}.explainer-frame{position:relative;border:3px solid #e0e0e0;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);background-color:transparent}.explainer-frame--small{width:85px;height:130px;border-width:2px;border-radius:8px}.explainer-frame--medium{width:120px;height:180px;border-width:3px;border-radius:12px}.explainer-frame--large{width:135px;height:205px;border-width:3px;border-radius:14px}.explainer-frame__background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:1;pointer-events:none}.explainer-frame__background--hidden{visibility:hidden}.explainer-frame__video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:2;display:block}@media (max-width:768px){.explainer-frame--small{width:75px;height:115px;border-width:2px;border-radius:8px}.explainer-frame--medium{width:100px;height:150px;border-width:2.5px;border-radius:10px}.explainer-frame--large{width:120px;height:180px;border-width:3px;border-radius:12px}}@media (max-width:480px){.explainer-frame--small{width:65px;height:100px;border-width:2px;border-radius:6px}.explainer-frame--medium{width:85px;height:130px;border-width:2px;border-radius:8px}.explainer-frame--large{width:100px;height:150px;border-width:2.5px;border-radius:10px}}@media (max-width:375px){.explainer-frame--small{width:55px;height:85px;border-width:1.5px;border-radius:6px}.explainer-frame--medium{width:75px;height:115px;border-width:2px;border-radius:8px}.explainer-frame--large{width:85px;height:130px;border-width:2px;border-radius:8px}}@media (min-width:1200px){.explainer-frame--small{width:100px;height:150px;border-width:2.5px;border-radius:10px}.explainer-frame--medium{width:120px;height:180px;border-width:3px;border-radius:12px}.explainer-frame--large{width:135px;height:205px;border-width:3px;border-radius:14px}}.step-indicator{width:100%;padding:var(--space-4) 0}.step-indicator__mobile{display:none}.step-indicator__mobile-left{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:700!important;color:#000000!important}.step-indicator__mobile-check{display:inline-flex;align-items:center;justify-content:center;color:var(--color-success,#22c55e)}.step-indicator__mobile-right{font-size:var(--text-sm);font-weight:500;color:var(--color-text-muted)}.step-indicator__container{display:flex;align-items:center;justify-content:space-between;margin:0 auto;padding:0 var(--space-3);gap:var(--space-2);width:100%}.step-indicator__step{display:flex;flex-direction:column;align-items:center;position:relative}.step-indicator__step--clickable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.step-indicator__step--clickable:hover .step-indicator__label{color:var(--color-brand-primary,#ff5722)}.step-indicator__step--clickable.step-indicator__step--active:hover .step-indicator__label{color:#000000}.step-indicator__step--clickable:active .step-indicator__label{opacity:.8}.step-indicator__step--clickable:focus{outline:none}.step-indicator__step--clickable:focus-visible .step-indicator__label{color:var(--color-brand-primary,#ff5722)}.step-indicator__step--clickable.step-indicator__step--active:focus-visible .step-indicator__label{color:#000000}.step-indicator__divider{color:var(--color-gray-300,#d1d5db);font-size:var(--text-xs);font-weight:500;align-self:center;padding:0 var(--space-1);transition:color .3s ease;flex-shrink:0}.step-indicator__circle{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:var(--text-sm);transition:all .3s ease;z-index:2;background:var(--color-gray-200,#e5e7eb);color:var(--color-gray-600,#6b7280)}.step-indicator__step--completed .step-indicator__circle{background:var(--color-brand-primary,#ff5722);color:var(--color-white,#ffffff)}.step-indicator__step--active .step-indicator__circle{background:#000000!important;color:var(--color-white,#ffffff)!important;box-shadow:0 0 0 4px rgba(0,0,0,.1)}.step-indicator__step--pending .step-indicator__circle{background:var(--color-gray-200,#e5e7eb);color:var(--color-gray-600,#6b7280)}.step-indicator__check{width:20px;height:20px}.step-indicator__number{font-weight:600}.step-indicator__label{display:flex;align-items:center;gap:var(--space-1);font-size:var(--text-xs);font-weight:500;text-align:center;color:var(--color-text-muted);transition:color .2s ease,font-weight .2s ease;white-space:nowrap;text-overflow:ellipsis;font-style:italic}.step-indicator__label-check{display:inline-flex;align-items:center;justify-content:center;color:var(--color-success,#22c55e);flex-shrink:0}.step-indicator__check-icon{width:12px;height:12px}.step-indicator__step--active .step-indicator__label{color:#000000!important;font-weight:700!important;font-style:normal!important}.step-indicator__step--completed .step-indicator__label{color:var(--color-text-muted)}.step-indicator__line{position:absolute;top:20px;left:calc(50% + 20px);right:calc(-50% + 20px);height:2px;background:var(--color-gray-300,#d1d5db);z-index:1}.step-indicator__step--completed .step-indicator__line{background:var(--color-brand-primary,#ff5722)}@media (max-width:768px){.step-indicator__container{display:none}.step-indicator__mobile{display:flex;align-items:center;justify-content:space-between;padding:0;width:100%}.step-indicator__circle{width:32px;height:32px;font-size:.875rem}.step-indicator__label{font-size:.75rem;max-width:80px}.step-indicator__line{top:16px;left:calc(50% + 16px);right:calc(-50% + 16px)}.step-indicator__check{width:16px;height:16px}.step-indicator__check-icon{width:10px;height:10px}}@media (max-width:480px){.step-indicator{padding:1rem 0}.step-indicator__circle{width:28px;height:28px;font-size:.75rem}.step-indicator__label{font-size:.625rem;max-width:60px}.step-indicator__line{top:14px;left:calc(50% + 14px);right:calc(-50% + 14px)}.step-indicator__check{width:14px;height:14px}.step-indicator__check-icon{width:8px;height:8px}}.create-project-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:var(--space-4);margin-bottom:var(--space-8)}.create-project-actions button{flex:1 1;max-width:-moz-fit-content;max-width:fit-content;font-size:var(--text-sm)}.create-project-actions button:first-child:last-child{margin-left:auto}@media (max-width:768px){.create-project-actions{gap:var(--space-3);margin-top:var(--space-3);margin-bottom:var(--space-6)}}@media (max-width:480px){.create-project-actions{flex-direction:column-reverse;gap:var(--space-2);margin-top:var(--space-2);margin-bottom:var(--space-4)}.create-project-actions button{flex:unset;max-width:100%;width:100%;padding:var(--space-3) var(--space-4)!important;font-size:.9375rem!important}.create-project-actions button:first-child:last-child{margin-left:0}}.age-range-dropdowns{width:100%}.age-range-dropdowns__label{display:block;font-size:.875rem;font-weight:500;color:var(--color-gray-700,#374151);margin-bottom:.5rem}.age-range-dropdowns__wrapper{display:flex;align-items:flex-end;gap:1rem}.age-range-dropdowns__field{flex:1 1;display:flex;flex-direction:column}.age-range-dropdowns__field-label{display:block;font-size:.8125rem;font-weight:500;color:var(--color-gray-600,#6b7280);margin-bottom:.375rem}.age-range-dropdowns__select-wrapper{position:relative;width:100%}.age-range-dropdowns__select{width:100%;padding:.75rem 3rem .75rem 1rem;font-size:1rem;font-family:inherit;color:var(--color-gray-900,#111827);background:var(--color-white,#ffffff);border:1px solid var(--color-gray-300,#d1d5db);border-radius:8px;cursor:pointer;transition:all .2s ease;appearance:none;-webkit-appearance:none;-moz-appearance:none}.age-range-dropdowns__select:hover{border-color:var(--color-brand-primary,#ff5722)}.age-range-dropdowns__select:focus{outline:none;border-color:var(--input-border-color-focus);box-shadow:var(--input-shadow-focus)}.age-range-dropdowns--error .age-range-dropdowns__select{border-color:var(--color-red-500,#ef4444)}.age-range-dropdowns__icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--color-gray-400,#9ca3af);transition:color .2s ease}.age-range-dropdowns__select:focus~.age-range-dropdowns__icon,.age-range-dropdowns__select:hover~.age-range-dropdowns__icon{color:var(--color-brand-primary,#ff5722)}.age-range-dropdowns__separator{padding-bottom:.75rem;font-size:.875rem;color:var(--color-gray-600,#6b7280);font-weight:500}.age-range-dropdowns__error{margin-top:.5rem;font-size:.875rem;color:var(--color-red-500,#ef4444)}@media (max-width:768px){.age-range-dropdowns__wrapper{gap:.75rem}.age-range-dropdowns__select{padding:.625rem 2.5rem .625rem .875rem;font-size:.9375rem}.age-range-dropdowns__icon{right:.875rem;width:18px;height:18px}.age-range-dropdowns__separator{padding-bottom:.625rem;font-size:.8125rem}}@media (max-width:480px){.age-range-dropdowns__wrapper{flex-direction:column;align-items:stretch;gap:.75rem}.age-range-dropdowns__separator{padding:0;text-align:center}.age-range-dropdowns__select{padding:.5rem 2.25rem .5rem .75rem;font-size:.875rem}.age-range-dropdowns__icon{right:.75rem;width:16px;height:16px}}.hashtag-input-list{width:100%}.hashtag-input-list__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.hashtag-input-list__label{font-size:.875rem;font-weight:500;color:var(--color-gray-700,#374151)}.hashtag-input-list__count{font-size:.8125rem;color:var(--color-gray-500,#6b7280);font-weight:500}.hashtag-input-list__items{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem}.hashtag-input-list__item{display:flex;gap:.5rem;align-items:center}.hashtag-input-list__input{flex:1 1;padding:.75rem 1rem;font-size:1rem;font-family:inherit;color:var(--color-gray-900,#111827);background:var(--color-white,#ffffff);border:1px solid var(--color-gray-300,#d1d5db);border-radius:8px;transition:all .2s ease}.hashtag-input-list__input::placeholder{color:var(--color-gray-400,#9ca3af)}.hashtag-input-list__input:hover{border-color:var(--color-brand-primary,#ff5722)}.hashtag-input-list__input:focus{outline:none;border-color:var(--input-border-color-focus);box-shadow:var(--input-shadow-focus)}.hashtag-input-list__remove{flex-shrink:0;width:36px;height:36px;padding:0;display:flex;align-items:center;justify-content:center;background:var(--color-white,#ffffff);border:1px solid var(--color-gray-300,#d1d5db);border-radius:8px;color:var(--color-gray-600,#6b7280);cursor:pointer;transition:all .2s ease}.hashtag-input-list__remove:hover{background:var(--color-red-50,#fef2f2);border-color:var(--color-red-500,#ef4444);color:var(--color-red-500,#ef4444)}.hashtag-input-list__remove:focus{outline:none;border-color:var(--color-red-500,#ef4444);box-shadow:0 0 0 3px rgba(239,68,68,.1)}.hashtag-input-list__add{width:100%;padding:.75rem 1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9375rem;font-weight:600;font-family:inherit;color:var(--color-brand-primary,#ff5722);background:var(--color-white,#ffffff);border:2px dashed var(--color-gray-300,#d1d5db);border-radius:8px;cursor:pointer;transition:all .2s ease}.hashtag-input-list__add:hover{border-color:var(--color-brand-primary,#ff5722);background:var(--color-gray-50,#f9fafb)}.hashtag-input-list__add:focus{outline:none;border-color:var(--input-border-color-focus);box-shadow:var(--input-shadow-focus)}.hashtag-input-list__limit-message{text-align:center;font-size:.875rem;color:var(--color-gray-500,#6b7280);padding:.75rem;background:var(--color-gray-50,#f9fafb);border-radius:8px}@media (max-width:768px){.hashtag-input-list__input{padding:.625rem .875rem;font-size:.9375rem}.hashtag-input-list__remove{width:32px;height:32px}.hashtag-input-list__remove svg{width:18px;height:18px}.hashtag-input-list__add{padding:.625rem .875rem;font-size:.875rem}}@media (max-width:480px){.hashtag-input-list__input{padding:.5rem .75rem;font-size:.875rem}.hashtag-input-list__remove{width:28px;height:28px}.hashtag-input-list__remove svg{width:16px;height:16px}.hashtag-input-list__add{padding:.5rem .75rem;font-size:.8125rem}.hashtag-input-list__add svg{width:18px;height:18px}}.create-project-container{margin:0 auto;width:100%;max-width:var(--container-xl);padding:0 var(--container-padding-desktop);display:flex;justify-content:space-between;min-height:100vh}@media (max-width:1024px){.create-project-container{padding:0;justify-content:center}}@media (max-width:768px){.create-project-container{padding:0}}.create-project-content{background:var(--color-white,#ffffff);padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-10);width:100%;max-width:590px}@media (max-width:768px){.create-project-content{padding:var(--container-padding-tablet);gap:var(--space-6)}}@media (max-width:480px){.create-project-content{padding:var(--container-padding-mobile);gap:var(--space-6)}}.create-project-form{margin-top:var(--space-4)}.create-project-form__fields{display:flex;flex-direction:column;gap:var(--space-6)}.create-project-form__field{display:flex;flex-direction:column;gap:var(--space-2)}.create-project-form__field__label{font-size:var(--text-sm);font-weight:500;color:var(--color-gray-600)}.hashtag-checkbox-selector{width:100%}.hashtag-checkbox-selector__heading{font-size:.875rem;font-weight:500;color:var(--color-gray-700,#374151);margin:0 0 1rem}.hashtag-checkbox-selector__grid{display:flex;flex-wrap:wrap;gap:.75rem;width:100%}.hashtag-checkbox-selector__card{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--color-white,#ffffff);border:1px solid var(--color-gray-300,#d1d5db);border-radius:8px;cursor:pointer;transition:all .2s ease;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;width:-moz-fit-content;width:fit-content;text-wrap:nowrap;font-size:var(--text-sm)}.hashtag-checkbox-selector__card--selected,.hashtag-checkbox-selector__card:hover{border-color:var(--color-brand-primary,#ff5722);background:var(--color-gray-50,#f9fafb)}.hashtag-checkbox-selector__checkbox{width:18px;height:18px;cursor:pointer;accent-color:var(--color-brand-primary,#ff5722);flex-shrink:0}.hashtag-checkbox-selector__label{font-size:.875rem;font-weight:400;color:var(--color-gray-900,#111827);flex:1 1;line-height:1.4}.hashtag-checkbox-selector__card--selected .hashtag-checkbox-selector__label{font-weight:500;color:var(--color-gray-900,#111827)}@media (max-width:768px){.hashtag-checkbox-selector__grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.625rem}.hashtag-checkbox-selector__card{padding:.625rem .875rem}.hashtag-checkbox-selector__label{font-size:.8125rem}}@media (max-width:480px){.hashtag-checkbox-selector__grid{grid-template-columns:1fr;gap:.5rem}.hashtag-checkbox-selector__card{padding:.625rem .875rem}.hashtag-checkbox-selector__heading,.hashtag-checkbox-selector__label{font-size:.8125rem}}.create-project-preview{max-width:488px;width:100%;min-width:488px;align-self:stretch;background-color:#f5f5f5;padding:6px;display:flex;flex-direction:column}.create-project-preview__header{width:100%;height:47px;border-top-left-radius:4px;border-top-right-radius:4px;padding:12px 20px;gap:12px;border-bottom:1px solid var(--border-default,#e5e7eb);display:flex;align-items:center;gap:var(--space-3);background-color:var(--color-background)}.create-project-preview__title{font-size:var(--text-md);font-weight:var(--font-weight-semibold);line-height:var(--leading-normal);color:var(--color-text-primary)}.create-project-preview__content{padding:var(--space-5);background-color:var(--color-background);flex:1 1;overflow-y:auto;border-bottom-left-radius:4px;border-bottom-right-radius:4px;scrollbar-width:thin;scrollbar-color:var(--color-gray-300,#d1d5db) transparent}.create-project-preview__content::-webkit-scrollbar{width:6px}.create-project-preview__content::-webkit-scrollbar-track{background:transparent}.create-project-preview__content::-webkit-scrollbar-thumb{background-color:var(--color-gray-300,#d1d5db);border-radius:3px}.create-project-preview__content::-webkit-scrollbar-thumb:hover{background-color:var(--color-gray-400,#9ca3af)}.create-project-preview__project-name{font-size:var(--text-xl);font-weight:var(--font-weight-semibold);line-height:var(--leading-normal);color:var(--color-text-primary);margin-bottom:var(--space-6)}.create-project-preview__brand{display:flex;align-items:center;gap:var(--space-4);margin-bottom:var(--space-8)}.create-project-preview__brand-logo{width:40px;height:40px;border-radius:50%;background-color:var(--color-border);overflow:hidden;flex-shrink:0}.create-project-preview__brand-logo-image{width:100%;height:100%;object-fit:cover}.create-project-preview__brand-name{font-size:var(--text-sm);font-weight:var(--font-weight-semibold);line-height:var(--leading-normal);color:var(--color-text-primary)}.create-project-preview__actions--bottom{margin-top:var(--space-8)}.create-project-preview__summary{display:flex;flex-direction:column;gap:var(--space-3);margin-bottom:var(--space-6)}.create-project-preview__summary-item{display:grid;grid-template-columns:1fr 1fr}.create-project-preview__summary-item-label{color:#71717a;display:flex;align-items:center;gap:var(--space-2)}.create-project-preview__summary-item-label,.create-project-preview__summary-item-value{font-size:var(--text-sm);font-weight:var(--font-weight-medium);line-height:var(--leading-normal)}.create-project-preview__summary-item-value{color:var(--color-text-primary);line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.create-project-preview__overview{display:flex;flex-direction:column;gap:var(--space-2);margin-bottom:var(--space-6)}.create-project-preview__overview-title{font-weight:var(--font-weight-semibold)}.create-project-preview__overview-description,.create-project-preview__overview-title{font-size:var(--text-sm);line-height:var(--leading-normal);color:var(--color-text-primary)}.create-project-preview__overview-description{font-weight:var(--font-weight-normal);text-wrap:pretty}.create-project-preview__key-phrases{display:flex;flex-direction:column;gap:var(--space-2);margin-bottom:var(--space-6)}.create-project-preview__key-phrases-title{font-size:var(--text-sm);font-weight:var(--font-weight-semibold);line-height:var(--leading-normal);color:var(--color-text-primary)}.create-project-preview__key-phrases-list{margin:0;padding-left:var(--space-5);list-style-position:outside}.create-project-preview__key-phrase-item{font-size:var(--text-sm);font-weight:var(--font-weight-normal);line-height:var(--leading-normal);color:var(--color-text-primary);word-wrap:break-word;overflow-wrap:break-word}.create-project-preview__scene-cards{display:flex;flex-direction:row;gap:var(--space-4);margin-top:var(--space-6);overflow-x:auto;overflow-y:hidden;padding-bottom:var(--space-2);scrollbar-width:thin;scrollbar-color:var(--color-gray-300,#d1d5db) transparent}.create-project-preview__scene-cards::-webkit-scrollbar{height:8px}.create-project-preview__scene-cards::-webkit-scrollbar-track{background:transparent}.create-project-preview__scene-cards::-webkit-scrollbar-thumb{background-color:var(--color-gray-300,#d1d5db);border-radius:4px}.create-project-preview__scene-cards::-webkit-scrollbar-thumb:hover{background-color:var(--color-gray-400,#9ca3af)}.create-project-preview__scene-card{background-color:var(--color-background);border:1px solid var(--color-border,#e5e7eb);border-radius:var(--radius-lg,8px);overflow:hidden;display:flex;flex-direction:column;min-width:300px;max-width:300px;flex-shrink:0}.create-project-preview__scene-preview{position:relative;width:100%;aspect-ratio:16/9;background-color:var(--color-gray-50,#f9fafb);overflow:hidden}.create-project-preview__scene-image,.create-project-preview__scene-video{width:100%;height:100%;object-fit:contain}.create-project-preview__scene-badge{position:absolute;top:var(--space-2);left:var(--space-2);padding:var(--space-1) var(--space-3);background-color:rgba(0,0,0,.6);border-radius:var(--radius-md,6px);font-size:var(--text-xs);font-weight:var(--font-weight-semibold);color:var(--color-white,#ffffff);line-height:var(--leading-normal)}.create-project-preview__scene-description{padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-2)}.create-project-preview__scene-description-title{font-size:var(--text-sm);font-weight:var(--font-weight-semibold);line-height:var(--leading-normal);color:var(--color-text-primary)}.create-project-preview__scene-description-text{font-size:var(--text-sm);font-weight:var(--font-weight-normal);line-height:var(--leading-normal);color:var(--color-text-primary);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.create-project-preview__scene-features{padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-3);border-top:1px solid var(--color-border,#e5e7eb);margin-top:var(--space-2)}.create-project-preview__scene-feature-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2)}.create-project-preview__scene-feature-label,.create-project-preview__scene-feature-value{font-size:var(--text-sm);font-weight:var(--font-weight-medium);line-height:var(--leading-normal);color:var(--color-text-primary)}.create-project-preview__scene-feature-value--available{color:var(--color-text-primary)}.create-project-preview__scene-feature-value--unavailable{color:#a1a1aa}.create-project-preview__divider{width:100%;margin-bottom:var(--space-6);border:none;border-bottom:1px solid var(--color-border,#e5e7eb)}.create-project-preview__content-outline,.create-project-preview__promotion{display:flex;flex-direction:column;gap:var(--space-4)}.create-project-preview__section-title{font-size:var(--text-sm);font-weight:var(--font-weight-semibold);line-height:var(--leading-normal);color:var(--color-text-primary);margin-bottom:var(--space-2)}.create-project-preview__background-music{display:flex;flex-direction:column;gap:var(--space-2);margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--color-border,#e5e7eb)}.create-project-preview__background-music-label{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--font-weight-medium);color:var(--color-text-secondary,#71717a)}.create-project-preview__background-music-value{font-size:var(--text-sm);font-weight:var(--font-weight-normal);color:var(--color-text-primary);word-break:break-all}.create-project-preview__actions,.create-project-preview__brand-container{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2)}.create-project-preview__actions{padding:var(--space-6) 0;margin-top:var(--space-6);border-top:1px solid var(--color-border,#e5e7eb)}@media (max-width:1024px){.preview-step .create-project-preview{max-width:100%;min-width:0;height:auto;position:static}}@media (max-width:768px){.create-project-container .create-project-preview{display:none}.preview-step .create-project-preview{background-color:var(--color-background);padding:0;height:auto;position:static}.preview-step .create-project-preview__content{overflow-y:visible}.create-project-preview__brand-container{align-items:flex-start}}