:root{--cc-primary:#6c4cff;--cc-primary-dark:#5135e5;--cc-ink:#171528;--cc-muted:#6f6b7d;--cc-line:#e9e6f0;--cc-soft:#f7f6fb;--cc-card:#fff;--cc-success:#1b9b67;--cc-radius:28px;--cc-shadow:0 24px 70px rgba(37,25,86,.14);--cc-font:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--cc-ink);background:#fff;font-family:var(--cc-font);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.cc-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cc-skip-link{position:fixed;z-index:10000;top:10px;left:10px;padding:10px 14px;background:#fff;border-radius:10px;transform:translateY(-200%)}.cc-skip-link:focus{transform:none}.cc-site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.88);border-bottom:1px solid rgba(233,230,240,.75);backdrop-filter:blur(18px)}.cc-header-inner{height:78px;display:flex;align-items:center;gap:30px}.cc-brand{display:inline-flex;align-items:center;gap:10px;font-size:22px;font-weight:800;letter-spacing:-.04em;white-space:nowrap}.cc-brand .custom-logo{display:block;max-height:44px;width:auto}.cc-brand-mark{width:38px;height:38px;display:inline-flex}.cc-brand-mark svg{width:100%;height:100%;fill:var(--cc-primary)}.cc-brand-mark svg path:nth-child(2),.cc-brand-mark svg circle{fill:#fff}.cc-nav{margin-left:auto}.cc-nav-list{display:flex;align-items:center;gap:30px;list-style:none;margin:0;padding:0}.cc-nav-list a{font-size:14px;font-weight:650;color:#4f4b5f;transition:.2s}.cc-nav-list a:hover{color:var(--cc-primary)}.cc-header-cta,.cc-final-button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--cc-ink);color:#fff;font-weight:750}.cc-header-cta{height:44px;padding:0 20px;font-size:14px}.cc-menu-toggle{display:none;border:0;background:none;width:42px;height:42px;padding:10px}.cc-menu-toggle span:not(.screen-reader-text){display:block;width:22px;height:2px;margin:4px auto;background:var(--cc-ink);border-radius:2px}.cc-hero{position:relative;overflow:hidden;padding:78px 0 92px;background:linear-gradient(180deg,#fff 0%,#fbfaff 100%)}.cc-hero:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(rgba(108,76,255,.12) 1px,transparent 1px);background-size:24px 24px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent 78%)}.cc-hero-orb{position:absolute;border-radius:50%;filter:blur(1px);opacity:.65}.cc-orb-one{width:460px;height:460px;right:-230px;top:-100px;background:radial-gradient(circle,#dcd2ff 0,rgba(220,210,255,0) 68%)}.cc-orb-two{width:320px;height:320px;left:-170px;bottom:-120px;background:radial-gradient(circle,#d8fff1 0,rgba(216,255,241,0) 68%)}.cc-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr);align-items:center;gap:76px}.cc-eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 13px;border:1px solid #e4ddff;border-radius:999px;background:#f8f5ff;color:#5c42d5;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.cc-eyebrow span{width:7px;height:7px;border-radius:50%;background:var(--cc-primary);box-shadow:0 0 0 5px rgba(108,76,255,.12)}.cc-hero-copy h1{max-width:640px;margin:22px 0 20px;font-size:clamp(46px,5.4vw,74px);line-height:1.02;letter-spacing:-.065em}.cc-hero-copy>p{max-width:610px;margin:0;color:var(--cc-muted);font-size:18px;line-height:1.75}.cc-proof-row{display:flex;gap:32px;margin-top:36px}.cc-proof-row div{display:flex;flex-direction:column}.cc-proof-row strong{font-size:18px;line-height:1.2}.cc-proof-row span{font-size:12px;color:#8b8795}.cc-privacy-note{display:flex;align-items:center;gap:10px;margin-top:32px;color:#5c5868;font-size:13px}.cc-privacy-note svg{width:21px;height:21px;fill:none;stroke:var(--cc-success);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cc-tool-shell{position:relative;padding:14px;border:1px solid rgba(219,214,232,.9);border-radius:34px;background:rgba(255,255,255,.78);box-shadow:var(--cc-shadow);backdrop-filter:blur(18px)}.cc-upload-state,.cc-process-state,.cc-result-state{min-height:530px;border-radius:24px;background:#fff}.cc-upload-state{padding:18px}.cc-upload-card{height:440px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;border:2px dashed #dcd6e8;border-radius:20px;background:linear-gradient(145deg,#fbfaff,#fff);outline:none;transition:.25s;cursor:pointer}.cc-upload-card:hover,.cc-upload-card:focus,.cc-upload-card.is-dragging{border-color:var(--cc-primary);background:#faf8ff;transform:translateY(-2px)}.cc-upload-icon{width:72px;height:72px;display:grid;place-items:center;margin-bottom:18px;border-radius:22px;background:#efeaff;color:var(--cc-primary);box-shadow:inset 0 0 0 1px #e0d8ff}.cc-upload-icon svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.cc-upload-button,.cc-download-button{border:0;background:var(--cc-primary);color:#fff;font-weight:800;border-radius:999px;box-shadow:0 12px 28px rgba(108,76,255,.28);cursor:pointer;transition:.2s}.cc-upload-button{padding:16px 31px;font-size:17px}.cc-native-upload{position:relative;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.cc-native-upload input[type=file]{position:absolute;inset:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:pointer;font-size:100px}.cc-native-upload:focus-within{outline:3px solid rgba(108,76,255,.25);outline-offset:3px}.cc-upload-button:hover,.cc-download-button:hover{background:var(--cc-primary-dark);transform:translateY(-1px)}.cc-upload-card h2{margin:18px 0 2px;font-size:19px;letter-spacing:-.02em}.cc-upload-card p{margin:0;color:#938f9e;font-size:13px}.cc-paste-hint{margin-top:17px;color:#8d8898;font-size:12px}.cc-paste-hint kbd{min-width:28px;display:inline-block;padding:2px 7px;border:1px solid #ddd8e8;border-bottom-width:2px;border-radius:6px;background:#fff;color:#5f5a69;font-size:11px}.cc-example-row{min-height:54px;display:flex;align-items:flex-end;justify-content:center;gap:10px;padding-top:15px;color:#9a96a3;font-size:11px}.cc-example-chip{padding:5px 8px;border:1px solid #ece9f2;border-radius:999px;background:#fff;color:#6c6876}.cc-process-state{padding:18px}.cc-process-preview{position:relative;height:385px;display:grid;place-items:center;overflow:hidden;border-radius:20px;background:#f2f0f7}.cc-process-preview img{width:100%;height:100%;object-fit:contain}.cc-process-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(108,76,255,.16),transparent 45%,rgba(255,255,255,.14))}.cc-scan-line{position:absolute;z-index:2;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--cc-primary),transparent);box-shadow:0 0 24px rgba(108,76,255,.75);animation:ccScan 2s ease-in-out infinite}@keyframes ccScan{0%{top:3%}50%{top:95%}100%{top:3%}}.cc-progress-copy{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;margin-top:22px}.cc-progress-copy h2{margin:0;font-size:17px}.cc-progress-copy p{margin:2px 0 0;color:#8a8594;font-size:12px}.cc-progress-copy strong{font-size:15px}.cc-spinner{width:30px;height:30px;border:3px solid #e9e4fa;border-top-color:var(--cc-primary);border-radius:50%;animation:ccSpin .8s linear infinite}@keyframes ccSpin{to{transform:rotate(360deg)}}.cc-progress-track{height:7px;margin-top:14px;overflow:hidden;border-radius:99px;background:#eeeaf5}.cc-progress-track span{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--cc-primary),#9b84ff);transition:width .25s}.cc-first-run-note{margin:12px 0 2px;text-align:center;color:#908b99;font-size:11px}.cc-text-button{border:0;background:transparent;color:#6e687a;font-size:13px;font-weight:700;cursor:pointer}.cc-process-state>.cc-text-button{display:block;margin:6px auto 0}.cc-result-state{padding:14px}.cc-result-toolbar{height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px}.cc-result-tabs{display:flex;gap:4px;padding:4px;border-radius:999px;background:#f2f0f6}.cc-result-tabs button{border:0;padding:7px 11px;border-radius:999px;background:transparent;color:#777180;font-size:11px;font-weight:750;cursor:pointer}.cc-result-tabs button.is-active{background:#fff;color:var(--cc-ink);box-shadow:0 2px 8px rgba(0,0,0,.06)}.cc-icon-button{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--cc-line);border-radius:50%;background:#fff;cursor:pointer}.cc-icon-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cc-result-canvas{position:relative;height:330px;display:grid;place-items:center;overflow:hidden;border-radius:18px;background-size:20px 20px}.cc-result-canvas img{position:absolute;width:100%;height:100%;object-fit:contain}.cc-checkerboard{background-color:#fff;background-image:linear-gradient(45deg,#e9e9ed 25%,transparent 25%),linear-gradient(-45deg,#e9e9ed 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#e9e9ed 75%),linear-gradient(-45deg,transparent 75%,#e9e9ed 75%);background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px}.cc-editor-panel{padding:15px 6px 6px}.cc-editor-row,.cc-mode-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.cc-editor-row>span,.cc-mode-row>span{font-size:12px;font-weight:750;color:#5e5968}.cc-background-options{display:flex;align-items:center;gap:8px}.cc-bg-option,.cc-color-picker,.cc-bg-upload{width:31px;height:31px;display:grid;place-items:center;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #ded9e8;cursor:pointer}.cc-bg-option{background:var(--swatch,#fff)}.cc-bg-option.is-active,.cc-color-picker.is-active,.cc-bg-upload.is-active{box-shadow:0 0 0 2px var(--cc-primary)}.cc-transparent{background-image:linear-gradient(45deg,#d8d8de 25%,transparent 25%),linear-gradient(-45deg,#d8d8de 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#d8d8de 75%),linear-gradient(-45deg,transparent 75%,#d8d8de 75%);background-size:10px 10px;background-position:0 0,0 5px,5px -5px,-5px 0}.cc-color-picker{overflow:hidden;background:conic-gradient(#f66,#fc3,#6d6,#5de,#75f,#e5f,#f66)}.cc-color-picker input{position:absolute;opacity:0;pointer-events:none}.cc-color-picker span{width:17px;height:17px;display:grid;place-items:center;border-radius:50%;background:#fff;font-size:14px;font-weight:800}.cc-bg-upload svg{width:17px;height:17px;fill:none;stroke:#6e6878;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.cc-mode-row{margin-top:10px;padding-top:10px;border-top:1px solid #f0edf4}.cc-mode-row select{padding:7px 28px 7px 10px;border:1px solid #e4dfeb;border-radius:9px;background:#fff;color:#524c5c;font-size:11px;font-weight:700}.cc-result-actions{display:flex;align-items:center;gap:8px;margin-top:14px}.cc-download-button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 20px}.cc-download-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cc-secondary-button{height:46px;padding:0 16px;border:1px solid #ddd8e7;border-radius:999px;background:#fff;color:#575160;font-weight:800;cursor:pointer}.cc-result-actions .cc-text-button{margin-left:auto}.cc-status-message{margin:8px 4px 0;padding:9px 11px;border-radius:9px;background:#fff5dc;color:#7b5b10;font-size:11px}.cc-trust-strip{border-top:1px solid #f0edf4;border-bottom:1px solid #f0edf4;background:#fff}.cc-trust-grid{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:#ada9b5}.cc-trust-grid span{font-size:11px;text-transform:uppercase;letter-spacing:.12em}.cc-trust-grid strong{font-size:12px;letter-spacing:.12em}.cc-section{padding:116px 0}.cc-section-soft{background:var(--cc-soft)}.cc-section-heading{max-width:720px;margin:0 auto 54px;text-align:center}.cc-section-heading>span,.cc-final-inner>div>span{display:block;margin-bottom:12px;color:var(--cc-primary);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.13em}.cc-section-heading h2,.cc-final-inner h2{margin:0;font-size:clamp(34px,4vw,52px);line-height:1.08;letter-spacing:-.055em}.cc-section-heading p{max-width:640px;margin:20px auto 0;color:var(--cc-muted);font-size:17px}.cc-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.cc-feature-card{position:relative;min-height:270px;padding:34px;border:1px solid var(--cc-line);border-radius:24px;background:#fff;overflow:hidden}.cc-feature-large{grid-column:1/-1;display:grid;grid-template-columns:1fr 1.15fr;align-items:center;min-height:390px;padding-right:24px}.cc-feature-large>.cc-feature-icon,.cc-feature-large>h3,.cc-feature-large>p{grid-column:1}.cc-feature-icon{width:47px;height:47px;display:grid;place-items:center;margin-bottom:24px;border-radius:14px;background:#eee9ff;color:var(--cc-primary)}.cc-feature-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cc-feature-card h3{margin:0 0 10px;font-size:23px;line-height:1.2;letter-spacing:-.035em}.cc-feature-card p{max-width:500px;margin:0;color:var(--cc-muted)}.cc-mini-demo{position:relative;grid-column:2;grid-row:1/5;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:15px;height:330px}.cc-demo-before,.cc-demo-after{position:relative;height:270px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;border-radius:18px}.cc-demo-before{background:linear-gradient(145deg,#b9e4ff,#8abbe6)}.cc-demo-after{background-color:#fff}.cc-demo-before>span,.cc-demo-after>span{position:absolute;left:12px;top:12px;z-index:2;padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.9);font-size:10px;font-weight:800}.cc-demo-person{position:relative;width:105px;height:200px;border-radius:55px 55px 25px 25px;background:linear-gradient(#2d2940 0 28%,#f1b08e 28% 40%,#ff765e 40% 100%);box-shadow:0 14px 35px rgba(33,28,49,.18)}.cc-demo-person:before{content:"";position:absolute;width:70px;height:70px;left:17px;top:-28px;border-radius:50%;background:#efaf8d}.cc-demo-person:after{content:"";position:absolute;width:82px;height:42px;left:10px;top:-30px;border-radius:50% 50% 25% 25%;background:#2d2940}.cc-demo-arrow{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:var(--cc-primary);color:#fff;font-size:22px;font-weight:700}.cc-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cc-steps-grid article{position:relative;padding:34px;border:1px solid #e7e3ee;border-radius:24px;background:#fff}.cc-steps-grid b{position:absolute;right:24px;top:20px;color:#d8d3e2;font-size:40px;line-height:1}.cc-step-icon{width:55px;height:55px;display:grid;place-items:center;margin-bottom:36px;border-radius:17px;background:#eee9ff;color:var(--cc-primary);font-size:24px}.cc-steps-grid h3{margin:0 0 8px;font-size:23px}.cc-steps-grid p{margin:0;color:var(--cc-muted)}.cc-heading-row{max-width:none;display:flex;align-items:flex-end;justify-content:space-between;text-align:left}.cc-heading-row>div{max-width:720px}.cc-heading-row h2{margin:0}.cc-link-arrow{padding-bottom:7px;color:var(--cc-primary);font-weight:800}.cc-use-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cc-use-card{padding:12px 12px 25px;border:1px solid var(--cc-line);border-radius:22px;background:#fff}.cc-use-art{height:255px;display:grid;place-items:center;overflow:hidden;border-radius:15px}.cc-use-card h3{margin:20px 11px 5px;font-size:20px}.cc-use-card p{margin:0 11px;color:var(--cc-muted);font-size:13px}.cc-use-product .cc-use-art{background:#efe8dc}.cc-product-box{width:125px;height:155px;border-radius:12px;background:linear-gradient(145deg,#fff,#d9d4ca);box-shadow:18px 20px 0 rgba(88,75,57,.12);transform:rotate(-6deg)}.cc-product-box:before{content:"CLEAR";display:grid;place-items:center;height:100%;color:#79726a;font-size:15px;font-weight:900;letter-spacing:.16em}.cc-use-profile .cc-use-art{background:#dceeea}.cc-profile-shape{position:relative;width:125px;height:175px;border-radius:70px 70px 28px 28px;background:#5a5b68}.cc-profile-shape:before{content:"";position:absolute;width:82px;height:82px;left:21px;top:-20px;border-radius:50%;background:#a8694c}.cc-profile-shape:after{content:"";position:absolute;width:92px;height:50px;left:16px;top:-27px;border-radius:50% 50% 28% 28%;background:#2a2a34}.cc-use-social .cc-use-art{background:#f8d8e6}.cc-social-card{width:145px;height:175px;display:grid;place-content:center;text-align:center;border:8px solid #fff;background:#fb5e9b;color:#fff;box-shadow:15px 18px 0 rgba(157,41,89,.13);transform:rotate(5deg);font-size:15px;line-height:1}.cc-social-card strong{font-size:34px;line-height:1}.cc-use-pet .cc-use-art{background:#e9e3ff}.cc-pet-shape{font-size:100px;filter:drop-shadow(10px 18px 0 rgba(77,52,156,.1))}.cc-faq-section{background:#171528;color:#fff}.cc-faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.cc-faq-heading{text-align:left;margin:0}.cc-faq-heading p{margin-left:0;color:#aaa5b7}.cc-accordion details{border-bottom:1px solid rgba(255,255,255,.15)}.cc-accordion summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:25px 0;cursor:pointer;list-style:none;font-size:18px;font-weight:700}.cc-accordion summary::-webkit-details-marker{display:none}.cc-accordion summary span{font-size:25px;font-weight:300;transition:.2s}.cc-accordion details[open] summary span{transform:rotate(45deg)}.cc-accordion p{margin:-10px 0 25px;color:#aaa5b7}.cc-final-cta{padding:70px 0;background:var(--cc-primary);color:#fff}.cc-final-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.cc-final-inner>div>span{color:#dcd3ff}.cc-final-inner h2{max-width:780px;font-size:clamp(34px,4vw,50px)}.cc-final-button{min-width:210px;height:64px;gap:20px;background:#fff;color:var(--cc-ink)}.cc-final-button span{font-size:24px}.cc-footer{padding:76px 0 25px;background:#0f0e19;color:#b8b4c3}.cc-footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:55px}.cc-footer-brand{color:#fff}.cc-footer-grid>div:first-child p{max-width:350px}.cc-footer h3{margin:6px 0 18px;color:#fff;font-size:14px}.cc-footer-grid a:not(.cc-brand){display:block;margin:10px 0;font-size:13px}.cc-footer-grid a:hover{color:#fff}.cc-footer-grid p{font-size:13px}.cc-footer-bottom{display:flex;justify-content:space-between;margin-top:55px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);font-size:12px}.cc-content-page{min-height:65vh;padding:90px 0}.cc-prose{max-width:850px}.cc-prose h1{font-size:clamp(38px,6vw,64px);line-height:1.08;letter-spacing:-.05em}.cc-prose p,.cc-prose li{color:var(--cc-muted)}.cc-prose a{color:var(--cc-primary)}.cc-error-code{display:block;color:var(--cc-primary);font-size:100px;font-weight:900;line-height:1}.cc-not-found{text-align:center}.cc-not-found .cc-download-button{margin-top:20px;padding:12px 24px}.cc-tool-shell [hidden]{display:none!important}@media(max-width:1050px){.cc-hero-grid{grid-template-columns:1fr;gap:52px}.cc-hero-copy{text-align:center}.cc-hero-copy h1,.cc-hero-copy>p{margin-left:auto;margin-right:auto}.cc-proof-row,.cc-privacy-note{justify-content:center}.cc-tool-shell{max-width:690px;width:100%;margin:auto}.cc-use-grid{grid-template-columns:repeat(2,1fr)}.cc-footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}.cc-footer-note{grid-column:2/4}.cc-nav-list{gap:18px}.cc-header-cta{display:none}}@media(max-width:780px){.cc-container{width:min(100% - 28px,1180px)}.cc-header-inner{height:68px}.cc-menu-toggle{display:block;margin-left:auto}.cc-nav{position:fixed;top:68px;left:0;right:0;display:none;padding:18px 20px 28px;border-bottom:1px solid var(--cc-line);background:#fff;box-shadow:0 18px 40px rgba(20,17,35,.1)}.cc-nav.is-open{display:block}.cc-nav-list{align-items:stretch;flex-direction:column;gap:0}.cc-nav-list a{display:block;padding:13px 8px;font-size:16px}.cc-hero{padding:50px 0 66px}.cc-hero-copy h1{font-size:clamp(42px,13vw,62px)}.cc-hero-copy>p{font-size:16px}.cc-proof-row{gap:18px;flex-wrap:wrap}.cc-tool-shell{padding:8px;border-radius:25px}.cc-upload-state,.cc-process-state,.cc-result-state{min-height:auto}.cc-upload-state{padding:8px}.cc-upload-card{height:390px}.cc-example-row{flex-wrap:wrap}.cc-process-preview{height:330px}.cc-result-canvas{height:300px}.cc-editor-row{align-items:flex-start;flex-direction:column}.cc-background-options{width:100%;flex-wrap:wrap}.cc-result-actions{flex-wrap:wrap}.cc-result-actions .cc-text-button{width:100%;margin:3px auto}.cc-trust-grid{padding:22px 0;justify-content:center;flex-wrap:wrap}.cc-section{padding:80px 0}.cc-feature-grid,.cc-steps-grid{grid-template-columns:1fr}.cc-feature-large{display:block;min-height:0;padding:28px}.cc-mini-demo{margin-top:30px;height:280px}.cc-demo-before,.cc-demo-after{height:240px}.cc-use-grid{grid-template-columns:1fr 1fr}.cc-heading-row{align-items:flex-start;flex-direction:column}.cc-faq-layout{grid-template-columns:1fr;gap:40px}.cc-final-inner{align-items:flex-start;flex-direction:column}.cc-footer-grid{grid-template-columns:1fr 1fr}.cc-footer-grid>div:first-child{grid-column:1/-1}.cc-footer-note{grid-column:1/-1}.cc-footer-bottom{gap:10px;flex-direction:column}}@media(max-width:540px){.cc-brand{font-size:20px}.cc-brand-mark{width:34px;height:34px}.cc-hero-copy h1{letter-spacing:-.055em}.cc-proof-row div{min-width:80px}.cc-privacy-note{align-items:flex-start;text-align:left}.cc-upload-card{height:350px}.cc-upload-icon{width:62px;height:62px}.cc-upload-button{padding:14px 25px}.cc-example-row>span:first-child{width:100%}.cc-process-preview{height:280px}.cc-result-canvas{height:260px}.cc-result-tabs button{padding:7px 8px;font-size:10px}.cc-result-actions .cc-download-button{flex:1}.cc-section-heading{margin-bottom:38px}.cc-feature-card{padding:26px}.cc-mini-demo{grid-template-columns:1fr 1fr;gap:10px;height:auto}.cc-demo-before,.cc-demo-after{height:215px}.cc-demo-arrow{position:absolute;left:50%;z-index:3;transform:translateX(-50%)}.cc-demo-person{transform:scale(.78);transform-origin:bottom}.cc-use-grid{grid-template-columns:1fr}.cc-use-art{height:280px}.cc-footer-grid{grid-template-columns:1fr}.cc-footer-grid>div{grid-column:1!important}}

/* =========================================================
   ClearCut 1.0.3 — Showcase homepage inspired by the supplied
   editor mockup. These rules intentionally scope to the new
   homepage so WordPress posts and utility pages remain stable.
   ========================================================= */
.cc-showcase-hero{
    position:relative;
    overflow:hidden;
    padding:34px 0 64px;
    background:
        radial-gradient(circle at 50% 30%,rgba(108,76,255,.075),transparent 36%),
        linear-gradient(180deg,#fff 0%,#fdfcff 100%);
}
.cc-showcase-hero:before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background-image:radial-gradient(rgba(108,76,255,.13) 1px,transparent 1.35px);
    background-size:24px 24px;
    mask-image:linear-gradient(to bottom,rgba(0,0,0,.45),transparent 92%);
    opacity:.55;
}
.cc-showcase-wrap{position:relative;z-index:1}
.cc-showcase-kicker{
    width:max-content;
    display:flex;
    align-items:center;
    gap:8px;
    margin:0 0 28px auto;
    padding:8px 14px;
    border:1px solid #e4ddff;
    border-radius:999px;
    background:rgba(255,255,255,.86);
    color:#6044e9;
    font-size:12px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
    box-shadow:0 10px 28px rgba(70,45,180,.06);
}
.cc-showcase-kicker span{width:7px;height:7px;border-radius:50%;background:var(--cc-primary);box-shadow:0 0 0 5px rgba(108,76,255,.1)}
.cc-showcase-dots{position:absolute;width:170px;height:170px;opacity:.26;background-image:radial-gradient(var(--cc-primary) 1px,transparent 1.5px);background-size:18px 18px}
.cc-showcase-dots-left{left:-24px;top:100px}
.cc-showcase-dots-right{right:-25px;top:420px}
.cc-showcase-grid{
    display:grid;
    grid-template-columns:minmax(230px,.72fr) minmax(540px,1.45fr) minmax(230px,.72fr);
    gap:38px;
    align-items:center;
}
.cc-showcase-column{display:grid;gap:52px}
.cc-showcase-card{
    position:relative;
    min-height:210px;
    padding:28px 28px 26px;
    border:1px solid #ebe7f3;
    border-radius:22px;
    background:rgba(255,255,255,.93);
    box-shadow:0 22px 60px rgba(39,27,84,.07);
}
.cc-showcase-card:after{
    content:"";
    position:absolute;
    top:50%;
    width:39px;
    border-top:2px dashed rgba(108,76,255,.5);
}
.cc-showcase-column-left .cc-showcase-card:after{right:-40px}
.cc-showcase-column-right .cc-showcase-card:after{left:-40px}
.cc-showcase-card-icon{
    width:58px;
    height:58px;
    display:grid;
    place-items:center;
    margin-bottom:24px;
    border-radius:17px;
    background:linear-gradient(145deg,#f1edff,#f9f7ff);
    color:var(--cc-primary);
}
.cc-showcase-card-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.cc-showcase-card h2{margin:0 0 13px;font-size:20px;line-height:1.25;letter-spacing:-.025em}
.cc-showcase-card p{margin:0;color:#6f6b7d;font-size:14px;line-height:1.65}
.cc-editor-frame{
    overflow:hidden;
    border:1px solid #ddd7eb;
    border-radius:26px;
    background:#fff;
    box-shadow:0 30px 90px rgba(48,31,116,.14),0 2px 0 rgba(255,255,255,.8) inset;
}
.cc-editor-topbar{
    height:66px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:0 24px;
    border-bottom:1px solid #eeeaf5;
    background:rgba(255,255,255,.96);
}
.cc-editor-brand{display:flex;align-items:center;gap:10px;font-size:14px}
.cc-editor-brand-mark{width:25px;height:25px;border:7px solid var(--cc-primary);border-radius:7px;box-shadow:0 6px 14px rgba(108,76,255,.24)}
.cc-editor-top-actions{display:flex;align-items:center;gap:22px;color:#575160;font-size:12px;font-weight:700}
.cc-editor-download-visual{padding:9px 15px;border-radius:9px;background:linear-gradient(135deg,#7653ff,#5d36f3);color:#fff;box-shadow:0 8px 20px rgba(108,76,255,.25)}
.cc-editor-body{display:grid;grid-template-columns:82px 1fr;min-height:545px}
.cc-editor-sidebar{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:16px;
    padding:22px 10px;
    border-right:1px solid #eeeaf5;
    background:#fcfbff;
}
.cc-editor-sidebar span{
    width:58px;
    min-height:64px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:5px;
    border-radius:12px;
    color:#686275;
    font-size:10px;
    font-weight:700;
}
.cc-editor-sidebar span.is-active{background:#eee9ff;color:var(--cc-primary)}
.cc-editor-sidebar svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cc-editor-workspace{padding:18px;background:linear-gradient(145deg,#fff,#fdfcff)}
.cc-showcase-hero .cc-tool-shell{
    height:100%;
    min-height:509px;
    padding:0;
    border:0;
    border-radius:18px;
    background:#fff;
    box-shadow:none;
    backdrop-filter:none;
}
.cc-showcase-hero .cc-upload-state,
.cc-showcase-hero .cc-process-state,
.cc-showcase-hero .cc-result-state{min-height:509px;border-radius:18px;background:#fff}
.cc-showcase-hero .cc-upload-state{padding:0}
.cc-showcase-hero .cc-upload-card{
    height:509px;
    padding:38px 24px;
    border:2px dashed #d7cff7;
    border-radius:18px;
    background:
        radial-gradient(circle at 50% 42%,rgba(108,76,255,.08),transparent 34%),
        linear-gradient(145deg,#fff,#fbfaff);
}
.cc-showcase-hero .cc-upload-card:hover,
.cc-showcase-hero .cc-upload-card:focus,
.cc-showcase-hero .cc-upload-card.is-dragging{border-color:var(--cc-primary);background:#faf8ff;transform:none;box-shadow:0 0 0 5px rgba(108,76,255,.07)}
.cc-showcase-hero .cc-upload-icon{width:72px;height:72px;margin-bottom:18px;border-radius:20px;background:#efeaff}
.cc-showcase-hero .cc-upload-card h2{margin:0 0 6px;font-size:23px;letter-spacing:-.04em}
.cc-showcase-hero .cc-upload-card>p{margin:0 0 22px;color:#7d7789;font-size:14px}
.cc-showcase-hero .cc-upload-button{min-width:210px;padding:14px 26px;border-radius:11px;background:linear-gradient(135deg,#7653ff,#5d36f3);font-size:15px}
.cc-showcase-hero .cc-upload-card small{display:block;margin-top:18px;color:#918b9d;font-size:11px}
.cc-showcase-hero .cc-paste-hint{margin-top:12px}
.cc-showcase-hero .cc-process-state{padding:15px}
.cc-showcase-hero .cc-process-preview{height:354px}
.cc-showcase-hero .cc-result-state{padding:12px}
.cc-showcase-hero .cc-result-canvas{height:296px}
.cc-showcase-hero .cc-editor-panel{padding:11px 4px 4px}
.cc-showcase-hero .cc-result-actions{margin-top:10px}
.cc-showcase-hero .cc-download-button{min-height:42px;border-radius:10px}
.cc-showcase-hero .cc-secondary-button{height:42px;border-radius:10px}
.cc-showcase-bottom{display:grid;grid-template-columns:1fr 290px;gap:40px;margin-top:44px}
.cc-showcase-benefits{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    padding:30px 24px;
    border:1px solid #e9e4f2;
    border-radius:22px;
    background:rgba(255,255,255,.93);
    box-shadow:0 20px 60px rgba(39,27,84,.055);
}
.cc-showcase-benefits>div{display:flex;gap:15px;align-items:flex-start;padding:0 14px}
.cc-showcase-benefits>div+div{border-left:1px solid #eeeaf5}
.cc-benefit-icon{width:48px;height:48px;flex:0 0 auto;display:grid;place-items:center;border-radius:14px;background:#eee9ff;color:var(--cc-primary);font-size:23px;font-weight:900}
.cc-showcase-benefits p{display:flex;flex-direction:column;gap:4px;margin:0;color:#6f6b7d;font-size:12px;line-height:1.55}
.cc-showcase-benefits strong{color:#171528;font-size:14px}
.cc-showcase-cta{
    display:flex;
    justify-content:center;
    flex-direction:column;
    padding:25px 28px;
    border-radius:22px;
    background:linear-gradient(145deg,#1c1930,#11101d);
    color:#fff;
    box-shadow:0 24px 58px rgba(19,16,40,.18);
}
.cc-showcase-cta strong{font-size:17px;line-height:1.4}
.cc-showcase-cta span{width:max-content;margin:19px 0 8px;padding:10px 16px;border-radius:9px;background:linear-gradient(135deg,#7653ff,#5d36f3);font-size:12px;font-weight:800}
.cc-showcase-cta small{color:#b8b2c5;font-size:11px}

@media(max-width:1120px){
    .cc-showcase-grid{grid-template-columns:1fr 1fr;align-items:stretch}
    .cc-editor-frame{grid-column:1/-1;grid-row:1;max-width:760px;width:100%;margin:0 auto}
    .cc-showcase-column{grid-template-columns:1fr 1fr;gap:20px}
    .cc-showcase-column-left{grid-column:1;grid-row:2}
    .cc-showcase-column-right{grid-column:2;grid-row:2}
    .cc-showcase-column .cc-showcase-card{min-height:100%}
    .cc-showcase-card:after{display:none}
}
@media(max-width:820px){
    .cc-showcase-hero{padding-top:22px}
    .cc-showcase-kicker{margin-left:auto;margin-right:auto}
    .cc-showcase-grid{display:flex;flex-direction:column}
    .cc-editor-frame{order:1}
    .cc-showcase-column{order:2;width:100%;grid-template-columns:1fr 1fr}
    .cc-showcase-bottom{grid-template-columns:1fr}
    .cc-showcase-benefits{grid-template-columns:1fr}
    .cc-showcase-benefits>div{padding:10px 4px}
    .cc-showcase-benefits>div+div{border-left:0;border-top:1px solid #eeeaf5}
    .cc-showcase-cta{min-height:190px}
}
@media(max-width:620px){
    .cc-showcase-hero{padding-bottom:40px}
    .cc-showcase-column{grid-template-columns:1fr}
    .cc-showcase-card{min-height:0}
    .cc-editor-frame{border-radius:20px}
    .cc-editor-topbar{height:58px;padding:0 14px}
    .cc-editor-top-actions{gap:8px}
    .cc-editor-top-actions>span:first-child{display:none}
    .cc-editor-download-visual{padding:7px 10px;font-size:10px}
    .cc-editor-body{grid-template-columns:1fr;min-height:0}
    .cc-editor-sidebar{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:8px;border-right:0;border-bottom:1px solid #eeeaf5}
    .cc-editor-sidebar span{width:100%;min-height:47px;flex-direction:row;font-size:9px}
    .cc-editor-workspace{padding:10px}
    .cc-showcase-hero .cc-tool-shell,
    .cc-showcase-hero .cc-upload-state,
    .cc-showcase-hero .cc-process-state,
    .cc-showcase-hero .cc-result-state{min-height:420px}
    .cc-showcase-hero .cc-upload-card{height:420px;padding:28px 18px}
    .cc-showcase-hero .cc-process-preview{height:275px}
    .cc-showcase-hero .cc-result-canvas{height:240px}
    .cc-showcase-hero .cc-editor-row{align-items:flex-start}
    .cc-showcase-hero .cc-background-options{gap:5px}
    .cc-showcase-hero .cc-bg-option,
    .cc-showcase-hero .cc-color-picker,
    .cc-showcase-hero .cc-bg-upload{width:27px;height:27px}
}

/* =========================================================
   ClearCut — Daily allowance, credits and pricing.
   ========================================================= */
.cc-usage-bar{
    min-height:44px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:10px;
    padding:8px 12px;
    border:1px solid #e7e1fa;
    border-radius:12px;
    background:linear-gradient(135deg,#faf8ff,#fff);
    color:#5d5769;
    font-size:10px;
}
.cc-usage-main,.cc-usage-counts{display:flex;align-items:center;gap:9px}
.cc-usage-main strong{color:#29243d;font-size:11px}
.cc-usage-main strong.is-empty{color:#b23c55}
.cc-usage-dot{width:8px;height:8px;border-radius:50%;background:#24b47e;box-shadow:0 0 0 4px rgba(36,180,126,.12)}
.cc-usage-counts span{padding:3px 7px;border-radius:999px;background:#f0ecff;white-space:nowrap}
.cc-usage-counts b{color:var(--cc-primary)}
.cc-usage-counts a{color:var(--cc-primary);font-weight:800;white-space:nowrap}
.cc-upload-card.is-checking-limit{position:relative;pointer-events:none;opacity:.72}
.cc-upload-card.is-checking-limit:after{content:"Checking allowance…";position:absolute;z-index:4;padding:10px 15px;border-radius:999px;background:#171528;color:#fff;font-size:11px;font-weight:800;box-shadow:0 12px 28px rgba(23,21,40,.22)}
.cc-showcase-hero .cc-tool-shell{min-height:455px}
.cc-showcase-hero .cc-upload-state,.cc-showcase-hero .cc-process-state,.cc-showcase-hero .cc-result-state{min-height:455px}
.cc-showcase-hero .cc-upload-card{height:455px}
.cc-showcase-hero .cc-process-preview{height:300px}
.cc-showcase-hero .cc-result-canvas{height:260px}

.cc-pricing-section{position:relative;overflow:hidden;background:linear-gradient(180deg,#faf8ff 0%,#fff 100%)}
.cc-pricing-section:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(rgba(108,76,255,.12) 1px,transparent 1.3px);background-size:24px 24px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.45),transparent 80%)}
.cc-pricing-section .cc-container{position:relative;z-index:1}
.cc-pricing-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}
.cc-price-card{position:relative;display:flex;flex-direction:column;padding:28px;border:1px solid #e7e1f0;border-radius:24px;background:#fff;box-shadow:0 18px 54px rgba(40,26,92,.07)}
.cc-price-card.is-popular{border-color:#8c71ff;box-shadow:0 25px 70px rgba(108,76,255,.18);transform:translateY(-10px)}
.cc-popular-badge{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);padding:6px 12px;border-radius:999px;background:linear-gradient(135deg,#7653ff,#5a34ef);color:#fff;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap}
.cc-plan-label{width:max-content;padding:5px 9px;border-radius:999px;background:#f0ecff;color:#6044e9;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.07em}
.cc-price-card h3{margin:18px 0 6px;font-size:24px;letter-spacing:-.04em}
.cc-price{display:flex;align-items:flex-end;gap:8px;min-height:50px;margin:2px 0 13px}
.cc-price strong{font-size:36px;line-height:1;letter-spacing:-.055em;color:#171528}
.cc-price small{padding-bottom:4px;color:#8b8595;font-size:11px}
.cc-credit-count{margin:0 0 18px;color:var(--cc-primary);font-size:14px;font-weight:850}
.cc-price-card ul{display:grid;gap:10px;min-height:112px;margin:0 0 25px;padding:0;list-style:none;color:#676171;font-size:12px}
.cc-price-card li{position:relative;padding-left:22px}
.cc-price-card li:before{content:"✓";position:absolute;left:0;top:0;color:#1b9b67;font-weight:900}
.cc-price-button{display:flex;align-items:center;justify-content:center;min-height:45px;margin-top:auto;padding:10px 14px;border-radius:11px;background:linear-gradient(135deg,#7653ff,#5933ef);color:#fff;font-size:12px;font-weight:850;box-shadow:0 12px 28px rgba(108,76,255,.22)}
.cc-price-button:hover{transform:translateY(-1px)}
.cc-price-button-secondary{border:1px solid #dad3e8;background:#fff;color:#342e43;box-shadow:none}
.cc-price-button.is-disabled{pointer-events:none;background:#b8b3c5;box-shadow:none}
.cc-pricing-note{display:flex;align-items:center;gap:12px;margin-top:34px;padding:17px 20px;border:1px solid #e7e1f0;border-radius:16px;background:#fff;color:#6a6474;font-size:12px;box-shadow:0 14px 40px rgba(38,26,83,.05)}
.cc-pricing-note>span{font-size:20px}
.cc-pricing-note p{margin:0}
.cc-pricing-note a{margin-left:auto;color:var(--cc-primary);font-weight:850;white-space:nowrap}
.cc-current-balance{margin-left:auto!important;padding:7px 10px;border-radius:999px;background:#f0ecff;color:#4e3bb7!important;white-space:nowrap}

.cc-limit-modal{position:fixed;z-index:10000;inset:0;display:grid;place-items:center;padding:20px;background:rgba(17,15,30,.58);opacity:0;transition:opacity .18s;backdrop-filter:blur(8px)}
.cc-limit-modal[hidden]{display:none}
.cc-limit-modal.is-open{opacity:1}
.cc-limit-dialog{position:relative;width:min(430px,100%);padding:34px;border:1px solid rgba(255,255,255,.5);border-radius:25px;background:#fff;text-align:center;box-shadow:0 34px 100px rgba(16,13,32,.3);transform:translateY(12px) scale(.98);transition:transform .18s}
.cc-limit-modal.is-open .cc-limit-dialog{transform:none}
.cc-limit-close{position:absolute;top:12px;right:14px;width:34px;height:34px;border:0;border-radius:50%;background:#f3f0f8;color:#5a5464;font-size:22px;cursor:pointer}
.cc-limit-icon{width:62px;height:62px;display:grid;place-items:center;margin:0 auto 17px;border-radius:19px;background:#eee9ff;color:var(--cc-primary);font-size:27px}
.cc-limit-dialog h2{margin:0 0 9px;font-size:25px;letter-spacing:-.04em}
.cc-limit-dialog p{margin:0;color:#706a79;font-size:14px;line-height:1.7}
.cc-limit-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}
.cc-limit-actions a{display:flex;align-items:center;justify-content:center;min-height:46px;padding:10px 15px;border-radius:11px;background:var(--cc-primary);color:#fff;font-size:13px;font-weight:850}
.cc-limit-actions .cc-limit-login{border:1px solid #ddd7e8;background:#fff;color:#312b3d}
.cc-account-credit-box{margin-bottom:24px!important}

@media(max-width:1120px){
    .cc-pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .cc-price-card.is-popular{transform:none}
}
@media(max-width:720px){
    .cc-usage-bar{align-items:flex-start;flex-direction:column}
    .cc-usage-counts{width:100%;flex-wrap:wrap}
    .cc-pricing-grid{grid-template-columns:1fr}
    .cc-pricing-note{align-items:flex-start;flex-wrap:wrap}
    .cc-pricing-note a,.cc-current-balance{width:100%;margin-left:0!important}
    .cc-current-balance{white-space:normal}
}
@media(max-width:620px){
    .cc-showcase-hero .cc-tool-shell,.cc-showcase-hero .cc-upload-state,.cc-showcase-hero .cc-process-state,.cc-showcase-hero .cc-result-state{min-height:380px}
    .cc-showcase-hero .cc-upload-card{height:380px}
    .cc-showcase-hero .cc-process-preview{height:235px}
    .cc-showcase-hero .cc-result-canvas{height:205px}
    .cc-usage-counts span{font-size:9px}
    .cc-price-card{padding:25px}
    .cc-limit-actions{grid-template-columns:1fr}
}


/* ClearCut — remover reliability fixes */
.cc-upload-error{max-width:420px;margin:13px auto 0;padding:9px 12px;border:1px solid #f1b9c3;border-radius:10px;background:#fff1f3;color:#9d2940;font-size:12px;font-weight:700;line-height:1.45}
.cc-upload-error[hidden]{display:none!important}
.cc-progress-track[role=progressbar]{overflow:hidden}
.cc-result-actions button:disabled{cursor:wait;opacity:.62;transform:none!important}
.cc-upload-card.is-checking-limit .cc-native-upload input{pointer-events:none}
[data-bg-remover][aria-busy=true] .cc-process-preview{contain:layout paint}
@media(max-width:620px){.cc-upload-error{font-size:11px}}

/* =========================================================
   ClearCut 1.4.0 — real imagery and payment pages
   ========================================================= */
.cc-real-image-grid .cc-use-art{position:relative;background:#ece9f2}
.cc-real-image-grid .cc-use-art:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 55%,rgba(12,10,22,.16))}
.cc-real-image-grid .cc-use-art img{width:100%;height:100%;object-fit:cover}
.cc-real-image-grid .cc-use-product .cc-use-art img,.cc-real-image-grid .cc-use-profile .cc-use-art img{object-position:center}
.cc-real-image-grid .cc-use-social .cc-use-art img{object-position:center 42%}
.cc-real-image-grid .cc-use-pet .cc-use-art img{object-fit:contain;background:#fffaf7;padding:18px}

.cc-payment-page{min-height:70vh;background:#f7f6fb}
.cc-payment-hero{position:relative;overflow:hidden;padding:76px 0 66px;background:linear-gradient(135deg,#171528,#2b2058 56%,#5b3de6);color:#fff}
.cc-payment-hero:after{content:"";position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(rgba(255,255,255,.18) 1px,transparent 1.5px);background-size:24px 24px;mask-image:linear-gradient(to right,rgba(0,0,0,.8),transparent 78%)}
.cc-payment-hero .cc-container{position:relative;z-index:1}
.cc-payment-back{display:inline-flex;margin-bottom:25px;color:#d9d1ff;font-size:13px;font-weight:750}
.cc-payment-eyebrow{display:block;margin-bottom:10px;color:#d8d0ff;font-size:12px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.cc-payment-hero h1{max-width:780px;margin:0;font-size:clamp(38px,5.5vw,65px);line-height:1.05;letter-spacing:-.055em}
.cc-payment-hero p{max-width:720px;margin:18px 0 0;color:#d8d4e5;font-size:16px}
.cc-payment-content{padding:64px 0 90px}
.cc-checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:start}
.cc-checkout-form{display:grid;gap:20px}
.cc-checkout-card,.cc-order-summary,.cc-login-gate,.cc-status-card{border:1px solid #e5e0ee;border-radius:24px;background:#fff;box-shadow:0 18px 55px rgba(38,26,83,.07)}
.cc-checkout-card{padding:27px}
.cc-checkout-card-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:22px}
.cc-checkout-card-head>span{flex:0 0 34px;width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#eee9ff;color:var(--cc-primary);font-size:13px;font-weight:900}
.cc-checkout-card-head h2{margin:0;font-size:20px;letter-spacing:-.035em}
.cc-checkout-card-head p{margin:3px 0 0;color:#827c8c;font-size:12px}
.cc-method-list{display:grid;gap:10px}
.cc-method-option{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:15px;border:1px solid #e6e1ed;border-radius:15px;background:#fff;cursor:pointer}
.cc-method-option:hover,.cc-method-option.is-selected{border-color:#8d73ff;background:#faf8ff;box-shadow:0 10px 28px rgba(108,76,255,.08)}
.cc-method-option input{position:absolute;opacity:0;pointer-events:none}
.cc-method-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#eee9ff;color:#5a40dc;font-size:12px;font-weight:900}
.cc-method-copy{display:grid}
.cc-method-copy strong{font-size:14px}
.cc-method-copy small{color:#837d8d;font-size:11px;line-height:1.45}
.cc-method-check{width:24px;height:24px;display:grid;place-items:center;border:1px solid #ddd7e8;border-radius:50%;color:transparent;font-size:12px}
.cc-method-option.is-selected .cc-method-check{border-color:var(--cc-primary);background:var(--cc-primary);color:#fff}
.cc-method-instructions{padding:18px;border:1px dashed #cfc4ff;border-radius:15px;background:#f9f7ff}
.cc-method-instructions strong{color:#4732b3}
.cc-method-instructions p{margin:8px 0 0;color:#5e586b;font-size:13px;line-height:1.75}
.cc-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.cc-form-grid label{display:grid;gap:7px}
.cc-form-grid label>span{font-size:12px;font-weight:800;color:#514b5d}
.cc-form-grid input,.cc-form-grid textarea{width:100%;border:1px solid #ddd8e6;border-radius:12px;background:#fff;color:#252130;outline:0}
.cc-form-grid input{height:47px;padding:0 13px}
.cc-form-grid input[type=file]{height:auto;padding:12px}
.cc-form-grid textarea{padding:12px 13px;resize:vertical}
.cc-form-grid input:focus,.cc-form-grid textarea:focus{border-color:var(--cc-primary);box-shadow:0 0 0 3px rgba(108,76,255,.12)}
.cc-form-grid small{color:#918b99;font-size:10px}
.cc-form-full{grid-column:1/-1}
.cc-honeypot{position:absolute!important;left:-9999px!important}
.cc-payment-submit,.cc-payment-primary,.cc-payment-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:51px;border-radius:13px;font-weight:850}
.cc-payment-submit{width:100%;gap:15px;border:0;background:linear-gradient(135deg,#7653ff,#5933ef);color:#fff;box-shadow:0 14px 32px rgba(108,76,255,.24);cursor:pointer}
.cc-payment-submit:disabled{cursor:wait;opacity:.68}
.cc-payment-privacy{margin:0;text-align:center;color:#777181;font-size:11px}
.cc-order-summary{position:sticky;top:100px;overflow:hidden;padding:22px}
.cc-summary-image{height:150px;margin:-22px -22px 22px;overflow:hidden;background:#fff7f0}
.cc-summary-image img{width:100%;height:100%;object-fit:cover;object-position:center 48%}
.cc-order-summary>span{color:#7563d9;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.cc-order-summary h2{margin:5px 0 18px;font-size:27px;letter-spacing:-.045em}
.cc-summary-credits{display:flex;align-items:end;gap:8px;padding:18px;border-radius:15px;background:#f3efff}
.cc-summary-credits strong{font-size:38px;line-height:1;color:#4f38cc}
.cc-summary-credits small{padding-bottom:3px;color:#696273;font-size:11px}
.cc-summary-row,.cc-summary-total{display:flex;align-items:center;justify-content:space-between;gap:14px}
.cc-summary-row{padding:13px 0;border-bottom:1px solid #eeeaf3;color:#716b79;font-size:12px}
.cc-summary-row strong{color:#332e3d}
.cc-summary-total{padding:19px 0;font-size:14px;font-weight:850}
.cc-summary-total strong{font-size:22px;color:#1f1b29}
.cc-summary-total small{font-size:10px;color:#8a8491}
.cc-order-summary ul{display:grid;gap:9px;margin:5px 0 0;padding:16px 0 0;border-top:1px solid #eeeaf3;list-style:none;color:#716b79;font-size:11px}
.cc-order-summary li:before{content:"✓";margin-right:8px;color:#16885a;font-weight:900}
.cc-payment-alert{margin-bottom:20px;padding:15px 18px;border-radius:13px;font-size:13px}
.cc-payment-alert.is-error{border:1px solid #f1b9c3;background:#fff1f3;color:#92263c}
.cc-login-gate,.cc-status-card{max-width:760px;margin:0 auto;padding:48px;text-align:center}
.cc-login-gate-icon,.cc-status-icon{width:70px;height:70px;display:grid;place-items:center;margin:0 auto 18px;border-radius:22px;background:#eee9ff;color:var(--cc-primary);font-size:27px}
.cc-login-gate h2,.cc-status-card h1{margin:0;font-size:clamp(30px,5vw,46px);line-height:1.1;letter-spacing:-.05em}
.cc-login-gate p,.cc-status-card>p{max-width:590px;margin:14px auto 0;color:#716b79}
.cc-login-gate-actions{display:flex;justify-content:center;gap:11px;margin-top:25px}
.cc-payment-primary{padding:0 24px;background:var(--cc-primary);color:#fff;box-shadow:0 12px 28px rgba(108,76,255,.22)}
.cc-payment-secondary{padding:0 24px;border:1px solid #ddd7e8;background:#fff;color:#332e3d}
.cc-status-page .cc-payment-content{padding-top:90px}
.cc-status-card>span{display:block;color:#6652d5;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.cc-status-card.is-approved .cc-status-icon{background:#dcf7e7;color:#137142}
.cc-status-card.is-rejected .cc-status-icon,.cc-status-card.is-error .cc-status-icon{background:#ffe5e8;color:#9c2940}
.cc-status-details{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:30px 0;padding:18px;border-radius:16px;background:#f7f5fb;text-align:left}
.cc-status-details div{display:grid;gap:2px;padding:9px 11px}
.cc-status-details span{color:#8b8593;font-size:10px;text-transform:uppercase;letter-spacing:.06em}
.cc-status-details strong{overflow-wrap:anywhere;font-size:13px}

@media(max-width:980px){.cc-checkout-grid{grid-template-columns:1fr}.cc-order-summary{position:static;order:-1}.cc-summary-image{height:210px}}
@media(max-width:640px){.cc-payment-hero{padding:52px 0}.cc-payment-content{padding:38px 0 65px}.cc-checkout-card{padding:20px}.cc-form-grid{grid-template-columns:1fr}.cc-form-full{grid-column:auto}.cc-method-option{grid-template-columns:auto 1fr}.cc-method-check{display:none}.cc-login-gate,.cc-status-card{padding:30px 20px}.cc-login-gate-actions{flex-direction:column}.cc-status-details{grid-template-columns:1fr}.cc-order-summary{padding:19px}.cc-summary-image{margin:-19px -19px 20px;height:175px}}

/* =========================================================
   ClearCut 1.5.0 — utility image tools and ad positions
   ========================================================= */
.cc-ad-slot{position:relative;width:min(1180px,calc(100% - 40px));min-height:118px;display:grid;place-items:center;margin:30px auto;padding:18px;border:1px solid #ded9e8;border-radius:18px;background:#fff;overflow:hidden;contain:layout paint}
.cc-ad-slot-page-top{width:min(1238px,calc(100% - 20px));min-height:132px;margin:16px auto 24px;border-radius:14px}
.cc-ad-slot-editor_bottom{width:100%;min-height:145px;margin:38px 0 0}
.cc-ad-slot-tools_bottom{width:100%;min-height:130px;margin:44px 0 0}
.cc-ad-label{position:absolute;top:8px;left:50%;transform:translateX(-50%);color:#9a95a3;font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.cc-ad-content{width:100%;display:grid;place-items:center;text-align:center;color:#7b7586}
.cc-ad-content strong{font-size:14px;letter-spacing:.02em}
.cc-ad-content>a{display:block;width:100%}
.cc-ad-content img{display:block;width:auto;max-width:100%;max-height:250px;margin:auto;object-fit:contain}
.cc-ad-content iframe,.cc-ad-content ins{max-width:100%}

.cc-utility-link{position:relative;color:inherit;text-decoration:none}
.cc-utility-link:focus-visible{outline:3px solid rgba(108,76,255,.28);outline-offset:4px}
.cc-utility-format{display:inline-flex;width:max-content;margin:-2px 0 10px;padding:4px 8px;border-radius:999px;background:#f1edff;color:#5e42dc;font-size:9px;font-weight:900;letter-spacing:.06em}
.cc-utility-link h2{margin-bottom:8px}

.cc-image-tools-section{position:relative;overflow:hidden;background:linear-gradient(180deg,#f8f7fc 0%,#fff 100%)}
.cc-image-tools-section:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(rgba(108,76,255,.1) 1px,transparent 1.4px);background-size:25px 25px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent 48%)}
.cc-image-tools-section>.cc-container{position:relative;z-index:1}
.cc-image-tool-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}
.cc-image-tool-tab{min-height:100px;display:flex;align-items:center;gap:13px;padding:15px;border:1px solid #e2ddea;border-radius:18px;background:#fff;color:#34303c;text-align:left;cursor:pointer;box-shadow:0 10px 32px rgba(31,22,66,.04);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.cc-image-tool-tab:hover{transform:translate3d(0,-2px,0);border-color:#b7a8ff;box-shadow:0 16px 36px rgba(49,34,112,.08)}
.cc-image-tool-tab.is-active{border-color:#8e75ff;background:#faf8ff;box-shadow:0 15px 40px rgba(108,76,255,.13)}
.cc-image-tool-tab:focus-visible{outline:3px solid rgba(108,76,255,.24);outline-offset:2px}
.cc-image-tool-tab strong{font-size:13px;line-height:1.35}
.cc-tool-format-icon{position:relative;flex:0 0 54px;width:54px;height:54px;display:grid;place-items:center;border-radius:15px;background:#eee9ff;color:#5d40df;font-size:10px;font-weight:900;letter-spacing:.04em}
.cc-tool-format-icon small{position:absolute;right:-4px;bottom:-4px;padding:2px 5px;border:2px solid #fff;border-radius:999px;background:#171528;color:#fff;font-size:7px}
.cc-tool-format-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.cc-image-tool-app{overflow:hidden;border:1px solid #ded8e9;border-radius:28px;background:#fff;box-shadow:0 25px 70px rgba(35,24,78,.1)}
.cc-image-tool-head{min-height:116px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:25px 30px;border-bottom:1px solid #ebe7f0;background:linear-gradient(135deg,#fff,#faf8ff)}
.cc-image-tool-head>div:first-child>span{display:block;margin-bottom:3px;color:#6d54e7;font-size:9px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.cc-image-tool-head h3{margin:0;font-size:26px;line-height:1.2;letter-spacing:-.04em}
.cc-image-tool-head p{max-width:720px;margin:6px 0 0;color:#777181;font-size:13px}
.cc-tool-private-badge{display:flex;align-items:center;gap:8px;white-space:nowrap;padding:8px 11px;border:1px solid #d8f0e5;border-radius:999px;background:#f2fbf7;color:#287555;font-size:10px;font-weight:850}
.cc-tool-private-badge span{width:7px;height:7px;border-radius:50%;background:#25b47e;box-shadow:0 0 0 4px rgba(37,180,126,.12)}
.cc-image-tool-stage{min-height:475px;padding:24px;background:#fbfafe}
.cc-tool-state[hidden],.cc-tool-control-group[hidden]{display:none!important}
.cc-tool-upload-zone{position:relative;min-height:425px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:35px;text-align:center;border:2px dashed #d5cdef;border-radius:22px;background:#fff;cursor:pointer;outline:0;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}
.cc-tool-upload-zone:hover,.cc-tool-upload-zone:focus,.cc-tool-upload-zone.is-dragging{border-color:var(--cc-primary);background:#faf8ff;box-shadow:0 0 0 6px rgba(108,76,255,.06)}
.cc-tool-upload-zone>input[type=file]{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}
.cc-tool-upload-icon{width:74px;height:74px;display:grid;place-items:center;margin-bottom:18px;border:1px solid #dfd7ff;border-radius:21px;background:#efeaff;color:var(--cc-primary)}
.cc-tool-upload-icon svg{width:39px;height:39px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}
.cc-tool-upload-zone h3{margin:0;font-size:23px;letter-spacing:-.035em}
.cc-tool-upload-zone p{margin:7px 0 19px;color:#817b89;font-size:13px}
.cc-tool-upload-button,.cc-tool-action,.cc-tool-download{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;background:linear-gradient(135deg,#7653ff,#5a34ef);color:#fff;font-weight:850;box-shadow:0 13px 30px rgba(108,76,255,.24)}
.cc-tool-upload-button{min-width:205px;min-height:50px;padding:12px 24px;font-size:14px}
.cc-tool-upload-zone small{margin-top:15px;color:#918b99;font-size:10px}

.cc-tool-editor-state{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:22px}
.cc-tool-preview-card,.cc-tool-controls{border:1px solid #e5e0ec;border-radius:20px;background:#fff}
.cc-tool-preview-card{overflow:hidden}
.cc-tool-preview{height:355px;display:grid;place-items:center;overflow:hidden;background-color:#fff}
.cc-tool-preview img,.cc-tool-result-preview img{width:100%;height:100%;object-fit:contain}
.cc-tool-file-info{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border-top:1px solid #ebe7f0}
.cc-tool-file-info strong{max-width:62%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}
.cc-tool-file-info span{color:#847e8c;font-size:10px;text-align:right}
.cc-tool-controls{display:flex;flex-direction:column;gap:16px;padding:23px}
.cc-tool-control-group{display:grid;gap:9px;padding-bottom:16px;border-bottom:1px solid #eeeaf3}
.cc-tool-control-group>label,.cc-tool-dimensions label{color:#4d4757;font-size:11px;font-weight:850}
.cc-tool-control-group output{float:right;color:var(--cc-primary)}
.cc-tool-control-group input[type=range]{width:100%;accent-color:var(--cc-primary)}
.cc-tool-control-group select,.cc-tool-dimensions input{width:100%;height:44px;padding:0 12px;border:1px solid #dad4e4;border-radius:11px;background:#fff;color:#322d3b;outline:0}
.cc-tool-control-group select:focus,.cc-tool-dimensions input:focus{border-color:var(--cc-primary);box-shadow:0 0 0 3px rgba(108,76,255,.11)}
.cc-tool-color-row{display:flex;align-items:center;gap:11px}
.cc-tool-color-row input{width:44px;height:38px;padding:2px;border:1px solid #dcd6e5;border-radius:9px;background:#fff}
.cc-tool-color-row span{color:#847e8c;font-size:10px;line-height:1.45}
.cc-tool-dimensions{display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:10px}
.cc-tool-dimensions label{display:grid;gap:6px}
.cc-tool-dimensions>span{padding-bottom:11px;color:#938d9c;font-weight:900}
.cc-tool-lock{display:flex!important;align-items:center;gap:7px;font-weight:700!important}
.cc-tool-lock input{accent-color:var(--cc-primary)}
.cc-tool-action{min-height:50px;padding:12px 18px;cursor:pointer}
.cc-tool-action:hover,.cc-tool-download:hover{transform:translate3d(0,-1px,0);background:linear-gradient(135deg,#6844ef,#4f2bdc)}
.cc-tool-action:disabled{cursor:wait;opacity:.65;transform:none}
.cc-tool-reset-link{border:0;background:none;color:#6f6879;font-size:11px;font-weight:800;cursor:pointer}
.cc-tool-error{margin:13px 24px 0;padding:11px 13px;border:1px solid #f1b9c3;border-radius:11px;background:#fff1f3;color:#982941;font-size:11px;font-weight:750;text-align:center}
.cc-tool-error[hidden]{display:none!important}

.cc-tool-result-state{min-height:425px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:24px}
.cc-tool-result-preview{min-height:410px;display:grid;place-items:center;overflow:hidden;border:1px solid #e2ddea;border-radius:20px;background-color:#fff}
.cc-tool-result-copy{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:28px;border:1px solid #e2ddea;border-radius:20px;background:#fff}
.cc-tool-success-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:#ddf7e8;color:#168553;font-size:24px;font-weight:900}
.cc-tool-result-copy h3{margin:18px 0 6px;font-size:27px;letter-spacing:-.04em}
.cc-tool-result-copy>strong{color:#534a5e;font-size:12px}
.cc-tool-result-copy p{margin:10px 0 22px;color:#787181;font-size:12px;line-height:1.65}
.cc-tool-download{min-width:210px;min-height:50px;padding:12px 20px}
.cc-tool-result-copy .cc-tool-reset-link{margin:14px 0 0 35px}

@media(max-width:980px){
    .cc-image-tool-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}
    .cc-tool-editor-state,.cc-tool-result-state{grid-template-columns:1fr}
    .cc-tool-preview{height:330px}
    .cc-tool-result-preview{min-height:350px}
}
@media(max-width:720px){
    .cc-ad-slot{width:calc(100% - 24px);min-height:105px;margin:22px auto;padding:14px}
    .cc-ad-slot-editor_bottom,.cc-ad-slot-tools_bottom{width:100%;margin-top:28px}
    .cc-image-tool-tabs{grid-template-columns:1fr 1fr;gap:9px}
    .cc-image-tool-tab{min-height:82px;padding:11px}
    .cc-tool-format-icon{flex-basis:44px;width:44px;height:44px;border-radius:12px}
    .cc-image-tool-tab strong{font-size:11px}
    .cc-image-tool-head{align-items:flex-start;flex-direction:column;padding:22px}
    .cc-image-tool-head h3{font-size:23px}
    .cc-image-tool-stage{padding:13px;min-height:410px}
    .cc-tool-upload-zone{min-height:385px;padding:24px 16px}
    .cc-tool-preview{height:290px}
    .cc-tool-file-info{align-items:flex-start;flex-direction:column}
    .cc-tool-file-info strong{max-width:100%}
    .cc-tool-file-info span{text-align:left}
    .cc-tool-controls{padding:18px}
    .cc-tool-result-preview{min-height:300px}
    .cc-tool-result-copy{padding:23px}
}
@media(max-width:480px){
    .cc-image-tool-tabs{grid-template-columns:1fr}
    .cc-image-tool-tab{min-height:72px}
    .cc-tool-upload-zone h3{font-size:20px}
    .cc-tool-dimensions{grid-template-columns:1fr}
    .cc-tool-dimensions>span{display:none}
    .cc-tool-result-copy .cc-tool-reset-link{margin-left:0}
}

/* ClearCut front-end account system */
.cc-auth-page{min-height:calc(100vh - 86px);padding:72px 20px 88px;background:radial-gradient(circle at 18% 14%,rgba(108,76,255,.13),transparent 32%),radial-gradient(circle at 85% 78%,rgba(108,76,255,.08),transparent 31%),#faf9fd}
.cc-auth-shell{width:min(1080px,100%);min-height:610px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);overflow:hidden;border:1px solid #e5e0ee;border-radius:30px;background:#fff;box-shadow:0 28px 80px rgba(31,24,58,.12)}
.cc-auth-intro{position:relative;display:flex;flex-direction:column;justify-content:center;padding:58px;background:linear-gradient(145deg,#171426 0%,#25203c 58%,#6c4cff 170%);color:#fff;overflow:hidden}
.cc-auth-intro:before,.cc-auth-intro:after{content:"";position:absolute;border-radius:999px;pointer-events:none}
.cc-auth-intro:before{width:280px;height:280px;right:-140px;top:-110px;border:1px solid rgba(255,255,255,.15)}
.cc-auth-intro:after{width:190px;height:190px;left:-95px;bottom:-80px;background:rgba(108,76,255,.24);filter:blur(1px)}
.cc-auth-back{position:absolute;left:58px;top:38px;color:rgba(255,255,255,.75);font-size:12px;font-weight:800}
.cc-auth-back:hover{color:#fff}
.cc-auth-eyebrow,.cc-auth-kicker{display:block;margin-bottom:15px;color:#8d73ff;font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.cc-auth-intro .cc-auth-eyebrow{color:#bfb2ff}
.cc-auth-intro h1{position:relative;margin:0;max-width:470px;font-size:42px;line-height:1.08;letter-spacing:-.055em}
.cc-auth-intro>p{position:relative;margin:22px 0 30px;max-width:450px;color:rgba(255,255,255,.69);font-size:14px;line-height:1.75}
.cc-auth-intro ul{position:relative;display:grid;gap:14px;margin:0;padding:0;list-style:none}
.cc-auth-intro li{display:flex;align-items:center;gap:11px;color:rgba(255,255,255,.84);font-size:12px;font-weight:750}
.cc-auth-intro li span{width:24px;height:24px;display:grid;place-items:center;border-radius:8px;background:rgba(255,255,255,.12);color:#dcd4ff}
.cc-auth-card{display:flex;flex-direction:column;justify-content:center;padding:56px 66px;background:#fff}
.cc-auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:34px;padding:5px;border:1px solid #e8e3ef;border-radius:13px;background:#f7f5fa}
.cc-auth-tabs a{min-height:43px;display:flex;align-items:center;justify-content:center;border-radius:9px;color:#746e7f;font-size:12px;font-weight:850}
.cc-auth-tabs a.is-active{background:#fff;color:#211c31;box-shadow:0 5px 16px rgba(34,25,61,.08)}
.cc-auth-card h2{margin:0;font-size:31px;line-height:1.15;letter-spacing:-.045em;color:#191526}
.cc-auth-muted{margin:10px 0 26px;color:#817b89;font-size:12px;line-height:1.65}
.cc-auth-form{display:grid;gap:15px}
.cc-auth-form>label{display:grid;gap:7px;color:#423c4d;font-size:11px;font-weight:850}
.cc-auth-form input[type=text],.cc-auth-form input[type=email],.cc-auth-form input[type=password]{width:100%;height:49px;padding:0 14px;border:1px solid #dcd6e5;border-radius:11px;background:#fff;color:#241f2e;font:inherit;font-size:13px;outline:0;transition:border-color .18s ease,box-shadow .18s ease}
.cc-auth-form input:focus{border-color:#7653ff;box-shadow:0 0 0 4px rgba(108,76,255,.1)}
.cc-auth-form small{color:#918b99;font-size:9px;font-weight:650}
.cc-auth-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:1px 0 4px;color:#6f6879;font-size:10px;font-weight:750}
.cc-auth-row>a,.cc-auth-text-link{color:#6744ee;font-weight:850}
.cc-auth-remember{display:flex!important;align-items:center;gap:7px!important;cursor:pointer}
.cc-auth-remember input{accent-color:#6c4cff}
.cc-auth-primary,.cc-auth-secondary{min-height:50px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;font-size:12px;font-weight:900;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.cc-auth-primary{padding:12px 22px;background:linear-gradient(135deg,#7653ff,#5932ef);color:#fff;box-shadow:0 13px 30px rgba(108,76,255,.23)}
.cc-auth-primary:hover{transform:translate3d(0,-1px,0);color:#fff;box-shadow:0 16px 36px rgba(108,76,255,.3)}
.cc-auth-secondary{padding:12px 22px;border:1px solid #ded8e7;background:#fff;color:#443d50}
.cc-auth-message{margin:0 0 22px;padding:12px 14px;border-radius:11px;font-size:11px;font-weight:750;line-height:1.55}
.cc-auth-message.is-error{border:1px solid #f1bcc5;background:#fff1f3;color:#982941}
.cc-auth-message.is-success{border:1px solid #b7e8cd;background:#effbf4;color:#176c46}
.cc-auth-message.is-info{border:1px solid #cdc3ff;background:#f3f0ff;color:#5534c7}
.cc-auth-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}
.cc-auth-text-link{display:inline-block;margin-top:20px;font-size:11px}
.cc-auth-user-icon{width:58px;height:58px;display:grid;place-items:center;margin-bottom:22px;border-radius:18px;background:#e8f8ef;color:#178552;font-size:26px;font-weight:950}
.cc-auth-balance{display:flex;align-items:center;justify-content:space-between;margin:4px 0 26px;padding:18px;border:1px solid #e7e2ec;border-radius:14px;background:#faf9fc}
.cc-auth-balance span{color:#746d7c;font-size:11px;font-weight:800}
.cc-auth-balance strong{color:#6c4cff;font-size:25px}
.cc-auth-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}

@media(max-width:900px){
    .cc-auth-page{padding:34px 14px 60px}
    .cc-auth-shell{grid-template-columns:1fr;min-height:0}
    .cc-auth-intro{min-height:330px;padding:72px 38px 40px}
    .cc-auth-back{left:38px;top:30px}
    .cc-auth-intro h1{font-size:35px}
    .cc-auth-card{padding:44px 38px}
}
@media(max-width:520px){
    .cc-auth-shell{border-radius:22px}
    .cc-auth-intro{min-height:300px;padding:68px 25px 32px}
    .cc-auth-back{left:25px;top:26px}
    .cc-auth-intro h1{font-size:29px}
    .cc-auth-intro>p{font-size:12px}
    .cc-auth-card{padding:34px 22px}
    .cc-auth-card h2{font-size:27px}
    .cc-auth-row{align-items:flex-start;flex-direction:column}
    .cc-auth-actions{grid-template-columns:1fr}
}


/* ClearCut v1.6.3 registration */
.cc-auth-tabs.is-single{grid-template-columns:1fr}
.cc-auth-name-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.cc-auth-name-grid label{display:grid;gap:7px;color:#423c4d;font-size:11px;font-weight:850}
.cc-auth-form label span em{color:#9992a2;font-size:9px;font-style:normal;font-weight:700}
.cc-auth-consent{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:9px!important;color:#6f6879!important;font-size:10px!important;font-weight:700!important;line-height:1.55;cursor:pointer}
.cc-auth-consent input{flex:0 0 auto;margin-top:2px;accent-color:#6c4cff}
.cc-auth-consent a{color:#6744ee;text-decoration:underline;text-underline-offset:2px}
.cc-pricing-auth-links{display:flex;align-items:center;justify-content:flex-end;gap:16px;flex-wrap:wrap}
.cc-pricing-auth-links a:last-child{padding-left:16px;border-left:1px solid #ddd6eb}
@media(max-width:520px){.cc-auth-name-grid{grid-template-columns:1fr}.cc-pricing-auth-links{justify-content:flex-start}.cc-pricing-auth-links a:last-child{padding-left:0;border-left:0}}


/* ClearCut v1.6.6 account-aware primary navigation fallback */
body.logged-in .cc-nav-list .cc-auth-login-link,
body.logged-in .cc-nav-list .cc-auth-register-link {
    display: none !important;
}
body:not(.logged-in) .cc-nav-list .cc-auth-dashboard-link,
body:not(.logged-in) .cc-nav-list .cc-auth-logout-link {
    display: none !important;
}

/* ClearCut 1.6.8 customer dashboard */
.cc-dashboard-page{min-height:72vh;padding:58px 0 90px;background:linear-gradient(180deg,#f8f6ff 0,#fff 62%)}
.cc-dashboard-shell{display:grid;gap:24px}
.cc-dashboard-hero{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:34px;border:1px solid #e8e3f4;border-radius:28px;background:#fff;box-shadow:0 22px 65px rgba(38,25,86,.1)}
.cc-dashboard-profile{display:flex;align-items:center;gap:20px;min-width:0}
.cc-dashboard-avatar{flex:0 0 auto;border:5px solid #f0ecff;border-radius:22px;background:#f4f1fb}
.cc-dashboard-eyebrow{display:block;margin-bottom:6px;color:var(--cc-primary);font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.cc-dashboard-profile h1{margin:0;font-size:clamp(29px,4vw,44px);line-height:1.1;letter-spacing:-.045em}
.cc-dashboard-profile p{margin:7px 0 0;color:var(--cc-muted)}
.cc-dashboard-hero-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.cc-dashboard-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 19px;border:1px solid var(--cc-primary);border-radius:999px;background:var(--cc-primary);color:#fff;font-size:13px;font-weight:800;transition:.2s}
.cc-dashboard-button:hover{transform:translateY(-1px);background:var(--cc-primary-dark)}
.cc-dashboard-button.is-secondary{border-color:#ded8eb;background:#fff;color:var(--cc-ink)}
.cc-dashboard-button.is-secondary:hover{border-color:#c9bff0;background:#faf8ff}
.cc-dashboard-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.cc-dashboard-stat{min-height:158px;padding:25px;border:1px solid var(--cc-line);border-radius:22px;background:#fff;box-shadow:0 14px 35px rgba(38,25,86,.055)}
.cc-dashboard-stat>span{display:block;color:var(--cc-muted);font-size:13px;font-weight:700}
.cc-dashboard-stat strong{display:block;margin:12px 0 7px;font-size:39px;line-height:1;letter-spacing:-.05em}
.cc-dashboard-stat small{color:#918c9b;font-size:12px}
.cc-dashboard-stat.is-accent{border-color:#dcd2ff;background:linear-gradient(145deg,#6c4cff,#8b72ff);color:#fff;box-shadow:0 20px 45px rgba(108,76,255,.22)}
.cc-dashboard-stat.is-accent>span,.cc-dashboard-stat.is-accent small{color:rgba(255,255,255,.78)}
.cc-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(285px,.65fr);gap:20px;align-items:start}
.cc-dashboard-panel{padding:28px;border:1px solid var(--cc-line);border-radius:24px;background:#fff;box-shadow:0 14px 40px rgba(38,25,86,.055)}
.cc-dashboard-panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}
.cc-dashboard-panel h2{margin:0;font-size:24px;letter-spacing:-.035em}
.cc-dashboard-panel-head>a{color:var(--cc-primary);font-size:13px;font-weight:800;white-space:nowrap}
.cc-dashboard-payment-list{display:grid}
.cc-dashboard-payment-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:20px;padding:17px 0;border-top:1px solid #efecf4}
.cc-dashboard-payment-row>div:first-child{min-width:0}
.cc-dashboard-payment-row strong,.cc-dashboard-payment-row span{display:block}
.cc-dashboard-payment-row>div:first-child strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}
.cc-dashboard-payment-row>div:first-child span,.cc-dashboard-payment-meta span{margin-top:3px;color:var(--cc-muted);font-size:11px}
.cc-dashboard-payment-meta{text-align:right;white-space:nowrap}
.cc-dashboard-payment-meta strong{font-size:13px}
.cc-dashboard-status{min-width:108px;padding:7px 10px;border-radius:999px;text-align:center;font-size:10px;font-weight:850;white-space:nowrap}
.cc-dashboard-status.is-pending{background:#fff6d9;color:#8c6500}
.cc-dashboard-status.is-approved{background:#e3f8ef;color:#08754a}
.cc-dashboard-status.is-rejected{background:#ffebed;color:#a32131}
.cc-dashboard-empty{padding:42px 15px 26px;text-align:center;color:var(--cc-muted)}
.cc-dashboard-empty>span{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 14px;border-radius:17px;background:#f1edff;color:var(--cc-primary);font-size:28px}
.cc-dashboard-empty h3{margin:0 0 5px;color:var(--cc-ink);font-size:17px}
.cc-dashboard-empty p{max-width:420px;margin:0 auto;font-size:13px}
.cc-dashboard-account-panel h2{margin-bottom:20px}
.cc-dashboard-account-list{margin:0}
.cc-dashboard-account-list>div{display:grid;gap:4px;padding:14px 0;border-top:1px solid #efecf4}
.cc-dashboard-account-list dt{color:var(--cc-muted);font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.06em}
.cc-dashboard-account-list dd{margin:0;overflow-wrap:anywhere;font-size:14px;font-weight:700}
.cc-dashboard-admin-note{margin:16px 0 0;padding:13px;border:1px solid #d8efe4;border-radius:13px;background:#f0fbf6;color:#176d4c;font-size:12px}
.cc-dashboard-logout{display:flex;align-items:center;justify-content:center;min-height:44px;margin-top:20px;border:1px solid #e3dfeb;border-radius:999px;color:#5e5969;font-size:13px;font-weight:800}
.cc-dashboard-logout:hover{border-color:#d4caef;color:var(--cc-primary);background:#faf8ff}
@media(max-width:900px){.cc-dashboard-hero{align-items:flex-start;flex-direction:column}.cc-dashboard-hero-actions{justify-content:flex-start}.cc-dashboard-grid{grid-template-columns:1fr}.cc-dashboard-stats{grid-template-columns:1fr 1fr}.cc-dashboard-stat.is-accent{grid-column:1/-1}}
@media(max-width:620px){.cc-dashboard-page{padding:34px 0 65px}.cc-dashboard-hero,.cc-dashboard-panel{padding:22px;border-radius:20px}.cc-dashboard-profile{align-items:flex-start}.cc-dashboard-avatar{width:58px;height:58px;border-radius:18px}.cc-dashboard-stats{grid-template-columns:1fr}.cc-dashboard-stat.is-accent{grid-column:auto}.cc-dashboard-payment-row{grid-template-columns:minmax(0,1fr) auto;gap:12px}.cc-dashboard-payment-meta{display:none}.cc-dashboard-status{min-width:92px;padding:6px 8px}.cc-dashboard-panel-head{align-items:flex-start;flex-direction:column}}
