:root{--ink:#17211c;--muted:#647067;--line:#d9e0da;--panel:#ffffff;--canvas:#f5f3ed;--cream:#fbfaf6;--green:#245c49;--green-2:#3e7a63;--mint:#e9f3ed;--sage:#dce9df;--amber:#b66b2b;--amber-bg:#fff3e5;--rose:#a84c54;--rose-bg:#fff0f1;--blue:#476986;--blue-bg:#edf4fa;--purple:#74588b;--purple-bg:#f4eff8;--shadow:0 14px 35px rgba(28,43,34,0.08);--radius:18px;--radius-sm:12px}*{box-sizing:border-box}body,html{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--canvas)}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{opacity:.48;cursor:not-allowed}a{color:inherit}.app{min-height:100vh}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:30;gap:18px;padding:12px 22px;background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.brand,.topbar{display:flex;align-items:center}.brand{gap:11px;min-width:245px}.brand-mark{width:38px;height:38px;border-radius:12px;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:900}.brand strong{display:block;font-size:15px;letter-spacing:.06em}.brand span{display:block;font-size:11px;color:var(--muted);margin-top:2px}.shell{display:grid;grid-template-columns:272px minmax(0,1fr);min-height:calc(100vh - 64px)}.sidebar{border-right:1px solid var(--line);background:#f7f6f1;padding:22px 16px;position:-webkit-sticky;position:sticky;top:64px;height:calc(100vh - 64px);overflow:auto}.main{padding:28px 32px 80px;min-width:0}.eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--green-2);font-weight:900}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.page-header h1{font-size:30px;line-height:1.1;margin:5px 0 7px;letter-spacing:-.035em}.page-header p{margin:0;color:var(--muted);font-size:14px;line-height:1.55;max-width:760px}.header-actions{gap:8px;flex-wrap:wrap;justify-content:flex-end}.header-actions,.section-title{display:flex;align-items:center}.section-title{justify-content:space-between;gap:15px;margin:0 0 14px}.section-title h2,.section-title h3{margin:0}.section-title .sub{font-size:12px;color:var(--muted)}.muted{color:var(--muted)}.hint,.small{font-size:11px}.hint{color:var(--muted);line-height:1.45}.grid{display:grid;grid-gap:16px;gap:16px}.grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.stack{flex-direction:column;gap:12px}.row,.stack{display:flex}.row{align-items:center;gap:10px;flex-wrap:wrap}.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px;min-width:0}.card.flat{box-shadow:none}.card h2,.card h3,.card h4{margin-top:0}.card h2{font-size:20px;letter-spacing:-.02em}.card h3{font-size:15px}.card p{color:var(--muted);line-height:1.55}.divider{height:1px;background:var(--line);margin:16px 0}.danger-btn,.ghost-btn,.icon-btn,.mini-btn,.primary-btn,.soft-btn{border-radius:11px;border:1px solid var(--line);padding:9px 12px;background:#fff;color:var(--ink);font-weight:750;font-size:12px}.primary-btn{background:var(--green);border-color:var(--green);color:#fff}.primary-btn:hover:not(:disabled){background:#1d4c3c}.soft-btn{background:var(--mint);border-color:#cfe1d5;color:var(--green)}.danger-btn{background:var(--rose-bg);border-color:#efc9cd;color:var(--rose)}.ghost-btn{background:transparent}.mini-btn{border-radius:9px;padding:7px 9px;font-size:10px;font-weight:800;color:#4e5c52}.mini-btn:hover{background:#f4f6f4}.chip{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:999px;background:#f1f4f1;border:1px solid #e2e7e3;font-size:10px;font-weight:800;color:#536158;white-space:nowrap}.chip.green{background:var(--mint);color:var(--green);border-color:#cfe0d5}.chip.amber{background:var(--amber-bg);color:var(--amber);border-color:#f1d4b6}.chip.rose{background:var(--rose-bg);color:var(--rose);border-color:#efc9cd}.chip.blue{background:var(--blue-bg);color:var(--blue);border-color:#d4e3ee}.chip.purple{background:var(--purple-bg);color:var(--purple);border-color:#dfd3e7}.alert{display:flex;gap:13px;padding:14px 15px;border-radius:14px;border:1px solid #efd6b9;background:var(--amber-bg);color:#70451f;margin-bottom:12px}.alert.rose{border-color:#efc8cc;background:var(--rose-bg);color:#7e343a}.alert.green{border-color:#cfe3d5;background:var(--mint);color:var(--green)}.alert.blue{border-color:#d5e4ef;background:var(--blue-bg);color:#365c78}.alert-icon{font-size:20px;line-height:1}.alert strong{display:block;font-size:13px;margin-bottom:3px}.alert p{margin:0;color:inherit;font-size:12px}.status-list{display:flex;flex-direction:column;gap:8px}.status-line{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #edf0ed}.status-line:last-child{border-bottom:0}.status-icon{width:31px;height:31px;border-radius:9px;background:#f0f3f0;display:grid;place-items:center;flex:0 0 auto}.status-icon.green{background:var(--mint);color:var(--green)}.status-icon.amber{background:var(--amber-bg);color:var(--amber)}.status-icon.rose{background:var(--rose-bg);color:var(--rose)}.status-icon.blue{background:var(--blue-bg);color:var(--blue)}.status-text{min-width:0;flex:1 1}.status-text strong{display:block;font-size:11px}.status-text span{font-size:10px;color:var(--muted)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.field{display:flex;flex-direction:column;gap:7px;min-width:0}.field.full{grid-column:1/-1}.field label{font-size:11px;font-weight:850;color:#566259;text-transform:uppercase;letter-spacing:.06em}.field input,.field select,.field textarea{border:1px solid #cfd8d1;border-radius:11px;background:#fff;padding:11px 12px;color:var(--ink);outline:none;min-width:0}.field textarea{min-height:98px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--green-2);box-shadow:0 0 0 3px rgba(62,122,99,.13)}.field input:disabled,.field select:disabled,.field textarea:disabled{background:#f2f4f1;color:#7c887f}.switch{position:relative;width:44px;height:25px;flex:0 0 auto}.switch input{opacity:0;width:0;height:0}.slider{inset:0;background:#ccd4ce;border-radius:999px;cursor:pointer}.slider,.slider:before{position:absolute;transition:.2s}.slider:before{content:"";width:19px;height:19px;left:3px;top:3px;background:#fff;border-radius:99px;box-shadow:0 2px 6px rgba(0,0,0,.18)}.switch input:checked+.slider{background:var(--green)}.switch input:checked+.slider:before{transform:translateX(19px)}.choice-row{display:flex;gap:9px;flex-wrap:wrap}.choice-pill{border:1px solid var(--line);border-radius:999px;padding:9px 13px;background:#fff;font-size:11px;font-weight:800}.choice-pill.active{background:var(--green);border-color:var(--green);color:#fff}.side-section-title{font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:#8a958d;font-weight:900;margin:18px 10px 8px}.side-nav{display:flex;flex-direction:column;gap:4px}.side-link{border:0;background:transparent;text-align:left;padding:10px 12px;border-radius:11px;color:var(--muted);font-size:13px;font-weight:700;display:flex;align-items:center;gap:10px;width:100%;text-decoration:none}.side-link.active{background:#fff;color:var(--green);box-shadow:0 5px 18px rgba(26,40,31,.06)}.side-link .count{margin-left:auto;background:var(--rose);color:#fff;min-width:19px;height:19px;display:grid;place-items:center;border-radius:999px;font-size:10px}.side-link .count.amber{background:var(--amber)}.side-link .count.blue{background:var(--blue)}.step-num{width:21px;height:21px;border-radius:99px;background:#e6ece7;color:#4e5c52;display:grid;place-items:center;font-size:10px;font-weight:900;flex:0 0 auto}.side-link.active .step-num{background:var(--green);color:#fff}.step-state{margin-left:auto;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:#98a39b;white-space:nowrap}.step-state.done{color:var(--green)}.side-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:15px;margin-bottom:16px;box-shadow:0 6px 18px rgba(30,45,36,.04)}.side-card h4{margin:0 0 6px;font-size:13px}.side-card p{margin:0;color:var(--muted);font-size:11px;line-height:1.5}.progress{height:7px;border-radius:999px;background:#e7ece8;overflow:hidden;margin:11px 0 7px}.progress span{display:block;height:100%;background:var(--green);border-radius:999px}.side-progress{display:flex;justify-content:space-between;font-size:10px;color:var(--muted);margin-top:6px}.sync-bar{position:-webkit-sticky;position:sticky;bottom:12px;z-index:25;display:flex;align-items:center;gap:14px;margin-top:22px;padding:12px 16px;border-radius:14px;background:#fff;border:1px solid var(--line);box-shadow:0 14px 35px rgba(28,43,34,.14)}.sync-bar>div{flex:1 1;min-width:0}.sync-bar strong{display:block;font-size:12px}.sync-bar>div span{font-size:11px;color:var(--muted)}.sync-dot{width:10px;height:10px;border-radius:99px;flex:0 0 auto;background:var(--green)}.sync-bar.amber{border-color:#efd6b9;background:#fffaf3}.sync-bar.amber .sync-dot{background:var(--amber)}.sync-bar.blue{border-color:#d5e4ef;background:#f6fafd}.sync-bar.blue .sync-dot{background:var(--blue)}.todo-list{display:flex;flex-direction:column;gap:8px}.todo-row{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:#fff}.todo-row>div:not(.todo-mark){flex:1 1;min-width:0}.todo-mark{width:24px;height:24px;border-radius:99px;display:grid;place-items:center;font-size:11px;font-weight:900;background:var(--amber-bg);color:var(--amber);flex:0 0 auto}.todo-row.info .todo-mark,.todo-row.optional .todo-mark{background:var(--blue-bg);color:var(--blue)}.todo-row.done .todo-mark{background:var(--mint);color:var(--green)}.todo-row strong{display:block;font-size:12px}.todo-row small{display:block;font-size:10px;color:var(--muted);margin-top:2px}.all-done{display:flex;align-items:center;gap:14px;padding:16px;border-radius:14px;background:var(--mint);color:var(--green)}.all-done .big{font-size:28px}.all-done strong{display:block;font-size:13px}.all-done span{font-size:11px}.attention-row{display:flex;align-items:center;gap:12px;padding:11px 0;border-bottom:1px solid #edf0ed}.attention-row:last-child{border-bottom:0}.attention-row>div:not(.status-icon){flex:1 1;min-width:0}.attention-row strong{display:block;font-size:12px}.attention-row .sub{display:block;font-size:10px;color:var(--muted);margin-top:2px}.pipeline{display:flex;align-items:stretch;gap:6px;overflow-x:auto;padding:4px 2px 10px;margin-bottom:14px}.stage{flex:1 1;min-width:150px;display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--line);border-radius:13px;background:#fff;text-align:left;color:var(--ink);text-decoration:none}.stage:hover{background:#f7f9f7}.stage.done{border-color:#cfe0d5;background:var(--mint)}.stage.warn{border-color:#f1d4b6;background:var(--amber-bg)}.stage.current{box-shadow:0 0 0 2px var(--green)}.stage-num{width:26px;height:26px;border-radius:99px;background:#e6ece7;display:grid;place-items:center;font-size:11px;font-weight:900;flex:0 0 auto}.stage.done .stage-num{background:var(--green);color:#fff}.stage.warn .stage-num{background:var(--amber);color:#fff}.stage-text{min-width:0}.stage-text strong{display:block;font-size:11px;white-space:nowrap}.stage-text small{display:block;font-size:9px;color:var(--muted);margin-top:2px;white-space:nowrap}.stage-arrow{align-self:center;color:#b6c0b9;font-weight:900;flex:0 0 auto}.empty{padding:35px 20px;text-align:center;color:var(--muted)}.empty h2{color:var(--ink)}.empty-icon{font-size:34px}.toast{position:fixed;right:22px;bottom:22px;z-index:80;background:#17211c;color:#fff;border-radius:13px;padding:12px 15px;font-size:12px;font-weight:750;box-shadow:0 12px 30px rgba(0,0,0,.2)}.approval-bar{display:flex;justify-content:flex-end;gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}@media (max-width:1180px){.shell{grid-template-columns:235px minmax(0,1fr)}.main{padding:24px 22px 70px}.grid.cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:860px){.topbar{flex-wrap:wrap;padding:10px 14px}.brand{min-width:auto}.shell{display:block}.sidebar{position:relative;top:0;height:auto;border-right:0;border-bottom:1px solid var(--line);padding:12px 14px}.side-nav{flex-direction:row;overflow:auto}.side-link{white-space:nowrap;width:auto}.side-card{display:none}.main{padding:20px 14px 60px}.form-grid,.grid.cols-2,.grid.cols-3,.grid.cols-4{grid-template-columns:1fr}.pipeline{flex-wrap:wrap;overflow-x:visible;min-width:0;max-width:100%}.stage{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 6px);min-width:0}.stage-arrow{display:none}.page-header{flex-direction:column}.header-actions{justify-content:flex-start}.sync-bar{bottom:8px;flex-wrap:wrap;gap:10px;padding:10px 12px}.sync-bar>div span{display:none}}@media print{.no-print,.page-header,.pipeline,.sidebar,.sync-bar,.toast,.topbar{display:none!important}.shell{display:block}.main{padding:0}body{background:#fff}}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.hero-card{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:24px;background:linear-gradient(135deg,#fff,#eef6f0);border:1px solid #d1dfd5;border-radius:22px;box-shadow:var(--shadow);margin-bottom:16px}.hero-card h2{font-size:28px;margin:12px 0 4px;letter-spacing:-.03em}.hero-card p{margin:0;color:var(--muted)}.hero-meta{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));grid-gap:8px;gap:8px;min-width:470px}.hero-meta>div{padding:14px;background:rgba(255,255,255,.8);border:1px solid #dce6de;border-radius:14px}.hero-meta strong{display:block;font-size:13px}.hero-meta span{display:block;margin-top:5px;font-size:10px;color:var(--muted)}.key-date{display:grid;grid-template-columns:34px 1fr auto;grid-gap:12px;gap:12px;align-items:center;padding:11px 0;border-bottom:1px solid #edf0ed}.key-date:last-child{border-bottom:0}.kd-icon{width:32px;height:32px;border-radius:10px;background:#f0f3f0;display:grid;place-items:center;font-size:15px}.key-date strong{display:block;font-size:12px}.key-date span{display:block;font-size:10px;color:var(--muted);margin-top:2px}.how-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.how-item{padding:13px;border:1px solid var(--line);border-radius:13px;background:#fbfcfb}.how-item strong{display:block;font-size:12px;margin-bottom:4px}.how-item p{margin:0;font-size:11px}.deadline-mini strong{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-top:8px}.deadline-mini strong:first-child{margin-top:0}.deadline-mini p{margin:0 0 2px}.timeline-days{display:flex;flex-direction:column;gap:16px}.day-timeline-card{padding:0;overflow:hidden}.day-timeline-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;padding:17px 20px;background:#f8f9f7;border-bottom:1px solid var(--line)}.day-timeline-head h2{margin:4px 0;font-size:18px}.day-timeline-head p{margin:0;font-size:11px}.headcount-control{display:grid;grid-template-columns:auto auto;grid-gap:7px 10px;gap:7px 10px;align-items:center;justify-items:end}.headcount-control label{grid-column:1/2;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.headcount-control input{width:82px;padding:8px;border:1px solid #cfd8d1;border-radius:10px;font-weight:850}.headcount-control .chip{grid-column:1/-1}.inline-rate-alert{padding:10px 20px;background:var(--amber-bg);border-bottom:1px solid #efd6b9;color:#754921;font-size:11px}.inherited-note{margin:12px 20px 0;padding:9px 11px;border-radius:10px;background:var(--blue-bg);color:var(--blue);font-size:11px;font-weight:750}.timeline-scroll{overflow-x:auto;padding:8px 18px 18px}.horizontal-timeline{display:flex;min-width:920px;position:relative;padding:18px 0 0}.horizontal-timeline:before{content:"";position:absolute;left:5%;right:5%;top:41px;height:3px;background:#d8e1da;border-radius:999px}.h-node{position:relative;z-index:1;flex:1 1;min-width:118px;text-align:center;display:flex;flex-direction:column;align-items:center}.h-icon{width:42px;height:42px;border-radius:50%;background:#fff;border:3px solid var(--green);display:grid;place-items:center;font-size:18px;box-shadow:0 0 0 6px #eef5f0}.h-label{font-weight:850;font-size:11px;margin-top:9px;line-height:1.25;min-height:29px}.h-sub{font-size:9px;color:var(--muted);min-height:14px}.h-node input{margin-top:6px;width:95px;text-align:center;border:1px solid #cfd8d1;border-radius:9px;padding:7px 6px;background:#fff;font-weight:800;font-size:11px}.h-node input:disabled{background:#f0f2f0;color:#879088}.setup-day-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.setup-day-card{border:1px solid var(--line);border-radius:15px;padding:13px;display:flex;flex-direction:column;gap:7px}.setup-placeholder{height:120px;background:#f6f4ef;border-radius:11px;display:grid;place-items:center;overflow:hidden}.setup-placeholder svg{width:100%;height:100%}.setup-day-card strong{font-size:12px}.setup-day-card>span{font-size:10px;color:var(--muted)}.setup-day-card select{border:1px solid #cfd8d1;border-radius:9px;padding:9px;background:#fff}.tiny-alert{padding:7px;border-radius:8px;background:var(--rose-bg);color:var(--rose);font-size:9px;font-weight:800}.toggle-row{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px 15px;border:1px solid var(--line);border-radius:14px;background:#fff}.toggle-row strong{display:block;font-size:13px;margin-bottom:3px}.toggle-row span{font-size:11px;color:var(--muted)}.tech-question{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid #edf0ed}.tech-question:last-child{border-bottom:0}.tech-question strong{display:block;font-size:12px}.tech-question p{margin:3px 0 0;font-size:11px}.catering-day-grid{display:grid;grid-template-columns:repeat(3,minmax(270px,1fr));grid-gap:14px;gap:14px;align-items:start;overflow-x:auto;padding-bottom:4px}.day-card-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:13px}.day-card-title h2,.day-card-title h3{margin:4px 0 0}.compact-service-list{display:flex;flex-direction:column;gap:7px}.compact-service{display:grid;grid-template-columns:28px 1fr auto;grid-gap:9px;gap:9px;align-items:center;padding:9px;border:1px solid #e4e9e5;border-radius:11px;background:#fbfcfb}.compact-service strong{display:block;font-size:10px}.compact-service small{display:block;font-size:9px;color:var(--muted);margin-top:2px}.lock-mark{font-size:8px;font-weight:900;text-transform:uppercase;color:var(--green);background:var(--mint);border-radius:999px;padding:4px 6px}.lunch-picker{margin-top:12px;padding-top:12px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:11px}.lunch-title strong{font-size:12px}.lunch-title span{display:block;font-size:9px;color:var(--muted)}.no-lunch{margin-top:12px;padding:18px;border-radius:12px;background:#f5f6f4;color:var(--muted);font-size:11px;text-align:center}.dietary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:10px}.doc-drop{border:1.5px dashed #aebbb2;border-radius:16px;background:#fbfcfa;padding:26px;text-align:center}.doc-file{display:flex;align-items:center;justify-content:space-between;gap:13px;border:1px solid var(--line);border-radius:13px;padding:12px 14px;margin-top:12px;background:#fff}.doc-file strong{font-size:12px}.doc-file span{font-size:10px;color:var(--muted)}.offer-change-card{display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(135deg,#fff,#f4f8f5)}.review-table{width:100%;border-collapse:separate;border-spacing:0 8px}.review-table td{background:#f7f8f6;padding:10px 12px;font-size:11px}.review-table td:first-child{border-radius:9px 0 0 9px;color:var(--muted);font-weight:800;width:34%}.review-table td:last-child{border-radius:0 9px 9px 0;font-weight:750}.week-row{display:grid;grid-template-columns:90px 1fr 125px;grid-gap:12px;gap:12px;align-items:center;padding:11px 0;border-bottom:1px solid #eef1ee}.week-row:last-child{border-bottom:0}.week-date{font-size:11px;color:var(--muted);font-weight:800}.week-event strong{font-size:12px}.week-event span{display:block;color:var(--muted);font-size:10px;margin-top:2px}@media (max-width:1100px){.hero-card{flex-direction:column}.hero-meta{min-width:0;width:100%}.how-grid{grid-template-columns:1fr}}@media (max-width:800px){.dietary-grid,.hero-meta,.setup-day-grid{grid-template-columns:1fr}.catering-day-grid{display:flex}.catering-day-card{min-width:270px}.day-timeline-head{flex-direction:column}.headcount-control{justify-items:start}.horizontal-timeline{min-width:0;flex-direction:column;padding:0 0 0 18px}.horizontal-timeline:before{left:38px;right:auto;top:20px;bottom:20px;width:3px;height:auto}.h-node{display:grid;grid-template-columns:42px 1fr 105px;grid-gap:10px;gap:10px;align-items:center;text-align:left;min-width:0;margin:6px 0}.h-icon{grid-row:1/3}.h-label{margin:0}.h-label,.h-sub{min-height:0}.h-node input{grid-column:3;grid-row:1/3;margin:0}.timeline-scroll{overflow:visible}.offer-change-card{flex-direction:column;align-items:flex-start}.week-row{grid-template-columns:70px 1fr}}