:root{--bg:#f6f7f9;--surface:#fff;--surface-soft:#eef4f1;--ink:#18201c;--muted:#68736d;--line:#dfe6e2;--brand:#14765b;--brand-dark:#0d4c3d;--accent:#f0b429;--danger:#c2410c;--blue:#2773b8;--shadow:0 16px 45px #14231c1a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.site-shell{min-height:100vh}.topbar{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;position:sticky;top:0}.nav{justify-content:space-between;align-items:center;gap:24px;max-width:1180px;margin:0 auto;padding:14px 20px;display:flex}.brand{align-items:center;gap:10px;font-weight:800;display:flex}.brand-mark{background:var(--brand);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.nav-links{color:var(--muted);align-items:center;gap:18px;font-size:14px;display:flex}.nav-links a:hover{color:var(--ink)}.button{cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:10px 16px;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--brand);color:#fff;box-shadow:0 10px 22px #14765b38}.button-secondary{border:1px solid var(--line);color:var(--ink);background:#fff}.hero{color:#fff;background-color:#0000;background-image:linear-gradient(120deg,#0d4c3df2,#12201cc7),url(https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1800&q=80);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.hero-inner{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:34px;max-width:1180px;min-height:560px;margin:0 auto;padding:76px 20px 44px;display:grid}.hero h1{max-width:850px;margin:0 0 20px;font-size:clamp(42px,7vw,78px);line-height:.96}.hero p{color:#ffffffd6;max-width:650px;margin:0;font-size:18px;line-height:1.6}.search-panel{box-shadow:var(--shadow);color:var(--ink);background:#fffffff5;border:1px solid #ffffff73;border-radius:8px;align-self:end;padding:20px}.search-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.field{gap:6px;display:grid}.field label{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:700}.input,.select,.textarea{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:8px;width:100%;min-height:44px;padding:10px 12px}.textarea{resize:vertical;min-height:120px}.section{max-width:1180px;margin:0 auto;padding:56px 20px}.section-heading{justify-content:space-between;align-items:end;gap:18px;margin-bottom:22px;display:flex}.section-heading h2{margin:0;font-size:32px}.section-heading p{color:var(--muted);max-width:640px;margin:8px 0 0;line-height:1.55}.metric-strip,.category-grid,.franchise-grid,.dashboard-grid,.form-grid{gap:16px;display:grid}.metric-strip,.category-grid{grid-template-columns:repeat(4,1fr)}.franchise-grid{grid-template-columns:repeat(3,1fr)}.dashboard-grid{grid-template-columns:1.1fr .9fr}.form-grid{grid-template-columns:repeat(2,1fr)}.card{background:var(--surface);border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:0 8px 22px #1c29220d}.metric{padding:18px}.metric strong{margin-bottom:6px;font-size:28px;display:block}.metric span{color:var(--muted);font-size:14px}.category-card{padding:18px}.category-card h3{margin:12px 0 8px;font-size:18px}.category-card p,.franchise-card p,.admin-card p{color:var(--muted);margin:0;line-height:1.5}.icon-box{background:var(--surface-soft);color:var(--brand);border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.franchise-card{flex-direction:column;display:flex}.franchise-media{aspect-ratio:16/9;background:linear-gradient(135deg,#e6f2ed,#f7f0dd);place-items:center;display:grid}.franchise-logo{border:1px solid var(--line);text-align:center;background:#fff;border-radius:8px;justify-content:center;align-items:center;width:170px;height:70px;padding:8px;font-size:18px;font-weight:800;display:flex}.franchise-body{flex:1;gap:14px;padding:18px;display:grid}.tag-row{flex-wrap:wrap;gap:8px;display:flex}.tag{color:var(--brand-dark);background:#eef4f1;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.price{font-size:22px;font-weight:800}.split-band{color:#fff;background:#10261f}.split-band .section{grid-template-columns:.9fr 1.1fr;gap:34px;display:grid}.workflow-list{gap:12px;display:grid}.workflow-item{background:#ffffff14;border:1px solid #ffffff1a;border-radius:8px;align-items:flex-start;gap:12px;padding:16px;display:flex}.workflow-item p{color:#ffffffbd;margin:4px 0 0}.panel-layout{grid-template-columns:240px 1fr;min-height:100vh;display:grid}.sidebar{color:#fff;background:#10261f;padding:22px}.sidebar nav{gap:8px;margin-top:28px;display:grid}.sidebar a{color:#ffffffc7;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;display:flex}.sidebar a:hover,.sidebar a.active{color:#fff;background:#ffffff1a}.panel-main{padding:28px}.panel-header{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.panel-header h1{margin:0}.admin-card{padding:18px}.table{border-collapse:collapse;width:100%}.table th,.table td{border-bottom:1px solid var(--line);text-align:left;padding:12px}.table th{color:var(--muted);text-transform:uppercase;font-size:12px}.status{border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex}.status-new{color:#075985;background:#e0f2fe}.status-progress{color:#92400e;background:#fef3c7}.status-done{color:#166534;background:#dcfce7}.checkbox-line{color:var(--muted);align-items:flex-start;gap:10px;line-height:1.45;display:flex}.checkbox-line input{margin-top:4px}.form-message{border-radius:8px;grid-column:1/-1;margin:0;padding:12px;font-weight:700}.form-message-ok{color:#166534;background:#dcfce7}.form-message-error{color:#991b1b;background:#fee2e2}.auth-shell{place-items:center;min-height:calc(100vh - 64px);padding:48px 20px;display:grid}.auth-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:8px;gap:18px;width:100%;max-width:460px;padding:28px;display:grid}.auth-card h1{margin:14px 0 8px}.auth-card p{color:var(--muted);margin:0;line-height:1.5}.sidebar-footer{border-top:1px solid #ffffff1f;margin-top:28px;padding-top:16px}.sidebar-footer button{color:#ffffffc7;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;width:100%;padding:10px 12px;display:flex}.sidebar-footer button:hover{color:#fff;background:#ffffff1a}.footer{border-top:1px solid var(--line);color:var(--muted);text-align:center;padding:28px 20px}@media (max-width:920px){.hero-inner,.split-band .section,.dashboard-grid,.panel-layout{grid-template-columns:1fr}.metric-strip,.category-grid,.franchise-grid,.form-grid{grid-template-columns:repeat(2,1fr)}.sidebar{position:static}}@media (max-width:640px){.nav,.section-heading{flex-direction:column;align-items:flex-start}.nav-links{flex-wrap:wrap}.hero-inner{min-height:auto;padding-top:44px}.metric-strip,.category-grid,.franchise-grid,.search-grid,.form-grid{grid-template-columns:1fr}.panel-main{padding:18px}}.table-comfortable td{vertical-align:top}.table-note{color:var(--muted);max-width:280px;margin-top:4px;font-size:13px;font-weight:500;display:block}.select-compact{min-width:132px;padding:8px 10px}.button-compact{margin-top:8px;padding:8px 12px}.card-title-row{justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;display:flex}.card-title-row h2{margin:0}.card-title-row a{color:var(--brand);font-weight:800;text-decoration:none}.status-lost{color:#991b1b;background:#fee2e2}.bar-chart{grid-template-columns:repeat(14,minmax(34px,1fr));align-items:end;gap:10px;min-height:260px;padding-top:12px;display:grid;overflow-x:auto}.bar-chart-item{text-align:center;align-items:center;gap:7px;min-width:34px;display:grid}.bar-chart-track{background:#eef3ef;border-radius:8px;align-items:end;width:100%;height:170px;display:flex;overflow:hidden}.bar-chart-bar{background:linear-gradient(180deg,#22c55e,var(--brand));border-radius:8px 8px 0 0;width:100%;min-height:4px;display:block}.bar-chart-item strong{font-size:13px}.bar-chart-item span{color:var(--muted);white-space:nowrap;font-size:11px}.selector-card{grid-template-columns:minmax(240px,420px) auto;align-items:end;gap:14px;display:grid}.form-section-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.form-section-header.compact{margin-bottom:12px}.form-section-header h2{margin:0 0 6px}.form-section-header p{color:var(--muted);margin:0}.form-divider{border-top:1px solid var(--line);margin:24px 0}.form-actions{border-top:1px solid var(--line);justify-content:flex-end;margin-top:24px;padding-top:18px;display:flex}.textarea-large{min-height:180px}.toggle-grid{align-content:center;gap:10px;display:grid}@media (max-width:640px){.selector-card,.form-section-header{grid-template-columns:1fr;align-items:stretch}.form-section-header{flex-direction:column}}.panel-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.task-item{justify-content:space-between;align-items:flex-start}.task-completed strong,.task-completed p{opacity:.72;text-decoration:line-through}.icon-action{border:1px solid var(--line);color:var(--brand);cursor:pointer;background:#eef3ef;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.icon-action:hover{background:#dcfce7}.textarea-article{min-height:260px}.article-page{max-width:860px}.article-page h1{margin-bottom:18px;font-size:clamp(36px,6vw,64px)}.article-excerpt{color:var(--muted);margin-bottom:28px;font-size:20px;line-height:1.55}.article-body{color:var(--ink);gap:18px;margin-bottom:30px;font-size:18px;line-height:1.75;display:grid}.article-body p{margin:0}
