*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#1a1208;--surface:#231a0e;--surface-hover:#2d2110;--border:#3d2f1a;--text:#f0e6d3;--text-muted:#9a8470;--accent:#e17055;--accent-light:#fab1a0;--accent-amber:#fdcb6e;--accent-glow:rgba(225,112,85,.15);--success:#00b894;--radius:12px;--radius-sm:8px}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--accent-light);text-decoration:none}a:hover{text-decoration:underline}.calendar-page{display:flex;flex-direction:column;min-height:100vh;background:var(--bg)}.calendar-header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.5rem;background:var(--surface);border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:50}.calendar-header-left{display:flex;align-items:center;gap:.625rem}.calendar-logo{font-size:1.375rem;line-height:1}.calendar-header h1{font-size:1.125rem;font-weight:700;color:var(--text);letter-spacing:-.01em}.calendar-header-right{display:flex;align-items:center;gap:1rem}.user-name{font-size:.875rem;color:var(--text-muted)}.calendar-main{flex:1 1;padding:1.5rem;max-width:1400px;width:100%;margin:0 auto}.fc{font-family:inherit!important}.fc,.fc .fc-toolbar-title{color:var(--text)!important}.fc .fc-toolbar-title{font-size:1.125rem!important;font-weight:700!important}.fc .fc-button{background:var(--surface)!important;border:1px solid var(--border)!important;color:var(--text)!important;border-radius:var(--radius-sm)!important;font-size:.8125rem!important;padding:.375rem .75rem!important;transition:all .15s!important;box-shadow:none!important;text-transform:none!important}.fc .fc-button:focus,.fc .fc-button:hover{background:var(--surface-hover)!important;border-color:var(--accent)!important;color:var(--text)!important;outline:none!important;box-shadow:none!important}.fc .fc-button-active,.fc .fc-button-primary:not(:disabled).fc-button-active{background:var(--accent)!important;border-color:var(--accent)!important;color:#fff!important;box-shadow:none!important}.fc .fc-col-header-cell{background:var(--surface)!important;border-color:var(--border)!important;color:var(--text-muted)!important;font-size:.75rem!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:.05em!important;padding:.5rem 0!important}.fc .fc-daygrid-day,.fc .fc-timegrid-slot{background:transparent!important;border-color:var(--border)!important}.fc .fc-daygrid-day:hover{background:var(--surface)!important}.fc .fc-daygrid-day-number{color:var(--text-muted)!important;font-size:.8125rem!important;padding:.375rem .5rem!important}.fc .fc-day-today{background:rgba(225,112,85,.08)!important}.fc .fc-day-today .fc-daygrid-day-number{color:var(--accent)!important;font-weight:700!important}.fc .fc-event{border-radius:4px!important;border:none!important;font-size:.8125rem!important;padding:.1rem .375rem!important;cursor:pointer!important;transition:filter .15s!important}.fc .fc-event:hover{filter:brightness(1.15)!important}.fc .fc-event-title{font-weight:500!important}.fc .fc-scrollgrid,.fc .fc-scrollgrid td,.fc .fc-scrollgrid th{border-color:var(--border)!important}.fc .fc-timegrid-slot-label{color:var(--text-muted)!important;font-size:.75rem!important}.fc .fc-more-link{color:var(--accent-light)!important;font-size:.75rem!important}.fc .fc-highlight{background:var(--accent-glow)!important}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem}.modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:480px;box-shadow:0 24px 64px rgba(0,0,0,.6);animation:modal-in .15s ease}@keyframes modal-in{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem 1rem;border-bottom:1px solid var(--border)}.modal-header h2{font-size:1rem;font-weight:700;color:var(--text)}.modal-close{background:none;border:none;color:var(--text-muted);font-size:1rem;cursor:pointer;padding:.25rem;line-height:1;transition:color .15s}.modal-close:hover{color:var(--text)}.modal-form{padding:1.25rem 1.5rem 1.5rem;gap:1rem}.form-group,.modal-form{display:flex;flex-direction:column}.form-group{gap:.375rem}.form-group label{font-size:.8125rem;font-weight:500;color:var(--text-muted)}.form-group input[type=datetime-local],.form-group input[type=text],.form-group textarea{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-family:inherit;font-size:.9375rem;padding:.625rem .875rem;transition:border-color .15s;width:100%}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent)}.form-group textarea{resize:vertical;min-height:60px}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.color-palette{display:flex;gap:.5rem;flex-wrap:wrap}.color-swatch{width:28px;height:28px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:transform .1s,border-color .15s}.color-swatch:hover{transform:scale(1.15)}.color-swatch.selected{border-color:var(--text);transform:scale(1.1)}.modal-actions{display:flex;align-items:center;padding-top:.25rem}.btn-primary{background:var(--accent);border:none;border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:600;padding:.625rem 1.25rem;transition:filter .15s}.btn-primary:hover{filter:brightness(1.1)}.btn-secondary{background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);cursor:pointer;font-family:inherit;font-size:.875rem;padding:.625rem 1.25rem;transition:border-color .15s}.btn-secondary:hover{border-color:var(--accent)}.btn-danger{background:none;border:1px solid #d63031;border-radius:var(--radius-sm);color:#d63031;cursor:pointer;font-family:inherit;font-size:.875rem;padding:.625rem 1.25rem;transition:background .15s}.btn-danger:hover{background:rgba(214,48,49,.1)}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--bg)}.login-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem 2rem;text-align:center;width:100%;max-width:360px}.login-icon{font-size:2.5rem;margin-bottom:.75rem}.login-title{font-size:1.5rem;font-weight:800;color:var(--text);margin-bottom:.375rem;letter-spacing:-.02em}.login-subtitle{font-size:.875rem;color:var(--text-muted)}.sso-button{background:var(--accent);border:none;border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-family:inherit;font-size:.9375rem;font-weight:700;padding:.75rem 1.5rem;width:100%;transition:filter .15s;letter-spacing:.02em}.sso-button:hover{filter:brightness(1.1)}.sign-in-button,button[type=button]{background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;font-family:inherit;font-size:.8125rem;padding:.4rem .875rem;transition:border-color .15s,color .15s}button[type=button]:hover{border-color:var(--accent);color:var(--text)}.app-nav{justify-content:space-between;padding:.875rem 1.5rem;background:var(--surface);border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:50}.app-nav,.app-nav-left{display:flex;align-items:center}.app-nav-left{gap:1.5rem}.app-nav-brand{font-size:.875rem;font-weight:800;color:var(--accent);letter-spacing:.05em;text-transform:uppercase}.app-nav-links{display:flex;gap:.25rem}.app-nav-link{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;color:var(--text-muted);text-decoration:none;transition:background .15s,color .15s}.app-nav-link:hover{background:var(--surface-hover);color:var(--text);text-decoration:none}.app-nav-link.active{background:var(--accent-glow);color:var(--accent-light)}.app-nav-icon{font-size:1rem;line-height:1}.app-nav-right{display:flex;align-items:center}.app-nav-signout{font-size:.875rem;color:var(--text-muted);text-decoration:none}.app-nav-signout:hover{color:var(--text);text-decoration:none}.minutes-page{display:flex;flex-direction:column;min-height:100vh;background:var(--bg)}.minutes-body{display:flex;flex:1 1;overflow:hidden;height:calc(100vh - 53px)}.minutes-sidebar{width:280px;flex-shrink:0;border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden;background:var(--surface)}.minutes-tabs{display:flex;border-bottom:1px solid var(--border)}.minutes-tab{flex:1 1;background:none;color:var(--text-muted);font-family:inherit;font-size:.8125rem;font-weight:600;padding:.75rem .5rem;cursor:pointer;border:none;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}.minutes-tab:hover{color:var(--text)}.minutes-tab.active{color:var(--accent-light);border-bottom-color:var(--accent)}.minutes-sidebar-actions{padding:.75rem .875rem;border-bottom:1px solid var(--border)}.btn-sm{font-size:.8125rem!important;padding:.375rem .875rem!important}.minutes-list{flex:1 1;overflow-y:auto;padding:.5rem}.minutes-empty{font-size:.875rem;color:var(--text-muted);text-align:center;padding:2rem 1rem}.minutes-week-group{margin-bottom:.75rem}.minutes-week-label{font-size:.7rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;padding:.25rem .5rem;margin-bottom:.25rem}.minutes-list-item{width:100%;text-align:left;background:none;border:1px solid transparent;border-radius:var(--radius-sm);padding:.625rem .75rem;cursor:pointer;transition:background .15s,border-color .15s;margin-bottom:.125rem;color:var(--text);font-family:inherit}.minutes-list-item.active,.minutes-list-item:hover{background:var(--surface-hover)}.minutes-list-item.active{border-color:var(--accent)}.minutes-list-title{font-size:.875rem;font-weight:600;color:var(--text);line-height:1.4;margin-bottom:.25rem}.minutes-list-meta{font-size:.75rem;color:var(--text-muted)}.minutes-main{flex:1 1;overflow-y:auto;display:flex;flex-direction:column}.minutes-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 1;gap:1rem;color:var(--text-muted);text-align:center;padding:2rem}.minutes-placeholder-icon{font-size:3rem}.minutes-placeholder p{font-size:.9375rem;line-height:1.6}.minutes-form-wrap{padding:2rem 2.5rem;max-width:860px;width:100%}.minutes-form-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.minutes-form-header h2{font-size:1.25rem;font-weight:800;color:var(--text)}.minutes-detail{padding:2rem 2.5rem;max-width:860px;width:100%}.minutes-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.minutes-detail-week{font-size:.8125rem;color:var(--text-muted);margin-bottom:.375rem}.minutes-detail-title{font-size:1.375rem;font-weight:800;color:var(--text);letter-spacing:-.02em;line-height:1.3;margin-bottom:.625rem}.minutes-category-badge{font-size:.75rem;font-weight:700;padding:.2rem .625rem;border-radius:999px;letter-spacing:.03em}.minutes-category-badge.ss{background:rgba(0,184,148,.15);color:#00b894}.minutes-category-badge.con{background:rgba(108,92,231,.15);color:#a29bfe}.minutes-detail-btns{display:flex;gap:.5rem;flex-shrink:0}.minutes-attendee{font-size:.8125rem;background:var(--bg);border:1px solid var(--border);border-radius:999px;padding:.125rem .625rem;color:var(--text);display:inline-block}.agenda-section{margin-bottom:2rem;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.agenda-section-header{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;background:var(--surface);border-bottom:1px solid var(--border)}.agenda-section-number{font-size:.75rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.05em;flex-shrink:0}.agenda-section-title{font-size:.9375rem;font-weight:700;color:var(--text);flex:1 1}.agenda-section-desc{font-size:.9rem;color:var(--text);line-height:1.65;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.action-items-view{padding:1rem 1.25rem}.action-items-view-label{font-size:.75rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.minutes-actions-table{width:100%;border-collapse:collapse;font-size:.875rem}.minutes-actions-table th{text-align:left;font-size:.7rem;font-weight:700;color:var(--text-muted);padding:.375rem .75rem;border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.06em}.minutes-actions-table td{padding:.625rem .75rem;border-bottom:1px solid var(--border);color:var(--text);vertical-align:middle}.minutes-actions-table tr:last-child td{border-bottom:none}.completed-row td{opacity:.45;text-decoration:line-through}.minutes-due{color:var(--accent-amber);font-size:.8125rem;white-space:nowrap}.meeting-form{display:flex;flex-direction:column;gap:1.5rem}.mf-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.mf-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.mf-section-title{font-size:.9375rem;font-weight:700;color:var(--text)}.mf-row{display:flex;gap:.875rem}.mf-select{width:100%;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-family:inherit;font-size:.9375rem;padding:.625rem .875rem;transition:border-color .15s;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mf-select:focus{outline:none;border-color:var(--accent)}.btn-add-agenda{background:none;border:1px dashed var(--border);border-radius:var(--radius-sm);color:var(--text-muted);font-family:inherit;font-size:.8125rem;padding:.375rem .75rem;cursor:pointer;transition:border-color .15s,color .15s}.btn-add-agenda:hover{border-color:var(--accent);color:var(--accent-light)}.agenda-block{border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem;margin-bottom:.875rem;background:var(--bg)}.agenda-block-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.875rem}.agenda-number{font-size:.75rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.05em}.btn-remove{background:none;border:none;color:var(--text-muted);font-family:inherit;font-size:.8125rem;cursor:pointer;padding:.25rem .5rem;border-radius:var(--radius-sm);transition:color .15s,background .15s}.btn-remove:hover{color:#d63031;background:rgba(214,48,49,.1)}.action-items-block{margin-top:.875rem;padding-top:.875rem;border-top:1px solid var(--border)}.action-items-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.625rem}.action-items-label{font-size:.75rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.btn-add-action{background:none;border:none;color:var(--text-muted);font-family:inherit;font-size:.8125rem;cursor:pointer;padding:.125rem .375rem;transition:color .15s}.btn-add-action:hover{color:var(--accent-light)}.action-item-row{display:flex;gap:.5rem;align-items:center;margin-bottom:.5rem}.action-item-task{flex:3 1;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-family:inherit;font-size:.875rem;padding:.4rem .625rem;transition:border-color .15s}.action-item-due,.action-item-owner{flex:1.5 1;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-family:inherit;font-size:.875rem;padding:.4rem .625rem;transition:border-color .15s}.action-item-due:focus,.action-item-owner:focus,.action-item-task:focus{outline:none;border-color:var(--accent)}.btn-remove-action{background:none;border:none;color:var(--text-muted);font-size:.875rem;cursor:pointer;padding:.25rem;transition:color .15s;flex-shrink:0}.btn-remove-action:hover{color:#d63031}.mf-actions{display:flex;justify-content:flex-end;gap:.75rem;padding-top:.5rem}.chatbot-fab{position:fixed;bottom:1.5rem;right:1.5rem;width:52px;height:52px;border-radius:50%;background:var(--accent);border:none;color:#fff;font-size:1.375rem;cursor:pointer;box-shadow:0 4px 24px rgba(225,112,85,.4);transition:transform .15s,filter .15s;z-index:100;display:flex;align-items:center;justify-content:center;line-height:1}.chatbot-fab:hover{filter:brightness(1.1);transform:scale(1.05)}.chatbot-fab.open{background:var(--surface-hover);color:var(--text);box-shadow:none}.chatbot-panel{position:fixed;bottom:5.5rem;right:1.5rem;width:380px;max-height:520px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 16px 48px rgba(0,0,0,.5);z-index:99;animation:modal-in .15s ease}.chatbot-header,.chatbot-panel{display:flex;flex-direction:column}.chatbot-header{padding:.875rem 1.125rem .75rem;border-bottom:1px solid var(--border);gap:.125rem}.chatbot-title{font-size:.9375rem;font-weight:700;color:var(--text)}.chatbot-subtitle{font-size:.75rem;color:var(--text-muted)}.chatbot-messages{flex:1 1;overflow-y:auto;padding:.875rem;gap:.625rem}.chatbot-empty,.chatbot-messages{display:flex;flex-direction:column}.chatbot-empty{gap:.75rem}.chatbot-empty p{font-size:.875rem;color:var(--text-muted)}.chatbot-suggestions{display:flex;flex-direction:column;gap:.375rem}.chatbot-suggestion{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);font-family:inherit;font-size:.8125rem;padding:.5rem .75rem;text-align:left;cursor:pointer;transition:border-color .15s,color .15s}.chatbot-suggestion:hover{border-color:var(--accent);color:var(--accent-light)}.chatbot-msg{display:flex}.chatbot-msg.user{justify-content:flex-end}.chatbot-msg.assistant{justify-content:flex-start}.chatbot-bubble{max-width:85%;font-size:.875rem;line-height:1.6;padding:.625rem .875rem;border-radius:var(--radius-sm);white-space:pre-wrap;word-break:break-word}.chatbot-msg.user .chatbot-bubble{background:var(--accent);color:#fff;border-bottom-right-radius:4px}.chatbot-msg.assistant .chatbot-bubble{background:var(--bg);border:1px solid var(--border);color:var(--text);border-bottom-left-radius:4px}.chatbot-typing{display:flex;gap:4px;align-items:center;padding:.75rem 1rem}.chatbot-typing span{width:6px;height:6px;background:var(--text-muted);border-radius:50%;animation:typing-bounce 1.2s ease-in-out infinite}.chatbot-typing span:nth-child(2){animation-delay:.2s}.chatbot-typing span:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-5px);opacity:1}}.chatbot-input-wrap{display:flex;align-items:flex-end;gap:.5rem;padding:.75rem;border-top:1px solid var(--border)}.chatbot-input{flex:1 1;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-family:inherit;font-size:.875rem;padding:.5rem .75rem;resize:none;transition:border-color .15s}.chatbot-input:focus{outline:none;border-color:var(--accent)}.chatbot-send{width:36px;height:36px;background:var(--accent);border:none;border-radius:var(--radius-sm);color:#fff;font-size:1rem;cursor:pointer;flex-shrink:0;transition:filter .15s;display:flex;align-items:center;justify-content:center}.chatbot-send:hover:not(:disabled){filter:brightness(1.1)}.chatbot-send:disabled{opacity:.4;cursor:not-allowed}@media (max-width:640px){.calendar-main{padding:.75rem}.fc .fc-toolbar{flex-wrap:wrap;gap:.5rem}.form-row{grid-template-columns:1fr}.modal{max-width:100%}}.weekly-page{min-height:100vh;background:#faf6f0}.weekly-body{display:flex;min-height:calc(100vh - 57px)}.weekly-sidebar{width:248px;flex-shrink:0;background:#fffdf9;border-right:1px solid #e8ddcd;padding:16px 0;overflow-y:auto}.weekly-sidebar-title{font-size:11px;color:#9a8470;text-transform:uppercase;letter-spacing:.06em;padding:0 18px 10px}.weekly-sidebar-actions{padding:0 14px 12px}.weekly-list{display:flex;flex-direction:column}.weekly-list-item{text-align:left;padding:10px 18px;background:transparent;border:none;border-left:3px solid transparent;color:#7a6a55;cursor:pointer}.weekly-list-item.active,.weekly-list-item:hover{background:#fbf2e9;color:#3a2e1f}.weekly-list-item.active{border-left-color:#e17055}.weekly-list-date{font-size:13px;font-weight:600}.weekly-list-meta{font-size:11px;color:#b3a48f;margin-top:2px}.weekly-empty{padding:18px;color:#9a8470;font-size:13px;display:flex;flex-direction:column;gap:10px;align-items:flex-start}.weekly-main{flex:1 1;padding:24px 28px;overflow-y:auto;background:#faf6f0}.weekly-detail-head,.weekly-form-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:18px}.weekly-detail-title{font-size:20px;font-weight:700;color:#2d2417;display:flex;align-items:center;gap:12px}.weekly-cat{font-size:11px;font-weight:700;padding:3px 10px;border-radius:999px;background:#fdf0d8;color:#b07d20;border:1px solid #f0d9a8}.weekly-detail-sub{color:#9a8470;font-size:13px;margin-top:4px}.weekly-detail-btns{display:flex;gap:8px;flex-shrink:0}.weekly-card{background:#fff;border:1px solid #ebe2d4;border-radius:12px;margin-bottom:12px;overflow:hidden;box-shadow:0 1px 3px rgba(120,90,50,.05)}.weekly-card-head{display:flex;align-items:center;gap:10px;padding:11px 16px;background:#fbf6ee;border-bottom:1px solid #efe6d8}.weekly-dot{width:7px;height:7px;border-radius:999px;background:#e17055}.weekly-card-topic{font-size:14px;font-weight:700;color:#2d2417}.weekly-owner{font-size:11px;background:#fbe4da;color:#c05a3c;padding:2px 9px;border-radius:999px;font-weight:600;border:1px solid #f2cab9}.weekly-card-cols{display:flex}.weekly-col{flex:1 1;padding:13px 16px;border-right:1px solid #f0e9dd}.weekly-col:last-child{border-right:none;max-width:240px}.weekly-txt{font-size:12.5px;color:#4a3d2c;line-height:1.65;white-space:pre-line}.weekly-col.note .weekly-txt{color:#9a8470;font-style:italic}.lbl{font-size:10px;font-weight:700;letter-spacing:.04em;margin-bottom:6px;text-transform:uppercase;display:block}.lbl.this{color:#0a9e6e}.lbl.next{color:#c98a1e}.lbl.note{color:#a89674}.weekly-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:70%;color:#9a8470;text-align:center;gap:8px}.weekly-placeholder-icon{font-size:40px}.weekly-form-row{display:flex;gap:16px;margin-bottom:16px}.weekly-edit-cols label,.weekly-form-row label{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#9a8470;flex:1 1}.weekly-edit-card input,.weekly-edit-cols textarea,.weekly-form input{background:#fff;border:1px solid #e0d4c0;color:#3a2e1f;border-radius:8px;padding:8px 10px;font-size:13px;font-family:inherit}.weekly-edit-card input:focus,.weekly-edit-cols textarea:focus,.weekly-form input:focus{outline:none;border-color:#e17055}.weekly-edit-card{background:#fff;border:1px solid #ebe2d4;border-radius:12px;padding:14px 16px;margin-bottom:12px}.weekly-edit-card-head{display:flex;gap:10px;margin-bottom:10px;align-items:center}.weekly-edit-topic{flex:2 1}.weekly-edit-dri{flex:1 1}.weekly-row-del{background:transparent;border:1px solid #e0d4c0;color:#9a8470;border-radius:8px;width:30px;height:32px;cursor:pointer}.weekly-row-del:hover{border-color:#e17055;color:#e17055}.weekly-edit-cols{display:flex;gap:12px}.weekly-edit-cols textarea{resize:vertical}.weekly-branches{display:flex;background:#f1ece3;border-radius:10px;padding:4px;gap:4px;margin:0 14px 14px}.weekly-branch{flex:1 1;text-align:center;font-size:12.5px;font-weight:700;padding:8px 6px;border:none;background:transparent;border-radius:7px;color:#9a8470;cursor:pointer}.weekly-branch:hover:not(.active):not(:disabled){color:#6b5a45}.weekly-branch.active{background:#fff;color:#c05a3c;box-shadow:0 1px 2px rgba(120,90,50,.12)}.weekly-branch:disabled{cursor:default;opacity:.7}.weekly-cat.ss{background:#e7f0fb;color:#2b6cb0;border-color:#c3dcf5}.weekly-dot.ss{background:#2b6cb0}.weekly-owner.ss{background:#e7f0fb;color:#2b6cb0;border-color:#c3dcf5}.weekly-card-cols.single .weekly-col{max-width:none}.weekly-txt .weekly-para{margin:0 0 6px}.weekly-txt .weekly-para:last-child{margin-bottom:0}.weekly-empty-cell{color:#b3a48f}.weekly-md-table{border-collapse:collapse;margin:6px 0;font-size:12px;width:100%}.weekly-md-table td,.weekly-md-table th{border:1px solid #e0d4c0;padding:5px 8px;text-align:left;vertical-align:top}.weekly-md-table th{background:#fbf2e9;font-weight:700;color:#6b4a2e}.weekly-attach{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:10px 16px 14px;border-top:1px solid #f0e9dd}.weekly-att-img{position:relative;display:inline-block;line-height:0}.weekly-att-img img{width:84px;height:84px;object-fit:cover;border-radius:8px;border:1px solid #e0d4c0}.weekly-att-file{display:inline-flex;align-items:center;gap:6px;background:#fbf6ee;border:1px solid #e8ddcd;border-radius:8px;padding:5px 10px;font-size:12px}.weekly-att-file a{color:#c05a3c}.weekly-att-del{width:18px;height:18px;border-radius:999px;border:none;background:rgba(0,0,0,.55);color:#fff;font-size:10px;line-height:1;cursor:pointer}.weekly-att-img .weekly-att-del{position:absolute;top:4px;right:4px}.weekly-att-file .weekly-att-del{background:#cbbfa9}.weekly-att-add{font-size:12px;padding:6px 12px;border-radius:8px;border:1px dashed #d8c4a8;background:#fffdf9;color:#9a7a52;cursor:pointer}.weekly-att-add:hover:not(:disabled){border-color:#e17055;color:#c05a3c}.weekly-att-add:disabled{opacity:.6;cursor:default}.weekly-reimport{width:100%;margin-top:8px;font-size:12px;padding:7px 10px;border-radius:var(--radius-sm,8px);border:1px dashed #d8c4a8;background:#fffdf9;color:#9a7a52;cursor:pointer}.weekly-reimport:hover:not(:disabled){border-color:#e17055;color:#c05a3c}.weekly-reimport:disabled{opacity:.5;cursor:default}.cal-toolbar{align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.cal-legend,.cal-toolbar{display:flex;flex-wrap:wrap}.cal-legend{gap:14px}.cal-legend-item{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted)}.cal-legend-dot{width:11px;height:11px;border-radius:3px;display:inline-block}.cal-import-btn{font-size:13px;font-weight:600;padding:8px 14px;border-radius:var(--radius-sm);border:1px solid var(--accent);background:var(--accent);color:#1a1208;cursor:pointer}.cal-import-btn:hover:not(:disabled){background:var(--accent-light)}.cal-import-btn:disabled{opacity:.6;cursor:default}