:root{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","PingFang SC",sans-serif;color:#202b3e;background:#f4f5f8;font-synthesis:none;--ink:#202b3e;--muted:#7c879b;--accent:#5368d9;--line:#e7eaf1;--green:#19866e;--red:#c74755;--amber:#997123}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select{touch-action:manipulation}button{border:0;background:#edf0f8;color:var(--ink);border-radius:14px;min-height:44px;padding:10px 16px;cursor:pointer}button:hover{filter:brightness(.97)}button:disabled{cursor:not-allowed;opacity:.45}button.primary{background:var(--accent);color:#fff}button.danger{background:#ffe9ec;color:var(--red)}a{color:var(--accent);text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #8496ef;outline-offset:2px}input,textarea,select{width:100%;padding:12px;border:1px solid #dce1ee;border-radius:12px;background:#fff;color:var(--ink);min-height:46px}textarea{resize:vertical;min-height:140px;line-height:1.7}input[type=checkbox]{width:20px;min-height:20px;accent-color:var(--accent)}label{display:block;font-size:13px;color:#5b687e;margin-bottom:8px}label input,label select,label textarea{margin-top:7px}.checks{display:grid;grid-template-columns:1fr 1fr;gap:8px}.checks label{display:flex;align-items:center;gap:9px;margin:0;padding:7px;background:#f6f7fa;border-radius:9px}h1{font-size:32px;letter-spacing:-1px;margin:7px 0 12px}h2{font-size:21px;margin:0 0 14px}h3{font-size:16px;margin:0 0 8px}p{font-size:14px;line-height:1.7;color:#68768c;margin:8px 0}small{font-size:12px;color:var(--muted)}.brand{font-size:10px;letter-spacing:3px;font-weight:700;color:var(--muted)}.shell{display:grid;grid-template-columns:210px minmax(0,1fr);height:100dvh;max-width:1800px;margin:auto}.sidebar{padding:34px 22px 20px;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:26px}.logo{font-size:19px;font-weight:750}.logo em{display:inline-grid;place-items:center;background:var(--accent);color:#fff;font-style:normal;width:35px;height:35px;border-radius:12px;margin-right:8px}.nav{display:flex;flex-direction:column;gap:7px}.nav button{text-align:left;background:transparent;color:#7c869a;display:flex;gap:12px;align-items:center}.nav button.active{background:#eef0fe;color:#5265cb;font-weight:650}.nav svg{width:21px;height:21px}.sidebar-bottom{margin-top:auto}.workspace{display:flex;flex-direction:column;min-width:0;min-height:0}.topbar{height:87px;padding:20px 42px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.topbar .status{font-size:12px;color:var(--green);display:flex;gap:8px;align-items:center}.dot{width:7px;height:7px;border-radius:50%;display:inline-block;background:currentColor}.avatar{background:#e8eafa;border-radius:50%;width:38px;height:38px;display:grid;place-items:center;color:#6676d1;font-weight:650}.content{padding:7px 42px 30px;min-height:0;overflow:auto;flex:1}.heading{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:22px}.heading p{margin:0}.hero{border-radius:24px;padding:28px;background:linear-gradient(115deg,#e4e9fd,#edf0f9 60%,#f1eafa);position:relative;overflow:hidden;margin-bottom:24px;min-height:178px}.hero h2{font-size:27px;max-width:480px}.hero p{max-width:580px}.hero .eyebrow{font-size:11px;letter-spacing:2px;color:#727cb0;margin-bottom:12px}.hero button{margin-top:12px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;min-width:0}.entry{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:6px;min-height:145px;background:#fff}.icon-box{width:42px;height:42px;border-radius:13px;background:#eef0fe;color:#6374d4;display:grid;place-items:center;margin-bottom:8px}.icon-box svg{width:23px;height:23px}.entry h3{font-size:15px;margin:0}.entry p{font-size:12px;margin:2px 0}.entry .badge{margin-top:auto}.section-title{display:flex;justify-content:space-between;align-items:center;margin:26px 0 12px}.section-title h2{font-size:17px;margin:0}.badge{font-size:11px;border-radius:7px;background:#f1f3f8;color:#758299;padding:4px 7px;display:inline-block}.badge.green{background:#e5f5ef;color:var(--green)}.badge.red{background:#fff0f0;color:var(--red)}.badge.amber{background:#fff4df;color:var(--amber)}.row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 0;border-bottom:1px solid var(--line)}.row:last-child{border:0}.row p{margin:3px 0 0;font-size:12px}.row strong{font-size:14px}.row .grow{flex:1;min-width:0}.row button{flex-shrink:0}.toolbar{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.segmented{display:flex;gap:3px;padding:4px;border-radius:13px;background:#e9ecf3;width:fit-content;margin-bottom:20px}.segmented button{background:transparent;min-height:36px;padding:7px 16px;font-size:13px}.segmented button.active{background:#fff;box-shadow:0 2px 4px #243e6b0b}.empty{text-align:center;padding:30px 16px;background:#fff;border:1px dashed #dce2ed;border-radius:18px;color:var(--muted)}.empty svg{width:31px;height:31px;margin:0 auto 10px}.split{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1.3fr);gap:20px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.notice{padding:12px 15px;background:#fff6e8;color:#8b6b35;border-radius:13px;font-size:12px;line-height:1.7;margin:14px 0}.notice.info{background:#edf1ff;color:#6674a6}.notice.good{background:#e7f4ee;color:var(--green)}.welcome{max-width:430px;margin:12vh auto;padding:35px;background:#fff;border:1px solid var(--line);border-radius:25px}.welcome form{margin-top:24px}.welcome button{width:100%}.welcome .brand{display:block;margin-bottom:20px}.form-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:16px}.progress{height:5px;border-radius:5px;background:#e8ecf6;overflow:hidden;margin:10px 0}.progress span{display:block;background:var(--accent);height:100%;width:0}dialog{border:1px solid var(--line);border-radius:22px;padding:26px;width:min(640px,calc(100vw - 28px));max-height:90dvh;box-shadow:0 25px 90px #20365030}dialog::backdrop{background:#15254055;backdrop-filter:blur(4px)}dialog h2{margin-top:0}.modal-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.modal-top h2{margin:0}.modal-top button{padding:4px 10px;min-height:34px}.doc-text{white-space:pre-wrap;font:13px/1.8 -apple-system,BlinkMacSystemFont,sans-serif;overflow-wrap:anywhere}.thumb{aspect-ratio:9/12;max-height:230px;object-fit:cover;width:100%;border-radius:12px;background:#f0f1f4}.media-card h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:12px 0 6px}.media-card video,.media-card audio{width:100%}.media-card video{max-height:260px;background:#141922;border-radius:12px}.shots{display:flex;gap:12px;overflow-x:auto;padding:4px 0 15px}.shot{min-width:220px;max-width:220px;padding:18px;border:1px solid var(--line);background:#fff;border-radius:17px}.shot p{font-size:12px}.shot.active{border-color:var(--accent)}.shot .timing{font-variant-numeric:tabular-nums;font-size:11px;color:#8995a7}.shot button{width:100%;margin-top:12px}.wide-video{width:100%;max-height:55dvh;background:#111826;border-radius:16px}.cost{display:flex;gap:18px;flex-wrap:wrap}.cost div{min-width:90px}.cost b{font-size:25px;display:block}.cost small{font-size:11px}#toast{position:fixed;bottom:28px;left:50%;transform:translateX(-50%);padding:14px 23px;max-width:calc(100vw - 28px);background:#29354b;color:#fff;border-radius:14px;box-shadow:0 8px 30px #1c2a5025;z-index:100;display:none;white-space:pre-wrap;font-size:13px;line-height:1.6}.bottom-nav{display:none}.muted{color:var(--muted)}.hr{height:1px;background:var(--line);margin:20px 0}.pill-link{display:inline-flex;min-height:42px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:12px;padding:9px 13px;font-size:12px;background:#fff}.stat-row{display:flex;gap:14px;margin:18px 0}.stat-row .card{flex:1;padding:16px}.stat-row b{display:block;font-size:25px;margin-bottom:4px}.pagination{justify-content:center;margin-top:18px}.nowrap{white-space:nowrap}.text-break{overflow-wrap:anywhere}.danger-text{color:var(--red)}.consent{display:flex;align-items:flex-start;gap:9px;margin:12px 0}.consent input{flex-shrink:0}.log-row{padding:10px 0;border-bottom:1px solid var(--line);font-size:12px}.log-row time{color:var(--muted);margin-right:10px}.photo-slots{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.photo-slot{aspect-ratio:9/12;border:1px dashed #c3cce0;border-radius:12px;padding:8px;font-size:11px;display:flex;align-items:center;justify-content:center;text-align:center;background:#f7f8fc}
@media(min-width:1450px){.content{padding-left:60px;padding-right:60px}.topbar{padding-left:60px;padding-right:60px}}
@media(max-width:1050px){.shell{grid-template-columns:170px 1fr}.sidebar{padding:28px 14px}.content{padding:8px 24px 22px}.topbar{padding:15px 24px}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.split{grid-template-columns:1fr}.hero{min-height:155px}.hero h2{font-size:24px}}
@media(max-width:640px){.shell{display:block;height:100dvh}.sidebar{display:none}.workspace{height:100%;padding-bottom:calc(75px + env(safe-area-inset-bottom))}.topbar{height:58px;padding:10px 20px}.content{padding:5px 18px 16px}.topbar .status{font-size:10px}.avatar{height:31px;width:31px;font-size:12px}.brand{font-size:9px;letter-spacing:2px}.heading{margin-bottom:15px}.heading h1{font-size:26px}.heading p{font-size:12px}.heading>.toolbar button{padding:9px 12px;font-size:12px}.hero{padding:20px;border-radius:20px;margin-bottom:16px;min-height:160px}.hero h2{font-size:23px}.hero p{font-size:12px;max-width:100%}.hero .eyebrow{font-size:9px}.grid,.grid.two{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.card{padding:16px;border-radius:16px}.entry{min-height:132px;padding:16px}.entry h3{font-size:14px}.entry p{font-size:11px}.icon-box{height:34px;width:34px;border-radius:11px;margin-bottom:5px}.icon-box svg{width:20px;height:20px}.entry .badge{font-size:10px}.bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:calc(70px + env(safe-area-inset-bottom));padding:9px 9px calc(8px + env(safe-area-inset-bottom));background:#fffffff2;backdrop-filter:blur(12px);border-top:1px solid var(--line);z-index:10;justify-content:space-around}.bottom-nav button{background:transparent;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:10px;padding:4px 10px;min-height:48px;color:#8994a7}.bottom-nav button svg{width:23px;height:23px}.bottom-nav button.active{color:var(--accent);font-weight:650}.welcome{margin:10vh 20px;padding:28px}.field-grid{gap:10px}.section-title{margin-top:20px}.section-title h2{font-size:16px}.stat-row{gap:8px}.stat-row .card{padding:12px}.stat-row b{font-size:22px}.checks{grid-template-columns:1fr 1fr}.checks label{font-size:11px}.segmented{max-width:100%;overflow:auto}.segmented button{white-space:nowrap;padding:6px 12px}.row{gap:8px}.row button{font-size:12px;padding:9px 12px}.row strong{font-size:13px}#toast{bottom:90px}.photo-slot{padding:4px}.card.full-mobile{grid-column:1/-1}.media-card .thumb{max-height:190px}dialog{padding:19px}.toolbar{gap:7px}}
@media(prefers-reduced-motion:no-preference){button,a{transition:background .15s,filter .15s}.card{animation:appear .25s ease-out}@keyframes appear{from{opacity:.6;transform:translateY(5px)}to{opacity:1;transform:none}}}
@media(max-width:640px){.home-screen .heading{margin-bottom:10px}.home-screen .heading h1{font-size:23px;margin-bottom:5px}.home-screen .heading p{font-size:11px}.home-screen .hero{padding:17px;min-height:0;margin-bottom:12px}.home-screen .hero h2{font-size:21px;margin:0;max-width:280px}.home-screen .hero .eyebrow,.home-screen .hero p{display:none}.home-screen .hero button{margin-top:11px;min-height:42px;font-size:13px}.home-screen>.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.home-screen .entry{min-height:96px;padding:11px;gap:3px}.home-screen .entry h3{font-size:12px}.home-screen .entry p,.home-screen .entry .badge{display:none}.home-screen .icon-box{width:32px;height:32px}.home-screen .section-title{margin:15px 0 8px}.home-screen>.card .row:not(:first-child){display:none}.home-screen>.card{padding:9px 14px}.home-screen>.card .row{padding:8px 0}.home-screen .stat-row{display:none}.home-screen .empty{padding:17px 12px}.home-screen .empty svg{display:none}}
