.header{display:flex;align-items:center;justify-content:space-between;height:70px;padding:0 30px;background:var(--bg);border-bottom:1px solid rgba(240,237,230,.08);position:sticky;top:0;z-index:100;flex-shrink:0}.header__brand{text-decoration:none;flex-shrink:0}.header__logo-text{font-family:var(--font-title);font-weight:700;font-size:1.5rem;letter-spacing:.2em;color:var(--text)}.header__nav{display:flex;align-items:center;gap:50px}.header__nav-link{font-family:var(--font-nav);font-weight:400;font-size:1rem;color:var(--text);text-decoration:none;white-space:nowrap;opacity:.85;transition:opacity .15s;position:relative}.header__nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--accent);transition:width .2s}.header__nav-link:hover{opacity:1}.header__nav-link:hover:after{width:100%}.header__nav-link--active{opacity:1;font-weight:600}.header__nav-link--active:after{width:100%}.header__actions{display:flex;align-items:center;gap:8px}.header__btn-account{display:flex;align-items:center;justify-content:center;gap:6px;height:36px;padding:0 8px;background:transparent;color:var(--text);border:none;text-decoration:none;opacity:.7;transition:opacity .15s;cursor:pointer}.header__btn-account:hover{opacity:1}.header__btn-cart{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:var(--text);text-decoration:none;opacity:.7;transition:opacity .15s}.header__btn-cart:hover,.header__btn-account--logged{opacity:1}.header__account-name{font-family:var(--font-ui);font-size:.8rem;font-weight:500;color:var(--text)}.header__account{position:relative}.header__account-dropdown{position:absolute;top:calc(100% + 10px);right:0;min-width:200px;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:6px;z-index:200;box-shadow:0 8px 24px #0006}.header__account-email{font-size:.75rem;color:var(--text-muted);padding:8px 10px 10px;border-bottom:1px solid var(--border);margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header__account-item{display:block;width:100%;padding:9px 10px;font-family:var(--font-ui);font-size:.85rem;color:var(--text);text-decoration:none;background:transparent;border:none;border-radius:6px;text-align:left;cursor:pointer;transition:background .12s}.header__account-item:hover{background:#f0ede60f}.header__account-item--logout{color:#ff7070;margin-top:4px;border-top:1px solid var(--border);padding-top:10px;border-radius:0 0 6px 6px}.header__hamburger{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:transparent;padding:0;cursor:pointer;border:none}.header__hamburger span{display:block;width:100%;height:2px;background:var(--text);border-radius:2px;transition:transform .25s,opacity .25s}.header__hamburger--open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.header__hamburger--open span:nth-child(2){opacity:0}.header__hamburger--open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media(max-width:900px){.header__hamburger{display:flex}.header__nav{display:none;position:absolute;top:70px;left:0;right:0;flex-direction:column;align-items:flex-start;gap:0;padding:16px 30px;background:var(--bg);border-bottom:1px solid rgba(240,237,230,.08)}.header__nav--open{display:flex}.header__nav-link{width:100%;padding:12px 0;font-size:.9rem;border-bottom:1px solid rgba(240,237,230,.06)}.header__nav-link:after{display:none}}.footer{background:var(--surface);border-top:1px solid var(--border);padding:16px 24px;flex-shrink:0}.footer__inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.footer__brand{font-weight:700;color:var(--accent-light);letter-spacing:.05em;font-size:.95rem}.footer__nav{display:flex;gap:20px}.footer__nav-link{font-size:.8rem;color:var(--text-muted);text-decoration:none;transition:color .2s}.footer__nav-link:hover{color:var(--text)}.footer__copy{font-size:.75rem;color:var(--text-muted)}@media(max-width:600px){.footer__inner{flex-direction:column;align-items:flex-start;gap:10px}}.home{display:flex;flex-direction:column;width:100%;background:var(--bg)}.hero{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:60px 40px;max-width:1280px;margin:0 auto;width:100%}.hero__content{flex:1;max-width:660px;display:flex;flex-direction:column;gap:20px}.hero__title{font-family:var(--font-title);font-weight:700;font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;letter-spacing:-.02em;color:var(--text)}.hero__subtitle{font-family:var(--font-body);font-size:1.125rem;line-height:1.65;color:var(--text);max-width:620px}.hero__actions{display:flex;gap:20px;flex-wrap:wrap}.hero__cta{display:inline-flex;align-items:center;justify-content:center;padding:18px 32px;border-radius:4px;font-family:var(--font-ui);font-weight:700;font-size:1rem;letter-spacing:.075em;text-decoration:none;transition:opacity .2s,transform .15s;min-width:200px}.hero__cta:hover{opacity:.88;transform:translateY(-2px)}.hero__cta--primary{background:var(--accent);color:var(--bg);box-shadow:0 4px 10px #00000040}.hero__cta--secondary{background:transparent;color:var(--text);border:1px solid var(--text)}.hero__visual{flex-shrink:0;width:500px;height:500px}.hero__img{width:100%;height:100%;object-fit:cover}.concept{display:flex;flex-direction:column;gap:80px;align-items:center;padding:100px 40px;width:100%;box-sizing:border-box}.concept__header{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.concept__title{font-family:var(--font-nav);font-weight:600;font-size:clamp(2rem,4vw,3rem);color:var(--text)}.concept__subtitle{font-family:var(--font-body);font-size:1.125rem;line-height:1.65;color:var(--text);max-width:600px}.concept__steps{display:flex;gap:40px;justify-content:center;flex-wrap:wrap;width:100%;max-width:1280px}.concept__step{display:flex;flex-direction:column;align-items:center;gap:40px;padding:30px 30px 60px;width:380px;border:1px solid var(--violet);border-radius:12px;background:#4040400d}.concept__step-icon{flex-shrink:0}.concept__step-body{display:flex;flex-direction:column;gap:11px;text-align:center;width:100%}.concept__step-title{font-family:var(--font-title);font-weight:500;font-size:2rem;color:var(--text);line-height:1.3}.concept__step-desc{font-family:var(--font-body);font-size:1.125rem;line-height:1.65;color:var(--text)}.gallery{display:flex;flex-direction:column;gap:80px;padding:60px 20px 100px;width:100%;max-width:1280px;margin:0 auto;box-sizing:border-box}.gallery__header{display:flex;align-items:flex-end;justify-content:space-between;padding:0 20px}.gallery__title{font-family:var(--font-ui);font-weight:700;font-size:clamp(2rem,4vw,3rem);letter-spacing:.075em;color:var(--text);line-height:1}.gallery__link{font-family:var(--font-ui);font-weight:700;font-size:1rem;letter-spacing:.075em;text-transform:uppercase;color:var(--text);text-decoration:underline;transition:opacity .2s}.gallery__link:hover{opacity:.75}.gallery__grid{display:flex;gap:20px;padding:0 20px;flex-wrap:nowrap}.gallery__card{display:flex;flex-direction:column;flex:1 1 0;min-width:0;border:1px solid var(--violet);border-radius:8px;background:#7b5ea70d;padding:10px}.gallery__card-img-wrap{width:100%;height:480px;border-radius:4px;overflow:hidden}.gallery__card-img{width:100%;height:100%;object-fit:cover;pointer-events:none}.gallery__card-body{padding:10px 0;display:flex;flex-direction:column;gap:4px}.gallery__card-title{text-align:center;font-family:var(--font-body);font-weight:500;font-size:2rem;color:var(--text);line-height:1.3}.gallery__card-material{font-family:var(--font-body);font-size:1rem;color:var(--text);line-height:1.3;text-align:center}.trust{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;padding:60px 30px;width:100%;background:#c9863a99;flex-wrap:wrap}.trust__item{display:flex;gap:20px;align-items:flex-start;max-width:380px;flex:1;min-width:280px}.trust__icon{flex-shrink:0;margin-top:2px}.trust__body{display:flex;flex-direction:column;gap:20px}.trust__label{font-family:var(--font-ui);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.075em;color:#fff}.trust__desc{font-family:var(--font-ui);font-weight:400;font-size:.875rem;line-height:1.6;letter-spacing:.075em;color:#fff}@media(max-width:1024px){.hero__visual{width:380px;height:380px}.concept__step{width:300px}}@media(max-width:768px){.hero{flex-direction:column;align-items:center;padding:40px 20px;gap:32px;text-align:center}.hero__content{max-width:100%;align-items:center}.hero__actions{justify-content:center}.hero__visual{width:100%;height:auto;max-width:400px}.hero__img{height:auto;aspect-ratio:1}.concept{padding:60px 20px;gap:48px}.concept__step{width:100%;max-width:420px;padding:24px 24px 40px}.gallery{padding:40px 16px 60px;gap:40px}.gallery__header{flex-direction:column;align-items:flex-start;gap:12px;padding:0 4px}.gallery__grid{flex-direction:column;padding:0 4px;gap:16px}.gallery__card-img-wrap{height:280px}.gallery__card-title{font-size:1.25rem}.trust{flex-direction:column;align-items:stretch;padding:40px 20px;gap:32px}.trust__item{max-width:100%}}@media(max-width:480px){.hero__cta{width:100%;min-width:unset}.hero__actions{flex-direction:column;width:100%}.gallery__card-img-wrap{height:220px}}.uploader{margin:10px 16px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:18px 16px;background:#0e0e16;border:1.5px dashed rgba(240,237,230,.2);border-radius:8px;cursor:pointer;text-align:center;transition:border-color .2s}.uploader:hover{border-color:var(--accent)}.uploader__icon{color:#f0ede659;margin-bottom:4px}.uploader__label{font-family:var(--font-ui);font-size:.875rem;font-weight:600;color:var(--text)}.uploader__hint{font-family:var(--font-body);font-size:.75rem;color:#f0ede666}.uploader__hint a,.uploader__hint span{color:var(--accent);text-decoration:underline}.uploader__formats{font-size:.65rem;color:#f0ede64d;margin-top:4px}.uploader__status{font-family:var(--font-ui);font-size:.875rem;color:var(--accent)}.uploader__error{font-family:var(--font-ui);font-size:.75rem;color:#e05c5c;margin-top:4px}.uploader--loaded{margin:12px 20px 0;display:flex;align-items:center;gap:10px;padding:10px 16px;background:#7b5ea714;border:1px solid rgba(123,94,167,.3);border-radius:8px;cursor:default}.uploader__file-icon{color:#4caf82;flex-shrink:0}.uploader__file-name{font-family:var(--font-ui);font-size:.8rem;color:var(--text);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uploader__file-clear{background:none;border:none;color:#f0ede666;font-size:1rem;cursor:pointer;padding:0 4px;line-height:1;transition:color .15s;flex-shrink:0}.uploader__file-clear:hover{color:var(--text)}.controls{display:flex;flex-direction:column;gap:0;padding:0 0 8px}.controls__section{padding:10px 16px 8px;border-bottom:1px solid rgba(240,237,230,.06)}.controls__title{display:flex;align-items:center;gap:6px;font-family:var(--font-ui);font-weight:700;font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text);margin-bottom:10px}.controls__title svg{color:var(--violet);flex-shrink:0}.controls__fields{display:flex;flex-direction:column;gap:8px}.controls__field{display:flex;flex-direction:column;gap:4px}.controls__field-header{display:flex;justify-content:space-between;align-items:center}.controls__field-label{font-family:var(--font-ui);font-size:.75rem;color:#f0ede6b3}.controls__value{font-family:var(--font-ui);font-size:.7rem;font-weight:700;color:var(--text);background:#7b5ea733;border:1px solid rgba(123,94,167,.4);border-radius:4px;padding:1px 6px;min-width:28px;text-align:center}.controls__field input[type=range]{width:100%;-webkit-appearance:none;height:3px;background:#f0ede61f;border-radius:2px;outline:none}.controls__field input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background:var(--accent);cursor:pointer;box-shadow:0 0 0 2px #c9863a40}.controls__field input[type=range]::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:var(--accent);cursor:pointer;border:none}.controls__materials{display:grid;grid-template-columns:1fr 1fr;gap:6px}.controls__material{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:8px;border:1px solid rgba(240,237,230,.08);background:#f0ede608;cursor:pointer;transition:border-color .15s,background .15s;font-family:var(--font-ui);font-size:.7rem;color:#f0ede699}.controls__material:hover{border-color:#c9863a66;color:var(--text)}.controls__material--active{border-color:var(--accent);background:#c9863a14;color:var(--text)}.controls__material-dot{width:22px;height:22px;border-radius:50%;flex-shrink:0;border:2px solid rgba(255,255,255,.15)}.controls__field input[type=color]{width:100%;height:32px;border:1px solid rgba(240,237,230,.1);border-radius:6px;background:#0e0e16;cursor:pointer;padding:2px}.controls__field select{background:#0e0e16;color:var(--text);border:1px solid rgba(240,237,230,.1);border-radius:6px;padding:8px 10px;font-family:var(--font-ui);font-size:.8rem;outline:none}.export{display:flex;flex-direction:column;gap:8px;padding:12px 16px;border-top:1px solid rgba(240,237,230,.06)}.export__render-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 16px;background:#7b5ea71f;border:1px solid rgba(123,94,167,.35);border-radius:6px;font-family:var(--font-ui);font-weight:700;font-size:.75rem;letter-spacing:.05em;text-transform:uppercase;color:var(--text);cursor:pointer;transition:background .2s,border-color .2s}.export__render-btn:hover:not(:disabled){background:#7b5ea738;border-color:var(--violet)}.export__render-btn:disabled{opacity:.35;cursor:default}.export__quality{display:flex;align-items:center;gap:6px;font-family:var(--font-ui);font-size:.7rem;color:#f0ede673}.export__quality svg{color:#4caf82;flex-shrink:0}.export__price-row{display:flex;justify-content:space-between;align-items:center;padding:4px 0}.export__price-label{font-family:var(--font-ui);font-size:.8rem;color:#f0ede680}.export__price{font-family:var(--font-title);font-weight:700;font-size:1.5rem;color:var(--text)}.export__btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 16px;border-radius:4px;font-family:var(--font-ui);font-weight:700;font-size:.875rem;letter-spacing:.05em;cursor:pointer;transition:opacity .2s,transform .15s}.export__btn:hover:not(:disabled){opacity:.88;transform:translateY(-1px)}.export__btn:disabled{opacity:.35;cursor:default}.export__btn--primary{background:var(--accent);color:var(--bg);border:none;box-shadow:0 4px 10px #00000040}.export__btn--secondary{background:transparent;color:var(--text);border:1px solid rgba(240,237,230,.25)}.export__btn--cart{background:var(--violet);color:#fff;border:none;box-shadow:0 4px 12px #7b5ea759}.export__preview{border-radius:8px;overflow:hidden;border:1px solid rgba(240,237,230,.08);margin-top:4px}.export__preview img{width:100%;display:block}.export__download-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:8px 16px;background:#f0ede60f;border:none;font-family:var(--font-ui);font-weight:700;font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;color:var(--text);text-decoration:none;cursor:pointer;transition:background .2s}.export__download-btn:hover{background:#f0ede61f}.creator{display:flex;flex:1;overflow:hidden;height:100%;background:var(--bg);flex-direction:column}.creator__resume-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 20px;background:#c9863a1f;border-bottom:1px solid rgba(201,134,58,.3);font-family:var(--font-ui);font-size:.82rem;color:var(--accent);flex-shrink:0}.creator__resume-banner em{font-style:normal;opacity:.8}.creator__resume-banner-close{background:none;border:none;color:var(--accent);font-size:1.1rem;line-height:1;padding:0 4px;cursor:pointer;opacity:.7;flex-shrink:0}.creator__resume-banner-close:hover{opacity:1}.creator__row{display:flex;flex:1;overflow:hidden}.creator__left{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.creator__viewer{flex:1;max-height:calc(100vh - var(--header-height, 70px) - 140px);position:relative;background:#0e0e16;overflow:hidden}.creator__viewer:fullscreen,.creator__viewer:-webkit-full-screen{max-height:100vh;height:100vh;width:100vw}.creator__viewer-controls{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;padding:12px 24px;background:#141420d9;border:1px solid rgba(240,237,230,.08);border-radius:100px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap}.creator__viewer-hint{display:flex;align-items:center;gap:8px;font-family:var(--font-ui);font-weight:700;font-size:.625rem;letter-spacing:.05em;text-transform:uppercase;color:var(--text);background:none;border:none;cursor:pointer;padding:4px 8px;border-radius:6px;transition:color .15s,background .15s}.creator__viewer-hint:hover{color:var(--accent);background:#c9863a14}.creator__viewer-hint--active{color:var(--accent);background:#c9863a1f}.creator__viewer-sep{width:1px;height:16px;background:#f0ede633;flex-shrink:0}.creator__bottom{display:flex;gap:12px;padding:10px 16px;flex-shrink:0;flex-wrap:wrap}.creator__summary{background:#1a1a28;border:1px solid rgba(240,237,230,.05);border-radius:8px;padding:10px 14px;flex:1;min-width:260px}.creator__summary-title{font-family:var(--font-ui);font-weight:500;font-size:.75rem;color:var(--text);margin-bottom:12px}.creator__summary-list{display:flex;flex-direction:column;gap:6px}.creator__summary-row{display:flex;justify-content:space-between;padding-bottom:4px;border-bottom:1px solid rgba(255,255,255,.06);font-family:var(--font-ui);font-size:.75rem}.creator__summary-label{color:#f0ede680}.creator__summary-value{color:var(--text)}.creator__waveform-info{background:#1a1a28;border:1px solid rgba(240,237,230,.05);border-radius:8px;padding:10px 14px;display:flex;flex-direction:column;gap:8px;flex:1;min-width:200px}.creator__waveform-title{font-family:var(--font-ui);font-weight:500;font-size:.75rem;color:var(--text)}.creator__waveform-bars{display:flex;align-items:flex-end;gap:2px;height:28px}.creator__waveform-bar{flex:1;background:var(--violet);border-radius:1px;opacity:.7;min-height:4px}.creator__waveform-name{font-family:var(--font-body);font-size:.7rem;color:#f0ede680;font-style:italic}.creator__panel{width:380px;flex-shrink:0;background:#13131e;border-left:1px solid rgba(240,237,230,.06);overflow-y:auto;display:flex;flex-direction:column;gap:0;padding-bottom:40px}.creator__panel-header{padding:14px 16px 12px;border-bottom:1px solid rgba(240,237,230,.06)}.creator__panel-title{font-family:var(--font-title);font-weight:700;font-size:1.3rem;color:var(--text);margin-bottom:2px}.creator__panel-subtitle{font-family:var(--font-body);font-size:.8rem;color:#f0ede68c;line-height:1.4}@media(max-width:900px){.creator{overflow:auto}.creator__row{flex-direction:column;overflow:visible}.creator__left{flex:none}.creator__viewer{height:52vw;min-height:260px;max-height:420px}.creator__panel{width:100%;border-left:none;border-top:1px solid rgba(240,237,230,.06);overflow-y:visible}}@media(max-width:600px){.creator__resume-banner{font-size:.75rem;padding:8px 14px}.creator__viewer{height:58vw;min-height:200px;max-height:340px}.creator__viewer-controls{left:8px;right:8px;bottom:10px;transform:none;padding:8px 10px;gap:4px;flex-wrap:wrap;justify-content:center;white-space:normal;border-radius:12px}.creator__viewer-hint{font-size:.55rem;padding:3px 5px}.creator__viewer-sep{height:10px}.creator__bottom{flex-direction:column;gap:8px;padding:8px 10px}.creator__summary,.creator__waveform-info{min-width:0}}.auth-page{min-height:calc(100vh - 70px);display:flex;align-items:center;justify-content:center;padding:40px 20px}.auth-card{width:100%;max-width:440px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:40px}.auth-card__title{font-family:var(--font-title);font-size:1.75rem;font-weight:700;color:var(--text);margin-bottom:6px}.auth-card__subtitle{font-size:.875rem;color:var(--text-muted);margin-bottom:28px}.auth-card__error{background:#dc3c3c1f;border:1px solid rgba(220,60,60,.3);color:#ff7070;border-radius:6px;padding:10px 14px;font-size:.875rem;margin-bottom:20px}.auth-card__success{text-align:center;padding:20px 0;color:var(--text-muted);line-height:1.6}.auth-card__success p{margin-bottom:16px}.auth-card__switch{margin-top:24px;text-align:center;font-size:.875rem;color:var(--text-muted)}.auth-form{display:flex;flex-direction:column;gap:18px}.auth-form__row{display:grid;grid-template-columns:1fr 1fr;gap:12px;min-width:0}.auth-form__group{display:flex;flex-direction:column;gap:6px;min-width:0}.auth-form__label{font-family:var(--font-ui);font-size:.8rem;font-weight:500;color:var(--text-muted);letter-spacing:.02em}.auth-form__hint{font-weight:400;opacity:.7}.auth-form__input{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:10px 14px;color:var(--text);font-family:var(--font-body);font-size:.9rem;transition:border-color .15s;outline:none;width:100%;box-sizing:border-box;min-width:0}.auth-form__input:focus{border-color:var(--accent)}.auth-form__forgot{text-align:right;margin-top:-8px}.auth-form__link{color:var(--accent);text-decoration:none;font-size:.875rem;transition:color .15s}.auth-form__link:hover{color:var(--accent-light)}.auth-form__submit{margin-top:4px;padding:12px;background:var(--accent);color:#fff;font-family:var(--font-ui);font-weight:600;font-size:.9rem;border-radius:8px;border:none;cursor:pointer;transition:background .15s,opacity .15s}.auth-form__submit:hover:not(:disabled){background:var(--accent-light)}.auth-form__submit:disabled{opacity:.5;cursor:not-allowed}@media(max-width:500px){.auth-card{padding:28px 20px}.auth-form__row{grid-template-columns:1fr}}.placeholder{flex:1;display:flex;align-items:center;justify-content:center;padding:48px 24px}.placeholder__content{text-align:center;max-width:480px;display:flex;flex-direction:column;align-items:center;gap:16px}.placeholder__icon{font-size:3rem;line-height:1}.placeholder__title{font-size:1.75rem;font-weight:700;color:var(--text)}.placeholder__text{color:var(--text-muted);line-height:1.6}.placeholder__cta{display:inline-block;margin-top:8px;padding:12px 28px;background:var(--accent);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:opacity .2s}.placeholder__cta:hover{opacity:.85}.ccm{display:flex;flex-direction:column;align-items:flex-start;background:var(--bg);width:100%}.ccm__hero{display:flex;gap:60px;align-items:flex-start;padding:40px 24px;width:100%}.ccm__hero-content{display:flex;flex-direction:column;gap:16px;flex:0 0 auto;max-width:800px;margin-left:25px}.ccm__hero-title{font-family:var(--font-nav);font-weight:600;font-size:clamp(32px,4vw,48px);color:var(--text);padding:10px;line-height:1.1}.ccm__hero-desc{font-family:var(--font-body);font-weight:400;font-size:18px;line-height:1.67;color:var(--text);padding:10px}.ccm__freq-visual{display:flex;gap:4px;align-items:flex-end;flex:1 0 0;min-width:0;min-height:280px}.ccm__freq-bar{width:8px;border-radius:2px 2px 0 0;background:linear-gradient(to bottom,var(--violet),var(--accent));flex-shrink:0}.ccm__process{display:flex;flex-direction:column;gap:32px;align-items:center;padding-top:40px;width:100%}.ccm__process-intro{font-family:var(--font-body);font-weight:500;font-size:24px;line-height:1.25;color:var(--text);text-align:center;max-width:780px;padding:10px}.ccm__steps{display:flex;flex-wrap:wrap;gap:24px;align-items:stretch;justify-content:center;width:100%;padding:0 24px;max-width:1266px;margin:0 auto}.ccm__step-card{position:relative;display:flex;flex-direction:column;gap:12px;width:390px;min-height:380px;padding:40px 20px;background:#12121a99;border:1px solid var(--violet);border-radius:8px;overflow:hidden;flex-shrink:0}.ccm__step-icon{flex-shrink:0}.ccm__step-title{font-family:var(--font-body);font-weight:500;font-size:32px;line-height:1.1;color:var(--text);padding:10px 10px 0}.ccm__step-desc{font-family:var(--font-body);font-weight:400;font-size:16px;line-height:1.875;color:var(--text);padding:10px}.ccm__step-ellipse{position:absolute;top:-16px;right:-17px;width:90px;height:90px;border-radius:50%;pointer-events:none;filter:blur(18px);opacity:.9}.ccm__step-ellipse--violet{background:radial-gradient(circle,var(--violet) 30%,transparent 80%)}.ccm__step-ellipse--amber{background:radial-gradient(circle,var(--accent) 30%,transparent 80%)}.ccm__step-ellipse--mixed{background:radial-gradient(circle,var(--violet) 0%,var(--accent) 60%,transparent 80%)}.ccm__cta{display:flex;flex-direction:column;gap:50px;align-items:center;padding:80px 24px;width:100%}.ccm__cta-title{font-family:var(--font-title);font-weight:700;font-size:clamp(32px,4vw,48px);line-height:1.04;color:var(--text);text-align:center;max-width:781px}.ccm__cta-buttons{display:flex;gap:40px;align-items:center;flex-wrap:wrap;justify-content:center}.ccm__btn{display:flex;align-items:center;justify-content:center;gap:10px;width:240px;padding:20px;border-radius:4px;font-family:var(--font-ui);font-weight:700;font-size:16px;letter-spacing:1.2px;text-align:center;text-decoration:none;transition:opacity .2s}.ccm__btn:hover{opacity:.85}.ccm__btn--primary{background:var(--accent);color:var(--bg)}.ccm__btn--secondary{background:transparent;border:1px solid var(--text);color:var(--text)}@media(max-width:900px){.ccm__hero{flex-direction:column;gap:32px}.ccm__hero-content{max-width:100%}.ccm__freq-visual{width:100%;justify-content:center}.ccm__step-card{width:100%;max-width:420px}.ccm__cta-title{font-size:30px}.ccm__btn{width:200px;font-size:14px}}@media(max-width:500px){.ccm__cta-buttons{flex-direction:column;gap:16px}}.cart{display:flex;flex-direction:column;gap:40px;width:100%;background:var(--bg);padding-bottom:80px}.cart__header{display:flex;flex-direction:column;align-items:flex-start;padding:0 30px;width:210px}.cart__title{font-family:var(--font-title);font-weight:400;font-size:clamp(40px,6vw,64px);letter-spacing:-.02em;color:var(--text);line-height:1.1;padding:10px}.cart__divider{width:100px;height:10px;background:var(--accent);margin:0 10px;border-radius:2px}.cart__body{display:flex;gap:40px;align-items:flex-start;justify-content:center;width:100%;padding:0 30px}.cart__items{display:flex;flex-direction:column;gap:16px;flex:1;max-width:780px}.cart__empty{display:flex;flex-direction:column;align-items:center;gap:24px;padding:60px 24px;border:1px solid rgba(240,237,230,.1);border-radius:8px;background:#1a1a24;font-family:var(--font-body);font-size:1rem;color:var(--text);text-align:center}.cart__card{display:flex;gap:32px;align-items:center;padding:24px;background:#1a1a24;border:1px solid rgba(240,237,230,.1);border-radius:8px}.cart__card-img{width:200px;height:200px;background:#676767;border-radius:4px;flex-shrink:0}.cart__card-content{display:flex;flex-direction:column;gap:20px;flex:1;min-width:0}.cart__card-top{display:flex;flex-direction:column;gap:10px}.cart__card-name-price{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px}.cart__card-name{font-family:var(--font-title);font-weight:400;font-size:clamp(20px,2.5vw,32px);color:var(--text);line-height:1.3}.cart__card-price{font-family:var(--font-title);font-weight:400;font-size:clamp(20px,2.5vw,32px);color:var(--text);white-space:nowrap}.cart__card-details{display:flex;flex-direction:column;gap:10px}.cart__card-material{display:flex;align-items:center;gap:8px;font-family:var(--font-ui);font-size:16px;color:var(--text)}.cart__card-material svg{flex-shrink:0}.cart__card-config{font-family:var(--font-ui);font-size:16px;line-height:1.5;color:var(--text);padding:10px}.cart__card-actions{display:flex;gap:24px;align-items:center;padding-top:16px;border-top:1px solid var(--text)}.cart__action-btn{display:flex;align-items:center;gap:10px;background:none;border:none;color:var(--text);font-family:var(--font-ui);font-weight:500;font-size:12px;letter-spacing:1.2px;cursor:pointer;padding:10px;transition:opacity .2s}.cart__action-btn:hover{opacity:.7}.cart__action-btn--delete:hover{color:#e05555}.cart__summary{display:flex;flex-direction:column;gap:32px;width:344px;flex-shrink:0;padding:32px;background:#7b5ea71a;border:1px solid var(--violet);border-radius:8px}.cart__summary-title{font-family:var(--font-title);font-weight:400;font-size:32px;color:var(--text);padding:10px}.cart__summary-lines{display:flex;flex-direction:column;gap:16px}.cart__summary-line{display:flex;align-items:center;justify-content:space-between;font-family:var(--font-ui);font-size:16px;color:var(--text);padding:10px}.cart__summary-line--separator{border-bottom:1px solid rgba(217,217,217,.1);padding-bottom:16px}.cart__summary-total{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:10px;min-height:74px}.cart__summary-total>span:first-child{font-family:var(--font-ui);font-size:18px;color:var(--text);align-self:flex-end}.cart__summary-total-amount{font-family:var(--font-ui);font-size:clamp(32px,4vw,48px);font-weight:400;color:var(--text);line-height:1}.cart__summary-buttons{display:flex;flex-direction:column;gap:16px}.cart__btn{display:flex;align-items:center;justify-content:center;width:100%;padding:16px 24px;border-radius:4px;font-family:var(--font-ui);font-weight:700;font-size:12px;letter-spacing:1.2px;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:opacity .2s;border:none}.cart__btn:hover{opacity:.85}.cart__btn--primary{background:var(--text);color:var(--bg);box-shadow:0 4px 2px #00000026}.cart__btn--secondary{background:transparent;border:1px solid var(--accent);color:var(--text);box-shadow:0 4px 4px #00000026}.cart__reassurance{display:flex;flex-direction:column;gap:24px;padding-top:16px;border-top:1px solid var(--text)}.cart__reassurance-item{display:flex;align-items:center;gap:16px;font-family:var(--font-ui);font-size:14px;color:var(--text);line-height:1.43}.cart__reassurance-item svg{flex-shrink:0}@media(max-width:1100px){.cart__body{flex-direction:column;align-items:center}.cart__items{max-width:100%;width:100%}.cart__summary{width:100%;max-width:600px}}@media(max-width:600px){.cart__card{flex-direction:column;align-items:flex-start}.cart__card-img{width:100%;height:200px}.cart__card-name-price{flex-direction:column;align-items:flex-start;gap:4px}.cart__body,.cart__header{padding:0 16px}}.creations{display:flex;flex-direction:column;gap:40px;width:100%;background:var(--bg);padding-bottom:80px}.creations__header{display:flex;flex-direction:column;align-items:flex-start;padding:0 30px;width:240px}.creations__title{font-family:var(--font-title);font-weight:400;font-size:clamp(40px,6vw,64px);letter-spacing:-.02em;color:var(--text);line-height:1.1;padding:10px}.creations__divider{width:100px;height:10px;background:var(--accent);margin:0 10px;border-radius:2px}.creations__body{padding:0 30px;max-width:900px;width:100%;margin:0 auto}.creations__state{font-family:var(--font-ui);font-size:.95rem;color:var(--text-muted);text-align:center;padding:40px 0}.creations__state--error{color:#e07070}.creations__empty{display:flex;flex-direction:column;align-items:center;gap:20px;padding:60px 0;font-family:var(--font-ui);font-size:.95rem;color:var(--text-muted)}.creations__cta{padding:12px 28px;background:var(--violet);color:#fff;border:none;border-radius:6px;font-family:var(--font-ui);font-weight:700;font-size:.875rem;letter-spacing:.04em;cursor:pointer;transition:opacity .2s}.creations__cta:hover{opacity:.85}.creations__list{display:flex;flex-direction:column;gap:16px}.creation-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px 24px;display:flex;flex-direction:column;gap:16px}.creation-card__body{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.creation-card__info{flex:1;display:flex;flex-direction:column;gap:8px}.creation-card__name{font-family:var(--font-title);font-weight:400;font-size:1.25rem;color:var(--text);letter-spacing:-.01em}.creation-card__date{font-family:var(--font-ui);font-size:.75rem;color:var(--text-muted)}.creation-card__params{display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:4px}.creation-card__param{display:flex;flex-direction:column;gap:2px}.creation-card__param dt{font-family:var(--font-ui);font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.creation-card__param dd{font-family:var(--font-ui);font-size:.85rem;color:var(--text);font-weight:600}.creation-card__audio-note{display:flex;align-items:center;gap:6px;font-family:var(--font-ui);font-size:.75rem;color:var(--accent);margin-top:4px}.creation-card__audio-note em{font-style:normal;opacity:.8}.creation-card__price{font-family:var(--font-title);font-weight:700;font-size:1.5rem;color:var(--text);white-space:nowrap}.creation-card__actions{display:flex;flex-wrap:wrap;gap:10px;padding-top:4px;border-top:1px solid var(--border)}.creation-card__btn{display:flex;align-items:center;gap:7px;padding:8px 16px;border-radius:6px;font-family:var(--font-ui);font-weight:600;font-size:.8rem;letter-spacing:.03em;border:none;cursor:pointer;transition:opacity .18s,transform .15s}.creation-card__btn:hover:not(:disabled){opacity:.85;transform:translateY(-1px)}.creation-card__btn:disabled{opacity:.4;cursor:default}.creation-card__btn--resume{background:#7b5ea726;border:1px solid rgba(123,94,167,.4);color:var(--text)}.creation-card__btn--cart{background:var(--violet);color:#fff}.creation-card__btn--delete{background:transparent;border:1px solid rgba(240,237,230,.15);color:var(--text-muted);margin-left:auto}.creation-card__btn--delete:hover:not(:disabled){border-color:#e07070;color:#e07070}.creation-card__confirm{display:flex;align-items:center;gap:8px;margin-left:auto;font-family:var(--font-ui);font-size:.8rem;color:var(--text-muted)}.creation-card__confirm-yes,.creation-card__confirm-no{padding:6px 12px;border-radius:4px;font-family:var(--font-ui);font-weight:600;font-size:.78rem;border:none;cursor:pointer}.creation-card__confirm-yes{background:#c0392b;color:#fff}.creation-card__confirm-no{background:var(--surface);border:1px solid var(--border);color:var(--text)}@media(max-width:600px){.creations__body{padding:0 16px}.creation-card{padding:16px}.creation-card__price{font-size:1.2rem}.creation-card__btn--delete{margin-left:0}}.checkout{width:100%;background:var(--bg);padding:40px 30px 80px}.checkout__layout{display:flex;gap:40px;align-items:flex-start;justify-content:center;width:100%;max-width:1280px;margin:0 auto}.checkout__left{display:flex;flex-direction:column;gap:40px;flex:1;max-width:710px}.checkout__section{display:flex;flex-direction:column;gap:30px}.checkout__section-title{font-family:var(--font-title);font-weight:500;font-size:32px;line-height:1.3;color:var(--text);padding:10px}.checkout__form{display:flex;flex-direction:column;gap:20px}.checkout__row{display:flex;gap:20px;justify-content:space-between}.checkout__field{display:flex;flex-direction:column;flex:1}.checkout__field--full{width:100%}.checkout__label{font-family:var(--font-ui);font-weight:700;font-size:12px;letter-spacing:1.2px;text-transform:uppercase;color:var(--text-muted);padding:10px}.checkout__input{background:var(--text);border:2px solid var(--accent);border-radius:8px;padding:16px;font-family:var(--font-ui);font-weight:500;font-size:16px;color:#12121a;width:100%;outline:none;transition:border-color .15s}.checkout__input::placeholder{color:#12121a66;font-weight:400}.checkout__input:focus{border-color:#a06820}.checkout__checkbox-row{display:flex;align-items:center;gap:20px;cursor:pointer}.checkout__checkbox-row input[type=checkbox]{appearance:none;width:20px;height:20px;border:1px solid rgba(240,237,230,.3);border-radius:4px;background:transparent;flex-shrink:0;cursor:pointer;position:relative;transition:border-color .15s}.checkout__checkbox-row input[type=checkbox]:checked{border-color:var(--accent);background:var(--accent)}.checkout__checkbox-row input[type=checkbox]:checked:after{content:"";position:absolute;top:3px;left:6px;width:5px;height:9px;border:2px solid var(--bg);border-top:none;border-left:none;transform:rotate(45deg)}.checkout__checkbox-row span{font-family:var(--font-ui);font-weight:400;font-size:14px;color:var(--text-muted);line-height:1.4}.checkout__checkbox-row--light input[type=checkbox]{border-color:#f0ede680}.checkout__checkbox-row--light span{color:var(--text)}.checkout__delivery-options{display:flex;flex-wrap:wrap;gap:40px}.checkout__delivery-card{background:var(--text);border:2px solid #12121a;border-radius:12px;padding:24px;flex:1;min-width:280px;display:flex;flex-direction:column;gap:16px;cursor:pointer;transition:border-color .15s}.checkout__delivery-card--selected{border-color:var(--accent)}.checkout__delivery-card input[type=radio]{display:none}.checkout__delivery-header{display:flex;align-items:center;gap:16px;width:100%}.checkout__delivery-radio{width:20px;height:20px;border-radius:50%;border:2px solid #12121a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.checkout__radio-dot{width:10px;height:10px;border-radius:50%;background:transparent;transition:background .15s}.checkout__radio-dot--active{background:var(--accent)}.checkout__delivery-name{font-family:var(--font-ui);font-weight:700;font-size:12px;letter-spacing:.6px;text-transform:uppercase;color:#12121a;flex:1}.checkout__delivery-price{font-family:var(--font-ui);font-weight:700;font-size:16px;color:#12121a}.checkout__delivery-desc{font-family:var(--font-ui);font-weight:500;font-size:12px;letter-spacing:.6px;color:#12121a}.checkout__payment{gap:20px}.checkout__payment-header{display:flex;flex-direction:column}.checkout__payment-subtitle{font-family:var(--font-body);font-size:16px;color:var(--text);line-height:1.875;padding:10px}.checkout__payment-block{border:1px solid rgba(240,237,230,.3);border-radius:12px;display:flex;flex-direction:column;overflow:hidden}.checkout__payment-row{display:flex;align-items:center;justify-content:space-between;padding:14px 10px;border-bottom:1px solid rgba(240,237,230,.15);transition:background .12s}.checkout__payment-row--top{border-radius:12px 12px 0 0}.checkout__payment-row--bottom{border-bottom:none;border-radius:0 0 12px 12px}.checkout__payment-row--selected{background:#f0ede60a}.checkout__payment-option{display:flex;align-items:center;gap:20px;cursor:pointer;flex:1}.checkout__payment-option input[type=radio]{display:none}.checkout__radio-indicator{width:20px;height:20px;border-radius:50%;border:2px solid rgba(240,237,230,.5);display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;transition:border-color .15s}.checkout__radio-indicator--active{border-color:var(--text)}.checkout__radio-indicator--active:after{content:"";width:10px;height:10px;border-radius:50%;background:var(--text)}.checkout__payment-label{font-family:var(--font-ui);font-weight:700;font-size:12px;letter-spacing:.6px;text-transform:uppercase;color:var(--text);padding:10px}.checkout__card-icons{display:flex;gap:6px;align-items:center}.checkout__card-form{display:flex;flex-direction:column;gap:24px;padding:20px;border-top:1px solid rgba(240,237,230,.1)}.checkout__cta{background:var(--violet);border:none;border-radius:8px;padding:20px;width:100%;font-family:var(--font-ui);font-weight:700;font-size:20px;color:var(--text);cursor:pointer;transition:opacity .15s;line-height:1}.checkout__cta:hover:not(:disabled){opacity:.88}.checkout__cta:disabled{opacity:.35;cursor:not-allowed}.checkout__right{background:#9178b4;border:2px solid #a98fd1;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:40px;width:306px;flex-shrink:0;align-self:flex-start;position:sticky;top:90px}.checkout__articles{display:flex;flex-direction:column;gap:40px}.checkout__articles-loading{font-family:var(--font-ui);font-size:14px;color:#12121a}.checkout__article{display:flex;gap:20px;align-items:center}.checkout__article-img{width:80px;height:80px;border-radius:12px;background:#d9d9d9;flex-shrink:0}.checkout__article-info{display:flex;flex-direction:column;gap:10px;flex:1;min-width:0}.checkout__article-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.checkout__article-name{font-family:var(--font-ui);font-weight:700;font-size:14px;color:#12121a;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkout__article-qty{font-family:var(--font-ui);font-weight:400;font-size:14px;color:#12121a;white-space:nowrap}.checkout__article-price{font-family:var(--font-ui);font-weight:700;font-size:16px;color:#12121a;white-space:nowrap}.checkout__promo{display:flex;gap:10px}.checkout__promo-input{flex:1;background:#1a1a24;border:1px solid rgba(240,237,230,.1);border-radius:8px;padding:10px;font-family:var(--font-ui);font-size:14px;color:var(--text);outline:none;min-width:0;transition:border-color .15s}.checkout__promo-input::placeholder{color:var(--text-muted)}.checkout__promo-input:focus{border-color:#f0ede64d}.checkout__promo-btn{background:#1a1a24;border:1px solid rgba(240,237,230,.1);border-radius:8px;padding:10px 16px;font-family:var(--font-ui);font-size:14px;color:var(--text);cursor:pointer;white-space:nowrap;transition:background .15s}.checkout__promo-btn:hover{background:#ffffff14}.checkout__totals{display:flex;flex-direction:column;gap:10px}.checkout__totals-line{display:flex;align-items:center;justify-content:space-between;font-family:var(--font-ui);font-weight:400;font-size:14px;color:#12121a;line-height:1.4}.checkout__total{display:flex;align-items:center;justify-content:space-between;padding-top:10px;border-top:1px solid rgba(18,18,26,.25)}.checkout__total span{font-family:var(--font-ui);font-weight:400;font-size:18px;color:#12121a}.checkout__total strong{font-family:var(--font-ui);font-weight:700;font-size:20px;color:#12121a}@media(max-width:1024px){.checkout__layout{flex-direction:column;align-items:stretch}.checkout__left{max-width:100%}.checkout__right{width:100%;position:static}}@media(max-width:640px){.checkout{padding:24px 16px 60px}.checkout__row{flex-direction:column}.checkout__delivery-options{flex-direction:column;gap:16px}.checkout__delivery-card{min-width:unset}.checkout__section-title{font-size:26px}}.confirm{padding:60px 60px 0;min-height:calc(100vh - 70px)}.confirm__container{display:flex;gap:60px;align-items:flex-start;max-width:1160px;margin:0 auto}.confirm__left{flex:1;display:flex;flex-direction:column;gap:40px;max-width:490px}.confirm__header{display:flex;flex-direction:column;gap:20px}.confirm__badge{display:inline-flex;align-items:center;gap:10px;color:var(--accent);font-family:var(--font-ui);font-weight:700;font-size:.9rem}.confirm__title{font-family:var(--font-title);font-weight:700;font-size:clamp(2.4rem,5vw,4rem);line-height:1.1;color:var(--text)}.confirm__desc{font-family:var(--font-ui);font-size:1.05rem;line-height:1.6;color:var(--text)}.confirm__order-tag{display:inline-flex;align-items:center;background:#c9863acc;color:var(--bg);font-family:var(--font-ui);font-size:.75rem;letter-spacing:.08em;padding:8px 16px;border-radius:8px;width:fit-content}.confirm__email-notice{font-family:var(--font-ui);font-size:1rem;line-height:1.6;color:var(--text)}.confirm__steps{background:#9178b4;border:1px solid rgba(0,0,0,.1);border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:32px}.confirm__steps-title{font-family:var(--font-title);font-weight:500;font-size:1.8rem;color:var(--bg)}.confirm__steps-list{list-style:none;display:flex;flex-direction:column;gap:28px;position:relative}.confirm__steps-list:before{content:"";position:absolute;left:14px;top:34px;bottom:34px;width:1px;background:#12121a33}.confirm__step{display:flex;gap:20px;align-items:flex-start;position:relative}.confirm__step-icon{flex-shrink:0;width:28px;height:28px;position:relative;z-index:1}.confirm__step-icon--muted{opacity:.6}.confirm__step-body{display:flex;flex-direction:column;gap:6px;flex:1}.confirm__step-body--muted{opacity:.55}.confirm__step-label{font-family:var(--font-ui);font-weight:600;font-size:.75rem;color:var(--bg)}.confirm__step-desc{font-family:var(--font-body);font-size:.85rem;line-height:1.8;color:var(--bg)}.confirm__step-status{display:flex;align-items:center;gap:6px;font-family:var(--font-ui);font-weight:600;font-size:.75rem;color:var(--bg)}.confirm__step-dot{width:8px;height:8px;border-radius:50%;background:#12121a4d;flex-shrink:0}.confirm__step-dot--active{background:var(--bg)}.confirm__actions{display:flex;gap:20px;flex-wrap:wrap}.confirm__btn{padding:14px 24px;border-radius:12px;font-family:var(--font-ui);font-size:.75rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:opacity .2s}.confirm__btn:hover{opacity:.85}.confirm__btn--primary{background:var(--accent);color:var(--bg);border:none;box-shadow:0 4px 2px #00000026}.confirm__btn--outline{background:transparent;color:var(--text);border:1px solid var(--text);box-shadow:0 4px 4px #00000026}.confirm__back{display:inline-flex;align-items:center;gap:12px;background:none;border:none;color:#f0ede699;font-family:var(--font-ui);font-weight:700;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;padding:0;transition:color .2s}.confirm__back:hover{color:var(--text)}.confirm__card{width:440px;flex-shrink:0;background:#9178b4;border:1px solid #7b5ea7;border-radius:12px;box-shadow:0 4px 10px #00000026;overflow:visible;position:relative;padding-bottom:40px}.confirm__card-preview{height:240px;background:#d9d9d9;border-radius:12px 12px 0 0;position:relative;display:flex;align-items:flex-end;padding:16px}.confirm__card-tag{background:#1a1a24;border:1px solid rgba(0,0,0,.5);color:var(--text);font-family:var(--font-title);font-weight:700;font-size:.875rem;padding:4px 12px;border-radius:20px;line-height:2.5}.confirm__card-info{padding:24px 20px 0;display:flex;flex-direction:column;gap:20px}.confirm__card-row{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-title);font-weight:500;font-size:1.8rem;color:var(--bg)}.confirm__card-name,.confirm__card-price{line-height:1.25}.confirm__card-details{display:flex;flex-direction:column;gap:16px}.confirm__card-detail{display:flex;gap:16px;align-items:flex-start}.confirm__card-detail svg{flex-shrink:0;margin-top:2px}.confirm__card-detail div{display:flex;flex-direction:column;gap:4px}.confirm__card-detail-label{font-family:var(--font-title);font-size:.65rem;color:var(--bg);opacity:.7}.confirm__card-detail-value{font-family:var(--font-title);font-size:.75rem;color:var(--bg)}@media(max-width:900px){.confirm{padding:40px 20px 0}.confirm__container{flex-direction:column;gap:40px}.confirm__left{max-width:100%}.confirm__card{width:100%}}.app{display:flex;flex-direction:column;min-height:100vh}.app__main{flex:1;display:flex;flex-direction:column}.app__main--fixed{overflow:hidden;height:calc(100vh - var(--header-height, 60px))}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #12121A;--surface: #1a1a26;--border: #2a2a3a;--text: #F0EDE6;--text-muted: #8888aa;--accent: #C9863A;--accent-light: #d9a060;--violet: #7B5EA7;--font-title: "Epilogue", sans-serif;--font-nav: "Montserrat", sans-serif;--font-body: "Poppins", sans-serif;--font-ui: "Manrope", sans-serif}html,body,#root{height:100%;font-family:var(--font-body);background:var(--bg);color:var(--text)}body{overflow-x:hidden}button{cursor:pointer;border:none;font-family:inherit}input[type=range]{accent-color:var(--accent)}
