*,: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%}}