:root{--tlh-bg:#f4f7fb;--tlh-card:#fff;--tlh-text:#172033;--tlh-muted:#6f7b91;--tlh-line:#e5eaf2;--tlh-primary:#1557b0;--tlh-primary2:#0e3f82;--tlh-danger:#b42318}.tlh-shell{background:var(--tlh-bg);border-radius:18px;padding:24px;color:var(--tlh-text);font-family:Inter,Arial,sans-serif}.tlh-hero,.tlh-page-head,.tlh-meeting-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(135deg,#fff,#edf4ff);border:1px solid var(--tlh-line);border-radius:18px;padding:28px;margin-bottom:18px}.tlh-hero h1,.tlh-page-head h1,.tlh-meeting-hero h1{margin:6px 0 8px;font-size:30px;line-height:1.2}.tlh-kicker{font-size:12px;font-weight:800;letter-spacing:.15em;color:var(--tlh-primary)}.tlh-nav{display:flex;gap:8px;overflow:auto;padding:8px 0 18px}.tlh-nav a{white-space:nowrap;text-decoration:none;color:var(--tlh-muted);padding:10px 14px;border-radius:10px;font-weight:700}.tlh-nav a.active,.tlh-nav a:hover{background:#fff;color:var(--tlh-primary);box-shadow:0 6px 20px rgba(26,50,90,.07)}.tlh-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:20px}.tlh-stats>div{background:#fff;border:1px solid var(--tlh-line);border-radius:15px;padding:18px}.tlh-stats b{display:block;font-size:28px}.tlh-stats span{color:var(--tlh-muted)}.tlh-section{margin-top:24px}.tlh-section-head{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:10px}.tlh-section h2,.tlh-section-head h2{font-size:20px;margin:0}.tlh-list,.tlh-docs,.tlh-admin-list,.tlh-agenda{display:flex;flex-direction:column;gap:10px}.tlh-meeting-card,.tlh-doc-row,.tlh-admin-row,.tlh-agenda-row{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--tlh-line);border-radius:14px;padding:16px;color:inherit;text-decoration:none}.tlh-meeting-card:hover{transform:translateY(-1px);box-shadow:0 10px 28px rgba(31,55,90,.08);text-decoration:none}.tlh-grow{flex:1;min-width:0}.tlh-grow h3,.tlh-doc-row h3,.tlh-agenda-row h3{margin:0 0 5px;font-size:16px}.tlh-grow p,.tlh-doc-row p,.tlh-agenda-row p{margin:0;color:var(--tlh-muted)}.tlh-time,.tlh-date,.tlh-agenda-time{min-width:86px}.tlh-time strong,.tlh-date strong,.tlh-agenda-time strong{display:block;color:var(--tlh-primary);font-size:18px}.tlh-time small,.tlh-date small,.tlh-agenda-time small{color:var(--tlh-muted)}.tlh-status{display:inline-block;padding:6px 9px;border-radius:999px;font-size:12px;font-weight:800;background:#eef3f8}.tlh-status.is-ongoing{background:#e8f7ee;color:#19703a}.tlh-status.is-upcoming{background:#eaf2ff;color:#1557b0}.tlh-status.is-ended{background:#eef0f3;color:#586173}.tlh-status.is-draft{background:#fff4d8;color:#8a5a00}.tlh-status.is-cancelled{background:#fdecec;color:#b42318}.tlh-btn{display:inline-flex;align-items:center;justify-content:center;padding:9px 13px;border:1px solid var(--tlh-line);border-radius:10px;background:#fff;color:var(--tlh-text);text-decoration:none;font-weight:700;cursor:pointer}.tlh-btn:hover{text-decoration:none;border-color:#c9d5e8}.tlh-btn-primary{background:var(--tlh-primary);border-color:var(--tlh-primary);color:#fff}.tlh-danger{color:var(--tlh-danger);border-color:#f2c7c3}.tlh-actions{display:flex;gap:8px;flex-wrap:wrap}.tlh-meta{display:flex;gap:14px;flex-wrap:wrap;color:var(--tlh-muted)}.tlh-description{background:#fff;border:1px solid var(--tlh-line);border-radius:14px;padding:18px;line-height:1.7}.tlh-file-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#edf4ff;color:var(--tlh-primary);text-transform:uppercase;font-size:11px;font-weight:900}.tlh-calendar-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.tlh-calendar-day{display:flex;gap:14px;background:#fff;border:1px solid var(--tlh-line);border-radius:14px;padding:14px;min-height:88px}.tlh-calendar-day.is-today{border-color:#8fb7ef;box-shadow:inset 0 0 0 1px #b9d4f8}.tlh-day-label{width:45px;text-align:center}.tlh-day-label b{display:block;font-size:24px}.tlh-day-label span,.tlh-day-date{color:var(--tlh-muted);font-size:12px}.tlh-day-body{flex:1}.tlh-mini-meeting{display:grid;grid-template-columns:52px 1fr;gap:3px 8px;padding:8px 0;border-top:1px dashed var(--tlh-line);color:inherit;text-decoration:none}.tlh-mini-meeting em{grid-column:2;color:var(--tlh-muted);font-style:normal;font-size:12px}.tlh-search{display:flex;gap:8px;background:#fff;padding:10px;border:1px solid var(--tlh-line);border-radius:14px}.tlh-search input{flex:1;border:0;outline:0;padding:8px}.tlh-search button{border:0;border-radius:9px;background:var(--tlh-primary);color:#fff;font-weight:800;padding:0 18px}.tlh-form{background:#fff;border:1px solid var(--tlh-line);border-radius:16px;padding:22px}.tlh-form label>span,.tlh-label{display:block;font-weight:800;margin-bottom:7px}.tlh-form label{display:block;margin-bottom:14px}.tlh-form input,.tlh-form select,.tlh-form textarea{width:100%;border:1px solid #ccd5e4;border-radius:10px;padding:10px 12px;outline:0;background:#fff}.tlh-form input:focus,.tlh-form select:focus,.tlh-form textarea:focus{border-color:#6d9ddd;box-shadow:0 0 0 3px rgba(21,87,176,.08)}.tlh-grid2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.tlh-group-box{max-height:160px;overflow:auto;border:1px solid var(--tlh-line);border-radius:10px;padding:10px}.tlh-group-box label{margin:4px 0;font-weight:400}.tlh-group-box input{width:auto;margin-right:6px}.tlh-agenda-edit{display:flex;align-items:center;gap:8px;margin-bottom:8px}.tlh-agenda-edit input{width:105px}.tlh-agenda-edit .tlh-grow{width:auto}.tlh-form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px;padding-top:18px;border-top:1px solid var(--tlh-line)}.tlh-alert{background:#fff1f0;color:#a61b12;border:1px solid #f3c6c3;padding:12px 14px;border-radius:10px;margin-bottom:14px}@media(max-width:768px){.tlh-shell{padding:14px;border-radius:12px}.tlh-hero,.tlh-page-head,.tlh-meeting-hero{align-items:flex-start;flex-direction:column;padding:20px}.tlh-hero h1,.tlh-page-head h1,.tlh-meeting-hero h1{font-size:24px}.tlh-stats{grid-template-columns:1fr 1fr 1fr;gap:8px}.tlh-stats>div{padding:12px}.tlh-stats b{font-size:22px}.tlh-meeting-card,.tlh-doc-row,.tlh-admin-row{align-items:flex-start;flex-wrap:wrap}.tlh-calendar-list,.tlh-grid2{grid-template-columns:1fr}.tlh-agenda-edit{flex-wrap:wrap}.tlh-agenda-edit input,.tlh-agenda-edit .tlh-grow{width:calc(50% - 8px)}.tlh-actions{width:100%}.tlh-doc-row .tlh-actions{justify-content:flex-end}.tlh-status{white-space:nowrap}}
/* V1.0.01 - Demo setup */
.tlh-head-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.tlh-demo-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:18px 0}.tlh-card{background:#fff;border:1px solid var(--tlh-line);border-radius:16px}.tlh-demo-panel{padding:20px}.tlh-demo-panel h2,.tlh-demo-credentials h2{margin:0 0 14px;font-size:19px}.tlh-demo-state{margin:0}.tlh-demo-state>div{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 0;border-bottom:1px solid var(--tlh-line)}.tlh-demo-state>div:last-child{border-bottom:0}.tlh-demo-state dt{color:var(--tlh-muted);font-weight:600}.tlh-demo-state dd{margin:0;font-weight:800}.tlh-demo-list{margin:0;padding-left:20px}.tlh-demo-list li{margin:8px 0;line-height:1.5}.tlh-demo-warning{margin:16px 0;padding:14px 16px;border:1px solid #f2d28c;background:#fff8e6;color:#73510a;border-radius:12px}.tlh-demo-action{display:flex;justify-content:center;margin:18px 0 24px}.tlh-btn-lg{padding:13px 20px;font-size:16px;border-radius:12px}.tlh-demo-credentials{margin:20px 0}.tlh-demo-credentials-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:12px}.tlh-demo-account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tlh-demo-account{padding:18px}.tlh-demo-account>div{margin-top:12px}.tlh-demo-account small{display:block;color:var(--tlh-muted);margin-bottom:5px}.tlh-demo-account code{display:block;overflow-wrap:anywhere;padding:10px 12px;background:#f5f7fb;border:1px solid var(--tlh-line);border-radius:9px;color:#172033;font-size:14px}.tlh-demo-account p{margin:12px 0 0;color:var(--tlh-muted)}.tlh-demo-role{display:inline-flex;padding:5px 9px;border-radius:999px;background:#eaf2ff;color:var(--tlh-primary);font-weight:800;font-size:12px}.tlh-demo-links{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:18px}.tlh-alert-error{background:#fff1f0;color:#a61b12;border-color:#f3c6c3}.tlh-alert-success{background:#ecf9f0;color:#176b37;border-color:#bde5c9}.tlh-alert-info{background:#eef5ff;color:#164f98;border-color:#c7dcf7}@media(max-width:768px){.tlh-head-actions{width:100%;justify-content:flex-start}.tlh-demo-grid,.tlh-demo-account-grid{grid-template-columns:1fr}.tlh-demo-state>div{align-items:flex-start;flex-direction:column;gap:3px}.tlh-demo-action{justify-content:stretch}.tlh-demo-action .tlh-btn{width:100%}}
