*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f3f4f6;color:#111827}.app{max-width:960px;margin:0 auto;padding:1.5rem}.header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem}.header h1{margin:0;font-size:1.5rem}.user-info{display:flex;align-items:center;gap:.75rem}.user-name{color:#4b5563;font-size:.9rem}.welcome{text-align:center;padding:3rem 1rem;color:#6b7280}.btn{padding:.5rem 1rem;font-size:.9rem;border:1px solid #d1d5db;background:#fff;color:#111827;border-radius:6px;cursor:pointer;transition:background .15s}.btn:hover:not(:disabled){background:#f9fafb}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#2563eb;color:#fff;border-color:#2563eb}.btn-primary:hover:not(:disabled){background:#1d4ed8}.btn-success{background:#059669;color:#fff;border-color:#059669}.btn-success:hover:not(:disabled){background:#047857}.btn-danger{background:#fff;color:#dc2626;border-color:#fca5a5}.btn-danger:hover:not(:disabled){background:#fef2f2}.controls{background:#fff;padding:1rem;border-radius:8px;border:1px solid #e5e7eb;margin-bottom:1.5rem;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:flex-end}.date-range{display:flex;gap:.75rem;align-items:flex-end;flex-wrap:wrap}.date-range label,.modal label{display:flex;flex-direction:column;font-size:.85rem;color:#4b5563;gap:.25rem}.date-range input,.modal input,.modal textarea{padding:.45rem .6rem;font-size:.95rem;border:1px solid #d1d5db;border-radius:6px;font-family:inherit}.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca;padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.empty{text-align:center;color:#9ca3af;padding:2rem}.meetings{display:flex;flex-direction:column;gap:.75rem}.meeting-card{background:#fff;padding:1rem 1.25rem;border-radius:8px;border:1px solid #e5e7eb;display:flex;justify-content:space-between;gap:1rem}.meeting-info{flex:1;min-width:0}.meeting-info h3{margin:0 0 .5rem;font-size:1.05rem}.meeting-info p{margin:.25rem 0;color:#4b5563;font-size:.9rem}.meeting-info .time{color:#111827}.meeting-info .attendees{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.meeting-info .description{color:#6b7280!important;font-size:.85rem!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;white-space:pre-wrap}.meeting-info a{color:#2563eb}.actions{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:100}.modal{background:#fff;border-radius:10px;padding:1.5rem;width:100%;max-width:520px;max-height:90vh;overflow-y:auto}.modal h2{margin:0 0 1rem}.modal form{display:flex;flex-direction:column;gap:.85rem}.form-row{display:flex;gap:.75rem}.form-row label{flex:1}.checkbox{flex-direction:row!important;align-items:center;gap:.5rem!important;font-size:.9rem}.form-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem}@media (max-width: 600px){.meeting-card{flex-direction:column}.actions{flex-direction:row}.form-row{flex-direction:column}}.view-toggle{display:flex;gap:.5rem;margin-bottom:1rem}.table-container{background:#fff;border-radius:8px;border:1px solid #e5e7eb;overflow:hidden}.table-actions{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;gap:.75rem}.table-summary{font-size:.9rem;color:#4b5563}.table-buttons{display:flex;gap:.5rem}.table-scroll{overflow-x:auto}.meetings-table{width:100%;border-collapse:collapse;font-size:.875rem}.meetings-table th,.meetings-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid #f3f4f6;border-right:1px solid #f3f4f6;white-space:nowrap}.meetings-table th{background:#f3f4f6;font-weight:600;color:#374151;position:sticky;top:0;border-bottom:2px solid #d1d5db}.meetings-table tbody tr:nth-child(2n){background:#fafafa}.meetings-table tbody tr:hover{background:#eff6ff}.meetings-table .numeric{text-align:right;font-variant-numeric:tabular-nums;font-weight:500}.meetings-table .truncate{max-width:240px;overflow:hidden;text-overflow:ellipsis}.project-cell{padding:.25rem .5rem!important}.project-cell input{width:140px;padding:.35rem .5rem;font-size:.85rem;border:1px solid transparent;border-radius:4px;background:transparent;font-family:inherit}.project-cell input:hover{background:#fff;border-color:#e5e7eb}.project-cell input:focus{background:#fff;border-color:#2563eb;outline:none;box-shadow:0 0 0 2px #2563eb26}.table-hint{margin:0;padding:.65rem 1rem;font-size:.8rem;color:#6b7280;background:#f9fafb;border-top:1px solid #e5e7eb}
