.btn{cursor:pointer;border:none;border-radius:4px;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:background-color .2s,color .2s;display:inline-block}.btn-primary{background-color:var(--secondary-color);color:var(--background);margin-right:.75rem}.btn-primary:hover{background-color:var(--hover)}.btn-secondary{color:var(--button-muted);background:0 0}.btn-warning{border:2px solid var(--warning);background-color:var(--secondary-color);color:var(--background);margin-right:.75rem}.btn-warning:hover{background-color:var(--warning)}.btn-secondary:hover{color:var(--invert-hover)}.user-button{cursor:pointer;color:var(--secondary-color);background:0 0;border:none;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;display:flex}.user-button:hover{color:var(--invert-hover)}.chevron{font-size:.7rem}.user-menu{background:var(--background);z-index:10;border:1px solid #ddd;border-radius:6px;padding:.5rem;position:absolute;top:3.5rem;right:1.5rem;box-shadow:0 2px 6px #0000001a}.toast{background:var(--background);z-index:2000;border-radius:6px;padding:1rem 1.25rem;font-weight:500;transition:opacity .3s;position:fixed;bottom:2rem;right:2rem;box-shadow:0 2px 8px #00000026}.toast-success{color:#166534;border-left:4px solid #22c55e}.toast-error{color:#991b1b;border-left:4px solid #ef4444}.list-container{margin-top:.5rem}.list-title{margin-bottom:1rem;font-size:1.5rem;font-weight:600}.list-table{border-collapse:collapse;background:var(--surface);border-radius:6px;width:100%;overflow:hidden}.list-table th,.list-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem}.list-table th{background:var(--surface);font-weight:600}.action-buttons{display:flex}.space-left{margin-left:.5rem}.space-right{margin-right:.5rem}.form-container{box-shadow:none;background:0 0;width:100%;max-width:none;padding:0}form{background:var(--surface);border-radius:8px;padding:0}label{flex-direction:column;padding:.5rem 0;font-weight:500;display:flex}.checkbox-label{flex-direction:row;align-items:center;gap:.5rem;font-weight:500;display:flex}.checkbox-label input[type=checkbox]{width:1rem;height:1rem;margin:0}input{border:1px solid #ccc;border-radius:4px;padding:.5rem}textarea{resize:vertical;border:1px solid #ccc;border-radius:4px;padding:.5rem;font-family:inherit;font-size:.9rem}.form-actions{gap:1rem;margin-top:1.5rem;display:flex}.error-message{color:#b91c1c;background-color:#fee2e2;border:1px solid #fecaca;border-radius:4px;margin-bottom:1rem;padding:.75rem 1rem}.review-list{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.review-card{background:var(--surface);border-radius:6px;padding:1rem}.review-card em{color:#374151}.review-date{color:#6b7280;margin-top:.5rem;font-size:.8rem}.modal{z-index:100;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:var(--surface);border-radius:8px;width:90%;max-width:500px;max-height:60vh;padding:1.5rem 2rem;overflow-y:auto}.modal-actions{text-align:center;margin-top:1rem}.multi-select-section{margin-bottom:1.5rem}.scroll-list{border:1px solid #ddd;border-radius:6px;max-height:300px;margin-top:1rem;overflow-y:auto}.selectable-item{cursor:pointer;padding:.5rem .75rem;transition:background .15s}.selectable-item:hover{background:var(--background)}.selectable-item.selected{background:var(--secondary-color);color:var(--surface);font-weight:500}.tab-container{gap:1rem;margin-bottom:1rem;display:flex}.tab-btn{background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;transition:background .2s}.tab-btn.active{background:var(--accent);color:var(--accent-text)}.schedule-list,.category-groups{flex-direction:column;gap:.75rem;display:flex}.schedule-item{background:var(--bg-secondary);border-radius:6px;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.schedule-time{min-width:110px;font-weight:500}.schedule-info{flex-grow:1;margin-left:2rem}.schedule-meta{color:var(--text-secondary);font-size:.85rem}.calendar-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.calendar-day{background:var(--bg-secondary);border-radius:8px;padding:.75rem}.calendar-day-header{margin-bottom:.5rem;font-weight:600}.calendar-event{background:var(--bg-accent);border-radius:4px;margin-bottom:.4rem;padding:.5rem}.progress-bar{background:#eee;border:1px solid #ccc;border-radius:6px;width:100%;height:10px;margin:.5rem 0;overflow:hidden}.progress-bar__fill{background:var(--accent-color,#4caf50);height:100%;transition:width .2s}
