:root{--fs-green: #00491F;--fs-green-dark: #003315;--fs-green-tint: #e8f0eb;--fs-bright: #03FF00;--fs-purple: #4a3f87;--fs-purple-tint: #e9e8f5;--fs-amber: #b06f00;--fs-red: #a1211c;--fs-grey: #5b6560;--fs-line: #d5dcd8;--fs-bg: #f6f8f7;--touch: 48px}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:Calibri,Segoe UI,Helvetica Neue,Arial,sans-serif;background:var(--fs-bg);color:#17211c;font-size:17px}.header{background:var(--fs-green);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:10px 14px;position:sticky;top:0;z-index:10}.header .title{font-weight:700;font-size:1.05rem}.header .logo{height:26px;display:block}.header a{color:#fff;text-decoration:none}.page{max-width:640px;margin:0 auto;padding:14px 14px 90px}h1{font-size:1.3rem;margin:10px 0;color:var(--fs-green)}h2{font-size:1.05rem;margin:16px 0 8px;color:var(--fs-green)}.muted{color:var(--fs-grey);font-size:.9rem}.card{background:#fff;border:1px solid var(--fs-line);border-radius:10px;padding:14px;margin-bottom:12px}.card.tap{cursor:pointer}.card.tap:active{background:var(--fs-green-tint)}button,.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:var(--touch);padding:0 18px;border-radius:10px;border:none;font:inherit;font-weight:700;cursor:pointer;background:var(--fs-green);color:#fff;width:100%;text-decoration:none}button:disabled{opacity:.5}.btn-secondary{background:#fff;color:var(--fs-green);border:2px solid var(--fs-green)}.btn-danger{background:var(--fs-red)}.btn-amber{background:var(--fs-amber)}.btn-row{display:flex;gap:10px;margin-top:12px}.btn-row>*{flex:1}label{display:block;font-weight:700;margin:12px 0 4px}input,select,textarea{width:100%;min-height:var(--touch);padding:8px 12px;font:inherit;border:1.5px solid var(--fs-line);border-radius:8px;background:#fff}textarea{min-height:90px}input:focus,select:focus,textarea:focus{outline:2px solid var(--fs-green)}.chip{display:inline-block;padding:3px 10px;border-radius:999px;font-size:.8rem;font-weight:700;white-space:nowrap}.chip.requested{background:#eef2f0;color:var(--fs-grey)}.chip.scheduled{background:var(--fs-purple-tint);color:var(--fs-purple)}.chip.in_progress{background:#fff3d6;color:var(--fs-amber)}.chip.ready_review{background:var(--fs-purple-tint);color:var(--fs-purple)}.chip.changes_req{background:#ffe9d6;color:#9a4c00}.chip.approved{background:var(--fs-bright);color:var(--fs-green)}.chip.rejected{background:#fde5e4;color:var(--fs-red)}.chip.queued{background:#fff3d6;color:var(--fs-amber)}.chip.synced{background:var(--fs-green-tint);color:var(--fs-green)}.chip.missing{background:#eef2f0;color:var(--fs-grey)}.chip.redo{background:#fde5e4;color:var(--fs-red)}.banner{position:fixed;bottom:0;left:0;right:0;z-index:20;background:var(--fs-amber);color:#fff;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:10px}.banner button{width:auto;min-height:40px;background:#fff;color:var(--fs-amber)}.banner.offline{background:var(--fs-grey)}.error{background:#fde5e4;color:var(--fs-red);padding:10px 12px;border-radius:8px;margin:10px 0}.ok{background:var(--fs-bright);color:var(--fs-green);padding:10px 12px;border-radius:8px;margin:10px 0;font-weight:700}.thumb{width:100%;max-height:260px;object-fit:cover;border-radius:8px;border:1px solid var(--fs-line)}.slot-row{display:flex;justify-content:space-between;align-items:center;gap:10px}.tabs{display:flex;gap:6px;margin-bottom:14px;flex-wrap:wrap}.tabs button{width:auto;min-height:40px;background:#fff;color:var(--fs-green);border:1.5px solid var(--fs-line);font-weight:400}.tabs button.active{background:var(--fs-green);color:#fff;font-weight:700}table{width:100%;border-collapse:collapse;background:#fff}td,th{text-align:left;padding:8px 6px;border-bottom:1px solid var(--fs-line);font-size:.92rem}
