@font-face{font-family:"DecoTok UI";src:url("../fonts/decotok-ui.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
:root{
  --decotok-bg:#fbfaf8;--decotok-surface:#fff;--decotok-surface-soft:#f5f2ee;--decotok-ink:#201f24;
  --decotok-muted:#706d76;--decotok-line:#e7e2dc;--decotok-primary:#7055ee;--decotok-primary-dark:#5840ce;
  --decotok-accent:#ff7468;--decotok-success:#198765;--decotok-warning:#a86411;--decotok-danger:#c93c4b;
  --decotok-focus:#3b82f6;--decotok-r-sm:12px;--decotok-r-md:18px;--decotok-r-lg:26px;
  --decotok-shadow-sm:0 2px 12px rgba(39,31,25,.06);--decotok-shadow-md:0 12px 40px rgba(39,31,25,.12);
  --decotok-header-h:68px;--decotok-nav-h:72px;--decotok-page-max:1080px;
  color-scheme:light;font-family:"DecoTok UI",Tahoma,Arial,sans-serif;background:var(--decotok-bg);color:var(--decotok-ink)
}
*{box-sizing:border-box}
html{min-height:100%;background:var(--decotok-bg);scroll-behavior:smooth}
body{min-width:320px;min-height:100%;margin:0;background:var(--decotok-bg);color:var(--decotok-ink);font-family:inherit;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.decotok-scroll-lock{overflow:hidden}
.decotok-boot{display:grid;min-height:100dvh;place-items:center;align-content:center;gap:12px;background:var(--decotok-bg);font-weight:850}.decotok-boot__mark{display:grid;width:64px;height:64px;place-items:center;border-radius:21px;background:linear-gradient(135deg,var(--decotok-primary),var(--decotok-accent));color:#fff;font-size:28px;box-shadow:var(--decotok-shadow-md)}
.decotok-boot__wordmark{font-size:38px;font-weight:950;line-height:1;letter-spacing:-.07em}.decotok-boot>small{color:var(--decotok-muted);font-size:10px;font-weight:650}.decotok-boot:has(.decotok-boot__wordmark) .decotok-boot__mark{display:none}
button,input,textarea,select{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
img,svg{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{color:inherit}
[hidden]{display:none!important}
.decotok-app{min-height:100dvh;padding-block-start:var(--decotok-header-h);padding-block-end:calc(var(--decotok-nav-h) + env(safe-area-inset-bottom) + 28px)}
.decotok-header{position:fixed;z-index:80;inset:0 0 auto;height:calc(var(--decotok-header-h) + env(safe-area-inset-top));padding:env(safe-area-inset-top) max(16px,env(safe-area-inset-left)) 0 max(16px,env(safe-area-inset-right));display:flex;align-items:center;justify-content:space-between;background:rgba(251,250,248,.94);border-block-end:1px solid rgba(231,226,220,.72);backdrop-filter:saturate(1.2) blur(16px)}
.decotok-brand{display:inline-flex;align-items:center;gap:10px;min-width:0;border-radius:12px}
.decotok-brand__mark{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,var(--decotok-primary),var(--decotok-accent));color:#fff;font-size:19px;font-weight:900;box-shadow:0 6px 15px rgba(112,85,238,.22)}
.decotok-brand__copy{display:grid;line-height:1.12}
.decotok-brand__copy b{font-size:16px;letter-spacing:-.02em}
.decotok-brand__copy small,.decotok-powered{font-size:9px;color:var(--decotok-muted);letter-spacing:.03em;direction:ltr}
.decotok-header__actions{display:flex;align-items:center;gap:8px}
.decotok-coin-pill{display:inline-flex;align-items:center;gap:5px;min-height:38px;padding:7px 11px;border:1px solid var(--decotok-line);border-radius:99px;background:var(--decotok-surface);font-size:13px;font-weight:800;box-shadow:var(--decotok-shadow-sm)}
.decotok-coin-pill>span:first-child{color:#ef9d24}
.decotok-icon-button{display:grid;place-items:center;width:40px;height:40px;padding:9px;border:1px solid var(--decotok-line);border-radius:50%;background:var(--decotok-surface)}
.decotok-icon-button svg,.decotok-bottom-nav svg,.decotok-button svg,.decotok-action-tile svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.decotok-main{width:100%;max-width:var(--decotok-page-max);min-height:calc(100dvh - var(--decotok-header-h) - var(--decotok-nav-h));margin-inline:auto;padding:18px 16px 30px;outline:none}.decotok-main:focus-visible{outline:none}
.decotok-main--wide{max-width:1260px;padding-inline:0}
.decotok-bottom-nav{position:fixed;z-index:85;inset:auto 0 0;display:grid;grid-template-columns:repeat(4,1fr);height:calc(var(--decotok-nav-h) + env(safe-area-inset-bottom));padding:7px max(8px,env(safe-area-inset-left)) env(safe-area-inset-bottom) max(8px,env(safe-area-inset-right));background:rgba(255,255,255,.96);border-block-start:1px solid var(--decotok-line);box-shadow:0 -8px 30px rgba(45,36,30,.06);backdrop-filter:blur(14px)}
.decotok-bottom-nav a{position:relative;display:flex;min-width:0;align-items:center;justify-content:center;flex-direction:column;gap:3px;border-radius:14px;color:var(--decotok-muted);font-size:10px;font-weight:700}
.decotok-bottom-nav a[aria-current="page"]{color:var(--decotok-primary);background:#f0edff}
.decotok-bottom-nav svg{width:23px;height:23px}
.decotok-powered{position:fixed;z-index:86;inset:auto 0 calc(var(--decotok-nav-h) + env(safe-area-inset-bottom) + 4px);text-align:center;pointer-events:none;opacity:.65}
.decotok-route-skeleton{display:grid;gap:15px;padding-block:8px}
.decotok-route-skeleton span{height:110px;border-radius:var(--decotok-r-md);background:linear-gradient(90deg,#f0ede8,#faf9f6,#f0ede8);background-size:220% 100%;animation:decotok-shimmer 1.5s linear infinite}
.decotok-route-skeleton span:first-child{height:270px}.decotok-route-skeleton span:last-child{height:170px}
@keyframes decotok-shimmer{to{background-position:-220% 0}}
.decotok-page{animation:decotok-enter .22s ease-out both}
@keyframes decotok-enter{from{opacity:.25;transform:translateY(4px)}to{opacity:1;transform:none}}
.decotok-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-block:2px 18px}
.decotok-page-head h1,.decotok-page-head h2,.decotok-section-title h2{margin:0;font-size:24px;line-height:1.35;letter-spacing:-.035em}
.decotok-page-head p{max-width:650px;margin:5px 0 0;color:var(--decotok-muted);font-size:13px;line-height:1.8}
.decotok-page-head__back{flex:0 0 auto;display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--decotok-line);border-radius:50%;background:var(--decotok-surface);cursor:pointer}
.decotok-page-head__back svg{width:20px;transform:scaleX(-1)}
[dir="ltr"] .decotok-page-head__back svg{transform:none}
.decotok-section{margin-block:26px}
.decotok-section-title{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-block-end:13px}
.decotok-section-title h2{font-size:18px}.decotok-section-title a,.decotok-section-title button{border:0;background:none;color:var(--decotok-primary);font-size:12px;font-weight:800;cursor:pointer}
.decotok-muted{color:var(--decotok-muted)}
.decotok-caption{font-size:11px;line-height:1.7;color:var(--decotok-muted)}
.decotok-card{background:var(--decotok-surface);border:1px solid var(--decotok-line);border-radius:var(--decotok-r-md);box-shadow:var(--decotok-shadow-sm)}
.decotok-card--padded{padding:16px}.decotok-card--flat{box-shadow:none}
.decotok-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:10px 18px;border:1px solid transparent;border-radius:15px;background:var(--decotok-primary);color:#fff;font-weight:850;line-height:1.2;cursor:pointer;transition:transform .15s,background-color .15s,opacity .15s}
.decotok-button:hover{background:var(--decotok-primary-dark)}.decotok-button:active{transform:scale(.98)}
.decotok-button--secondary{background:var(--decotok-surface);color:var(--decotok-ink);border-color:var(--decotok-line)}
.decotok-button--secondary:hover{background:var(--decotok-surface-soft)}
.decotok-button--soft{background:#efebff;color:var(--decotok-primary)}.decotok-button--soft:hover{background:#e5dfff}
.decotok-button--danger{background:#fff0f1;color:var(--decotok-danger);border-color:#ffd7db}.decotok-button--danger:hover{background:#ffe5e7}
.decotok-button--block{width:100%}.decotok-button--small{min-height:38px;padding:8px 13px;border-radius:12px;font-size:12px}
.decotok-button:disabled,.decotok-button[aria-disabled="true"]{opacity:.42;cursor:not-allowed;transform:none}
:where(a,button,input,textarea,select,[tabindex]):focus-visible{outline:3px solid rgba(59,130,246,.45);outline-offset:2px}
.decotok-button-row{display:flex;flex-wrap:wrap;gap:9px}.decotok-button-row>*{flex:1 1 130px}
.decotok-hero{position:relative;overflow:hidden;min-height:355px;border-radius:var(--decotok-r-lg);background:#d9cec0;box-shadow:var(--decotok-shadow-md)}
.decotok-hero__compare{position:absolute;inset:0}
.decotok-hero__compare>img{width:100%;height:100%;object-fit:cover}
.decotok-hero__after{position:absolute;inset:0 0 0 auto;width:54%;height:100%;overflow:hidden;border-inline-start:2px solid rgba(255,255,255,.9)}
.decotok-hero__after img{width:min(calc(100vw - 32px),var(--decotok-page-max));max-width:none;height:100%;object-fit:cover}
[dir="ltr"] .decotok-hero__after{inset:0 auto 0 0;border-inline-start:0;border-inline-end:2px solid rgba(255,255,255,.9)}
.decotok-hero__compare-label{position:absolute;z-index:2;inset:16px auto auto 14px;padding:5px 9px;border-radius:99px;background:rgba(31,27,27,.5);color:#fff;font-size:9px;backdrop-filter:blur(6px)}
.decotok-hero__compare-label--after{inset:16px 14px auto auto}
.decotok-hero__shade{position:absolute;inset:auto 0 0;height:62%;background:linear-gradient(transparent,rgba(25,20,18,.82));pointer-events:none}
.decotok-hero__content{position:absolute;z-index:3;inset:auto 18px 20px;color:#fff}
.decotok-hero__content h1{max-width:500px;margin:0 0 7px;font-size:28px;line-height:1.35;letter-spacing:-.045em}.decotok-hero__content p{max-width:470px;margin:0 0 15px;color:rgba(255,255,255,.86);font-size:13px;line-height:1.7}
.decotok-hero__badge{display:inline-flex;margin-block-end:10px;padding:5px 9px;border:1px solid rgba(255,255,255,.32);border-radius:99px;background:rgba(255,255,255,.12);font-size:10px;backdrop-filter:blur(8px)}
.decotok-hero .decotok-button{background:#fff;color:#2c254c}
.decotok-shortcuts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.decotok-action-tile{position:relative;overflow:hidden;display:flex;min-height:120px;padding:14px;flex-direction:column;justify-content:space-between;border:1px solid var(--decotok-line);border-radius:var(--decotok-r-md);background:var(--decotok-surface);box-shadow:var(--decotok-shadow-sm)}
.decotok-action-tile::after{content:"";position:absolute;inset:auto -18px -35px auto;width:90px;height:90px;border-radius:50%;background:var(--decotok-tile-color,#eeeaff);opacity:.8}
.decotok-action-tile__icon{position:relative;z-index:1;display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:var(--decotok-tile-color,#eeeaff);color:var(--decotok-primary)}
.decotok-action-tile strong{position:relative;z-index:1;font-size:13px}.decotok-action-tile small{color:var(--decotok-muted);font-size:10px}
.decotok-service-list{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(235px,78%);gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 1px 10px;scrollbar-width:none}.decotok-service-list::-webkit-scrollbar{display:none}
.decotok-service-card{scroll-snap-align:start;padding:17px}.decotok-service-card__top{display:flex;align-items:center;justify-content:space-between;margin-block-end:20px}.decotok-service-card h3{margin:0 0 5px;font-size:15px}.decotok-service-card p{margin:0;color:var(--decotok-muted);font-size:11px;line-height:1.7}
.decotok-service-card__top svg{width:22px;height:22px;flex:0 0 22px}
.decotok-tag,.decotok-status{display:inline-flex;align-items:center;gap:5px;min-height:25px;padding:4px 9px;border-radius:99px;background:var(--decotok-surface-soft);color:var(--decotok-muted);font-size:10px;font-weight:750}
.decotok-status::before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.decotok-status--success{background:#e9f8f1;color:var(--decotok-success)}.decotok-status--pending{background:#fff5df;color:var(--decotok-warning)}.decotok-status--danger{background:#fff0f1;color:var(--decotok-danger)}
.decotok-inspiration-strip{display:grid;grid-auto-flow:column;grid-auto-columns:70%;gap:11px;overflow-x:auto;scroll-snap-type:x mandatory;padding-block-end:8px;scrollbar-width:none}.decotok-inspiration-strip::-webkit-scrollbar{display:none}
.decotok-inspiration-card{position:relative;overflow:hidden;scroll-snap-align:start;min-height:225px;border-radius:var(--decotok-r-md);background:#e8e1d8}.decotok-inspiration-card img{width:100%;height:225px;object-fit:cover}.decotok-inspiration-card__caption{position:absolute;inset:auto 10px 10px;padding:9px 11px;border-radius:12px;background:rgba(255,255,255,.9);box-shadow:var(--decotok-shadow-sm);backdrop-filter:blur(8px)}.decotok-inspiration-card__caption strong{display:block;font-size:12px}
.decotok-project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
.decotok-project-card{position:relative;overflow:hidden}.decotok-project-card img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;background:var(--decotok-surface-soft)}.decotok-project-card__body{padding:11px}.decotok-project-card h3{overflow:hidden;margin:0;font-size:12px;white-space:nowrap;text-overflow:ellipsis}.decotok-project-card__menu{position:absolute;inset:8px 8px auto auto;width:34px;height:34px;border:0;border-radius:50%;background:rgba(255,255,255,.9);cursor:pointer}
[dir="ltr"] .decotok-project-card__menu{inset:8px auto auto 8px}
.decotok-empty{display:grid;min-height:260px;padding:32px 20px;place-items:center;text-align:center}.decotok-empty__icon{display:grid;place-items:center;width:72px;height:72px;border-radius:24px;background:#efebff;color:var(--decotok-primary);font-size:28px}.decotok-empty h2{margin:14px 0 5px;font-size:17px}.decotok-empty p{max-width:360px;margin:0 0 18px;color:var(--decotok-muted);font-size:12px;line-height:1.8}
.decotok-tabs{display:flex;gap:7px;overflow-x:auto;padding:2px 1px 8px;scrollbar-width:none}.decotok-tabs::-webkit-scrollbar{display:none}.decotok-tab{flex:0 0 auto;min-height:38px;padding:7px 14px;border:1px solid var(--decotok-line);border-radius:99px;background:var(--decotok-surface);color:var(--decotok-muted);font-size:11px;font-weight:800;cursor:pointer}.decotok-tab[aria-selected="true"],.decotok-tab[aria-pressed="true"]{border-color:var(--decotok-primary);background:var(--decotok-primary);color:#fff}
.decotok-filter-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-block:10px 16px}
.decotok-field{display:grid;gap:7px}.decotok-field>label,.decotok-label{font-size:11px;font-weight:850}.decotok-input,.decotok-select,.decotok-textarea{width:100%;min-height:48px;padding:11px 13px;border:1px solid var(--decotok-line);border-radius:14px;background:var(--decotok-surface);color:var(--decotok-ink);outline:none}.decotok-textarea{min-height:95px;resize:vertical;line-height:1.8}.decotok-input:focus,.decotok-select:focus,.decotok-textarea:focus{border-color:var(--decotok-primary);box-shadow:0 0 0 3px #eeeaff}
.decotok-form-note{display:flex;gap:7px;align-items:flex-start;color:var(--decotok-muted);font-size:10px;line-height:1.7}.decotok-form-note svg{flex:0 0 16px;width:16px;margin-block-start:2px}
.decotok-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.decotok-choice{position:relative;display:flex;min-height:58px;padding:12px;align-items:center;gap:9px;border:1px solid var(--decotok-line);border-radius:15px;background:var(--decotok-surface);font-size:11px;font-weight:750;cursor:pointer}.decotok-choice input{position:absolute;z-index:2;inset:0;width:100%;height:100%;margin:0;border-radius:15px;opacity:0;cursor:pointer}.decotok-choice:has(input:checked){border-color:var(--decotok-primary);background:#f2efff;box-shadow:inset 0 0 0 1px var(--decotok-primary)}.decotok-choice__dot{display:grid;place-items:center;flex:0 0 24px;width:24px;height:24px;border:1px solid var(--decotok-line);border-radius:50%;background:#fff}.decotok-choice:has(input:checked) .decotok-choice__dot{border:7px solid var(--decotok-primary)}
.decotok-chip-grid{display:flex;flex-wrap:wrap;gap:8px}.decotok-check-chip{position:relative}.decotok-check-chip input{position:absolute;opacity:0}.decotok-check-chip span{display:inline-flex;min-height:38px;padding:8px 13px;align-items:center;border:1px solid var(--decotok-line);border-radius:99px;background:var(--decotok-surface);color:var(--decotok-muted);font-size:11px;cursor:pointer}.decotok-check-chip input:checked+span{border-color:#cfc5ff;background:#eeebff;color:var(--decotok-primary);font-weight:800}
.decotok-choice:focus-within,.decotok-scanner-subject:focus-within{outline:3px solid rgba(59,130,246,.58);outline-offset:3px}.decotok-check-chip:focus-within span{outline:3px solid rgba(59,130,246,.58);outline-offset:3px}.decotok-choice:has(input:focus-visible),.decotok-scanner-subject:has(input:focus-visible){outline-color:var(--decotok-primary)}.decotok-check-chip:has(input:focus-visible) span{outline-color:var(--decotok-primary)}
.decotok-wizard{max-width:720px;margin-inline:auto}.decotok-stepper{display:flex;align-items:center;gap:10px;margin-block:4px 20px}.decotok-stepper__bar{height:5px;flex:1;border-radius:9px;background:var(--decotok-line);overflow:hidden}.decotok-stepper__bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--decotok-primary),var(--decotok-accent));transition:width .25s}.decotok-stepper small{direction:ltr;color:var(--decotok-muted);font-size:10px}.decotok-wizard__body{min-height:380px}.decotok-wizard__footer{position:sticky;z-index:15;inset:auto 0 calc(var(--decotok-nav-h) + env(safe-area-inset-bottom) + 5px);display:flex;gap:9px;margin:22px -7px 0;padding:8px;border:1px solid rgba(231,226,220,.8);border-radius:18px;background:rgba(251,250,248,.94);backdrop-filter:blur(12px)}.decotok-wizard__footer .decotok-button:first-child{flex:1}.decotok-wizard__footer .decotok-button:last-child:not(:first-child){flex:0 0 100px}
.decotok-upload{position:relative;display:grid;min-height:280px;padding:22px;place-items:center;border:1.5px dashed #cfc8bf;border-radius:var(--decotok-r-lg);background:linear-gradient(145deg,#fff,#f4f0eb);text-align:center;overflow:hidden}.decotok-upload--drag{border-color:var(--decotok-primary);background:#f1edff}.decotok-upload input{position:absolute;inset:0;opacity:0;cursor:pointer}.decotok-upload__icon{display:grid;place-items:center;width:70px;height:70px;margin-inline:auto;border-radius:24px;background:#ece7ff;color:var(--decotok-primary);font-size:28px}.decotok-upload h2{margin:14px 0 6px;font-size:17px}.decotok-upload p{max-width:360px;margin:0;color:var(--decotok-muted);font-size:11px;line-height:1.75}.decotok-upload-preview{position:relative;overflow:hidden;border-radius:var(--decotok-r-lg);background:#1f1f22}.decotok-upload-preview img{width:100%;max-height:500px;object-fit:contain}.decotok-upload-preview__tools{position:absolute;inset:auto 10px 10px;display:flex;gap:7px}.decotok-upload-preview__tools button{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.3);border-radius:13px;background:rgba(20,20,23,.65);color:#fff;backdrop-filter:blur(8px);cursor:pointer}.decotok-upload-meta{display:flex;justify-content:space-between;gap:8px;margin-block-start:8px;color:var(--decotok-muted);font-size:9px}
.decotok-reference-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.decotok-reference-slot{position:relative;display:grid;aspect-ratio:1;place-items:center;overflow:hidden;border:1px dashed #cfc8bf;border-radius:14px;background:var(--decotok-surface-soft);color:var(--decotok-muted);font-size:11px}.decotok-reference-slot input{position:absolute;inset:0;opacity:0;cursor:pointer}.decotok-reference-slot img{width:100%;height:100%;object-fit:cover}.decotok-reference-slot button{position:absolute;inset:5px 5px auto auto;width:28px;height:28px;border:0;border-radius:50%;background:rgba(23,22,24,.65);color:#fff;cursor:pointer}
.decotok-confirm-list{display:grid;gap:2px}.decotok-confirm-row{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-block-end:1px solid var(--decotok-line);font-size:11px}.decotok-confirm-row:last-child{border:0}.decotok-confirm-row span{color:var(--decotok-muted)}.decotok-confirm-row strong{text-align:end}
.decotok-price-box{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-block:15px;padding:16px;border-radius:16px;background:linear-gradient(135deg,#eeeaff,#fff0ea)}.decotok-price-box strong{font-size:21px;color:var(--decotok-primary)}.decotok-price-box small{display:block;color:var(--decotok-muted);font-size:9px}
.decotok-notice{display:flex;gap:10px;padding:13px;border:1px solid #f1dfbd;border-radius:14px;background:#fff8e9;color:#6d501d;font-size:10px;line-height:1.75}.decotok-notice--privacy{border-color:#dcd5ff;background:#f4f1ff;color:#4f4386}.decotok-notice__icon{flex:0 0 22px;font-size:17px}.decotok-notice__icon svg{width:20px;height:20px}
.decotok-queue{max-width:620px;margin:30px auto;text-align:center}.decotok-queue__visual{position:relative;display:grid;width:130px;height:130px;margin:20px auto 26px;place-items:center;border-radius:42px;background:#efebff;color:var(--decotok-primary)}.decotok-queue__visual::before{content:"";position:absolute;inset:-9px;border:2px solid #dcd3ff;border-block-start-color:var(--decotok-primary);border-radius:48px;animation:decotok-spin 1.3s linear infinite}.decotok-queue__visual--paused::before{animation:none;border-color:#efc46e}.decotok-queue__visual svg{width:55px;height:55px}.decotok-queue h1{margin:0 0 8px;font-size:22px}.decotok-queue>p{max-width:460px;margin:0 auto;color:var(--decotok-muted);font-size:12px;line-height:1.8}@keyframes decotok-spin{to{transform:rotate(1turn)}}
.decotok-queue__facts{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin-block:20px}.decotok-queue__fact{padding:14px;border-radius:15px;background:var(--decotok-surface);border:1px solid var(--decotok-line)}.decotok-queue__fact span{display:block;color:var(--decotok-muted);font-size:9px}.decotok-queue__fact strong{font-size:13px}.decotok-timeline{margin-block:18px;text-align:start}.decotok-timeline li{position:relative;margin:0;padding:0 25px 15px;list-style:none;color:var(--decotok-muted);font-size:10px;line-height:1.7}.decotok-timeline li::before{content:"";position:absolute;inset:4px 4px auto auto;width:9px;height:9px;border-radius:50%;background:var(--decotok-line)}.decotok-timeline li::after{content:"";position:absolute;inset:15px 8px 0 auto;width:1px;background:var(--decotok-line)}.decotok-timeline li:last-child::after{display:none}.decotok-timeline li[data-active="true"]{color:var(--decotok-ink);font-weight:750}.decotok-timeline li[data-active="true"]::before{background:var(--decotok-primary)}[dir="ltr"] .decotok-timeline li{padding:0 0 15px 25px}[dir="ltr"] .decotok-timeline li::before{inset:4px auto auto 4px}[dir="ltr"] .decotok-timeline li::after{inset:15px auto 0 8px}
.decotok-result{max-width:960px;margin-inline:auto}.decotok-compare{position:relative;overflow:hidden;width:100%;aspect-ratio:4/3;background:#28272a;touch-action:pan-y;border-radius:0}.decotok-compare__before,.decotok-compare__after{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;user-select:none;pointer-events:none}.decotok-compare__after-wrap{position:absolute;inset:0;overflow:hidden;width:50%}.decotok-compare__after{max-width:none;width:100vw}.decotok-compare__line{position:absolute;z-index:4;inset:0 auto 0 50%;width:2px;background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.15);pointer-events:none}.decotok-compare__handle{position:absolute;inset:50% auto auto 50%;display:grid;width:48px;height:48px;place-items:center;border:2px solid #fff;border-radius:50%;background:rgba(34,32,35,.6);color:#fff;transform:translate(-50%,-50%);box-shadow:0 4px 14px rgba(0,0,0,.22);backdrop-filter:blur(7px)}.decotok-compare input{position:absolute;z-index:5;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:ew-resize}.decotok-compare__label{position:absolute;z-index:3;inset:12px auto auto 12px;padding:5px 8px;border-radius:99px;background:rgba(25,24,27,.55);color:#fff;font-size:9px}.decotok-compare__label--after{inset:12px 12px auto auto}.decotok-result__meta{padding:15px 16px}.decotok-result__meta h1{margin:0;font-size:19px}.decotok-result__actions{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;padding:0 16px 15px}.decotok-result-action{display:flex;min-height:63px;padding:8px 4px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px solid var(--decotok-line);border-radius:14px;background:#fff;color:var(--decotok-muted);font-size:9px;cursor:pointer}.decotok-result-action svg{width:21px}.decotok-result-action:hover{color:var(--decotok-primary);border-color:#d7cdff}
.decotok-variation-picker{padding:0 16px 15px}.decotok-variation-picker .decotok-section-title{margin-bottom:8px}.decotok-variation-picker__items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.decotok-variation-picker__items button{position:relative;overflow:hidden;padding:0;aspect-ratio:1;border:2px solid transparent;border-radius:12px;background:var(--decotok-surface);cursor:pointer}.decotok-variation-picker__items button[aria-pressed="true"]{border-color:var(--decotok-primary);box-shadow:0 0 0 2px #eeeaff}.decotok-variation-picker__items img{width:100%;height:100%;object-fit:cover}.decotok-variation-picker__items span{position:absolute;inset:auto auto 5px 5px;display:grid;min-width:20px;height:20px;padding:0 5px;place-items:center;border-radius:99px;background:rgba(26,24,31,.72);color:#fff;font-size:9px}
.decotok-chat{display:grid;grid-template-rows:1fr auto;min-height:calc(100dvh - var(--decotok-header-h) - var(--decotok-nav-h) - 55px)}.decotok-chat__messages{display:flex;min-height:330px;padding-block:5px 18px;flex-direction:column;gap:11px}.decotok-message{align-self:flex-start;max-width:88%;padding:11px 13px;border:1px solid var(--decotok-line);border-radius:17px 17px 5px 17px;background:var(--decotok-surface);font-size:12px;line-height:1.8;box-shadow:var(--decotok-shadow-sm)}.decotok-message--user{align-self:flex-end;border-color:#d8d0ff;border-radius:17px 17px 17px 5px;background:#f0edff}.decotok-message img{margin-block:8px;width:100%;border-radius:13px}.decotok-message time{display:block;margin-block-start:5px;color:var(--decotok-muted);font-size:8px}.decotok-chat__quick{display:flex;gap:7px;overflow-x:auto;padding-block:2px 9px;scrollbar-width:none}.decotok-chat__quick button{flex:0 0 auto;padding:7px 11px;border:1px solid #dcd4ff;border-radius:99px;background:#f4f1ff;color:var(--decotok-primary);font-size:10px;cursor:pointer}.decotok-chat__composer{position:sticky;z-index:14;inset:auto 0 calc(var(--decotok-nav-h) + env(safe-area-inset-bottom));padding:9px;border:1px solid var(--decotok-line);border-radius:19px;background:rgba(255,255,255,.96);box-shadow:0 -6px 26px rgba(35,28,24,.06);backdrop-filter:blur(12px)}.decotok-chat__attachment{display:flex;align-items:center;gap:8px;margin-block-end:7px;padding:7px 9px;border-radius:11px;background:var(--decotok-surface-soft);font-size:9px}.decotok-chat__attachment img{width:40px;height:40px;border-radius:8px;object-fit:cover}.decotok-chat__row{display:grid;grid-template-columns:40px 1fr 45px;gap:7px;align-items:end}.decotok-chat__attach,.decotok-chat__send{display:grid;width:40px;height:40px;place-items:center;border:0;border-radius:13px;background:var(--decotok-surface-soft);cursor:pointer}.decotok-chat__send{width:45px;background:var(--decotok-primary);color:#fff}.decotok-chat__send:disabled{opacity:.4}.decotok-chat__row textarea{min-height:40px;max-height:120px;padding:9px;border:0;outline:none;resize:none;background:transparent;line-height:1.6}.decotok-chat__attach{position:relative;overflow:hidden}.decotok-chat__attach input{position:absolute;inset:0;opacity:0;cursor:pointer}
.decotok-mask-layout{display:grid;gap:12px}.decotok-mask-stage{position:relative;overflow:hidden;max-width:900px;margin-inline:auto;border-radius:var(--decotok-r-md);background:#222;touch-action:none}.decotok-mask-stage img{display:block;width:100%;height:auto;user-select:none;pointer-events:none}.decotok-mask-stage canvas{position:absolute;inset:0;width:100%;height:100%;cursor:crosshair}.decotok-mask-toolbar{display:flex;flex-wrap:wrap;gap:8px;padding:10px}.decotok-mask-toolbar button{display:inline-flex;min-height:40px;padding:8px 12px;align-items:center;gap:6px;border:1px solid var(--decotok-line);border-radius:12px;background:var(--decotok-surface);font-size:10px;cursor:pointer}.decotok-mask-toolbar button:disabled{opacity:.35}.decotok-mask-toolbar label{display:flex;flex:1 1 170px;align-items:center;gap:9px;font-size:10px}.decotok-mask-toolbar input[type="range"]{flex:1;accent-color:var(--decotok-primary)}.decotok-mask-hint{padding:10px 13px;border-radius:13px;background:#fff0ef;color:#923b34;font-size:10px;line-height:1.75}
.decotok-list{display:grid;gap:9px}.decotok-list-row{display:flex;align-items:center;gap:11px;padding:12px 13px}.decotok-list-row__icon{display:grid;flex:0 0 42px;width:42px;height:42px;place-items:center;border-radius:13px;background:var(--decotok-surface-soft);color:var(--decotok-primary)}.decotok-list-row__body{min-width:0;flex:1}.decotok-list-row__body strong{display:block;font-size:12px}.decotok-list-row__body small{display:block;overflow:hidden;margin-block-start:3px;color:var(--decotok-muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.decotok-list-row__chevron{color:var(--decotok-muted)}
.decotok-profile-card{display:flex;align-items:center;gap:14px;padding:18px;background:linear-gradient(135deg,#f0ecff,#fff4ed)}.decotok-avatar{display:grid;flex:0 0 62px;width:62px;height:62px;place-items:center;border:3px solid #fff;border-radius:50%;background:linear-gradient(135deg,var(--decotok-primary),var(--decotok-accent));color:#fff;font-size:21px;font-weight:900}.decotok-profile-card h2{margin:0 0 4px;font-size:16px}.decotok-profile-card p{margin:0;color:var(--decotok-muted);font-size:10px}
.decotok-wallet-balance{position:relative;overflow:hidden;padding:22px;background:linear-gradient(135deg,#5e43db,#8f72ff);color:#fff}.decotok-wallet-balance::after{content:"";position:absolute;width:180px;height:180px;inset:-80px -50px auto auto;border:35px solid rgba(255,255,255,.08);border-radius:50%}.decotok-wallet-balance small{color:rgba(255,255,255,.72)}.decotok-wallet-balance strong{display:block;margin-block:7px;font-size:34px}.decotok-wallet-balance p{margin:0;font-size:10px;color:rgba(255,255,255,.75)}.decotok-plan-grid{display:grid;gap:9px}.decotok-plan{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px}.decotok-plan strong{display:block;font-size:14px}.decotok-plan small{color:var(--decotok-muted);font-size:9px}.decotok-plan__price{text-align:end}.decotok-plan__price b{display:block;color:var(--decotok-primary);font-size:13px}
.decotok-auth{max-width:460px;margin:16px auto}.decotok-auth__brand{display:grid;place-items:center;text-align:center;margin-block:20px}.decotok-auth__brand img{width:72px;height:72px}.decotok-auth__brand h1{margin:12px 0 4px;font-size:22px}.decotok-auth__brand p{margin:0;color:var(--decotok-muted);font-size:11px}.decotok-auth__card{padding:18px}.decotok-separator{display:flex;align-items:center;gap:10px;margin-block:16px;color:var(--decotok-muted);font-size:9px}.decotok-separator::before,.decotok-separator::after{content:"";height:1px;flex:1;background:var(--decotok-line)}.decotok-otp{display:grid;grid-template-columns:repeat(5,1fr);direction:ltr;gap:8px}.decotok-otp input{width:100%;aspect-ratio:1;min-height:48px;padding:4px;text-align:center;border:1px solid var(--decotok-line);border-radius:13px;background:#fff;font-size:18px}.decotok-auth__legal{margin-block:14px;color:var(--decotok-muted);font-size:9px;line-height:1.8;text-align:center}
.decotok-estimate-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-block:14px}.decotok-estimate-stat{padding:14px 8px;text-align:center}.decotok-estimate-stat span{display:block;color:var(--decotok-muted);font-size:9px}.decotok-estimate-stat strong{display:block;margin-block-start:6px;font-size:13px}.decotok-estimate-item{display:grid;grid-template-columns:35px 1fr auto;gap:10px;align-items:center;padding:12px}.decotok-estimate-item input[type="checkbox"]{width:19px;height:19px;accent-color:var(--decotok-primary)}.decotok-estimate-item__price{text-align:end}.decotok-estimate-item__price strong{display:block;font-size:11px}.decotok-estimate-item__price small{color:var(--decotok-muted);font-size:8px}.decotok-hotspot-view{position:relative;overflow:hidden;border-radius:var(--decotok-r-md)}.decotok-hotspot-view>img{width:100%}.decotok-hotspot{position:absolute;display:grid;width:30px;height:30px;place-items:center;border:2px solid #fff;border-radius:50%;background:var(--decotok-accent);color:#fff;font-size:10px;box-shadow:0 3px 12px rgba(0,0,0,.25);cursor:pointer;transform:translate(-50%,-50%)}
.decotok-estimate-item__quantity{display:flex;align-items:center;gap:5px;margin-block-start:5px;color:var(--decotok-muted);font-size:9px}.decotok-estimate-item__quantity input{width:70px;min-height:32px;padding:4px 7px;border:1px solid var(--decotok-line);border-radius:9px;background:#fff}
.decotok-dialog-backdrop{position:fixed;z-index:200;inset:0;display:grid;padding:18px;place-items:center;background:rgba(27,24,25,.42);backdrop-filter:blur(5px);animation:decotok-fade .15s both}.decotok-dialog{width:min(100%,480px);max-height:min(86dvh,720px);overflow:auto;padding:18px;border:0;border-radius:var(--decotok-r-lg);background:var(--decotok-surface);box-shadow:var(--decotok-shadow-md);animation:decotok-pop .2s ease-out both}.decotok-dialog__head{display:flex;justify-content:space-between;gap:10px;margin-block-end:12px}.decotok-dialog__head h2{margin:0;font-size:18px}.decotok-dialog__close{display:grid;width:35px;height:35px;place-items:center;border:0;border-radius:50%;background:var(--decotok-surface-soft);cursor:pointer}.decotok-dialog p{color:var(--decotok-muted);font-size:11px;line-height:1.8}.decotok-bottom-sheet-backdrop{align-items:end;padding:0}.decotok-bottom-sheet{width:min(100%,640px);max-height:85dvh;overflow:auto;padding:11px 17px calc(18px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;background:#fff;box-shadow:0 -12px 40px rgba(36,29,25,.15);animation:decotok-sheet .22s ease-out both}.decotok-bottom-sheet__handle{width:42px;height:4px;margin:0 auto 14px;border-radius:9px;background:#d9d3cd}@keyframes decotok-fade{from{opacity:0}}@keyframes decotok-pop{from{opacity:0;transform:scale(.96)}}@keyframes decotok-sheet{from{transform:translateY(30px);opacity:0}}
.decotok-toast-root{position:fixed;z-index:300;inset:calc(var(--decotok-header-h) + env(safe-area-inset-top) + 8px) 12px auto;display:grid;justify-content:center;pointer-events:none}.decotok-toast{display:flex;width:min(92vw,440px);margin-block-end:7px;padding:11px 13px;align-items:flex-start;gap:8px;border:1px solid var(--decotok-line);border-radius:14px;background:rgba(255,255,255,.97);box-shadow:var(--decotok-shadow-md);font-size:11px;line-height:1.7;pointer-events:auto;animation:decotok-toast .25s ease-out both}.decotok-toast--error{border-color:#ffd3d7;color:var(--decotok-danger)}.decotok-toast--success{border-color:#c8ebdd;color:var(--decotok-success)}@keyframes decotok-toast{from{opacity:0;transform:translateY(-8px)}}
.decotok-error{display:grid;min-height:350px;padding:30px;place-items:center;text-align:center}.decotok-error__code{font-size:64px;font-weight:900;letter-spacing:-.08em;color:#ded8d2}.decotok-error h1{margin:0 0 7px;font-size:19px}.decotok-error p{max-width:420px;margin:0 0 17px;color:var(--decotok-muted);font-size:11px;line-height:1.8}.decotok-noscript{margin:40px;padding:20px;border:1px solid #ffd6d9;border-radius:14px;background:#fff0f1;text-align:center}
.decotok-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media (min-width:720px){
  :root{--decotok-header-h:76px;--decotok-nav-h:76px}.decotok-header{padding-inline:max(28px,calc((100vw - var(--decotok-page-max))/2))}.decotok-main{padding:24px 28px 45px}.decotok-bottom-nav{inset:auto 50% 13px auto;width:min(520px,calc(100% - 28px));height:64px;padding:6px;border:1px solid var(--decotok-line);border-radius:20px;transform:translateX(50%);box-shadow:var(--decotok-shadow-md)}[dir="ltr"] .decotok-bottom-nav{inset:auto auto 13px 50%;transform:translateX(-50%)}.decotok-powered{inset:auto 0 83px}.decotok-hero{min-height:470px}.decotok-hero__content{inset:auto 36px 36px}.decotok-hero__content h1{font-size:40px}.decotok-shortcuts{grid-template-columns:repeat(4,1fr)}.decotok-service-list{grid-auto-columns:minmax(265px,33%)}.decotok-inspiration-strip{grid-auto-columns:36%}.decotok-project-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.decotok-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.decotok-compare{border-radius:var(--decotok-r-lg)}.decotok-compare__after{width:min(960px,100vw)}.decotok-result__actions{grid-template-columns:repeat(6,1fr)}.decotok-mask-layout{grid-template-columns:minmax(0,1fr) 260px;align-items:start}.decotok-mask-toolbar{align-content:start}.decotok-filter-row{grid-template-columns:repeat(3,minmax(0,1fr))}.decotok-estimate-summary{gap:12px}}
@media (min-width:1020px){.decotok-project-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.decotok-inspiration-strip{grid-auto-columns:28%}.decotok-choice-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media (max-width:370px){.decotok-brand__copy small{display:none}.decotok-main{padding-inline:11px}.decotok-result__actions{padding-inline:9px}.decotok-choice-grid{grid-template-columns:1fr}.decotok-otp{gap:5px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.decotok-page,.decotok-dialog,.decotok-dialog-backdrop,.decotok-bottom-sheet,.decotok-toast{animation:none!important}.decotok-route-skeleton span{animation-duration:4s}.decotok-queue__visual::before{animation-duration:3s}}
@media print{.decotok-header,.decotok-bottom-nav,.decotok-powered,.decotok-button,.decotok-result__actions{display:none!important}.decotok-app{padding:0}.decotok-main{max-width:none}.decotok-card{box-shadow:none}}

/* Pictok-aligned presentation layer. All tokens and runtime behavior remain DecoTok-owned. */
:root{
  --decotok-bg:#fff;--decotok-surface-soft:#f3f3f5;--decotok-ink:#161720;--decotok-muted:#7b7f8d;--decotok-line:#dedfe7;
  --decotok-primary:#7257ff;--decotok-primary-dark:#5e45e7;--decotok-accent:#ff0d65;
  --decotok-pictok-gradient:linear-gradient(135deg,#22dce1 0%,#8a63dc 53%,#ff0d65 100%);
  --decotok-shadow-sm:0 5px 18px rgba(17,17,23,.06);--decotok-shadow-md:0 12px 32px rgba(17,17,23,.11);
  --decotok-header-h:74px;--decotok-nav-h:76px
}
html,body{background:#fff}
.decotok-app{background-color:#fff;background-image:radial-gradient(circle at 1px 1px,rgba(22,23,32,.035) 1px,transparent 1.15px);background-size:18px 18px}
.decotok-header{position:absolute;inset:0 0 auto;z-index:80;direction:ltr;display:grid;grid-template-columns:72px minmax(0,1fr) 72px;grid-template-areas:"wallet brand profile";height:calc(var(--decotok-header-h) + env(safe-area-inset-top));padding:env(safe-area-inset-top) max(15px,env(safe-area-inset-left)) 0 max(15px,env(safe-area-inset-right));align-items:center;background:rgba(255,255,255,.92);border-block-end:0;box-shadow:none;backdrop-filter:saturate(1.2) blur(16px)}
.decotok-brand{grid-area:brand;justify-self:center;display:inline-flex;min-width:0;align-items:center;justify-content:center;text-align:center;direction:ltr}
.decotok-brand__mark{display:none}
.decotok-brand__copy{display:grid;justify-items:center;line-height:1.02}
[dir="rtl"] .decotok-brand__copy{direction:rtl}
.decotok-brand__copy b{font-size:29px;font-weight:950;letter-spacing:-.06em;text-shadow:0 3px 18px rgba(0,0,0,.12)}
.decotok-brand__copy small{margin-block-start:4px;color:#696d78;font-size:9px;font-weight:650;letter-spacing:.055em}
.decotok-header__actions{display:contents}
.decotok-coin-pill{grid-area:wallet;justify-self:start;direction:rtl;min-width:58px;min-height:40px;padding:7px 10px;justify-content:center;border:1px solid rgba(221,223,231,.92);background:rgba(255,255,255,.94);box-shadow:0 8px 22px rgba(17,17,23,.08)}
.decotok-icon-button{grid-area:profile;justify-self:end;width:42px;height:42px;padding:9px;border:1px solid rgba(221,223,231,.92);background:rgba(255,255,255,.94);box-shadow:0 8px 22px rgba(17,17,23,.08)}
.decotok-icon-button svg{width:23px;height:23px}
.decotok-app--home{padding-block-start:0}
.decotok-app--home .decotok-header{background:transparent;color:#fff;box-shadow:none;backdrop-filter:none}
.decotok-app--home .decotok-brand__copy small{color:rgba(255,255,255,.78)}
.decotok-app--home .decotok-coin-pill,.decotok-app--home .decotok-icon-button{border-color:rgba(255,255,255,.3);background:linear-gradient(rgba(255,255,255,.16),rgba(255,255,255,.16)),linear-gradient(135deg,rgba(0,242,234,.27),rgba(255,0,80,.25));color:#fff;box-shadow:0 10px 26px rgba(0,0,0,.22);backdrop-filter:blur(12px)}
.decotok-app--home .decotok-coin-pill>span:first-child{color:#fff}
.decotok-app--home .decotok-main{max-width:none;padding:0 0 34px}
.decotok-bottom-nav{position:fixed;z-index:85;inset:auto 6px env(safe-area-inset-bottom);width:calc(100% - 12px);height:72px;padding:7px;grid-template-columns:repeat(4,1fr);border:1px solid rgba(221,223,231,.9);border-radius:26px;background:rgba(255,255,255,.78);box-shadow:0 9px 28px rgba(30,32,43,.13);backdrop-filter:blur(22px) saturate(1.15)}
.decotok-bottom-nav a{min-height:58px;gap:3px;border-radius:18px;color:#8a8e99;font-size:9.4px;font-weight:850;transition:color .18s ease,transform .18s ease,background .18s ease}
.decotok-bottom-nav a:active{transform:scale(.97)}
.decotok-bottom-nav a[aria-current="page"]{color:#fff;background:var(--decotok-pictok-gradient);box-shadow:0 8px 20px rgba(109,87,221,.24)}
.decotok-bottom-nav svg{width:22px;height:22px;stroke-width:1.9}
.decotok-powered{inset:auto 0 calc(84px + env(safe-area-inset-bottom));color:#8b8e98;font-size:8px;opacity:.72}
.decotok-home{overflow:hidden}
.decotok-hero{height:clamp(440px,132vw,540px);min-height:0;border-radius:0;background:#111;box-shadow:none}
.decotok-hero .decotok-hero__compare{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto;border-radius:0;background:#111}
.decotok-hero .decotok-compare__before,.decotok-hero .decotok-compare__after{object-position:center center}
.decotok-hero .decotok-compare__after{width:100vw}
.decotok-hero .decotok-compare__line{z-index:4;width:2px;background:rgba(255,255,255,.94);box-shadow:0 0 0 1px rgba(17,17,23,.15),0 0 14px rgba(17,17,23,.2)}
.decotok-hero .decotok-compare__handle{z-index:5;inset-block-start:43%;width:48px;height:48px;border:2px solid rgba(255,255,255,.95);background:var(--decotok-pictok-gradient);font-size:18px;font-weight:900;box-shadow:0 8px 24px rgba(10,10,18,.27)}
.decotok-hero .decotok-compare input{z-index:5}
.decotok-hero .decotok-compare__label{z-index:6;inset-block-start:88px;padding:6px 10px;border:1px solid rgba(255,255,255,.22);background:rgba(18,18,23,.4);font-size:9px;font-weight:850;backdrop-filter:blur(10px)}
.decotok-hero__shade{z-index:2;height:72%;background:linear-gradient(transparent 0%,rgba(15,13,17,.2) 30%,rgba(15,13,17,.84) 100%)}
.decotok-hero__content{z-index:7;inset:auto 22px 29px;display:grid;justify-items:center;text-align:center;color:#fff;pointer-events:none}
.decotok-hero__content>*{pointer-events:none}.decotok-hero__content .decotok-button{pointer-events:auto}
.decotok-hero__content h1{max-width:560px;margin:0 0 6px;font-size:clamp(28px,8vw,38px);line-height:1.38;font-weight:950;letter-spacing:-.055em;text-shadow:0 3px 18px rgba(0,0,0,.3)}
.decotok-hero__content p{max-width:480px;margin:0 0 13px;color:rgba(255,255,255,.86);font-size:12px;line-height:1.7;text-shadow:0 2px 10px rgba(0,0,0,.24)}
.decotok-hero__badge{margin-block-end:8px;padding:5px 10px;border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.13);font-size:9px;font-weight:800}
.decotok-hero .decotok-button{min-height:46px;padding:10px 19px;border:1px solid rgba(255,255,255,.5);border-radius:999px;background:var(--decotok-pictok-gradient);color:#fff;box-shadow:0 10px 25px rgba(23,20,31,.28)}
.decotok-hero .decotok-button:hover{background:var(--decotok-pictok-gradient);filter:saturate(1.08)}
.decotok-result .decotok-compare__line{width:2px;background:rgba(255,255,255,.96);box-shadow:0 0 0 1px rgba(17,17,23,.15)}
.decotok-result .decotok-compare__handle{width:50px;height:50px;border:2px solid rgba(255,255,255,.96);background:var(--decotok-pictok-gradient);font-size:18px;font-weight:900;box-shadow:0 8px 22px rgba(17,17,23,.24)}
.decotok-result .decotok-compare__label{border:1px solid rgba(255,255,255,.2);background:rgba(18,18,23,.42);font-weight:850;backdrop-filter:blur(9px)}
.decotok-app--home .decotok-page>.decotok-section{width:min(calc(100% - 30px),var(--decotok-page-max));margin:30px auto}
.decotok-app--home .decotok-page>.decotok-section:first-of-type{margin-block-start:32px}
.decotok-app--home .decotok-section-title{margin-block-end:14px}
.decotok-app--home .decotok-section-title h2{display:flex;align-items:center;gap:8px;font-size:19px;font-weight:950}
.decotok-app--home .decotok-section-title h2::before{content:"";flex:0 0 8px;width:8px;height:8px;border-radius:50%;background:var(--decotok-primary)}
.decotok-section-title a,.decotok-section-title button{color:var(--decotok-primary)}
.decotok-action-tile{min-height:120px;border-color:#e7e8ee;border-radius:22px;box-shadow:0 8px 22px rgba(17,17,23,.06)}
.decotok-action-tile__icon{border-radius:15px}
.decotok-action-tile strong,.decotok-action-tile small{display:block}.decotok-action-tile small{margin-block-start:4px;line-height:1.55}
.decotok-service-list{display:flex;gap:9px;margin-inline:-15px;padding:3px 15px 11px;overflow-x:auto;scroll-snap-type:x proximity;scroll-padding-inline:15px;overscroll-behavior-inline:contain}
.decotok-service-card{position:relative;overflow:hidden;flex:0 0 clamp(138px,38vw,174px);min-height:0;aspect-ratio:3/4;padding:0;scroll-snap-align:start;border:0;border-radius:20px;background:#e8e9ef;box-shadow:0 8px 24px rgba(17,17,23,.09)}
.decotok-service-card__media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .28s ease}
.decotok-service-card__shade{position:absolute;inset:0;background:linear-gradient(transparent 38%,rgba(9,9,13,.86));pointer-events:none}
.decotok-service-card__top{position:absolute;z-index:2;inset:10px 10px auto;display:flex;align-items:center;justify-content:space-between;margin:0;color:#fff}
.decotok-service-card__top .decotok-tag{min-height:24px;padding:4px 8px;border:1px solid rgba(255,255,255,.25);background:rgba(20,20,25,.32);color:#fff;font-size:8px;backdrop-filter:blur(8px)}
.decotok-service-card__top svg{width:20px;height:20px;padding:3px;border-radius:50%;background:rgba(20,20,25,.28);backdrop-filter:blur(8px)}
.decotok-service-card__body{position:absolute;z-index:2;inset:auto 11px 12px;color:#fff}
.decotok-service-card h3{margin:0 0 4px;font-size:12px;line-height:1.45}.decotok-service-card p{display:-webkit-box;overflow:hidden;margin:0;color:rgba(255,255,255,.78);font-size:8px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.decotok-inspiration-strip{display:flex;gap:9px;margin-inline:-15px;padding:0 15px 10px;overflow-x:auto;scroll-snap-type:x proximity;scroll-padding-inline:15px;overscroll-behavior-inline:contain}
.decotok-inspiration-card{position:relative;flex:0 0 clamp(118px,34vw,158px);min-height:0;aspect-ratio:3/4;scroll-snap-align:start;border-radius:17px;background:#e8e9ef;box-shadow:0 8px 22px rgba(17,17,23,.08)}
.decotok-inspiration-card img{width:100%;height:100%;object-fit:cover}
.decotok-inspiration-card__caption{position:absolute;inset:0;display:flex;padding:12px 10px;justify-content:flex-end;align-items:flex-start;flex-direction:column;border-radius:inherit;background:linear-gradient(transparent 48%,rgba(8,8,12,.82));color:#fff;box-shadow:none;backdrop-filter:none}
.decotok-inspiration-card__caption strong{font-size:11px;line-height:1.45}
[data-gallery].decotok-project-grid .decotok-inspiration-card{width:auto;min-width:0;aspect-ratio:3/4}
.decotok-tabs{scroll-snap-type:x proximity}.decotok-tab{scroll-snap-align:start}

@media (min-width:720px){
  :root{--decotok-header-h:76px;--decotok-nav-h:76px}
  .decotok-header{grid-template-columns:88px minmax(0,1fr) 88px;padding-inline:max(22px,calc((100vw - var(--decotok-page-max))/2))}
  .decotok-brand__copy b{font-size:31px}
  .decotok-app--home .decotok-main{padding:0 0 45px}
  .decotok-app--home .decotok-hero{height:560px;min-height:560px}
  .decotok-hero__content{inset:auto 36px 34px}
  .decotok-hero__content h1{font-size:40px}
  .decotok-service-card{flex-basis:260px;border-radius:26px}
  .decotok-inspiration-card{flex-basis:260px;border-radius:26px}
}
@media (max-width:370px){
  .decotok-header{grid-template-columns:62px minmax(0,1fr) 62px;padding-inline:11px}
  .decotok-brand__copy small{display:block}
  .decotok-brand__copy b{font-size:26px}
  .decotok-coin-pill{min-width:54px;padding-inline:8px;font-size:11px}
  .decotok-app--home .decotok-main{padding-inline:0}
  .decotok-app--home .decotok-page>.decotok-section{width:min(calc(100% - 22px),var(--decotok-page-max))}
}
@media (hover:hover){.decotok-service-card:hover .decotok-service-card__media{transform:scale(1.025)}}
@media (prefers-reduced-motion:reduce){.decotok-bottom-nav a,.decotok-service-card__media{transition:none!important}}

/* Home composition mirrors Pictok's hero + editorial rail rhythm without runtime coupling. */
html{scrollbar-width:none}html::-webkit-scrollbar{width:0;height:0}
.decotok-app--home .decotok-header{top:max(11px,env(safe-area-inset-top));height:52px;padding:0 16px;grid-template-columns:42px minmax(0,1fr) 42px;grid-template-areas:"wallet brand profile";background:transparent;box-shadow:none;backdrop-filter:none}
.decotok-app--home .decotok-coin-pill{display:none}
.decotok-app--home .decotok-brand{transform:translateY(5px)}
.decotok-app--home .decotok-icon-button{width:40px;height:40px;padding:9px;border:1px solid rgba(255,255,255,.22);background:rgba(15,16,21,.18);box-shadow:none;backdrop-filter:blur(10px)}
.decotok-app--home .decotok-icon-button svg{width:21px;height:21px;stroke-width:1.8}
.decotok-app--home .decotok-brand__copy b{font-size:40px;line-height:.94;font-weight:950;letter-spacing:-.075em;text-shadow:0 3px 18px rgba(0,0,0,.26)}
.decotok-app--home .decotok-brand__copy small{margin-block-start:5px;color:rgba(255,255,255,.88);font-size:9.5px;font-weight:600;letter-spacing:.035em;text-shadow:0 2px 10px rgba(0,0,0,.25)}
.decotok-app--home .decotok-powered{display:none}
.decotok-home{overflow:hidden;padding-block-end:20px}
.decotok-home-powered{margin:32px 0 7px;color:#91939d;font-size:8px;font-weight:600;letter-spacing:.045em;text-align:center;direction:ltr}
.decotok-hero{position:relative;overflow:hidden;width:100%;height:clamp(470px,132vw,540px);min-height:0;background:#111}
.decotok-hero-viewport{position:absolute;inset:0;overflow:hidden;touch-action:pan-y}
.decotok-hero-track{display:flex;direction:ltr;width:100%;height:100%;transition:transform .5s cubic-bezier(.22,.74,.25,1);will-change:transform}
.decotok-hero-track.is-dragging{transition:none}
.decotok-hero-slide{position:relative;overflow:hidden;flex:0 0 100%;width:100%;height:100%;direction:rtl;background:#16161a}
.decotok-hero-slide__media{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;user-select:none;pointer-events:none}
.decotok-hero-slide__shade{position:absolute;z-index:2;inset:0;background:linear-gradient(to bottom,rgba(8,8,12,.2) 0%,transparent 31%),linear-gradient(to bottom,transparent 42%,rgba(11,9,13,.09) 53%,rgba(11,9,13,.7) 77%,rgba(255,255,255,.96) 100%);pointer-events:none}
.decotok-hero-slide__content{position:absolute;z-index:7;inset:auto 22px 82px;display:grid;justify-items:center;text-align:center;color:#fff;pointer-events:none}
.decotok-hero-slide__content h1,.decotok-hero-slide__content h2{max-width:345px;margin:0 0 14px;font-size:clamp(27px,8vw,34px);font-weight:950;line-height:1.4;letter-spacing:-.055em;text-shadow:0 3px 18px rgba(0,0,0,.34)}
.decotok-hero-slide__content h1 span,.decotok-hero-slide__content h2 span{background:linear-gradient(105deg,#31d9df,#ca579e 62%,#ff3575);background-clip:text;-webkit-background-clip:text;color:transparent;text-shadow:none}
.decotok-hero-slide__cta{display:inline-flex;min-height:44px;padding:10px 20px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.44);border-radius:999px;background:linear-gradient(120deg,#68dfe2,#ef8fbd);color:#fff;font-size:12px;font-weight:900;box-shadow:0 9px 24px rgba(20,17,29,.2);pointer-events:auto}
.decotok-hero-dots{position:absolute;z-index:11;inset:auto 0 17px;display:flex;direction:ltr;align-items:center;justify-content:center;gap:7px;pointer-events:auto}
.decotok-hero-dots button{width:5px;height:5px;padding:0;border:0;border-radius:99px;background:rgba(103,105,112,.38);box-shadow:none;cursor:pointer;transition:width .22s ease,background .22s ease}
.decotok-hero-dots button[aria-current="true"]{width:17px;background:linear-gradient(90deg,#20d8dd,#ff0d65)}
.decotok-hero-slide__compare{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto;border-radius:0;background:#111}
.decotok-hero-slide__compare .decotok-compare__before,.decotok-hero-slide__compare .decotok-compare__after{object-position:center}
.decotok-hero-slide__compare .decotok-compare__after{width:100vw}
.decotok-hero-slide__compare .decotok-compare__line{z-index:4;inset-block:0 auto;width:2px;height:68%;background:rgba(255,255,255,.94);box-shadow:0 0 0 1px rgba(17,17,23,.15)}
.decotok-hero-slide__compare .decotok-compare__handle{z-index:5;inset-block-start:42%;width:48px;height:48px;border:2px solid rgba(255,255,255,.96);background:var(--decotok-pictok-gradient);font-size:18px;font-weight:900;box-shadow:0 8px 24px rgba(10,10,18,.27)}
.decotok-hero-slide__compare .decotok-compare__label{z-index:6;inset-block-start:72px;border:1px solid rgba(255,255,255,.22);background:rgba(18,18,23,.4);font-weight:850;backdrop-filter:blur(10px)}
.decotok-home-rail{width:100%;margin:0;padding:27px 0 0}
.decotok-home-rail:first-of-type{padding-block-start:25px}
.decotok-home-rail__header{display:flex;min-height:47px;padding:0 15px 9px;align-items:flex-end;justify-content:space-between;gap:12px}
.decotok-home-rail__kicker{display:flex;margin-block-end:1px;align-items:center;gap:7px;color:var(--decotok-primary);font-size:9.5px;font-weight:750;line-height:1.5}
.decotok-home-rail__kicker i{flex:0 0 7px;width:7px;height:7px;border-radius:50%;background:currentColor}
.decotok-home-rail__header h2{margin:0;font-size:22px;font-weight:950;line-height:1.35;letter-spacing:-.045em}
.decotok-home-rail__header>a{flex:0 0 auto;margin-block-end:3px;color:var(--decotok-primary);font-size:10px;font-weight:850}
.decotok-home-rail__track{display:flex;direction:rtl;gap:9px;width:100%;padding:0 15px 5px;overflow-x:auto;scroll-snap-type:x proximity;scroll-padding-inline:15px;overscroll-behavior-inline:contain;scrollbar-width:none}
.decotok-home-rail__track::-webkit-scrollbar{display:none}
.decotok-home-card{position:relative;overflow:hidden;flex:0 0 clamp(118px,34vw,158px);aspect-ratio:3/4;scroll-snap-align:start;border-radius:17px;background:#e8e9ef;box-shadow:none;isolation:isolate}
.decotok-home-card img{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;transition:opacity .22s ease,transform .28s ease}
.decotok-home-card__shade{position:absolute;z-index:1;inset:0;background:linear-gradient(to top,rgba(8,8,12,.82) 0%,rgba(8,8,12,.27) 43%,transparent 72%);pointer-events:none}
.decotok-home-card__content{position:absolute;z-index:2;inset:auto 10px 10px;display:block;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.3)}
.decotok-home-card__content strong{display:block;font-size:11px;font-weight:900;line-height:1.45}
.decotok-app--home .decotok-bottom-nav{min-height:72px;height:72px;padding:7px;border-radius:26px}

@media (hover:hover){.decotok-home-card:hover img{transform:scale(1.025)}}
@media (min-width:720px){
  .decotok-app--home .decotok-header{grid-template-columns:52px minmax(0,1fr) 52px;padding-inline:max(22px,calc((100vw - var(--decotok-page-max))/2))}
  .decotok-hero{height:560px;min-height:560px}
  .decotok-hero-slide__content{inset:auto 36px 88px}
  .decotok-home-rail__header,.decotok-home-rail__track{width:min(100%,var(--decotok-page-max));margin-inline:auto}
  .decotok-home-card{flex-basis:260px;border-radius:26px}
  .decotok-home-card__content{inset:auto 14px 15px}.decotok-home-card__content strong{font-size:15px}
}
@media (max-width:370px){
  .decotok-app--home .decotok-header{grid-template-columns:40px minmax(0,1fr) 40px;padding-inline:12px}
  .decotok-app--home .decotok-brand__copy b{font-size:36px}
  .decotok-hero-slide__content{inset-inline:16px}.decotok-hero-slide__content h1,.decotok-hero-slide__content h2{font-size:27px}
  .decotok-home-rail__header{padding-inline:11px}.decotok-home-rail__track{padding-inline:11px;scroll-padding-inline:11px}
}
@media (prefers-reduced-motion:reduce){
  .decotok-hero-track{transition-duration:.01ms!important}.decotok-hero-dots button,.decotok-home-card img{transition:none!important}
}

/* Public legal surface: versioned copy is mounted lazily and remains framework-free. */
.decotok-powered{display:block;pointer-events:none;line-height:1.35}
.decotok-powered>span,.decotok-home-powered>span{direction:ltr;letter-spacing:.045em}
.decotok-app--home{padding-block-end:calc(var(--decotok-nav-h) + env(safe-area-inset-bottom) + 8px)}
.decotok-app--home .decotok-main,.decotok-home{padding-block-end:0}
.decotok-home-powered{display:grid;justify-items:center;gap:6px;margin:32px 14px 0;color:#777b86;font-size:9px;font-weight:650;line-height:1.7;text-align:center}
.decotok-app--legal .decotok-main{max-width:820px;padding-block-end:62px}
.decotok-legal{width:100%;margin-inline:auto}
.decotok-legal__back{display:inline-flex;align-items:center;gap:6px;min-height:40px;margin-block-end:16px;padding:7px 11px;border:1px solid var(--decotok-line);border-radius:99px;background:var(--decotok-surface);color:var(--decotok-muted);font-size:11px;font-weight:800;box-shadow:var(--decotok-shadow-sm)}
.decotok-legal__back svg{width:17px;height:17px;transform:scaleX(-1)}
[dir="rtl"] .decotok-legal__back svg{transform:none}
.decotok-legal__header{padding:clamp(20px,5vw,36px);border:1px solid var(--decotok-line);border-radius:var(--decotok-r-lg);background:linear-gradient(145deg,#fff 0%,#faf8ff 58%,#fff7f8 100%);box-shadow:var(--decotok-shadow-sm)}
.decotok-legal__brand{display:block;margin-block-end:12px;color:var(--decotok-primary);font-size:10px;font-weight:900;letter-spacing:.025em}
.decotok-legal__header h1{margin:0;font-size:clamp(28px,7vw,42px);font-weight:950;line-height:1.25;letter-spacing:-.045em}
.decotok-legal__header>p{max-width:680px;margin:12px 0 0;color:var(--decotok-muted);font-size:13px;line-height:2}
.decotok-legal__meta{display:flex;flex-wrap:wrap;gap:10px 22px;margin:20px 0 0;padding-block-start:16px;border-block-start:1px solid rgba(112,85,238,.12)}
.decotok-legal__meta div{display:flex;align-items:center;gap:7px}.decotok-legal__meta dt{color:var(--decotok-muted);font-size:10px}.decotok-legal__meta dd{margin:0;font-size:10px;font-weight:850;direction:ltr}
.decotok-legal__tabs{display:flex;gap:7px;margin-block:14px 20px;padding:2px;overflow-x:auto;scrollbar-width:none}
.decotok-legal__tabs::-webkit-scrollbar{display:none}.decotok-legal__tabs a{flex:0 0 auto;min-height:38px;padding:9px 14px;border:1px solid var(--decotok-line);border-radius:99px;background:#fff;color:var(--decotok-muted);font-size:10px;font-weight:850}
.decotok-legal__tabs a[aria-current="page"]{border-color:transparent;background:var(--decotok-pictok-gradient);color:#fff;box-shadow:0 7px 19px rgba(109,87,221,.2)}
.decotok-legal__highlight{display:flex;align-items:flex-start;gap:11px;margin-block:0 22px;padding:16px;border:1px solid rgba(112,85,238,.18);border-radius:18px;background:linear-gradient(120deg,rgba(34,220,225,.08),rgba(112,85,238,.08),rgba(255,13,101,.06));color:#373441}
.decotok-legal__highlight svg{flex:0 0 auto;width:21px;height:21px;color:var(--decotok-primary);fill:none;stroke:currentColor;stroke-width:1.8}.decotok-legal__highlight p{margin:0;font-size:12px;font-weight:750;line-height:1.95}
.decotok-legal__content{display:grid;gap:12px}
.decotok-legal__section{padding:20px;border:1px solid var(--decotok-line);border-radius:20px;background:rgba(255,255,255,.94);box-shadow:0 4px 18px rgba(17,17,23,.035)}
.decotok-legal__section h2{margin:0 0 8px;font-size:17px;font-weight:950;line-height:1.6;letter-spacing:-.025em}
.decotok-legal__section p,.decotok-legal__section li{color:#55525d;font-size:12px;line-height:2.05}
.decotok-legal__section p{margin:7px 0}.decotok-legal__section ul{margin:9px 0 0;padding-inline-start:22px}.decotok-legal__section li+li{margin-block-start:5px}
.decotok-legal__document-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-block-start:18px;padding:16px 4px;color:var(--decotok-muted);font-size:10px;font-weight:750}
.decotok-legal__document-footer>span{direction:ltr}.decotok-legal__document-footer a{text-decoration:underline;text-underline-offset:3px}
@media (min-width:720px){.decotok-legal__section{padding:25px 28px}.decotok-legal__section h2{font-size:19px}.decotok-legal__section p,.decotok-legal__section li{font-size:13px}}
@media (max-width:370px){.decotok-powered{font-size:7px}.decotok-legal__header,.decotok-legal__section{padding:17px}.decotok-legal__document-footer{align-items:flex-start;flex-direction:column-reverse}}
@media print{.decotok-legal__back,.decotok-legal__tabs{display:none!important}.decotok-legal__header,.decotok-legal__section{border-color:#ccc;box-shadow:none}.decotok-legal__content{display:block}.decotok-legal__section{break-inside:avoid;margin-block-end:12px}}

/* Community discovery mirrors Pictok Discover without importing Core code or assets. */
.decotok-app[data-decotok-route="discover"]{background:#fbfbfe}.decotok-app[data-decotok-route="discover"] .decotok-header{display:none}.decotok-app[data-decotok-route="discover"] .decotok-main{max-width:none;min-height:calc(100dvh - var(--decotok-nav-h));padding:0 0 28px;overflow:hidden}.decotok-community{width:100%;max-width:100vw;margin:0;direction:ltr;overflow:hidden}.decotok-community-head{position:relative;z-index:20;display:grid;min-height:calc(112px + env(safe-area-inset-top));padding:calc(15px + env(safe-area-inset-top)) 20px 16px;grid-template-columns:58px minmax(0,1fr) 58px;align-items:start;gap:10px;direction:ltr}.decotok-community-head__side{width:58px;height:58px}.decotok-community-brand{grid-column:2;grid-row:1;display:grid;min-width:0;padding-block-start:0;justify-items:center;gap:7px;direction:rtl}.decotok-community-brand a{display:flex;width:min(206px,54vw);min-height:50px;align-items:center;justify-content:center;color:#11131b;text-decoration:none}.decotok-community-brand strong{font-size:clamp(38px,11vw,56px);font-weight:1000;line-height:.94;letter-spacing:-1.6px;white-space:nowrap}.decotok-community-brand>span{color:rgba(17,19,27,.54);font-size:clamp(11.5px,3.4vw,16px);font-weight:650;line-height:1.25;letter-spacing:-.15px;white-space:nowrap}.decotok-community-profile{position:absolute;z-index:2;inset:calc(17px + env(safe-area-inset-top)) 20px auto auto;display:grid;width:54px;height:54px;place-items:center;border:1.4px solid rgba(17,17,24,.1);border-radius:50%;background:rgba(255,255,255,.44);color:#11131b}.decotok-community-profile svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.decotok-community-popular{position:relative;width:100%;max-width:100vw;margin:2px auto 17px;overflow:hidden;direction:rtl}.decotok-community-popular[hidden]{display:none}.decotok-community-popular__head{width:100%;max-width:100vw;padding:0 18px 14px;text-align:right;direction:rtl}.decotok-community-popular__head>span{display:flex;align-items:center;justify-content:flex-start;gap:9px;color:#6c5ce7;font-size:clamp(13px,3.9vw,18px);font-weight:950;line-height:1.15}.decotok-community-popular__head i{width:12px;height:12px;border-radius:50%;background:#6c5ce7;box-shadow:0 0 0 7px rgba(108,92,231,.08)}.decotok-community-popular__head h1{display:inline-block;max-width:100%;margin:7px 0 0;color:#11131b;font-size:clamp(31px,8.7vw,44px);font-weight:1000;line-height:1.08;letter-spacing:-1px;white-space:nowrap}.decotok-community-popular__track{display:flex;width:100%;max-width:100vw;padding:0 18px 4px;align-items:stretch;gap:12px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;direction:rtl;scrollbar-width:none}.decotok-community-popular__track::-webkit-scrollbar{display:none}.decotok-community-popular-card{position:relative;display:block;flex:0 0 37vw;width:37vw;min-width:134px;max-width:230px;height:55vw;min-height:210px;max-height:292px;padding:0;overflow:hidden;border:0;border-radius:32px;background:#e8e8ef;scroll-snap-align:start;text-align:right;transform:translateZ(0);animation:decotok-discover-rise .34s cubic-bezier(.2,.82,.2,1) both;animation-delay:calc(min(var(--decotok-discover-i),10)*22ms);cursor:pointer}.decotok-community-popular-card img{width:100%;height:100%;display:block;object-fit:cover;object-position:top center}.decotok-community-popular-card__shade{position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,transparent 43%,rgba(0,0,0,.2) 68%,rgba(0,0,0,.68))}.decotok-community-popular-card strong{position:absolute;z-index:2;inset:auto 16px 16px;color:#fff;font-size:clamp(17px,5.2vw,26px);font-weight:1000;line-height:1.15;letter-spacing:-.7px;text-shadow:0 8px 24px rgba(0,0,0,.5);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.decotok-community-grid{display:grid;width:100%;max-width:100%;padding:4px 8px 10px;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:dense;grid-auto-rows:25px;gap:6px;direction:ltr;align-items:start}.decotok-community-grid>.decotok-empty{grid-column:1/-1}.decotok-community-card{grid-row:span var(--decotok-discover-span);position:relative;display:block;width:100%;height:100%;min-width:0;min-height:0;padding:0;overflow:hidden;border:0;border-radius:18px;background:#ececf4;transform:translateZ(0);animation:decotok-discover-rise .34s cubic-bezier(.2,.82,.2,1) both;animation-delay:calc(min(var(--decotok-discover-i),12)*18ms);cursor:pointer}.decotok-community-card img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.decotok-community-card:focus-visible,.decotok-community-popular-card:focus-visible{outline:3px solid var(--decotok-primary);outline-offset:2px}.decotok-discover-empty{min-height:45dvh}.decotok-community-loader{display:flex;width:100%;height:78px;align-items:center;justify-content:center;gap:8px}.decotok-community-loader[hidden]{display:none}.decotok-community-loader i{width:10px;height:10px;border-radius:50%;background:var(--decotok-pictok-gradient);animation:decotok-discover-loader .76s ease-in-out infinite}.decotok-community-loader i:nth-child(2){animation-delay:.11s}.decotok-community-loader i:nth-child(3){animation-delay:.22s}.decotok-community-more{display:flex;margin:10px auto;min-width:210px}.decotok-community-viewer{position:fixed;z-index:320;inset:0;background:#08080c;direction:rtl}.decotok-community-viewer__panel{position:relative;width:100%;height:100dvh;max-width:760px;margin-inline:auto;overflow:hidden;background:#08080c}.decotok-community-viewer__media{position:absolute;inset:0;display:grid;place-items:center}.decotok-community-viewer__media img{width:100%;height:100%;object-fit:contain;background:#08080c}.decotok-community-viewer__media>span{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.24),transparent 28%,transparent 57%,rgba(0,0,0,.84))}.decotok-community-viewer__close{position:absolute;z-index:4;inset:calc(16px + env(safe-area-inset-top)) auto auto 16px;display:grid;width:48px;height:48px;padding:12px;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:17px;background:rgba(16,16,22,.48);color:#fff;backdrop-filter:blur(12px);cursor:pointer}.decotok-community-viewer__close svg{width:23px;height:23px}.decotok-community-viewer__info{position:absolute;z-index:3;inset:auto 22px calc(23px + env(safe-area-inset-bottom)) 92px;color:#fff;text-align:right}.decotok-community-viewer__info>span{display:block;margin-block-end:5px;color:rgba(255,255,255,.72);font-size:10px;font-weight:800}.decotok-community-viewer__info h2{margin:0;font-size:clamp(20px,6vw,31px);font-weight:1000;line-height:1.35;text-shadow:0 8px 22px rgba(0,0,0,.45)}.decotok-community-viewer__actions{position:absolute;z-index:4;inset:auto auto calc(22px + env(safe-area-inset-bottom)) 18px;display:grid;gap:12px}.decotok-community-viewer__actions button{display:grid;width:58px;padding:0;justify-items:center;gap:4px;border:0;background:transparent;color:#fff;font:800 9px/1.2 inherit;cursor:pointer}.decotok-community-viewer__actions button>svg{width:45px;height:45px;padding:11px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(16,16,22,.48);backdrop-filter:blur(12px)}@keyframes decotok-discover-rise{from{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes decotok-discover-loader{0%,100%{transform:translateY(0) scale(.82);opacity:.54}45%{transform:translateY(-7px) scale(1);opacity:1}}
@media (min-width:720px){.decotok-community-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:32px;padding-inline:10px;gap:8px}.decotok-community-popular-card{height:332px;border-radius:34px}.decotok-community-head{min-height:calc(118px + env(safe-area-inset-top));padding:calc(17px + env(safe-area-inset-top)) 24px 18px;grid-template-columns:62px minmax(0,1fr) 62px}.decotok-community-profile{inset:calc(19px + env(safe-area-inset-top)) 24px auto auto;width:58px;height:58px}.decotok-community-brand a{width:min(224px,54vw);min-height:54px}}
@media (min-width:1020px){.decotok-community-grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:36px}.decotok-community-popular__track{padding-inline:24px}.decotok-community-popular__head{padding-inline:24px}}
@media (max-width:370px){.decotok-community-brand a{width:min(184px,54vw)}.decotok-community-brand>span{font-size:11px}.decotok-community-popular-card{flex-basis:39vw;width:39vw;min-height:204px;height:56vw;border-radius:28px}.decotok-community-grid{padding-inline:6px;gap:6px}.decotok-community-card{border-radius:16px}.decotok-community-viewer__info{inset-inline-end:16px}.decotok-community-viewer__actions{inset-inline-start:12px}}

/* Canonical mobile composition from the production Pictok Discover surface. */
.decotok-app[data-decotok-route="discover"]{padding-block-start:0;background-color:#fbfbfe;background-image:radial-gradient(circle at 20% 15%,rgba(17,19,27,.028) 0 .65px,transparent .8px),radial-gradient(circle at 75% 65%,rgba(108,92,231,.022) 0 .55px,transparent .75px);background-size:5px 5px,7px 7px}
.decotok-app[data-decotok-route="discover"] .decotok-main{padding-block-end:22px}
.decotok-community-head{min-height:62px;margin-block-end:20px;padding:18px 16px 0;grid-template-columns:40px minmax(0,1fr) 40px;gap:8px}
.decotok-community-head__side{width:40px;height:40px}
.decotok-community-brand{gap:3px}
.decotok-community-brand a{width:min(176px,50vw);min-height:36px}
.decotok-community-brand strong{font-size:32px;line-height:.95;letter-spacing:-1.25px}
.decotok-community-brand>span{font-size:11px;line-height:1.2}
.decotok-community-profile{inset:18px 16px auto auto;width:40px;height:40px;background:rgba(255,255,255,.78);border-color:rgba(17,17,24,.08)}
.decotok-community-profile svg{width:23px;height:23px}
.decotok-community-popular{margin:0;padding:18px 0 22px}
.decotok-community-popular__head{padding:0 10px;margin-block-end:14px}
.decotok-community-popular__head>span{gap:7px;font-size:11px;line-height:1}
.decotok-community-popular__head i{width:7px;height:7px;box-shadow:0 0 12px rgba(108,92,231,.35)}
.decotok-community-popular__head h1{margin-block-start:7px;font-size:20px;line-height:1.2;letter-spacing:-.7px}
.decotok-community-popular__track{gap:10px;padding:6px 10px 15px}
.decotok-community-popular-card{flex:0 0 calc((100vw - 45px)/2.5);width:calc((100vw - 45px)/2.5);min-width:0;max-width:none;height:calc(((100vw - 45px)/2.5)*1.55);min-height:0;max-height:none;border-radius:20px}
.decotok-community-popular-card__shade{inset:auto 0 0;height:58%;background:linear-gradient(180deg,transparent,rgba(8,6,18,.86))}
.decotok-community-popular-card strong{inset:auto 10px 11px;padding:0;font-size:14px;line-height:1.45;letter-spacing:-.25px;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.decotok-community-tabs{display:flex;width:100%;margin:0 0 4px;padding:3px 10px 14px;align-items:center;gap:22px;overflow-x:auto;overflow-y:hidden;direction:rtl;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.decotok-community-tabs::-webkit-scrollbar{display:none}
.decotok-community-tabs button{position:relative;flex:0 0 auto;min-height:38px;padding:0 0 8px;border:0;border-radius:0;background:transparent;color:rgba(17,19,27,.44);font-size:clamp(15px,4.8vw,23px);font-weight:950;line-height:1;white-space:nowrap;box-shadow:none;cursor:pointer;transition:color .18s ease,transform .18s ease}
.decotok-community-tabs button:after{content:"";position:absolute;inset:auto 50% 0 auto;width:0;height:4px;border-radius:99px;transform:translateX(50%);background:linear-gradient(90deg,#00f2ea,#6c5ce7 52%,#ff0050);box-shadow:0 8px 18px rgba(255,0,80,.16);transition:width .2s ease}
.decotok-community-tabs button.is-active{color:#11131b;transform:translateY(-1px)}
.decotok-community-tabs button.is-active:after{width:78%}
.decotok-community-grid{display:grid;padding:0 8px 10px;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:dense;grid-auto-rows:4px;column-gap:8px;row-gap:0;direction:ltr;align-items:start}
.decotok-community-card{grid-row:auto;display:block;width:100%;height:auto;margin:0;padding-block-end:9px;overflow:visible;border-radius:0;background:transparent;align-self:start;cursor:default}
.decotok-community-card__media{position:relative;display:block;width:100%;aspect-ratio:1/var(--decotok-community-ratio);min-height:128px;padding:0;overflow:hidden;border:0;border-radius:18px;background:#f1f2f7;cursor:pointer}
.decotok-community-card__media img{width:100%;height:100%;object-fit:cover;object-position:center}
.decotok-community-card__meta{display:flex;min-height:33px;padding:7px 2px 0;align-items:center;justify-content:space-between;gap:8px;direction:ltr}
.decotok-community-card__author{display:inline-flex;min-width:0;align-items:center;gap:6px;color:rgba(17,19,27,.7);font-size:clamp(11px,3.3vw,14px);font-weight:850;line-height:1}
.decotok-community-card__author i{display:grid;flex:0 0 23px;width:23px;height:23px;place-items:center;overflow:hidden;border-radius:50%;background:linear-gradient(135deg,#00f2ea,#6c5ce7 52%,#ff0050);color:#fff;font-size:10px;font-style:normal;font-weight:950}
.decotok-community-card__author strong{max-width:25vw;overflow:hidden;font-size:inherit;font-weight:inherit;white-space:nowrap;text-overflow:ellipsis}
.decotok-community-card:focus-visible{outline:none}
.decotok-community-card__media:focus-visible{outline:3px solid var(--decotok-primary);outline-offset:2px}
@media (min-width:720px){.decotok-community-head{min-height:72px;padding-inline:22px}.decotok-community-profile{inset-inline-end:22px}.decotok-community-brand a{width:min(210px,42vw)}.decotok-community-brand strong{font-size:38px}.decotok-community-popular__head,.decotok-community-popular__track{padding-inline:18px}.decotok-community-popular-card{flex-basis:200px;width:200px;height:310px}.decotok-community-grid{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:9px;padding-inline:10px}.decotok-community-card__author strong{max-width:17vw}}
@media (min-width:1020px){.decotok-community-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.decotok-community-card__author strong{max-width:12vw}}
@media (max-width:370px){.decotok-community-tabs{gap:17px;padding-inline:8px}.decotok-community-grid{column-gap:6px;padding-inline:6px}.decotok-community-card__media{border-radius:16px}.decotok-community-card__author{font-size:10.5px}.decotok-community-card__author strong{max-width:22vw}}

/* Profile owns projects/history, matching the Pictok account model. */
.decotok-profile-hub{display:grid;gap:8px;margin-block-start:14px}.decotok-profile-inline-action{flex:0 0 auto;min-height:34px;padding:7px 9px;border:1px solid #ffd1dd;border-radius:10px;background:#fff7fa;color:#b92e58;font:800 9px/1.2 inherit}.decotok-profile-powered{margin-block:24px 4px;text-align:center}.decotok-profile-danger{display:grid;gap:9px}

/* Scanner: guided acquisition feeding the existing secure generation pipeline. */
.decotok-app[data-decotok-route="scanner"] .decotok-main{min-height:calc(100dvh - var(--decotok-header-h) - var(--decotok-nav-h) - env(safe-area-inset-bottom) - 28px)}
.decotok-app[data-decotok-route="scanner"] .decotok-wizard__body{min-height:0}
.decotok-scanner-intro{display:flex;align-items:flex-start;gap:13px;margin-block-end:18px;padding:17px;border:1px solid rgba(112,85,238,.13);border-radius:22px;background:linear-gradient(135deg,rgba(34,220,225,.1),rgba(112,85,238,.08),rgba(255,13,101,.07))}.decotok-scanner-intro__mark{display:grid;flex:0 0 48px;width:48px;height:48px;place-items:center;border-radius:16px;background:var(--decotok-pictok-gradient);color:#fff;box-shadow:0 8px 20px rgba(109,87,221,.2)}.decotok-scanner-intro__mark svg{width:25px;height:25px}.decotok-scanner-intro span{color:var(--decotok-primary);font-size:9px;font-weight:850}.decotok-scanner-intro h2{margin:3px 0 4px;font-size:20px;font-weight:950;line-height:1.45}.decotok-scanner-intro p,.decotok-scanner-goal-head p{margin:0;color:var(--decotok-muted);font-size:10px;line-height:1.8}.decotok-scanner-subjects{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.decotok-scanner-subject{position:relative;display:grid;min-height:128px;padding:15px;align-content:center;justify-items:center;gap:9px;border:1px solid var(--decotok-line);border-radius:19px;background:#fff;box-shadow:0 5px 18px rgba(17,17,23,.035);cursor:pointer}.decotok-scanner-subject input{position:absolute;opacity:0;pointer-events:none}.decotok-scanner-subject__icon{display:grid;width:44px;height:44px;place-items:center;border-radius:15px;background:var(--decotok-surface-soft);color:var(--decotok-primary)}.decotok-scanner-subject__icon svg{width:24px;height:24px}.decotok-scanner-subject strong{font-size:12px}.decotok-scanner-subject__check{position:absolute;inset:9px 9px auto auto;display:none;width:21px;height:21px;place-items:center;border-radius:50%;background:var(--decotok-primary);color:#fff!important;font-size:11px!important}.decotok-scanner-subject:has(input:checked){border-color:var(--decotok-primary);background:#faf8ff;box-shadow:0 0 0 2px rgba(112,85,238,.1)}.decotok-scanner-subject:has(input:checked) .decotok-scanner-subject__check{display:grid}.decotok-scanner-capture{display:grid;justify-items:center;padding:25px 17px;text-align:center;border:1px dashed #cfc7ed;border-radius:23px;background:linear-gradient(150deg,#fbfbff,#fff8fb)}.decotok-scanner-capture__visual{position:relative;display:grid;width:116px;height:92px;margin-block-end:15px;place-items:center;border:2px solid rgba(112,85,238,.32);border-radius:20px;color:var(--decotok-primary)}.decotok-scanner-capture__visual:before,.decotok-scanner-capture__visual:after,.decotok-scanner-capture__visual span:before,.decotok-scanner-capture__visual span:after{content:"";position:absolute;width:18px;height:18px;border-color:var(--decotok-primary);border-style:solid}.decotok-scanner-capture__visual:before{inset:7px auto auto 7px;border-width:2px 0 0 2px}.decotok-scanner-capture__visual:after{inset:7px 7px auto auto;border-width:2px 2px 0 0}.decotok-scanner-capture__visual span:before{inset:auto auto 7px 7px;border-width:0 0 2px 2px}.decotok-scanner-capture__visual span:after{inset:auto 7px 7px auto;border-width:0 2px 2px 0}.decotok-scanner-capture__visual svg{width:32px;height:32px}.decotok-scanner-capture h2{margin:0;font-size:20px}.decotok-scanner-capture p{max-width:440px;margin:6px 0 17px;color:var(--decotok-muted);font-size:11px;line-height:1.9}.decotok-scanner-capture-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.decotok-scanner-capture-actions .decotok-button{gap:6px}.decotok-scanner-capture-actions svg{width:18px;height:18px}.decotok-scanner-preview{position:relative;overflow:hidden;border-radius:22px;background:#15151b;aspect-ratio:4/3}.decotok-scanner-preview>img{width:100%;height:100%;object-fit:cover}.decotok-scanner-preview__frame{position:absolute;inset:9%;border:1px solid rgba(255,255,255,.65);border-radius:15px;box-shadow:0 0 0 999px rgba(0,0,0,.08)}.decotok-scanner-preview__status{position:absolute;inset:auto 10px 10px;display:flex;padding:9px 11px;align-items:center;gap:8px;border-radius:13px;background:rgba(20,20,26,.72);color:#fff;backdrop-filter:blur(10px)}.decotok-scanner-preview__status svg{width:20px;height:20px}.decotok-scanner-preview__status strong,.decotok-scanner-preview__status small{display:block}.decotok-scanner-preview__status strong{font-size:10px}.decotok-scanner-preview__status small{margin-block-start:2px;font-size:8px;opacity:.75}.decotok-scanner-evidence{display:flex;align-items:flex-start;gap:9px;margin-block-start:12px;padding:12px;border-radius:15px;background:#f5f3fb;color:#5d5867}.decotok-scanner-evidence>span{flex:0 0 auto}.decotok-scanner-evidence svg{width:18px;height:18px}.decotok-scanner-evidence p{margin:0;font-size:9px;line-height:1.9}.decotok-scanner-goal-head{display:flex;align-items:flex-start;gap:11px;margin-block-end:15px}.decotok-scanner-goal-head>span{display:grid;flex:0 0 43px;width:43px;height:43px;place-items:center;border-radius:14px;background:var(--decotok-surface-soft);color:var(--decotok-primary)}.decotok-scanner-goal-head svg{width:23px;height:23px}.decotok-scanner-goal-head h2{margin:0 0 3px;font-size:20px}
.decotok-live-camera{display:grid;gap:10px}.decotok-live-camera__stage{position:relative;overflow:hidden;min-height:48dvh;border-radius:18px;background:#101015}.decotok-live-camera__stage video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.decotok-live-camera__frame{position:absolute;inset:12% 9%;border:1px solid rgba(255,255,255,.2)}.decotok-live-camera__frame i{position:absolute;width:34px;height:34px;border-color:#fff;border-style:solid}.decotok-live-camera__frame i:nth-child(1){inset:-1px auto auto -1px;border-width:3px 0 0 3px}.decotok-live-camera__frame i:nth-child(2){inset:-1px -1px auto auto;border-width:3px 3px 0 0}.decotok-live-camera__frame i:nth-child(3){inset:auto auto -1px -1px;border-width:0 0 3px 3px}.decotok-live-camera__frame i:nth-child(4){inset:auto -1px -1px auto;border-width:0 3px 3px 0}.decotok-live-camera__quality{position:absolute;inset:13px 50% auto auto;min-width:max-content;padding:7px 10px;border-radius:99px;background:rgba(15,15,20,.68);color:#fff;font-size:9px;font-weight:800;transform:translateX(50%);backdrop-filter:blur(8px)}.decotok-live-camera>p{margin:0!important;text-align:center}.decotok-live-camera__controls{display:grid;grid-template-columns:1fr 72px 1fr;align-items:center;gap:10px}.decotok-live-camera__gallery{display:grid;justify-items:center;gap:2px;color:var(--decotok-muted);font-size:8px;font-weight:800;cursor:pointer}.decotok-live-camera__gallery svg{width:22px;height:22px}.decotok-live-camera__shutter{display:grid;width:68px;height:68px;padding:5px;place-items:center;border:3px solid #e9e7ee;border-radius:50%;background:#fff;box-shadow:0 5px 16px rgba(0,0,0,.12)}.decotok-live-camera__shutter i{width:50px;height:50px;border-radius:50%;background:var(--decotok-pictok-gradient)}.decotok-live-camera__fallback{display:grid;padding:11px;border-radius:13px;background:#fff1f4;color:#9d244a;text-align:center}.decotok-live-camera__fallback strong{font-size:11px}.decotok-live-camera__fallback span{font-size:9px}.decotok-privacy-check{display:flex;align-items:flex-start;gap:9px;margin-block:12px;padding:11px;border:1px solid var(--decotok-line);border-radius:14px;background:#fff}.decotok-privacy-check input{margin-block-start:3px;accent-color:var(--decotok-primary)}.decotok-privacy-check span{font-size:10px;line-height:1.8}

@media (min-width:720px){.decotok-scanner-subjects{grid-template-columns:repeat(4,minmax(0,1fr))}.decotok-live-camera__stage{min-height:55dvh}}
@media (max-width:719px){.decotok-app[data-decotok-route="scanner"] .decotok-main{padding-block-end:28px}}
@media (max-width:380px),(max-height:820px){.decotok-app[data-decotok-route="scanner"] .decotok-main{padding-block:12px 10px}.decotok-app[data-decotok-route="scanner"] .decotok-page-head{margin-block-end:14px}.decotok-app[data-decotok-route="scanner"] .decotok-stepper{margin-block-end:16px}.decotok-app[data-decotok-route="scanner"] .decotok-scanner-intro{margin-block-end:12px;padding:14px}.decotok-app[data-decotok-route="scanner"] .decotok-wizard__footer{margin-block-start:14px}}
@media (min-width:1020px){.decotok-result__actions{grid-template-columns:repeat(7,1fr)}}
@media (prefers-reduced-motion:reduce){.decotok-live-camera__shutter i{transition:none}.decotok-community-card,.decotok-community-popular-card,.decotok-community-loader i{animation:none!important}}

/* Assistant follows Pictok PHOTO's welcome-to-thread rhythm with DecoTok-owned code. */
.decotok-app[data-decotok-route="assistant"]{padding-block-end:0;background-color:#fff;background-image:radial-gradient(circle at 12% 12%,rgba(0,242,234,.075),transparent 24rem),radial-gradient(circle at 89% 18%,rgba(255,0,80,.055),transparent 22rem)}
.decotok-app[data-decotok-route="assistant"] .decotok-main{width:100%;max-width:none;min-height:calc(100dvh - var(--decotok-header-h) - var(--decotok-nav-h));padding:0 12px 24px;overflow:clip}
.decotok-assistant{width:min(100%,820px);min-height:calc(100dvh - var(--decotok-header-h) - var(--decotok-nav-h) - 24px);margin-inline:auto;color:#11131b;direction:rtl}
.decotok-assistant__welcome{display:flex;min-height:calc(100dvh - var(--decotok-header-h) - var(--decotok-nav-h) - 24px);padding:20px 0 18px;align-items:center;justify-content:center;flex-direction:column;text-align:center}
.decotok-assistant__badge{display:inline-flex;margin-block-end:14px;padding:8px 13px;align-items:center;gap:8px;border:1px solid rgba(17,19,27,.07);border-radius:999px;background:rgba(255,255,255,.8);color:#333642;box-shadow:0 10px 30px rgba(17,19,27,.05);font-size:11.5px;font-weight:850}
.decotok-assistant__badge:before{content:"";width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#00dcd5,#6c5ce7 52%,#ff0050);box-shadow:0 0 12px rgba(0,242,234,.38)}
.decotok-assistant__welcome>h1{max-width:680px;margin:0;font-size:clamp(31px,6.8vw,54px);font-weight:950;line-height:1.25;letter-spacing:-1.25px}
.decotok-assistant__welcome>h1 span{display:block;background:linear-gradient(135deg,#16cfc9 8%,#6c5ce7 48%,#ff0050 92%);background-clip:text;-webkit-background-clip:text;color:transparent}
.decotok-assistant__description{width:min(100%,590px);margin:11px auto 18px;color:#737682;font-size:12.4px;font-weight:650;line-height:1.9}
.decotok-assistant__capabilities{display:flex;margin:0 0 16px;justify-content:center;flex-wrap:wrap;gap:7px 14px}
.decotok-assistant__capabilities span{display:inline-flex;align-items:center;gap:5px;color:#777a85;font-size:9.7px;font-weight:700;line-height:1.6;white-space:nowrap}
.decotok-assistant__capabilities span:before{content:"";width:5px;height:5px;flex:0 0 5px;border-radius:50%;background:#7a6ee5}.decotok-assistant__capabilities span:nth-child(2):before{background:#28b7bc}.decotok-assistant__capabilities span:nth-child(3):before{background:#d94b9d}
.decotok-assistant__composer-dock{position:relative;z-index:30;width:min(100%,710px);margin-inline:auto}
.decotok-assistant__composer{position:relative;width:100%;padding:6px;overflow:hidden;border:1px solid rgba(17,19,27,.09);border-radius:23px;background:rgba(255,255,255,.97);box-shadow:0 22px 58px rgba(17,19,27,.115),inset 0 1px 0 rgba(255,255,255,.9);transition:border-color .18s ease,box-shadow .18s ease}
.decotok-assistant__composer:focus-within{border-color:rgba(108,92,231,.2);box-shadow:0 24px 62px rgba(17,19,27,.13),0 0 0 3px rgba(108,92,231,.05)}
.decotok-assistant__composer>textarea{display:block;width:100%;min-height:40px;max-height:132px;padding:6px 7px 4px;resize:none;border:0;outline:0;background:transparent;color:#11131b;font-size:12.4px;font-weight:650;line-height:1.7;overflow-y:auto}
.decotok-assistant__composer>textarea::placeholder{color:#9295a0}
.decotok-assistant__composer-toolbar{display:flex;padding-block-start:4px;align-items:flex-start;justify-content:space-between;gap:8px}
.decotok-assistant__attach,.decotok-assistant__send{position:relative;display:inline-flex;width:43px;height:43px;flex:0 0 43px;padding:0;align-items:center;justify-content:center;border-radius:14px;cursor:pointer}
.decotok-assistant__attach{border:1px solid rgba(108,92,231,.15);background:linear-gradient(145deg,#fbfaff,#f0edff);color:#5b4dd3;box-shadow:0 6px 16px rgba(80,67,180,.08),inset 0 1px 0 rgba(255,255,255,.9)}
.decotok-assistant__attach.has-images{border-color:rgba(37,183,181,.18);background:linear-gradient(145deg,#f8ffff,#e8f9f9);color:#168f91}
.decotok-assistant__attach>svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.9}.decotok-assistant__attach>i{position:absolute;inset:6px 6px auto auto;display:grid;width:11px;height:11px;place-items:center;border-radius:50%;background:#fff;font:950 10px/1 inherit}.decotok-assistant__attach>span{position:absolute;inset:-5px auto auto -5px;display:inline-flex;min-width:18px;height:18px;padding-inline:4px;align-items:center;justify-content:center;border:2px solid #fff;border-radius:99px;background:#262837;color:#fff;font-size:8px;font-weight:900;line-height:1;box-shadow:0 4px 10px rgba(17,19,27,.18)}
.decotok-assistant__send-stack{display:flex;min-width:86px;flex:0 0 auto;align-items:center;flex-direction:column;gap:4px}
.decotok-assistant__send{border:0;background:radial-gradient(circle at 25% 15%,rgba(255,255,255,.38),transparent 31%),linear-gradient(135deg,#00dcd5,#6c5ce7 52%,#ff0050);color:#fff;box-shadow:0 11px 24px rgba(108,92,231,.2)}
.decotok-assistant__send>svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2.35}.decotok-assistant__send:disabled{cursor:default;opacity:.7;box-shadow:0 7px 17px rgba(108,92,231,.14)}.decotok-assistant__send.is-loading>svg{opacity:0}.decotok-assistant__send.is-loading:after{content:"";position:absolute;width:19px;height:19px;border:2px solid rgba(255,255,255,.36);border-top-color:#fff;border-radius:50%;animation:decotok-assistant-spin .72s linear infinite}
.decotok-assistant__send-stack small{display:inline-flex;align-items:center;gap:5px;color:#616470;font-size:8.7px;font-weight:700;white-space:nowrap}.decotok-assistant__send-stack small i{width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,#ffc94a,#ff8a00);box-shadow:0 0 0 3px rgba(255,177,30,.1)}
@keyframes decotok-assistant-spin{to{transform:rotate(360deg)}}
.decotok-assistant__suggestions{display:grid;width:min(100%,500px);margin:12px auto 0;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.decotok-assistant__suggestion{appearance:none;display:grid;min-width:0;min-height:46px;padding:6px 8px;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:8px;overflow:hidden;border:1px solid rgba(108,92,231,.12);border-radius:16px;background:rgba(255,255,255,.84);color:#30323d;box-shadow:0 9px 24px rgba(17,19,27,.045);cursor:pointer;text-align:right;transition:transform .14s ease}
.decotok-assistant__suggestion:nth-child(2){border-color:rgba(255,0,80,.11)}.decotok-assistant__suggestion:nth-child(3){border-color:rgba(0,190,201,.13)}.decotok-assistant__suggestion:nth-child(4){border-color:rgba(76,116,232,.12)}.decotok-assistant__suggestion:active{transform:scale(.985)}
.decotok-assistant__suggestion-icon{display:grid;width:32px;height:32px;place-items:center;border-radius:11px;background:rgba(108,92,231,.11);color:#6c5ce7}.decotok-assistant__suggestion:nth-child(2) .decotok-assistant__suggestion-icon{background:rgba(255,0,80,.09);color:#e6004c}.decotok-assistant__suggestion:nth-child(3) .decotok-assistant__suggestion-icon{background:rgba(0,190,201,.1);color:#00a9b0}.decotok-assistant__suggestion:nth-child(4) .decotok-assistant__suggestion-icon{background:rgba(76,116,232,.1);color:#4c74e8}.decotok-assistant__suggestion-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.decotok-assistant__suggestion>span:last-child{min-width:0;overflow:hidden;font-size:10.8px;font-weight:850;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}
.decotok-assistant__attachments{display:none;gap:7px;padding:2px 2px 7px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none}.decotok-assistant__attachments::-webkit-scrollbar{display:none}.decotok-assistant__attachments.has-items{display:flex}
.decotok-assistant__attachment{position:relative;width:62px;height:62px;flex:0 0 62px;margin:0;border:1px solid rgba(17,19,27,.08);border-radius:16px;background:#f1f2f7}.decotok-assistant__attachment img{width:100%;height:100%;border-radius:inherit;object-fit:cover}.decotok-assistant__attachment figcaption{position:absolute;inset:auto 4px 4px auto;display:inline-flex;min-width:18px;height:18px;padding-inline:4px;align-items:center;justify-content:center;border-radius:7px;background:rgba(17,19,27,.72);color:#fff;font-size:8px;font-weight:900}.decotok-assistant__attachment>button{position:absolute;inset:-5px -5px auto auto;display:grid;width:21px;height:21px;padding:4px;place-items:center;border:2px solid #fff;border-radius:50%;background:#242632;color:#fff;cursor:pointer}.decotok-assistant__attachment>button svg{width:10px;height:10px;stroke-width:2.2}
.decotok-assistant__project-context{display:inline-flex;min-height:54px;padding:0 11px;align-items:center;gap:7px;border:1px solid rgba(108,92,231,.12);border-radius:14px;background:#f7f5ff;color:#5f6270;font-size:9.5px;font-weight:750;white-space:nowrap}.decotok-assistant__project-context svg{width:17px;height:17px;color:#6c5ce7}
.decotok-assistant__composer .decotok-privacy-check{margin:0 2px 7px;padding:9px;border-radius:12px;background:#fafafe}.decotok-assistant__composer .decotok-privacy-check span{font-size:9px;line-height:1.65}
.decotok-assistant__thread{width:min(100%,760px);min-height:calc(100dvh - var(--decotok-header-h) - var(--decotok-nav-h));margin-inline:auto}.decotok-assistant__thread .decotok-chat__messages{min-height:calc(100dvh - var(--decotok-header-h) - var(--decotok-nav-h));padding:22px 2px 145px}.decotok-assistant__thread .decotok-message{max-width:min(88%,620px);border-color:rgba(108,92,231,.11);border-radius:20px 20px 6px 20px;background:linear-gradient(145deg,rgba(108,92,231,.09),rgba(0,242,234,.06));box-shadow:none}.decotok-assistant__thread .decotok-message--user{align-self:flex-start;border-radius:20px 20px 6px 20px}.decotok-assistant__thread .decotok-message:not(.decotok-message--user){align-self:flex-end;border-color:rgba(17,19,27,.08);border-radius:20px 20px 20px 6px;background:rgba(255,255,255,.94);box-shadow:0 12px 30px rgba(17,19,27,.07)}
.decotok-message__media{display:grid;margin-block:0 8px;gap:6px}.decotok-message__media:has(img:nth-child(2)){grid-template-columns:repeat(2,minmax(0,1fr))}.decotok-message__media img{width:100%;margin:0;aspect-ratio:4/3;border-radius:13px;object-fit:cover;background:#f1f2f7}
.decotok-assistant__thread-dock{position:fixed;z-index:70;inset:auto auto calc(var(--decotok-nav-h) + env(safe-area-inset-bottom) + 10px) 50%;width:min(calc(100% - 18px),710px);transform:translateX(-50%)}
.decotok-app[data-decotok-route="assistant"]:has(.decotok-assistant--chatting) .decotok-powered{inset:auto 0 calc(var(--decotok-nav-h) + env(safe-area-inset-bottom) + 122px)}
.decotok-assistant__upload-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.decotok-assistant__upload-options button{display:flex;min-height:86px;padding:10px;align-items:center;justify-content:center;flex-direction:column;gap:7px;border:1px solid rgba(17,19,27,.07);border-radius:20px;background:#f7f7fa;color:#373a46;cursor:pointer;font-size:11px;font-weight:850}.decotok-assistant__upload-options svg{width:25px;height:25px;color:#6c5ce7}.decotok-assistant__upload-hint{margin:10px 2px 0!important;text-align:center;font-size:9px!important}
@media (min-width:720px){.decotok-app[data-decotok-route="assistant"] .decotok-main{padding-inline:16px}.decotok-assistant__composer{padding:7px;border-radius:27px}.decotok-assistant__attach,.decotok-assistant__send{width:44px;height:44px;flex-basis:44px;border-radius:15px}.decotok-assistant__composer>textarea{min-height:42px;padding:7px 8px 5px;font-size:13px}}
@media (max-width:380px){.decotok-assistant__welcome{padding-block-start:14px}.decotok-assistant__welcome>h1{font-size:30px}.decotok-assistant__description{margin-block:9px 14px;font-size:11.6px}.decotok-assistant__capabilities{gap:6px 10px;margin-block-end:13px}.decotok-assistant__capabilities span{font-size:8.9px}.decotok-assistant__suggestions{gap:7px}.decotok-assistant__suggestion{min-height:43px;padding:5px 7px;grid-template-columns:29px minmax(0,1fr);gap:6px;border-radius:14px}.decotok-assistant__suggestion-icon{width:29px;height:29px;border-radius:10px}.decotok-assistant__suggestion-icon svg{width:15px;height:15px}.decotok-assistant__suggestion>span:last-child{font-size:9.8px}}
@media (max-height:720px){.decotok-assistant__welcome{justify-content:flex-start;padding-block-start:28px}.decotok-assistant__badge{margin-block-end:10px}.decotok-assistant__description{margin-block:8px 12px}.decotok-assistant__capabilities{margin-block-end:11px}.decotok-assistant__suggestions{margin-block-start:9px}}
@media (prefers-reduced-motion:reduce){.decotok-assistant__send.is-loading:after{animation-duration:1.5s}.decotok-assistant__suggestion,.decotok-assistant__composer{transition:none}}

/* Scanner opening: Pictok PHOTO hierarchy with scanner-owned markup and tokens. */
.decotok-app[data-decotok-route="scanner"]{background-color:#fff;background-image:radial-gradient(circle at 13% 16%,rgba(0,242,234,.105),transparent 22rem),radial-gradient(circle at 88% 23%,rgba(255,0,80,.07),transparent 21rem),radial-gradient(circle at 50% 34%,rgba(108,92,231,.045),transparent 18rem)}
.decotok-app[data-decotok-route="scanner"] .decotok-main{padding-inline:12px}
.decotok-app[data-decotok-route="scanner"] .decotok-wizard__footer{inset:auto 0 calc(var(--decotok-nav-h) + env(safe-area-inset-bottom) + 28px)}
.decotok-scanner-start__top{display:flex;min-height:40px;margin-block-end:10px;align-items:center;justify-content:space-between;direction:ltr}
.decotok-scanner-start__back{display:grid;width:40px;height:40px;padding:0;place-items:center;border:1px solid rgba(17,19,27,.08);border-radius:50%;background:rgba(255,255,255,.84);color:#272a36;box-shadow:0 8px 24px rgba(17,19,27,.045);cursor:pointer}
.decotok-scanner-start__back svg{width:20px;height:20px;transform:scaleX(-1)}
.decotok-scanner-start__progress{display:inline-flex;min-height:32px;padding:6px 10px;align-items:center;gap:8px;border:1px solid rgba(17,19,27,.065);border-radius:99px;background:rgba(255,255,255,.78);color:#777a85;font-size:9px;font-weight:800;direction:rtl}
.decotok-scanner-start__progress>i{display:block;width:50px;height:4px;overflow:hidden;border-radius:99px;background:#e8e6ef}
.decotok-scanner-start__progress>i>b{display:block;height:100%;border-radius:inherit;background:var(--decotok-pictok-gradient)}
.decotok-scanner-start__hero{text-align:center}
.decotok-scanner-start__badge{display:inline-flex;min-height:34px;margin-block-end:12px;padding:7px 12px;align-items:center;gap:7px;border:1px solid rgba(17,19,27,.07);border-radius:999px;background:rgba(255,255,255,.8);color:#343642;box-shadow:0 10px 30px rgba(17,19,27,.05);font-size:10.8px;font-weight:850}
.decotok-scanner-start__badge svg{width:16px;height:16px;color:#6c5ce7;stroke-width:2}
.decotok-scanner-start__hero h1{margin:0;color:#11131b;font-size:clamp(31px,8.4vw,43px);font-weight:950;line-height:1.22;letter-spacing:-1px}
.decotok-scanner-start__hero h1 span{display:block;background:linear-gradient(135deg,#16cfc9 8%,#6c5ce7 48%,#ff0050 92%);background-clip:text;-webkit-background-clip:text;color:transparent}
.decotok-scanner-start__hero p{max-width:390px;margin:11px auto 17px;color:#777a85;font-size:12px;font-weight:650;line-height:1.85}
.decotok-scanner-start__types{display:flex;margin:0 2px 10px;align-items:center;justify-content:space-between;gap:10px;text-align:right}
.decotok-scanner-start__types strong{color:#282b36;font-size:12.5px;font-weight:900}
.decotok-scanner-start__types span{color:#8b8e98;font-size:9.5px;font-weight:700}
.decotok-scanner--step-0 .decotok-scanner-subjects{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.decotok-app[data-decotok-route="scanner"] .decotok-scanner--step-0 .decotok-scanner-subject{min-height:68px;padding:8px 9px;grid-template-columns:40px minmax(0,1fr);align-content:normal;align-items:center;justify-items:start;gap:9px;border-color:rgba(108,92,231,.13);border-radius:17px;background:rgba(255,255,255,.84);box-shadow:0 9px 24px rgba(17,19,27,.04);text-align:right}
.decotok-scanner--step-0 .decotok-scanner-subject:nth-child(2){border-color:rgba(76,116,232,.14)}
.decotok-scanner--step-0 .decotok-scanner-subject:nth-child(3){border-color:rgba(255,0,80,.12)}
.decotok-scanner--step-0 .decotok-scanner-subject:nth-child(4){border-color:rgba(0,190,201,.14)}
.decotok-scanner--step-0 .decotok-scanner-subject__icon{width:40px;height:40px;border-radius:13px;background:rgba(108,92,231,.1);color:#6c5ce7}
.decotok-scanner--step-0 .decotok-scanner-subject:nth-child(2) .decotok-scanner-subject__icon{background:rgba(76,116,232,.1);color:#4c74e8}
.decotok-scanner--step-0 .decotok-scanner-subject:nth-child(3) .decotok-scanner-subject__icon{background:rgba(255,0,80,.085);color:#e6004c}
.decotok-scanner--step-0 .decotok-scanner-subject:nth-child(4) .decotok-scanner-subject__icon{background:rgba(0,190,201,.1);color:#00a9b0}
.decotok-scanner--step-0 .decotok-scanner-subject__icon svg{width:21px;height:21px}
.decotok-scanner--step-0 .decotok-scanner-subject strong{min-width:0;padding-inline-end:18px;font-size:10.8px;font-weight:900;line-height:1.45;white-space:nowrap}
.decotok-scanner--step-0 .decotok-scanner-subject__check{inset:50% auto auto 8px;width:19px;height:19px;font-size:9px!important;transform:translateY(-50%)}
.decotok-scanner--step-0 .decotok-scanner-subject:has(input:checked){border-color:transparent;background:linear-gradient(#fff,#fff) padding-box,var(--decotok-pictok-gradient) border-box;box-shadow:0 12px 28px rgba(108,92,231,.12)}
.decotok-scanner--step-0 .decotok-wizard__footer{position:static;inset:auto;margin:16px 0 0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none}
.decotok-scanner-start__cta{min-height:52px;border:0;border-radius:18px;background:var(--decotok-pictok-gradient);color:#fff;box-shadow:0 13px 28px rgba(108,92,231,.2);font-size:12px;font-weight:900}
.decotok-scanner-start__cta svg{width:20px;height:20px}
.decotok-scanner-start__cta:disabled{background:linear-gradient(135deg,rgba(0,220,213,.48),rgba(108,92,231,.48) 52%,rgba(255,0,80,.48));color:#fff;opacity:.72;box-shadow:none}
@media (max-width:380px){.decotok-scanner--step-0 .decotok-scanner-subjects{gap:7px}.decotok-scanner-start__hero p{font-size:11.6px}.decotok-app[data-decotok-route="scanner"] .decotok-scanner--step-0 .decotok-scanner-subject{min-height:66px;padding-inline:8px}.decotok-scanner--step-0 .decotok-scanner-subject__icon{width:38px;height:38px}.decotok-scanner--step-0 .decotok-scanner-subject strong{padding-inline-end:16px;font-size:10.3px}}
@media (min-width:720px){.decotok-scanner--step-0 .decotok-scanner-subjects{grid-template-columns:repeat(4,minmax(0,1fr))}.decotok-scanner--step-0 .decotok-scanner-subject{min-height:72px}}

/* PHOTO fidelity: preserve the original mobile vertical rhythm instead of over-compacting it. */
.decotok-app[data-decotok-route="assistant"]{background-image:radial-gradient(circle at 14% 10%,rgba(0,242,234,.105),transparent 24rem),radial-gradient(circle at 88% 18%,rgba(255,0,80,.075),transparent 22rem),radial-gradient(circle at 52% 28%,rgba(108,92,231,.045),transparent 20rem)}
.decotok-assistant__composer>textarea{min-height:41px}
.decotok-assistant__thread-dock{inset-block-end:calc(var(--decotok-nav-h) + env(safe-area-inset-bottom) + 5px)}
@media (max-width:620px) and (min-height:760px){.decotok-assistant__welcome{justify-content:flex-start;padding-block:clamp(53px,calc(40dvh - 267px),72px) 18px}.decotok-assistant__description{margin:13px auto 17px;font-size:12.4px}.decotok-assistant__capabilities{margin-block-end:16px}}
@media (max-width:380px) and (min-height:760px){.decotok-assistant__welcome>h1{font-size:31px}.decotok-assistant__description{margin:13px auto 17px;font-size:12.4px}.decotok-assistant__capabilities{margin-block-end:16px}}

/* Camera-first Scanner: immersive capture, automatic scene understanding, questions after capture. */
.decotok-app[data-decotok-route="scanner"]:has(.decotok-scanner--camera){padding:0;overflow:hidden;background:#080b11}
.decotok-app[data-decotok-route="scanner"]:has(.decotok-scanner--camera) .decotok-header,.decotok-app[data-decotok-route="scanner"]:has(.decotok-scanner--camera) .decotok-bottom-nav,.decotok-app[data-decotok-route="scanner"]:has(.decotok-scanner--camera) .decotok-powered{display:none}
.decotok-app[data-decotok-route="scanner"]:has(.decotok-scanner--camera) .decotok-main{width:100%;max-width:none;min-height:100dvh;margin:0;padding:0;overflow:hidden}
.decotok-scanner--camera{width:100%;min-height:100dvh;margin:0;padding:0;background:#080b11;color:#fff;direction:rtl}
.decotok-scanner-camera{position:relative;width:100%;height:100dvh;min-height:540px;overflow:hidden;background:radial-gradient(circle at 50% 42%,#28303c 0,#151a23 32%,#080b11 76%);isolation:isolate}
.decotok-scanner-camera__video,.decotok-scanner-camera__ambient,.decotok-scanner-camera__shade{position:absolute;inset:0;width:100%;height:100%}
.decotok-scanner-camera__video{z-index:0;object-fit:cover;opacity:0;transition:opacity .25s ease}
.decotok-scanner-camera.is-live .decotok-scanner-camera__video{opacity:1}
.decotok-scanner-camera__ambient{z-index:-1;display:grid;place-items:center;background:linear-gradient(135deg,rgba(0,220,213,.08),transparent 38%),linear-gradient(315deg,rgba(255,0,80,.08),transparent 36%)}
.decotok-scanner-camera__ambient>span{display:grid;width:92px;height:92px;place-items:center;border:1px solid rgba(255,255,255,.1);border-radius:30px;background:rgba(255,255,255,.045);color:rgba(255,255,255,.34);box-shadow:0 28px 70px rgba(0,0,0,.25)}
.decotok-scanner-camera__ambient svg{width:46px;height:46px}
.decotok-scanner-camera__shade{z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(3,5,9,.66) 0,rgba(3,5,9,.08) 21%,rgba(3,5,9,.04) 57%,rgba(3,5,9,.84) 80%,#080b11 100%)}
.decotok-scanner-camera__top{position:absolute;z-index:4;inset:calc(14px + env(safe-area-inset-top)) 14px auto;display:grid;grid-template-columns:46px minmax(0,1fr) 46px;align-items:center;gap:10px;direction:ltr}
.decotok-scanner-camera__top>button{display:grid;width:46px;height:46px;padding:0;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:17px;background:rgba(9,12,18,.4);color:#fff;backdrop-filter:blur(12px);cursor:pointer}
.decotok-scanner-camera__top>button[hidden]{visibility:hidden;display:grid!important}.decotok-scanner-camera__top>button svg{width:21px;height:21px}.decotok-scanner-camera__top>button span{font-size:24px;font-weight:800;line-height:1}
.decotok-scanner-camera__top>div{display:grid;justify-items:center;gap:2px;direction:rtl;text-shadow:0 4px 18px rgba(0,0,0,.45)}
.decotok-scanner-camera__top strong{font-size:14px;font-weight:950}.decotok-scanner-camera__top small{color:rgba(255,255,255,.58);font-size:7.5px;letter-spacing:.045em;direction:ltr}
.decotok-scanner-camera__target{position:absolute;z-index:2;inset:18% 7% 34%;border:1px solid rgba(255,255,255,.16);border-radius:26px;box-shadow:0 0 0 999px rgba(4,6,10,.08)}
.decotok-scanner-camera__target i{position:absolute;width:46px;height:46px;border-color:#fff;border-style:solid;filter:drop-shadow(0 3px 8px rgba(0,0,0,.35))}.decotok-scanner-camera__target i:nth-child(1){inset:-2px auto auto -2px;border-width:3px 0 0 3px;border-radius:24px 0 0}.decotok-scanner-camera__target i:nth-child(2){inset:-2px -2px auto auto;border-width:3px 3px 0 0;border-radius:0 24px 0 0}.decotok-scanner-camera__target i:nth-child(3){inset:auto auto -2px -2px;border-width:0 0 3px 3px;border-radius:0 0 0 24px}.decotok-scanner-camera__target i:nth-child(4){inset:auto -2px -2px auto;border-width:0 3px 3px 0;border-radius:0 0 24px}
.decotok-scanner-camera__target b{position:absolute;background:rgba(255,255,255,.11)}.decotok-scanner-camera__target b:nth-of-type(1){inset:33.333% 0 auto;height:1px;box-shadow:0 calc((100% - 1px)/3) rgba(255,255,255,.11)}.decotok-scanner-camera__target b:nth-of-type(2){inset:0 33.333% auto;width:1px;height:100%;box-shadow:calc((100vw - 14vw)/3) 0 rgba(255,255,255,.11)}
.decotok-scanner-camera__status{position:absolute;z-index:4;inset:auto 50% calc(188px + env(safe-area-inset-bottom)) auto;display:flex;max-width:calc(100% - 36px);min-height:34px;padding:8px 12px;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.11);border-radius:99px;background:rgba(9,12,18,.58);color:#fff;font-size:9px;font-weight:800;white-space:nowrap;transform:translateX(50%);backdrop-filter:blur(14px)}
.decotok-scanner-camera__status>i{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#f4c34f;box-shadow:0 0 0 4px rgba(244,195,79,.12)}.decotok-scanner-camera__status.is-good>i{background:#36d4b1;box-shadow:0 0 0 4px rgba(54,212,177,.12)}
.decotok-scanner-camera__fallback{position:absolute;z-index:5;inset:50% 24px auto;display:grid;padding:15px;justify-items:center;gap:5px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(10,13,20,.72);text-align:center;transform:translateY(-50%);backdrop-filter:blur(16px)}.decotok-scanner-camera__fallback[hidden]{display:none}.decotok-scanner-camera__fallback strong{font-size:13px}.decotok-scanner-camera__fallback span{color:rgba(255,255,255,.64);font-size:9px;line-height:1.7}.decotok-scanner-camera__fallback button{margin-block-start:5px;padding:8px 13px;border:1px solid rgba(255,255,255,.16);border-radius:11px;background:rgba(255,255,255,.1);color:#fff;font:800 9px/1.4 inherit;cursor:pointer}
.decotok-scanner-camera__bottom{position:absolute;z-index:4;inset:auto 0 0;padding:0 18px calc(18px + env(safe-area-inset-bottom));background:linear-gradient(180deg,transparent,rgba(8,11,17,.95) 22%,#080b11 100%)}
.decotok-scanner-camera__bottom>p{display:grid;margin:0 0 13px;justify-items:center;gap:3px;text-align:center}.decotok-scanner-camera__bottom>p strong{font-size:12px;font-weight:950}.decotok-scanner-camera__bottom>p span{color:rgba(255,255,255,.56);font-size:8.8px;font-weight:650}
.decotok-scanner-camera__controls{display:grid;grid-template-columns:1fr 80px 1fr;align-items:center;gap:14px;direction:ltr}.decotok-scanner-camera__side{display:grid;min-width:0;justify-items:center;gap:5px;color:rgba(255,255,255,.72);font-size:8px;font-weight:850;cursor:pointer}.decotok-scanner-camera__side svg{width:24px;height:24px}.decotok-scanner-camera__shutter{display:grid;width:76px;height:76px;padding:5px;place-items:center;border:3px solid rgba(255,255,255,.84);border-radius:50%;background:rgba(255,255,255,.08);box-shadow:0 12px 32px rgba(0,0,0,.28);cursor:pointer}.decotok-scanner-camera__shutter>i{display:block;width:58px;height:58px;border:3px solid #fff;border-radius:50%;background:var(--decotok-pictok-gradient);box-shadow:inset 0 0 0 2px rgba(255,255,255,.18)}.decotok-scanner-camera__shutter:active>i{transform:scale(.91)}.decotok-scanner-camera__shutter:disabled{opacity:.55}
.decotok-scanner-question__top{display:flex;min-height:40px;margin-block-end:10px;align-items:center;justify-content:space-between;gap:10px;direction:ltr}.decotok-scanner-question__top>button{display:grid;width:40px;height:40px;padding:0;place-items:center;border:1px solid rgba(17,19,27,.08);border-radius:50%;background:#fff;color:#272a36;box-shadow:0 8px 24px rgba(17,19,27,.045);cursor:pointer}.decotok-scanner-question__top>button svg{width:20px;height:20px;transform:scaleX(-1)}.decotok-scanner-question__top>span{display:inline-flex;min-height:32px;padding:6px 10px;align-items:center;gap:8px;border:1px solid rgba(17,19,27,.065);border-radius:99px;background:rgba(255,255,255,.78);direction:rtl}.decotok-scanner-question__top>span i{display:block;width:52px;height:4px;overflow:hidden;border-radius:99px;background:#e8e6ef}.decotok-scanner-question__top>span b{display:block;height:100%;border-radius:inherit;background:var(--decotok-pictok-gradient)}.decotok-scanner-question__top small{color:#777a85;font-size:9px;font-weight:800}
.decotok-scanner-question__scan{position:relative;display:grid;min-height:92px;margin-block-end:14px;padding:8px 48px 8px 8px;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:10px;overflow:hidden;border:1px solid rgba(108,92,231,.11);border-radius:20px;background:linear-gradient(135deg,#f7ffff,#faf8ff 54%,#fff8fb);box-shadow:0 12px 30px rgba(17,19,27,.045)}.decotok-scanner-question__scan>img{width:76px;height:76px;border-radius:15px;object-fit:cover}.decotok-scanner-question__scan>span{display:grid;min-width:0;grid-template-columns:8px minmax(0,1fr);gap:2px 7px}.decotok-scanner-question__scan>span i{grid-row:1/3;width:8px;height:8px;margin-block-start:4px;border-radius:50%;background:#35cdb8;box-shadow:0 0 0 4px rgba(53,205,184,.1)}.decotok-scanner-question__scan strong{font-size:11px;font-weight:950}.decotok-scanner-question__scan small{overflow:hidden;color:#777a85;font-size:8.3px;font-weight:700;line-height:1.6;text-overflow:ellipsis;white-space:nowrap}.decotok-scanner-question__scan>button{position:absolute;inset:50% auto auto 10px;display:grid;width:34px;height:34px;padding:7px;place-items:center;border:1px solid rgba(108,92,231,.12);border-radius:12px;background:#fff;color:#6c5ce7;transform:translateY(-50%);cursor:pointer}.decotok-scanner-question__scan>button svg{width:17px;height:17px}
.decotok-scanner-question__head{display:flex;margin-block-end:12px;align-items:center;gap:10px}.decotok-scanner-question__head>span{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:14px;background:linear-gradient(145deg,#f4f1ff,#ebe7ff);color:#6c5ce7}.decotok-scanner-question__head svg{width:21px;height:21px}.decotok-scanner-question__head h1{margin:0 0 2px;color:#171923;font-size:20px;font-weight:950;line-height:1.35}.decotok-scanner-question__head p{margin:0;color:#777a85;font-size:9px;font-weight:650}
.decotok-scanner-goals{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.decotok-scanner-goal{position:relative;display:grid;min-height:64px;padding:8px 9px;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:8px;border:1px solid rgba(108,92,231,.11);border-radius:17px;background:#fff;box-shadow:0 8px 22px rgba(17,19,27,.035);cursor:pointer}.decotok-scanner-goal input{position:absolute;opacity:0;pointer-events:none}.decotok-scanner-goal__icon{display:grid;width:38px;height:38px;place-items:center;border-radius:13px;background:#f1efff;color:#6c5ce7}.decotok-scanner-goal:nth-child(2) .decotok-scanner-goal__icon{background:#eafafa;color:#08aeb1}.decotok-scanner-goal:nth-child(3) .decotok-scanner-goal__icon{background:#fff0f5;color:#e84682}.decotok-scanner-goal:nth-child(4) .decotok-scanner-goal__icon{background:#edf3ff;color:#4c74e8}.decotok-scanner-goal__icon svg{width:20px;height:20px}.decotok-scanner-goal strong{min-width:0;padding-inline-end:14px;font-size:10px;font-weight:900;line-height:1.5}.decotok-scanner-goal__check{position:absolute;inset:50% auto auto 8px;display:none;width:18px;height:18px;place-items:center;border-radius:50%;background:var(--decotok-primary);color:#fff;font-size:9px;transform:translateY(-50%)}.decotok-scanner-goal:has(input:checked){border-color:transparent;background:linear-gradient(#fff,#fff) padding-box,var(--decotok-pictok-gradient) border-box;box-shadow:0 10px 26px rgba(108,92,231,.1)}.decotok-scanner-goal:has(input:checked) .decotok-scanner-goal__check{display:grid}.decotok-scanner-goal:focus-within{outline:3px solid rgba(59,130,246,.58);outline-offset:2px}.decotok-scanner-goal:has(input:focus-visible){outline-color:var(--decotok-primary)}
.decotok-scanner--question .decotok-wizard__body{min-height:0}.decotok-scanner--question .decotok-scanner-evidence{margin-block-start:10px;padding:9px 10px}.decotok-scanner--question .decotok-scanner-evidence p{font-size:8px;line-height:1.65}.decotok-scanner--question .decotok-wizard__footer{position:static;inset:auto;margin:12px 0 0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none}.decotok-scanner--question .decotok-wizard__footer .decotok-button{min-height:50px;border-radius:17px;background:var(--decotok-pictok-gradient);box-shadow:0 12px 26px rgba(108,92,231,.18);font-weight:900}.decotok-scanner--question .decotok-wizard__footer .decotok-button:disabled{opacity:.48;box-shadow:none}
.decotok-scanner--observation .decotok-wizard__body{min-height:0}.decotok-scanner-observation{display:grid;max-width:540px;margin-inline:auto;justify-items:center;text-align:center}.decotok-scanner-observation__media{position:relative;width:min(100%,390px);aspect-ratio:4/3;margin-block:2px 18px;overflow:hidden;border:1px solid rgba(108,92,231,.1);border-radius:25px;background:#eceaf4;box-shadow:0 18px 42px rgba(17,19,27,.09)}.decotok-scanner-observation__media>img{width:100%;height:100%;object-fit:cover}.decotok-scanner-observation__media>span{position:absolute;inset:50% auto auto 50%;display:grid;width:62px;height:62px;place-items:center;border:1px solid rgba(255,255,255,.3);border-radius:22px;background:rgba(12,15,23,.58);color:#fff;box-shadow:0 16px 38px rgba(0,0,0,.2);transform:translate(-50%,-50%);backdrop-filter:blur(14px);animation:decotok-scanner-observe 1.8s ease-in-out infinite}.decotok-scanner-observation__media svg{width:29px;height:29px}.decotok-scanner-observation[data-status="failed"] .decotok-scanner-observation__media>span,.decotok-scanner-observation[data-status="cancelled"] .decotok-scanner-observation__media>span{color:#ff8fa9;animation:none}.decotok-scanner-observation__copy{max-width:390px}.decotok-scanner-observation__copy small{display:inline-flex;padding:5px 9px;border-radius:99px;background:#f0edff;color:#6c5ce7;font-size:8.5px;font-weight:900}.decotok-scanner-observation__copy h1{margin:10px 0 5px;color:#171923;font-size:22px;font-weight:950;line-height:1.35}.decotok-scanner-observation__copy p{margin:0;color:#777a85;font-size:10px;font-weight:650;line-height:1.85}.decotok-scanner-observation__actions{display:grid;width:min(100%,390px);margin-block-start:16px;gap:8px}.decotok-scanner-observation__retake{display:inline-flex;margin-block-start:14px;padding:7px 10px;align-items:center;gap:6px;border:0;background:transparent;color:#6c5ce7;font:850 9px/1.5 inherit;cursor:pointer}.decotok-scanner-observation__retake svg{width:16px;height:16px}.decotok-scanner--observation .decotok-scanner-evidence{width:min(100%,430px);margin-block-start:14px;text-align:start}.decotok-scanner--observation .decotok-scanner-evidence p{font-size:8.5px}.decotok-scanner-observation[data-status="waiting_network"] .decotok-scanner-observation__media>span{animation-duration:3s}
@keyframes decotok-scanner-observe{0%,100%{transform:translate(-50%,-50%) scale(1);box-shadow:0 16px 38px rgba(0,0,0,.2),0 0 0 0 rgba(108,92,231,.22)}50%{transform:translate(-50%,-50%) scale(1.04);box-shadow:0 16px 38px rgba(0,0,0,.2),0 0 0 12px rgba(108,92,231,0)}}
@media (min-width:720px){.decotok-scanner-camera{max-width:560px;margin-inline:auto}.decotok-app[data-decotok-route="scanner"]:has(.decotok-scanner--camera){background:#05070b}.decotok-scanner-camera__target{inset-inline:9%}.decotok-scanner-goals{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media (max-width:380px){.decotok-scanner-camera__target{inset:18% 6% 35%}.decotok-scanner-camera__status{inset-block-end:184px}.decotok-scanner-camera__bottom{padding-inline:14px}.decotok-scanner-camera__controls{grid-template-columns:1fr 76px 1fr;gap:10px}.decotok-scanner-camera__shutter{width:72px;height:72px}.decotok-scanner-camera__shutter>i{width:54px;height:54px}.decotok-scanner-question__scan{min-height:86px;margin-block-end:11px}.decotok-scanner-question__scan>img{width:70px;height:70px}.decotok-scanner-question__head{margin-block-end:9px}.decotok-scanner-question__head h1{font-size:18px}.decotok-scanner-goals{gap:7px}.decotok-scanner-goal{min-height:60px;padding:7px}.decotok-scanner--question .decotok-scanner-evidence{margin-block-start:8px}.decotok-scanner--question .decotok-wizard__footer{margin-block-start:10px}}
@media (prefers-reduced-motion:reduce){.decotok-scanner-camera__video{transition:none}.decotok-scanner-camera__shutter:active>i{transform:none}.decotok-scanner-observation__media>span{animation:none}}
