*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#f6f7fb;color:#1f2937;}a{color:#1d4ed8;text-decoration:none;} .app-shell{max-width:1000px;margin:0 auto;padding:12px;} .topbar{margin-bottom:12px;padding:12px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:8px;} .muted{color:#6b7280;font-size:.9em;} .controls-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px;align-items:center;} .view-switcher button{border:1px solid #cbd5e1;background:#fff;padding:6px 10px;border-radius:6px;cursor:pointer;} .view-switcher button.active{background:#1d4ed8;color:#fff;border-color:#1d4ed8;} .search-wrap input{padding:8px;border:1px solid #d1d5db;border-radius:6px;width:220px;} .btn{border:none;background:#1d4ed8;color:#fff;padding:.45rem .8rem;border-radius:6px;cursor:pointer;} .filters{margin-bottom:10px;} .chip-row{display:flex;flex-wrap:wrap;gap:6px;} .chip{padding:6px 10px;border:1px solid #d1d5db;border-radius:999px;cursor:pointer;background:#fff;} .chip.active{border-color:#1d4ed8;background:#e0e7ff;color:#1d4ed8;} .content-area{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px;min-height:350px;} .grid-year{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;} .cell{border:1px solid #e5e7eb;padding:6px;min-height:80px;background:#fff;border-radius:6px;position:relative;} .cell .date{font-size:.75rem;color:#6b7280;} .chip-mini{display:inline-block;padding:1px 4px;font-size:.7rem;border-radius:4px;margin-top:4px;} .agenda-item{border-bottom:1px solid #e5e7eb;padding:8px 0;} .modal{position:fixed;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;padding:1rem;} .modal.hidden{display:none;} .modal-content{background:#fff;padding:16px;border-radius:10px;max-width:500px;width:100%;} .main-content{padding:0;} .auth-shell{max-width:420px;margin:64px auto;padding:20px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;} .auth-shell h1{margin-top:0;} .auth-shell form label{display:flex;flex-direction:column;margin-bottom:8px;} .auth-shell input{padding:8px;border:1px solid #cbd5e1;border-radius:6px;} .error{color:#b91c1c;} .admin-shell{max-width:1100px;margin:20px auto;padding:12px;} .admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;} .item{border:1px solid #e5e7eb;padding:8px;border-radius:8px;margin-bottom:6px;display:flex;justify-content:space-between;align-items:center;} .info{margin-top:10px;color:#065f46;} @media (max-width:900px){.admin-grid{grid-template-columns:1fr;} .grid-year{grid-template-columns:repeat(2,1fr);} }