@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--background: 213 42% 9%;--foreground: 42 38% 94%;--card: 213 35% 13%;--card-foreground: 42 38% 94%;--popover: 213 35% 13%;--popover-foreground: 42 38% 94%;--primary: 37 68% 69%;--primary-foreground: 213 42% 9%;--secondary: 213 28% 19%;--secondary-foreground: 42 38% 94%;--muted: 213 28% 19%;--muted-foreground: 213 12% 67%;--accent: 213 28% 19%;--accent-foreground: 42 38% 94%;--destructive: 0 70% 58%;--destructive-foreground: 0 0% 100%;--border: 213 24% 25%;--input: 213 24% 25%;--ring: 37 68% 69%;--radius: .9rem}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,sans-serif;background:#0d1b2a}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}:focus-visible{outline:2px solid #e9bd76;outline-offset:3px}.site{--bg: #0d1b2a;--surface: #132538;--surface-2: #1a3045;--line: rgba(205,222,234,.13);--text: #f5f2e9;--sub: #a3b0bc;--gold: #e9bd76;--field: #102235;background:var(--bg);color:var(--text);min-height:100vh;transition:background .2s,color .2s}.site.light{--bg: #f4f3ef;--surface: #fffefa;--surface-2: #ebeae5;--line: rgba(20,43,67,.13);--text: #142b43;--sub: #5d6a76;--gold: #9a671e;--field: #f7f7f3}.site-header{border-bottom:1px solid var(--line);position:relative;z-index:5;background:var(--bg)}.header-inner{max-width:1440px;margin:auto;padding:20px 5%;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{border:0;background:none;color:var(--text);display:flex;align-items:center;gap:13px;text-align:left;padding:0}.brand-mark{width:43px;height:43px;border:1px solid var(--gold);color:var(--gold);display:grid;place-items:center;position:relative;transform:rotate(45deg);flex:none}.brand-mark svg{transform:rotate(-45deg)}.brand-mark span{position:absolute;font-size:8px;transform:rotate(-45deg)}.brand strong{display:block;font-family:Outfit,sans-serif;font-size:16px;font-weight:700;letter-spacing:-.03em;white-space:nowrap}.brand em{color:var(--gold);font-style:normal}.brand small{color:var(--sub);font-size:11px;display:block;margin-top:2px;letter-spacing:.08em}.header-actions{display:flex;align-items:center;gap:12px}.header-caption,.eyebrow{font-size:10px;font-weight:800;letter-spacing:.18em;color:var(--gold)}.header-caption{color:var(--sub);margin-right:22px}.header-profile,.theme-button{min-height:44px;border:1px solid var(--line);color:var(--text);background:var(--surface);border-radius:11px;display:inline-flex;justify-content:center;align-items:center;gap:9px;padding:0 15px;font-size:12px;font-weight:700}.header-profile:hover,.theme-button:hover,.header-profile.is-current{border-color:var(--gold)}.theme-button{width:44px;padding:0}.active-dot{width:6px;height:6px;background:var(--gold);border-radius:50%}.hero{min-height:680px;position:relative;overflow:hidden;display:flex;flex-direction:column;background:radial-gradient(circle at 75% 48%,rgba(43,73,98,.23),transparent 36%)}.hero-inner{flex:1;width:min(100%,1440px);margin:auto;padding:65px 7% 70px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:50px}.hero-copy{position:relative;z-index:1}.hero-kicker{display:flex;align-items:center;gap:13px;color:var(--gold);font-size:11px;font-weight:800;letter-spacing:.21em}.kicker-line{width:28px;height:1px;background:var(--gold)}.hero h1{font:700 clamp(54px,6.1vw,100px)/1.04 Outfit,sans-serif;letter-spacing:-.065em;margin:30px 0 27px}.hero h1 span{color:var(--gold)}.hero-copy p{color:var(--sub);font-size:16px;line-height:1.8;max-width:490px;margin:0 0 37px}.hero-link{background:var(--gold);color:#132537;border:0;border-radius:9px;min-height:52px;padding:0 22px;display:inline-flex;align-items:center;gap:35px;font-weight:800;font-size:13px;transition:transform .2s}.hero-link:hover{transform:translateY(-2px)}.hero-art{height:460px;position:relative;padding:12px}.art-frame{height:100%;border:1px solid rgba(233,189,118,.28);position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:27px;background:linear-gradient(140deg,#e9bd7609,#142b431f)}.art-frame:before{content:"";position:absolute;inset:9px;border:1px solid var(--line);pointer-events:none}.art-top,.art-bottom{color:var(--gold);letter-spacing:.2em;font-size:10px;font-weight:700}.art-bottom{line-height:1.9}.art-center{position:absolute;inset:0;display:grid;place-items:center}.art-halo{position:absolute;width:265px;height:265px;border:1px solid rgba(233,189,118,.25);transform:rotate(45deg)}.halo-two{width:190px;height:190px;border-color:#e9bd7680}.art-star{font-size:125px;line-height:1;color:var(--gold);filter:drop-shadow(0 6px 20px rgba(233,189,118,.14))}.art-index{position:absolute;right:-14px;bottom:-14px;background:var(--gold);color:#132537;padding:12px 18px;font-size:11px;font-weight:800;letter-spacing:.12em}.hero-footer{border-top:1px solid var(--line);padding:18px 7%;display:flex;justify-content:space-between;font-size:10px;letter-spacing:.18em;color:var(--sub);font-weight:700}.content-wrap,.workspace-wrap,.editor-page{max-width:1360px;padding:0 5%;margin:auto}.catalog-section{padding:110px 0 120px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:40px}h2,h3,p{margin-top:0}.section-heading h2,.workspace-intro h2,.editor-heading h2,.pack-head h2{font:700 clamp(38px,4vw,58px)/1.1 Outfit,sans-serif;letter-spacing:-.055em;margin:17px 0 11px}.gold-dot{color:var(--gold)}.section-heading p,.workspace-intro p,.editor-heading p,.pack-head p{color:var(--sub);font-size:14px;line-height:1.7;margin:0}.count{color:var(--sub);font-size:12px;white-space:nowrap;padding-bottom:5px}.catalog-tools{display:flex;gap:14px;justify-content:space-between;align-items:center;margin-bottom:25px}.search-box{height:49px;display:flex;align-items:center;gap:12px;border:1px solid var(--line);background:var(--surface);border-radius:10px;padding:0 15px;color:var(--sub);min-width:245px}.search-box input{border:0;outline:none;background:transparent;color:var(--text);width:100%;font-size:13px}.search-box input::placeholder{color:var(--sub)}.segments{background:var(--surface);border:1px solid var(--line);padding:4px;border-radius:10px;display:flex;overflow-x:auto}.segments button{color:var(--sub);white-space:nowrap;min-height:39px;padding:0 15px;border:0;border-radius:7px;background:none;font-size:12px;font-weight:700}.segments button.active{background:var(--surface-2);color:var(--text);box-shadow:inset 0 0 0 1px var(--line)}.icon-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.icon-tile{min-height:210px;text-align:left;position:relative;padding:20px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--line);border-radius:13px;color:var(--text);background:var(--surface);transition:border-color .2s,transform .2s,background .2s}.icon-tile:hover{border-color:var(--gold);transform:translateY(-3px);background:var(--surface-2)}.tile-number{color:var(--sub);font-size:10px;letter-spacing:.1em}.tile-symbol{color:var(--gold);width:52px;height:52px;margin:auto}.tile-bottom{display:flex;align-items:end;justify-content:space-between;width:100%}.tile-bottom strong{font-size:14px;display:block}.tile-bottom small{font-size:11px;color:var(--sub);display:block;margin-top:4px}.tile-bottom svg{color:var(--sub)}.empty-state,.demo-notice{padding:20px;border:1px solid var(--line);border-radius:12px;color:var(--sub)}.pack-section{padding:80px 0 120px;border-top:1px solid var(--line)}.pack-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:34px}.pack-head>svg{color:var(--gold)}.demo-notice{margin-bottom:20px;font-size:13px}.demo-notice button{color:var(--gold);background:none;border:0;font-weight:800}.pack-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.pack-item{border:1px solid var(--line);border-radius:13px;background:var(--surface);overflow:hidden}.pack-item-preview,.checker{background-color:#deded9;background-image:linear-gradient(45deg,#c8c8c3 25%,transparent 25%),linear-gradient(-45deg,#c8c8c3 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#c8c8c3 75%),linear-gradient(-45deg,transparent 75%,#c8c8c3 75%);background-size:22px 22px;background-position:0 0,0 11px,11px -11px,-11px 0}.pack-item-preview{height:215px;display:grid;place-items:center;padding:30px}.pack-item-preview img{max-width:90%;max-height:90%}.pack-item-foot{padding:17px;display:flex;align-items:center;justify-content:space-between;gap:8px}.pack-item-foot span{display:block;color:var(--gold);font-size:10px;font-weight:800;letter-spacing:.09em;margin-bottom:7px}.pack-item-foot strong{font-size:12px;font-weight:600;color:var(--sub);line-height:1.4;display:block;overflow-wrap:anywhere}.pack-item-foot button{width:40px;height:40px;flex:none;border:1px solid var(--line);border-radius:8px;background:var(--surface-2);color:var(--gold);display:grid;place-items:center}.pack-download{border:1px solid var(--line);border-radius:13px;padding:24px;margin-top:15px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--surface)}.pack-download strong,.pack-download span{display:block}.pack-download strong{font-family:Outfit,sans-serif;font-size:18px}.pack-download span{color:var(--sub);font-size:12px;margin-top:5px}.pack-download-actions{display:flex;gap:12px;align-items:center}.primary-btn,.secondary-btn,.danger-btn{min-height:46px;padding:0 17px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:12px;font-weight:800;text-decoration:none;white-space:nowrap}.primary-btn{background:var(--gold);color:#142b43;border:1px solid var(--gold)}.secondary-btn{background:var(--surface);color:var(--text);border:1px solid var(--line)}.danger-btn{background:transparent;color:#e89090;border:1px solid var(--line)}.primary-btn:hover,.secondary-btn:hover,.danger-btn:hover{filter:brightness(1.08)}.status-message{margin:15px 0;color:var(--gold);font-size:12px}.flyer-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:9%;align-items:center;margin-top:130px}.flyer-copy h3{font:700 clamp(35px,4vw,56px)/1.08 Outfit,sans-serif;letter-spacing:-.05em;margin:20px 0}.flyer-copy p{color:var(--sub);font-size:14px;line-height:1.8;max-width:350px}.demo-tag{display:inline-block;color:var(--gold);border:1px solid var(--line);padding:10px 12px;border-radius:5px;letter-spacing:.13em;font-size:10px;font-weight:800}.flyer{aspect-ratio:1.17;display:flex;flex-direction:column;justify-content:space-between;background:#152a3d;border:1px solid rgba(233,189,118,.35);padding:30px;color:#f5f2e9;box-shadow:15px 16px #e9bd7614}.flyer-top{display:flex;justify-content:space-between;color:#e9bd76;font-size:9px;letter-spacing:.16em;font-weight:800}.flyer-center{text-align:center;display:flex;flex-direction:column;align-items:center}.flyer-center>span{color:#e9bd76;font:800 clamp(28px,3.4vw,50px)/.98 Outfit,sans-serif;letter-spacing:-.04em}.flyer-center i{width:40px;height:1px;background:#e9bd76;margin:18px}.flyer-center strong{font:600 16px Outfit,sans-serif}.flyer-center small{font-size:11px;margin-top:8px;color:#a3b0bc}.flyer-bottom{border-top:1px solid rgba(233,189,118,.4);padding-top:17px;display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.flyer-bottom div{display:flex;flex-direction:column;gap:8px;color:#e9bd76}.flyer-bottom span{color:#f5f2e9;font-size:10px;line-height:1.3;overflow-wrap:anywhere}.workspace-wrap,.editor-page{padding-top:55px;padding-bottom:100px;min-height:75vh}.workspace-intro{margin-bottom:35px}.workspace-intro p{max-width:620px}.profile-layout{display:grid;grid-template-columns:300px 1fr;gap:16px;align-items:start}.profile-list,.form-panel,.control-panel,.preview-panel,.export-panel{border:1px solid var(--line);border-radius:14px;background:var(--surface);padding:24px}.panel-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.panel-heading h3,.control-panel h3,.export-panel h3{font:600 21px Outfit,sans-serif;letter-spacing:-.03em;margin:8px 0 0}.icon-action{width:38px;height:38px;background:var(--surface-2);border:1px solid var(--line);border-radius:8px;color:var(--gold);display:grid;place-items:center}.profile-row{width:100%;display:flex;align-items:center;gap:12px;border:1px solid transparent;background:transparent;color:var(--text);border-radius:9px;padding:10px;text-align:left;margin-top:5px}.profile-row.selected{border-color:var(--line);background:var(--surface-2)}.profile-initial{width:37px;height:37px;border-radius:8px;display:grid;place-items:center;background:#e9bd7621;color:var(--gold);font-weight:800;flex:none}.profile-row strong,.profile-row small{display:block}.profile-row strong{font-size:12px}.profile-row small{color:var(--sub);font-size:10px;margin-top:3px}.profile-row svg{margin-left:auto}.gold-text{color:var(--gold)}.muted-note{color:var(--sub);font-size:12px;line-height:1.6}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:17px}.field{display:flex;flex-direction:column;gap:9px;font-size:12px;font-weight:700;color:var(--text);margin-bottom:17px}.field input{width:100%;height:46px;border:1px solid var(--line);border-radius:8px;background:var(--field);color:var(--text);padding:0 14px;outline:none}.field input:focus{border-color:var(--gold)}.field input::placeholder{color:var(--sub);opacity:.7}.form-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}.form-error{color:#e89090;font-size:12px}.text-link{background:none;border:0;color:var(--gold);font-size:12px;font-weight:800;margin-top:30px}.editor-top{display:flex;justify-content:space-between;align-items:center}.back-btn{border:0;background:none;color:var(--sub);display:flex;align-items:center;gap:8px;min-height:44px;padding:0;font-size:12px;font-weight:700}.editor-heading{display:flex;justify-content:space-between;align-items:end;margin:20px 0 35px}.editor-layout{display:grid;grid-template-columns:minmax(0,1.07fr) minmax(0,.93fr);gap:24px;align-items:start}.controls-column{display:grid;gap:15px}.control-panel h3{margin-bottom:25px}.control-label{display:block;font-size:12px;font-weight:700;color:var(--text);margin:18px 0 10px}.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.choice-grid.two{grid-template-columns:repeat(2,1fr)}.choice-grid.three{grid-template-columns:repeat(3,1fr)}.choice-grid button{min-height:43px;border:1px solid var(--line);color:var(--sub);background:var(--field);border-radius:8px;padding:6px;font-size:11px;font-weight:700}.choice-grid button.selected{border-color:var(--gold);color:var(--gold);background:#e9bd7614}.paired{display:grid;grid-template-columns:1fr 1fr;gap:14px}.preset-list{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;margin-bottom:23px}.preset-list button{min-height:45px;text-align:left;background:var(--field);color:var(--text);border:1px solid var(--line);border-radius:8px;padding:8px 10px;display:flex;align-items:center;gap:9px;font-size:11px;font-weight:700}.preset-list button:hover{border-color:var(--gold)}.preset-dot{border:1px solid var(--line);width:18px;height:18px;flex:none;border-radius:50%}.color-control{margin:18px 0}.color-row{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.color-swatch{width:34px;height:34px;border-radius:50%;border:2px solid var(--line)}.color-swatch.chosen{outline:2px solid var(--gold);outline-offset:2px}.color-picker{width:34px;height:34px;overflow:hidden;border-radius:50%;border:1px solid var(--line);position:relative;background:conic-gradient(red,#ff0,#0f0,#0ff,#00f,#f0f,red)}.color-picker input{position:absolute;inset:0;opacity:0;width:100%;height:100%;cursor:pointer}.hex-input{width:84px;height:36px;text-align:center;background:var(--field);color:var(--text);border:1px solid var(--line);border-radius:7px;font-size:11px;text-transform:uppercase}.range-field{display:block;margin:18px 0}.range-field span{display:flex;justify-content:space-between;font-size:12px;font-weight:700}.range-field strong{color:var(--gold)}.range-field input{width:100%;accent-color:#e9bd76;margin:12px 0 0;cursor:pointer}.toggle-field{display:flex;align-items:center;justify-content:space-between;min-height:50px;font-size:12px;font-weight:700}.toggle-field input{width:19px;height:19px;accent-color:#e9bd76}.preview-column{position:sticky;top:18px;display:grid;gap:15px}.preview-title,.preview-foot{display:flex;align-items:center;justify-content:space-between;gap:8px}.live-indicator{font-size:10px;letter-spacing:.1em;color:var(--gold)}.checker{min-height:360px;margin:20px 0 13px;border-radius:8px;display:grid;place-items:center;padding:40px}.checker img{display:block;max-width:90%;max-height:290px;object-fit:contain}.preview-foot{color:var(--sub);font-size:11px}.export-panel h3{margin-bottom:18px}.size-options{margin-bottom:12px}.full-btn{width:100%;margin-top:9px}.mobile-action-bar{display:none}.site-footer{border-top:1px solid var(--line);padding:35px 5%;display:flex;justify-content:space-between;align-items:center;gap:16px;color:var(--sub);font-size:11px}.site-footer>div{display:flex;flex-direction:column;gap:5px}.footer-brand{color:var(--gold);font-size:16px;font-weight:800}@media(max-width:900px){.header-caption{display:none}.hero-inner{gap:20px}.hero-art{height:380px}.art-halo{width:190px;height:190px}.halo-two{width:135px;height:135px}.icon-grid,.pack-grid{grid-template-columns:repeat(2,1fr)}.catalog-tools{flex-direction:column;align-items:stretch}.search-box,.segments{width:100%}.segments button{flex:1}.editor-layout{grid-template-columns:1fr 1fr}}@media(max-width:700px){.header-inner{padding:15px 5%}.brand strong{font-size:12px}.brand small{font-size:10px}.brand-mark{width:34px;height:34px}.brand-mark svg{width:18px}.header-actions{gap:7px}.header-profile{font-size:0;width:44px;padding:0;position:relative}.header-profile svg{width:19px}.active-dot{position:absolute;top:6px;right:6px}.hero{min-height:100dvh}.hero-inner{display:flex;flex-direction:column;align-items:stretch;justify-content:center;padding:55px 6% 35px;gap:45px}.hero-kicker{font-size:9px;letter-spacing:.13em}.hero h1{font-size:clamp(54px,13vw,76px);margin:23px 0}.hero-copy p{font-size:14px}.hero-art{height:255px;width:85%;align-self:center;flex:none}.art-frame{padding:18px}.art-top,.art-bottom{font-size:8px}.art-halo{width:150px;height:150px}.halo-two{width:105px;height:105px}.art-star{font-size:78px}.hero-footer{font-size:8px;padding:15px 6%}.content-wrap,.workspace-wrap,.editor-page{padding-left:5%;padding-right:5%}.catalog-section{padding:70px 0 85px}.section-heading h2,.workspace-intro h2,.editor-heading h2,.pack-head h2{font-size:40px}.count{display:none}.segments{overflow-x:auto}.segments button{flex:none;min-width:max-content}.icon-grid{gap:9px}.icon-tile{min-height:174px;padding:15px}.tile-symbol{width:42px;height:42px}.pack-section{padding:65px 0 90px}.pack-grid{gap:9px}.pack-item-preview{height:150px;padding:16px}.pack-item-foot{padding:12px}.pack-download{flex-direction:column;align-items:stretch;padding:17px}.pack-download-actions{justify-content:space-between}.flyer-section{grid-template-columns:1fr;gap:30px;margin-top:85px}.flyer{padding:20px}.flyer-bottom span{font-size:8px}.profile-layout,.editor-layout{grid-template-columns:1fr}.profile-list,.form-panel,.control-panel,.preview-panel,.export-panel{padding:19px}.form-grid{grid-template-columns:1fr;gap:0}.workspace-wrap,.editor-page{padding-top:30px}.editor-heading{align-items:start;gap:10px}.reset-btn{font-size:0;width:44px;padding:0;flex:none}.reset-btn svg{width:18px;height:18px}.preview-column{position:static}.checker{min-height:300px}.mobile-action-bar{position:fixed;bottom:0;left:0;right:0;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px 5% max(10px,env(safe-area-inset-bottom));background:var(--bg);border-top:1px solid var(--line);z-index:10}.editor-page{padding-bottom:110px}.site-footer{flex-direction:column;align-items:start}}@media(max-width:380px){.brand strong{font-size:11px}.brand{gap:9px}.header-actions{gap:5px}.header-profile,.theme-button{width:40px;min-height:40px}.paired{grid-template-columns:1fr}.pack-download-actions{flex-direction:column;align-items:stretch}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.field select,.field textarea,.admin-fields input,.admin-fields select,.admin-fields textarea,.help-card textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:var(--field);color:var(--text);outline:none}.field select,.admin-fields input,.admin-fields select{min-height:46px;padding:0 12px}.field textarea,.admin-fields textarea,.help-card textarea{min-height:86px;padding:12px;resize:vertical}.field select:focus,.field textarea:focus,.admin-fields input:focus,.admin-fields select:focus,.admin-fields textarea:focus{border-color:var(--gold)}.editor-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.panel-note{color:var(--sub);font-size:12px;line-height:1.6;margin-top:-12px}.resource-picker{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.resource-picker button{min-height:70px;text-align:left;background:var(--field);color:var(--text);border:1px solid var(--line);border-radius:9px;padding:10px;display:grid;grid-template-columns:auto 1fr;column-gap:9px;align-items:center}.resource-picker button.selected{border-color:var(--gold);color:var(--gold)}.resource-picker small{grid-column:2;color:var(--sub)}.tile-heart{position:absolute;top:16px;right:16px;color:var(--gold)}.admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}.admin-card{border:1px solid var(--line);border-radius:14px;background:var(--surface);padding:22px}.admin-card:last-child{grid-column:1 / -1}.admin-row{display:grid;grid-template-columns:28px 1fr auto;gap:12px;align-items:start;border-top:1px solid var(--line);padding:14px 0;color:var(--text)}.admin-row:first-of-type{border-top:0}.admin-row.is-archived{opacity:.55}.admin-fields{display:grid;gap:8px;min-width:0}.admin-fields strong{font-size:13px}.admin-fields small,.admin-fields p{color:var(--sub);font-size:12px;line-height:1.5;margin:0}.admin-inline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.row-actions{display:grid;grid-template-columns:repeat(2,34px);gap:6px}.row-actions button{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;background:var(--field);color:var(--sub)}.row-actions button:hover{color:var(--gold);border-color:var(--gold)}.mini-toggle{display:inline-flex;align-items:center;gap:8px;color:var(--sub);font-size:12px}.mini-toggle input,.toggle-field input{accent-color:#e9bd76}.help-fab{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;border:1px solid var(--line);background:var(--gold);color:#142b43;display:grid;place-items:center;z-index:20;box-shadow:0 14px 35px #00000047}.help-panel{position:fixed;inset:0;z-index:30;background:#07101a9e;display:grid;place-items:end center;padding:18px}.help-card{width:min(100%,520px);max-height:min(90dvh,760px);overflow:auto;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--text);padding:22px;box-shadow:0 20px 70px #00000059}.favorites-page{padding-bottom:120px}@media(max-width:900px){.admin-grid{grid-template-columns:1fr}.admin-card:last-child{grid-column:auto}.admin-inline{grid-template-columns:1fr}}@media(max-width:700px){.editor-actions{justify-content:flex-start}.resource-picker{grid-template-columns:1fr}.admin-row{grid-template-columns:24px 1fr}.row-actions{grid-column:2;grid-template-columns:repeat(4,34px)}.help-fab{right:16px;bottom:86px}}
