:root{--ink:#17211d;--muted:#6f756f;--paper:#f3f0e9;--card:#fff;--line:#dedbd2;--green:#276b53;--green-soft:#e6f1ea;--blue:#315e93;--blue-soft:#e9f1fa;--amber:#9a6b10;--amber-soft:#fbf2da;--red:#a63f3f;--shadow:0 22px 60px rgba(28,42,34,.09);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--paper)}button,input,select,textarea{font:inherit}button{cursor:pointer}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(360px,1.1fr) minmax(420px,.9fr)}.brand-panel{padding:clamp(46px,8vw,110px);background:linear-gradient(145deg,#1e503f,#113126);color:white;display:flex;flex-direction:column;justify-content:center}.brand-mark{width:68px;height:68px;border-radius:22px;background:#e3bc65;color:#183b2f;display:grid;place-items:center;font:900 34px Georgia,serif;box-shadow:inset 0 0 0 1px rgba(255,255,255,.28)}.brand-mark.small{width:42px;height:42px;border-radius:14px;font-size:22px}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-weight:900;font-size:12px;margin:25px 0 10px;color:#d9bb78}.brand-panel h1{font:700 clamp(40px,5vw,68px)/1.02 Georgia,serif;letter-spacing:-.035em;margin:0;max-width:760px}.lead{font-size:20px;line-height:1.55;color:#d9e5df;max-width:620px;margin:25px 0 42px}.promise{display:flex;gap:14px;align-items:center;margin:7px 0}.promise>span{width:36px;height:36px;border-radius:12px;background:rgba(255,255,255,.1);display:grid;place-items:center;font-weight:900}.promise p{margin:0;color:#cddbd5;line-height:1.4}.promise strong{color:white}.auth-card{background:#fbfaf7;display:flex;flex-direction:column;justify-content:center;padding:clamp(38px,8vw,110px)}.auth-tabs{display:flex;border-bottom:1px solid var(--line);margin-bottom:30px}.auth-tab{border:0;background:none;padding:15px 4px;margin-right:28px;font-weight:850;color:var(--muted);border-bottom:3px solid transparent}.auth-tab.active{color:var(--green);border-color:var(--green)}.stack{display:grid;gap:20px;max-width:520px}.stack>div,.dialog-form .field-grid>div,.dialog-form>div:not(.dialog-head):not(.dialog-actions){display:grid;gap:8px}label{font-weight:800;font-size:14px}input,select,textarea{width:100%;border:1px solid var(--line);background:white;border-radius:13px;padding:14px 15px;color:var(--ink);outline:none;transition:.15s}input:focus,select:focus,textarea:focus{border-color:#4e8872;box-shadow:0 0 0 4px rgba(39,107,83,.1)}small{color:var(--muted);line-height:1.4}.primary,.secondary{border:0;border-radius:14px;padding:14px 19px;font-weight:900}.primary{background:var(--green);color:white;box-shadow:0 7px 18px rgba(39,107,83,.2)}.primary:hover{background:#1f5945}.secondary{background:#eeece6;color:var(--ink)}.form-error{color:var(--red);font-weight:750}.app-shell{min-height:100vh;display:grid;grid-template-columns:260px 1fr}.sidebar{position:fixed;inset:0 auto 0 0;width:260px;background:#163c30;color:white;padding:24px 18px;display:flex;flex-direction:column;z-index:10}.mini-brand{display:flex;align-items:center;gap:12px;padding:0 6px}.mini-brand>div:last-child{display:grid;gap:2px}.mini-brand strong{font-size:18px}.mini-brand span{font-size:12px;color:#b7cec4}.sidebar nav{display:grid;gap:7px;margin-top:42px}.nav-item{display:flex;align-items:center;gap:13px;border:0;background:transparent;color:#c8d9d2;padding:13px 14px;border-radius:13px;text-align:left;font-weight:800}.nav-item>span{width:24px;font-size:19px}.nav-item b{margin-left:auto;background:#dfb95e;color:#183b2f;min-width:22px;height:22px;border-radius:9px;display:grid;place-items:center;font-size:12px}.nav-item.active,.nav-item:hover{background:rgba(255,255,255,.11);color:white}.sidebar-user{margin-top:auto;border-top:1px solid rgba(255,255,255,.13);padding:20px 4px 0;display:grid;grid-template-columns:40px 1fr 30px;gap:10px;align-items:center}.sidebar-user>div:first-child{width:40px;height:40px;border-radius:13px;background:#d9b563;color:#1d4738;display:grid;place-items:center;font-weight:900}.sidebar-user>div:nth-child(2){display:grid;gap:2px;min-width:0}.sidebar-user strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user span{color:#aac4b9;font-size:12px}.sidebar-user button{border:0;background:none;color:white;font-size:19px}.workspace{grid-column:2;min-width:0}.mobile-header{display:none}.page{padding:38px clamp(24px,4vw,64px) 70px;max-width:1500px;margin:auto}.page-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:28px}.page-head h1{font:700 42px/1.05 Georgia,serif;margin:4px 0 8px}.page-head p{margin:0;color:var(--muted);font-size:17px}.hero{background:linear-gradient(130deg,#fff,#f8f6f0);border:1px solid var(--line);border-radius:26px;padding:28px;box-shadow:var(--shadow);display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}.hero h2{font:700 31px/1.12 Georgia,serif;margin:0 0 9px}.hero p{margin:0;color:var(--muted);max-width:680px;line-height:1.55}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:22px 0}.stat,.panel,.item-card,.request-card,.store-card,.guide-card{background:var(--card);border:1px solid var(--line);border-radius:20px}.stat{padding:20px}.stat strong{display:block;font-size:31px;margin-bottom:4px}.stat span{color:var(--muted);font-weight:700}.section-title{display:flex;align-items:center;justify-content:space-between;margin:30px 0 13px}.section-title h2{font-size:22px;margin:0}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}.item-card,.request-card,.store-card,.guide-card{padding:20px}.item-card h3,.request-card h3,.store-card h3,.guide-card h3{margin:0 0 7px;font-size:18px}.meta{color:var(--muted);font-size:14px;line-height:1.5}.status{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900;margin-top:12px}.status:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.status.ready{background:var(--green-soft);color:var(--green)}.status.waiting{background:var(--amber-soft);color:var(--amber)}.status.in_progress,.status.review{background:var(--blue-soft);color:var(--blue)}.status.draft{background:#eeece6;color:#6a6c69}.request-card{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center}.request-card .status{margin:0}.empty{border:1px dashed #c8c4ba;border-radius:22px;padding:44px 24px;text-align:center;color:var(--muted);background:rgba(255,255,255,.5)}.empty strong{display:block;color:var(--ink);font-size:20px;margin-bottom:7px}.callout{display:flex;flex-direction:column;gap:5px;background:var(--amber-soft);color:#6c511e;padding:15px 17px;border-radius:15px;line-height:1.45}.callout.blue{background:var(--blue-soft);color:#294f7c}.store-logo{width:48px;height:48px;border-radius:15px;background:#eef0ed;display:grid;place-items:center;font-weight:950;margin-bottom:15px}.store-card footer{display:flex;justify-content:space-between;align-items:center;margin-top:15px;padding-top:14px;border-top:1px solid var(--line)}.guide-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.guide-card{display:flex;gap:15px}.guide-card>span{flex:0 0 38px;height:38px;border-radius:12px;background:var(--green-soft);color:var(--green);display:grid;place-items:center;font-weight:950}.guide-card p{margin:0;color:var(--muted);line-height:1.5}.toast{position:fixed;right:24px;top:24px;z-index:100;background:#173d31;color:white;padding:15px 19px;border-radius:14px;box-shadow:var(--shadow);font-weight:800;max-width:420px}.toast.error{background:#8d3535}dialog{border:0;border-radius:24px;padding:0;box-shadow:0 28px 100px rgba(0,0,0,.22);width:min(720px,calc(100vw - 30px));max-height:calc(100vh - 30px)}dialog::backdrop{background:rgba(21,34,28,.5);backdrop-filter:blur(3px)}.dialog-form{padding:26px;display:grid;gap:21px}.dialog-head{display:flex;justify-content:space-between;align-items:flex-start}.dialog-head .eyebrow{color:var(--green);margin:0 0 6px}.dialog-head h2{font:700 30px Georgia,serif;margin:0}.icon-button{border:0;background:#efede7;width:38px;height:38px;border-radius:12px;font-size:24px}.hint{margin:0;color:var(--muted)}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.field-grid .wide{grid-column:1/-1}.dialog-actions{display:flex;justify-content:flex-end;gap:10px}.choice-list{display:grid;gap:8px;max-height:260px;overflow:auto}.choice{display:flex!important;grid-template-columns:22px 1fr!important;align-items:center;gap:10px!important;border:1px solid var(--line);border-radius:13px;padding:12px}.choice input{width:auto}.marketplace-fields{grid-template-columns:1fr 1fr!important;gap:17px!important}.marketplace-fields>div{display:grid;gap:8px}.marketplace-fields .wide{grid-column:1/-1}
@media(max-width:820px){.auth-shell{grid-template-columns:1fr}.brand-panel{padding:34px 24px}.brand-panel h1{font-size:40px}.lead{font-size:17px;margin-bottom:22px}.promise{display:none}.auth-card{padding:38px 24px}.app-shell{display:block}.sidebar{transform:translateX(-100%);transition:.2s}.sidebar.open{transform:translateX(0)}.workspace{display:block}.mobile-header{display:flex;justify-content:space-between;align-items:center;padding:13px 18px;background:#163c30;color:white;position:sticky;top:0;z-index:8}.mobile-header button{border:0;background:rgba(255,255,255,.12);color:white;padding:9px 12px;border-radius:10px}.page{padding:24px 17px 60px}.page-head{display:block}.page-head h1{font-size:34px}.page-head .primary{margin-top:16px;width:100%}.hero{grid-template-columns:1fr}.stats{grid-template-columns:1fr}.request-card{grid-template-columns:1fr}.guide-grid,.field-grid{grid-template-columns:1fr}.field-grid .wide{grid-column:auto}.marketplace-fields{grid-template-columns:1fr!important}.marketplace-fields .wide{grid-column:auto}.dialog-actions{display:grid;grid-template-columns:1fr 1fr}.dialog-actions button{padding-inline:8px}}
