:root{--ink:#172033;--muted:#667085;--line:#e6e9ef;--paper:#f6f8fb;--white:#fff;--blue:#1d4ed8;--blue-dark:#173ea7;--blue-soft:#e8efff;--green:#13795b;--green-soft:#e5f7ef;--amber:#9a5c00;--amber-soft:#fff4dc;--red:#b42318;--red-soft:#ffebe9;color:var(--ink);background:var(--paper);font-family:Instrument Sans,Avenir Next,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:var(--paper);min-width:320px;margin:0}button,input{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.page{max-width:720px;margin:0 auto;padding:24px 20px 112px}.login-page{background:linear-gradient(145deg,#eff4ff,#f9fbfd 58%,#eef8f4);place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:var(--white);border:1px solid var(--line);border-radius:24px;width:min(100%,420px);padding:34px 28px 30px;box-shadow:0 18px 45px #1a2f5412}.brand-mark{color:#fff;background:var(--blue);letter-spacing:-.04em;border-radius:14px;place-items:center;width:48px;height:48px;font-weight:700;display:grid}.language-toggle{border:1px solid var(--line);background:var(--paper);border-radius:10px;gap:2px;padding:3px;display:inline-flex}.language-toggle button{min-width:36px;min-height:30px;color:var(--muted);background:0 0;border:0;border-radius:7px;font-size:11px;font-weight:700}.language-toggle button.active{color:var(--blue);background:var(--white);box-shadow:0 1px 3px #17203318}.eyebrow{color:var(--blue);letter-spacing:.12em;text-transform:uppercase;margin:24px 0 8px;font-size:12px;font-weight:700}h1,h2,h3,p{margin:0}h1{letter-spacing:-.045em;font-size:clamp(30px,8vw,42px);line-height:1.02}h2{letter-spacing:-.035em;font-size:26px;line-height:1.1}h3{font-size:18px;line-height:1.2}.muted{color:var(--muted)}.stack{gap:16px;display:grid}.form-stack{margin-top:32px}.field{color:var(--ink);gap:8px;font-size:14px;font-weight:600;display:grid}.field input,.field select,.field textarea{width:100%;min-height:56px;color:var(--ink);background:#fbfcfe;border:1px solid #d5dae3;border-radius:12px;outline:none;padding:0 16px}.field textarea{resize:vertical;min-height:92px;padding-top:14px}.field select{appearance:auto}.field input:focus{border-color:var(--blue);box-shadow:0 0 0 4px var(--blue-soft)}.password-row{position:relative}.password-row input{padding-right:88px}.text-button{color:var(--blue);background:0 0;border:0;padding:4px;font-size:14px;font-weight:700}.show-password{position:absolute;top:17px;right:12px}.primary-button,.secondary-button,.danger-button{border:1px solid #0000;border-radius:14px;width:100%;min-height:58px;padding:0 20px;font-size:16px;font-weight:700;transition:transform .15s,background .15s}.primary-button{color:#fff;background:var(--blue);box-shadow:0 8px 16px #1d4ed82b}.primary-button:hover{background:var(--blue-dark)}.secondary-button{color:var(--ink);background:var(--white);border-color:var(--line)}.danger-button{color:var(--red);background:var(--red-soft)}button:active{transform:translateY(1px)}button:disabled{cursor:wait;opacity:.58}.topbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:34px;display:flex}.topbar .brand-mark{border-radius:12px;width:40px;height:40px;font-size:14px}.status-dot{color:var(--muted);align-items:center;gap:7px;font-size:13px;display:inline-flex}.status-dot:before{content:"";background:var(--green);border-radius:50%;width:8px;height:8px}.status-dot.offline:before{background:var(--amber)}.greeting{gap:8px;margin-bottom:28px;display:grid}.date-line{color:var(--muted);font-size:15px}.section{gap:12px;margin-top:28px;display:grid}.section-heading{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.section-heading h3{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:15px}.hero-card{color:#fff;background:var(--blue);border-radius:22px;gap:24px;padding:24px;display:grid;box-shadow:0 14px 30px #1d4ed833}.hero-card .muted{color:#dbe6ff}.hero-card .primary-button{color:var(--blue);box-shadow:none;background:#fff}.project-card{border:1px solid var(--line);background:var(--white);border-radius:18px;gap:16px;padding:20px;display:grid}.project-card p{color:var(--muted);line-height:1.45}.project-meta{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;font-size:14px;display:flex}.progress{background:#e8ecf2;border-radius:99px;height:7px;overflow:hidden}.progress span{border-radius:inherit;background:var(--green);height:100%;display:block}.notice{border-radius:14px;align-items:flex-start;gap:12px;padding:14px 16px;font-size:14px;line-height:1.4;display:flex}.notice.error{color:var(--red);background:var(--red-soft)}.notice.warning{color:var(--amber);background:var(--amber-soft)}.notice.success{color:var(--green);background:var(--green-soft)}.work-card{background:var(--white);border:1px solid var(--line);border-radius:22px;gap:18px;padding:24px;display:grid}.work-card .status-label{color:var(--green);letter-spacing:.08em;text-transform:uppercase;font-size:13px;font-weight:700}.action-row{gap:10px;display:grid}.bottom-nav{z-index:5;padding:10px max(12px, env(safe-area-inset-left)) calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;grid-template-columns:repeat(4,1fr);gap:4px;display:grid;position:fixed;bottom:0;left:0;right:0}.bottom-nav button{min-height:46px;color:var(--muted);background:0 0;border:0;border-radius:10px;font-size:12px;font-weight:600}.bottom-nav button.active{color:var(--blue);background:var(--blue-soft)}.empty-state{text-align:center;background:#fbfcfe;border:1px dashed #cfd6e1;border-radius:18px;place-items:center;gap:10px;padding:54px 22px;display:grid}.empty-icon{width:44px;height:44px;color:var(--blue);background:var(--blue-soft);border-radius:50%;place-items:center;font-weight:800;display:grid}.profile-card{background:var(--white);border:1px solid var(--line);border-radius:18px;gap:22px;padding:22px;display:grid}.profile-row{gap:5px;display:grid}.profile-row span{color:var(--muted);font-size:13px}.modal-backdrop{z-index:10;background:#17203366;align-items:end;padding:18px;display:grid;position:fixed;inset:0}.modal{background:var(--white);border-radius:22px 22px 16px 16px;width:min(100%,480px);margin:0 auto;padding:24px;box-shadow:0 18px 45px #17203333}.modal p{color:var(--muted);margin-top:10px;line-height:1.5}.modal .stack{margin-top:24px}.photo-modal{max-height:min(90vh,720px);overflow:auto}.photo-modal form{margin-top:22px}.photo-preview{object-fit:cover;border-radius:14px;width:100%;max-height:220px}.camera-preview{object-fit:cover;background:#101828;border-radius:14px;width:100%;min-height:180px;max-height:320px;display:block}.camera-actions{gap:10px;margin-top:18px;display:grid}.success-screen{text-align:center;place-items:center;min-height:100vh;padding:24px;display:grid}.success-content{justify-items:center;gap:16px;width:min(100%,420px);display:grid}.success-icon{width:76px;height:76px;color:var(--green);background:var(--green-soft);border-radius:50%;place-items:center;font-size:28px;font-weight:700;display:grid}@media (width>=720px){.page{padding-top:42px}.bottom-nav{border-right:1px solid var(--line);border-left:1px solid var(--line);width:min(100%,720px);left:50%;transform:translate(-50%)}.modal-backdrop{align-items:center}.modal{border-radius:22px}}
