@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap";:root{--purple: #4a3a8a;--purple-light: #6b5cb3;--purple-dark: #3D2B7C;--orange: #e88a3a;--orange-soft: #f0a060;--orange-hover: #d07a2e;--cream: #faf9f7;--lavender: #ddd8ec;--lavender-light: #eee9f5;--text: #333;--text-muted: #888;--border: #e8e5e0;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-chip: 20px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--shadow-lg: 0 8px 24px rgba(0,0,0,.12);--shadow-card: 0 2px 8px rgba(61,43,124,.06);--transition: .15s ease}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Nunito,sans-serif;background:var(--cream);color:var(--text);height:100vh;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100vh;display:flex;flex-direction:column}*{scroll-behavior:smooth}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--lavender);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--purple-light)}:focus-visible{outline:2px solid var(--orange);outline-offset:2px;border-radius:4px}.app-container{display:flex;flex-direction:column;height:100vh}.app-body{display:flex;flex:1;overflow:hidden}.topbar{background:linear-gradient(135deg,var(--purple) 0%,var(--purple-light) 100%);color:#fff;padding:10px 24px;display:flex;justify-content:space-between;align-items:center;z-index:10}.logo{font-size:16pt;font-weight:700;letter-spacing:-.3px}.view-toggles{display:flex;gap:8px}.toggle-btn{background:#ffffff14;color:#ffffffbf;border:none;padding:7px 14px;border-radius:var(--radius-sm);font-weight:600;cursor:pointer;font-size:10pt;font-family:inherit;transition:var(--transition);text-decoration:none}.toggle-btn:hover{background:#ffffff26;color:#fff}.toggle-btn.active{background:#fff3;color:#fff}.toggle-btn:active{transform:scale(.97)}.user-menu{display:flex;align-items:center;gap:10px}.user-avatar{width:32px;height:32px;border-radius:50%;border:2px solid rgba(255,255,255,.3);transition:var(--transition)}.user-avatar:hover{border-color:var(--orange)}.user-name{font-weight:700;font-size:11pt;opacity:.9}.sidebar{width:320px;background:#fff;border-right:1px solid var(--lavender);overflow-y:auto;padding:16px;flex-shrink:0}.sidebar-toggle{display:none;align-items:center;justify-content:space-between;padding:8px 0;font-weight:700;color:var(--purple);cursor:pointer;border:none;background:none;font-family:inherit;font-size:11pt;width:100%}.sidebar-toggle-arrow{transition:transform .2s}.sidebar-toggle-arrow.open{transform:rotate(180deg)}.subject-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.subject-tab{padding:7px 14px;border-radius:var(--radius-sm);border:1.5px solid var(--lavender);background:#fff;font-weight:600;font-size:10pt;cursor:pointer;font-family:inherit;transition:var(--transition)}.subject-tab:hover{border-color:var(--purple-light);background:var(--lavender-light)}.subject-tab.active{background:var(--lavender-light);color:var(--purple);border-color:var(--purple-light);font-weight:700}.subject-tab:active{transform:scale(.97)}.subject-tab.add-subject{border-style:dashed;color:var(--text-muted)}.subject-tab.add-subject:hover{border-color:var(--orange);color:var(--orange);background:#fef5ee}.term-header{font-weight:700;font-size:10pt;color:var(--text-muted);padding:10px 0 6px;cursor:pointer;-webkit-user-select:none;user-select:none;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:6px}.term-count{background:var(--lavender);color:var(--purple);font-size:8pt;padding:0 6px;border-radius:8px;font-weight:800}.term-break{font-size:9pt;color:#aaa;font-style:italic;text-transform:none;letter-spacing:0}.term-break .term-count{background:#eee;color:#999}.empty-term-hint{font-size:9pt;color:#bbb;font-style:italic;padding:6px 12px}.week-nav-btn{display:block;width:100%;text-align:left;padding:10px 12px;border-radius:var(--radius-sm);margin-bottom:4px;cursor:pointer;border:1px solid transparent;background:transparent;font-family:inherit;transition:var(--transition)}.week-nav-btn:hover{background:var(--lavender-light)}.week-nav-btn.active{background:var(--lavender-light);color:var(--purple);border:1px solid var(--lavender);border-left:3px solid var(--purple-light);border-radius:var(--radius-sm)}.week-nav-btn:active{transform:scale(.99)}.nav-date{font-size:9pt;font-weight:700;color:var(--orange);letter-spacing:.3px}.week-nav-btn.active .nav-date{color:var(--purple-light)}.nav-title{font-weight:700;font-size:11pt;line-height:1.3}.ag-code{background:#e877221f;color:var(--orange);padding:2px 6px;border-radius:4px;font-size:9pt;font-weight:700;margin-right:4px}.nav-counts{font-size:9pt;opacity:.75;margin-top:4px;display:flex;align-items:center}.main-content{flex:1;overflow-y:auto;padding:32px}.main-content.no-pad{padding:0;overflow:hidden}.header-area{border-bottom:1px solid var(--lavender);padding-bottom:16px;margin-bottom:24px}.header-date{font-size:11pt;color:var(--text-muted);font-weight:600;letter-spacing:.2px}.main-content h2{font-size:20pt;font-weight:700;color:var(--text);line-height:1.3;margin-top:4px}.ag-badge{background:var(--lavender-light);color:var(--purple);padding:3px 10px;border-radius:6px;font-size:10pt;font-weight:700;margin-right:8px;border:1px solid var(--lavender)}.week-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:32px}.day-column{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition)}.day-column:hover{box-shadow:var(--shadow-md)}.day-header{background:var(--lavender-light);color:var(--text-muted);font-weight:700;text-align:center;padding:9px;font-size:10pt;text-transform:uppercase;letter-spacing:.8px}.day-column:nth-child(1) .day-header{background:#e8f5e9;color:#2e7d32}.day-column:nth-child(2) .day-header{background:#e3f2fd;color:#1565c0}.day-column:nth-child(3) .day-header{background:#f3e5f5;color:#7b1fa2}.day-column:nth-child(4) .day-header{background:#fff3e0;color:#e65100}.day-column:nth-child(5) .day-header{background:#fce4ec;color:#c62828}.day-content{padding:10px;display:flex;flex-direction:column;gap:8px;min-height:120px}.plan-card{position:relative;display:flex;flex-direction:column;gap:4px;background:#fff;border:1px solid var(--border);padding:12px 14px;border-radius:10px;min-height:70px;cursor:pointer;color:var(--text);font-weight:600;font-size:11pt;font-family:inherit;transition:all .15s ease;text-align:left;width:100%}.plan-card:hover{border-color:var(--lavender);background:#faf8fd;transform:translateY(-1px);box-shadow:var(--shadow-sm)}.plan-card:active{transform:translateY(0)}.plan-card-walt{font-size:10pt;font-weight:600;line-height:1.45;color:var(--text);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;white-space:normal}.plan-card-walt-empty{color:var(--text-muted);font-style:italic;font-weight:400}.plan-card:hover .plan-card-walt{color:var(--purple)}.plan-card-tag{display:inline-block;margin-top:4px;font-size:8pt;font-weight:700;background:var(--lavender-light);color:var(--purple);padding:2px 8px;border-radius:10px}.plan-card:hover .plan-card-tag{background:var(--lavender)}.plan-card-delete{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:50%;border:none;background:#c0392b00;color:#c0392b00;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;padding:0;line-height:1}.plan-card:hover .plan-card-delete{background:#c0392b14;color:#c0392b}.plan-card-delete:hover{background:#c0392b!important;color:#fff!important}.empty-slot{text-align:center;color:var(--lavender);font-style:italic;padding:24px 10px;font-size:10pt}.empty-slot-btn{background:none;border:2px dashed var(--lavender);border-radius:8px;padding:12px;color:var(--purple);font-weight:700;font-size:10pt;font-family:inherit;cursor:pointer;width:100%;transition:all .2s}.empty-slot-btn:hover{border-color:var(--orange);color:var(--orange);background:#e877220d}.plan-search-wrap{position:relative;margin-bottom:16px;max-width:320px}.plan-search{width:100%;padding:8px 32px 8px 14px;border:2px solid var(--lavender);border-radius:8px;font-family:inherit;font-size:10.5pt;font-weight:600}.plan-search:focus{outline:none;border-color:var(--purple)}.plan-search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:16pt;color:#666;cursor:pointer;line-height:1;padding:0 4px}.resources-section{margin-top:32px}.resources-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}.resources-section h3{font-size:13pt;color:var(--text-muted);font-weight:700;margin:0;text-transform:uppercase;letter-spacing:.5px}.resources-grid{display:flex;flex-wrap:wrap;gap:10px}.resource-card{background:#fff;border:1px solid var(--border);border-left:3px solid var(--orange-soft);padding:10px 16px;border-radius:var(--radius-sm);color:var(--text);font-weight:600;font-size:10.5pt;font-family:inherit;cursor:pointer;transition:all .15s ease}.resource-card:hover{border-color:var(--purple-light);border-left-color:var(--orange);background:var(--lavender-light);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.resource-card:active{transform:translateY(0)}.resource-card-wrap{position:relative;display:inline-flex}.resource-card-delete{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border-radius:50%;border:2px solid white;background:#c0392b;color:#fff;font-size:12px;font-weight:700;cursor:pointer;opacity:0;transition:opacity .2s;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;box-shadow:0 1px 4px #0003;z-index:1}.resource-card-wrap:hover .resource-card-delete{opacity:1}.empty-state{text-align:center;padding:80px 24px}.empty-state h2{color:var(--purple);font-size:20pt;font-weight:700;margin-bottom:8px}.empty-state p{font-size:13pt;color:var(--text-muted);margin-bottom:24px;max-width:400px;margin-left:auto;margin-right:auto;line-height:1.5}.empty-state .btn-primary{margin-bottom:8px}.empty-state:before{content:"";display:block;width:64px;height:64px;margin:0 auto 24px;background:var(--lavender);border-radius:50%;opacity:.5}.btn-primary{background:var(--purple-light);color:#fff;border:none;padding:10px 24px;border-radius:var(--radius-sm);font-weight:600;font-size:11pt;cursor:pointer;font-family:inherit;transition:all .15s ease}.btn-primary:hover{background:var(--purple);transform:translateY(-1px);box-shadow:0 4px 12px #3d2b7c1f}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none;background:var(--text-muted)}.login-page{height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--purple) 0%,#2a1d5c 100%)}.login-card{background:#fff;padding:64px 56px;border-radius:var(--radius-lg);text-align:center;box-shadow:0 16px 48px #00000040;max-width:440px;width:100%}.login-card h1{color:var(--purple);font-size:32pt;margin-bottom:8px;letter-spacing:-.5px}.login-card p{color:var(--text-muted);font-size:13pt;line-height:1.5}.onboarding-page{height:100vh;display:flex;align-items:center;justify-content:center;background:var(--cream)}.onboarding-card{background:#fff;padding:40px;border-radius:var(--radius-lg);width:100%;max-width:560px;box-shadow:var(--shadow-lg)}.step-indicator{display:flex;gap:8px;margin-bottom:32px;justify-content:center}.step-dot{padding:6px 16px;border-radius:var(--radius-chip);font-size:10pt;font-weight:700;background:#f0ece6;color:var(--text-muted);transition:var(--transition)}.step-dot.active{background:var(--orange);color:#fff;box-shadow:0 2px 8px #e877224d}.step-dot.done{background:var(--purple);color:#fff;opacity:.85}.onboarding-step h2{color:var(--purple);font-size:18pt;margin-bottom:24px;line-height:1.3}.onboarding-step p{color:var(--text-muted);font-size:11pt;margin-bottom:16px;line-height:1.5}.onboarding-step label{display:block;margin-bottom:16px;font-weight:700;font-size:11pt;color:var(--text)}.onboarding-step input,.onboarding-step select,.onboarding-step textarea{display:block;width:100%;margin-top:8px;padding:10px 14px;border:2px solid var(--lavender);border-radius:var(--radius-sm);font-size:12pt;font-family:inherit;transition:border-color .2s ease}.onboarding-step input:focus,.onboarding-step select:focus,.onboarding-step textarea:focus{outline:none;border-color:var(--purple);box-shadow:0 0 0 3px #3d2b7c1a}.group-row{display:flex;gap:8px;margin-bottom:8px;align-items:center}.group-row input{flex:1}.group-row select{width:140px}.group-row button{background:none;border:1px solid var(--border);padding:8px 12px;border-radius:var(--radius-sm);cursor:pointer;font-family:inherit;font-weight:700;font-size:10pt;color:#c0392b;transition:var(--transition)}.group-row button:hover{background:#fdecea;border-color:#c0392b}.step-nav{display:flex;justify-content:space-between;margin-top:24px}.step-nav button:first-child:not(.btn-primary){background:none;border:2px solid var(--lavender);padding:10px 24px;border-radius:var(--radius-sm);font-weight:800;font-size:12pt;cursor:pointer;font-family:inherit;color:var(--purple);transition:var(--transition)}.step-nav button:first-child:not(.btn-primary):hover{border-color:var(--purple);background:var(--lavender-light)}.loading-screen{height:100vh;display:flex;align-items:center;justify-content:center;font-size:16pt;color:var(--purple);font-weight:700}.loading-screen:after{content:"";display:inline-block;width:24px;height:24px;border:3px solid var(--lavender);border-top-color:var(--purple);border-radius:50%;margin-left:12px;animation:spin .8s linear infinite}.editor-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#f4f3f6;display:flex;flex-direction:column}.editor-toolbar{background:#fff;color:var(--text);padding:0 16px;height:48px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid var(--border);z-index:10}.tb-section{display:flex;align-items:center;gap:8px}.tb-actions{display:flex;align-items:center;gap:4px}.tb-back{background:none;border:none;color:var(--text);padding:6px 12px;border-radius:6px;cursor:pointer;font-family:inherit;font-size:11pt;font-weight:600;transition:var(--transition)}.tb-back:hover{background:var(--lavender-light);color:var(--purple)}.tb-file{display:flex;align-items:center;gap:6px}.tb-filename{font-weight:700;font-size:13pt;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:240px}.tb-unsaved-dot{width:8px;height:8px;border-radius:50%;background:var(--orange);flex-shrink:0}.tb-group{display:flex;align-items:center;background:var(--cream);border-radius:8px;padding:2px;gap:1px}.tb-btn{background:transparent;border:none;color:var(--text);padding:6px 12px;border-radius:6px;cursor:pointer;font-family:inherit;font-weight:600;font-size:11pt;transition:all .12s ease;white-space:nowrap}.tb-btn:hover{background:#fff;color:var(--purple);box-shadow:0 1px 3px #00000014}.tb-btn.active{background:#fff;color:var(--purple);font-weight:700;box-shadow:0 1px 3px #00000014}.tb-btn:disabled{opacity:.3;cursor:not-allowed}.tb-btn-sm{padding:6px 8px;font-size:13pt}.tb-zoom-group{gap:0}.tb-zoom-label{font-size:10pt;min-width:40px;text-align:center;font-weight:600;color:var(--text-muted);font-variant-numeric:tabular-nums}.tb-sep{width:1px;height:24px;background:var(--border);margin:0 4px;flex-shrink:0}.tb-save{background:transparent;border:1.5px solid var(--border);color:var(--text-muted);padding:6px 20px;border-radius:6px;cursor:pointer;font-family:inherit;font-weight:600;font-size:11pt;transition:all .12s ease}.tb-save.has-changes{background:var(--purple);color:#fff;border-color:var(--purple)}.tb-save.has-changes:hover{background:var(--purple-dark)}.tb-save:disabled{opacity:.5;cursor:default}.toolbar-more-wrap{position:relative}.toolbar-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:10px;box-shadow:0 8px 32px #0000001f,0 1px 4px #0000000f;border:1px solid var(--border);padding:6px;min-width:200px;z-index:50;animation:dropdownSlideIn .15s ease}.toolbar-dropdown-divider{height:1px;background:var(--border);margin:4px 8px}.menu-check{color:var(--purple);font-weight:700}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.toolbar-close{background:none;border:1.5px solid var(--border);color:var(--text-muted);padding:6px 14px;border-radius:var(--radius-sm);cursor:pointer;font-family:inherit;font-weight:600;font-size:10pt;transition:var(--transition)}.toolbar-close:hover{background:var(--lavender-light);border-color:var(--lavender);color:var(--purple)}.toolbar-dropdown button{display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left;padding:8px 12px;border:none;background:none;font-family:inherit;font-weight:600;font-size:10pt;color:var(--text);border-radius:6px;cursor:pointer;transition:background .12s}.toolbar-dropdown button:hover{background:var(--lavender-light);color:var(--purple)}.editor-body{flex:1;display:flex;overflow:hidden}.component-lib::-webkit-resizer,.properties-panel::-webkit-resizer,.ai-edit-panel::-webkit-resizer{background:transparent}.editor-frame-container{flex:1;overflow:auto;display:flex;justify-content:center;padding:30px;background:linear-gradient(135deg,#e8e8ec,#dcdce2,#e4e4ea);background-image:linear-gradient(135deg,#e8e8ec,#dcdce2,#e4e4ea),radial-gradient(circle at 20px 20px,rgba(0,0,0,.015) 1px,transparent 1px);background-size:100% 100%,20px 20px}.editor-iframe{border:none;background:#fff;box-shadow:0 1px 4px #0000000f,0 4px 16px #00000014,0 12px 40px #0000001a;min-height:1123px;border-radius:2px}.theme-strip{background:#fff;border-bottom:1.5px solid var(--lavender);padding:8px 16px;display:flex;align-items:center;gap:16px;flex-wrap:wrap;box-shadow:0 1px 4px #0000000a}.theme-label{font-weight:800;font-size:10pt;color:var(--purple)}.theme-colors{display:flex;align-items:center;gap:6px}.swatch-wrap{position:relative;width:28px;height:28px}.swatch{width:28px;height:28px;border-radius:6px;border:2px solid #ddd;cursor:pointer;pointer-events:none;transition:transform .15s,box-shadow .15s}.swatch-picker{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:28px;height:28px}.theme-presets{display:flex;align-items:center;gap:6px}.preset-btn{display:flex;align-items:center;gap:4px;padding:5px 10px;border:1.5px solid var(--lavender);border-radius:8px;background:#fff;cursor:pointer;font-family:inherit;transition:all .15s ease}.preset-btn:hover{border-color:var(--orange);background:#fef8f2;transform:translateY(-1px);box-shadow:0 2px 8px #e877221f}.preset-swatches{display:flex;gap:2px}.preset-dot{width:12px;height:12px;border-radius:4px;box-shadow:inset 0 0 0 1px #00000014}.preset-name{font-size:9pt;font-weight:700}.ai-edit-panel{width:340px;min-width:260px;max-width:500px;background:#fff;border-left:1px solid var(--border);padding:16px;display:flex;flex-direction:column;overflow-y:auto;resize:horizontal;direction:rtl;overflow:auto}.ai-edit-panel>*{direction:ltr}.ai-edit-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.ai-edit-header h3{margin:0;color:var(--purple);font-size:14pt}.ai-edit-hint{font-size:10pt;color:#666;margin-bottom:12px;line-height:1.5}.ai-edit-textarea{width:100%;padding:10px 12px;border:2px solid var(--lavender);border-radius:8px;font-family:inherit;font-size:11pt;resize:vertical;line-height:1.5;transition:border-color .15s}.ai-edit-textarea:focus{outline:none;border-color:var(--purple)}.ai-stream-output{margin-top:12px;padding:12px;background:#f8f6f3;border:1.5px solid #e8e4de;border-radius:10px;font-size:10pt;white-space:pre-wrap;max-height:200px;overflow-y:auto;line-height:1.6}.settings-page{max-width:760px}.settings-header{margin-bottom:24px}.settings-page h2{color:var(--purple);font-size:22pt;margin-bottom:4px}.settings-subtitle{color:var(--text-muted);font-size:11pt}.settings-tabs{display:flex;gap:6px;margin-bottom:24px;flex-wrap:wrap}.settings-tab-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:var(--radius-chip);border:2px solid var(--lavender);background:#fff;color:var(--purple);font-family:inherit;font-weight:700;font-size:10pt;cursor:pointer;transition:var(--transition)}.settings-tab-btn:hover{background:var(--lavender-light);border-color:var(--purple)}.settings-tab-btn.active{background:var(--purple);color:#fff;border-color:var(--purple)}.tab-icon{font-size:13pt}.settings-content{background:#fff;padding:28px;border-radius:var(--radius-lg);border:2px solid var(--lavender);box-shadow:var(--shadow-card)}.section-header{margin-bottom:20px}.section-header h3{color:var(--purple);font-size:14pt;margin-bottom:4px}.section-desc{color:var(--text-muted);font-size:10pt;line-height:1.5}.settings-form label{display:block;margin-bottom:16px}.form-label{font-weight:700;color:var(--text);font-size:11pt}.settings-form input,.settings-form select{display:block;width:100%;margin-top:6px;padding:10px 14px;border:2px solid var(--lavender);border-radius:var(--radius-sm);font-size:12pt;font-family:inherit;transition:border-color .2s ease;background:var(--cream)}.settings-form input:focus,.settings-form select:focus{outline:none;border-color:var(--purple);background:#fff;box-shadow:0 0 0 3px #3d2b7c14}.form-actions{margin-top:8px}.settings-list{display:flex;flex-direction:column;gap:8px}.settings-card{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--cream);border-radius:var(--radius-sm);border:1.5px solid transparent;transition:var(--transition)}.settings-card:hover{border-color:var(--lavender);background:#fff}.settings-card-row{gap:10px}.settings-card.new-card{background:#fff;border:2px dashed var(--lavender)}.card-main{display:flex;align-items:center;gap:10px;flex:1}.card-title{font-weight:800;color:var(--text);flex-shrink:0}.card-meta{font-size:10pt;color:var(--text-muted);margin-left:auto;margin-right:8px}.card-actions{display:flex;gap:4px;flex-shrink:0}.card-edit-form{display:flex;align-items:center;gap:8px;width:100%;flex-wrap:wrap}.card-edit-form input{flex:1;min-width:120px;padding:8px 12px;border:2px solid var(--lavender);border-radius:6px;font-family:inherit;font-size:11pt;transition:border-color .15s ease}.card-edit-form input:focus{outline:none;border-color:var(--purple)}.card-edit-form select{padding:8px 10px;border:2px solid var(--lavender);border-radius:6px;font-family:inherit;font-size:11pt}.card-edit-actions{display:flex;gap:6px}.ability-badge{display:inline-block;padding:2px 10px;border-radius:12px;color:#fff;font-size:9pt;font-weight:700;letter-spacing:.3px}.btn-icon{background:none;border:1.5px solid var(--lavender);width:32px;height:32px;border-radius:8px;cursor:pointer;font-size:13px;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.btn-icon:hover{border-color:var(--purple);background:var(--lavender-light)}.btn-icon-danger:hover{border-color:#c0392b;background:#fdecea}.btn-icon-sm{background:none;border:1px solid var(--lavender);width:28px;height:28px;border-radius:6px;cursor:pointer;font-size:12px;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.btn-icon-sm:hover{border-color:var(--purple);background:var(--lavender-light)}.btn-icon-sm.btn-icon-danger:hover{border-color:#c0392b;background:#fdecea}.btn-sm{padding:6px 14px;border:1.5px solid var(--lavender);border-radius:6px;background:#fff;font-family:inherit;font-size:10pt;font-weight:700;color:var(--purple);cursor:pointer;transition:var(--transition)}.btn-sm:hover{border-color:var(--purple);background:var(--lavender-light)}.btn-sm.btn-primary{background:var(--orange);border-color:var(--orange);color:#fff}.btn-sm.btn-primary:hover{background:var(--orange-hover)}.btn-add{display:flex;align-items:center;justify-content:center;gap:6px;padding:12px;border:2px dashed var(--lavender);border-radius:var(--radius-sm);background:none;color:var(--purple);font-family:inherit;font-weight:700;font-size:11pt;cursor:pointer;transition:var(--transition);width:100%}.btn-add:hover{border-color:var(--orange);color:var(--orange);background:#fef5ee}.btn-add span{font-size:16pt;font-weight:800;line-height:1}.student-group-select{padding:6px 10px;border:2px solid var(--lavender);border-radius:6px;font-family:inherit;font-size:10pt;transition:border-color .15s ease}.student-group-select:focus{outline:none;border-color:var(--purple)}.new-student-input{flex:1;padding:8px 12px;border:2px solid var(--lavender);border-radius:6px;font-family:inherit;font-size:11pt}.new-student-input:focus{outline:none;border-color:var(--purple)}.empty-state{display:flex;flex-direction:column;align-items:center;gap:8px;padding:32px 20px;color:var(--text-muted);text-align:center}.empty-icon{font-size:32pt;opacity:.5}.empty-state p{font-size:11pt;max-width:300px;line-height:1.5}.subject-card-wrapper{border-radius:var(--radius-sm);overflow:hidden}.subject-card{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:var(--cream);cursor:pointer;border:1.5px solid transparent;transition:var(--transition);border-radius:var(--radius-sm)}.subject-card:hover{border-color:var(--lavender);background:#fff}.subject-card.expanded{border-radius:var(--radius-sm) var(--radius-sm) 0 0;background:#fff;border-color:var(--lavender);border-bottom:none}.subject-card-left{display:flex;align-items:center;gap:12px}.subject-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18pt;flex-shrink:0}.subject-info{display:flex;flex-direction:column}.subject-name{font-weight:800;font-size:11pt}.subject-meta{font-size:9pt;color:var(--text-muted)}.subject-card-actions{display:flex;align-items:center;gap:4px}.expand-arrow{font-size:14pt;color:var(--text-muted);transition:transform .2s ease;margin-left:4px}.expand-arrow.open{transform:rotate(180deg)}.subject-expanded{padding:20px;background:#fff;border:1.5px solid var(--lavender);border-top:none;border-radius:0 0 var(--radius-sm) var(--radius-sm)}.row-name{font-weight:800;flex:1}.row-meta{font-size:10pt;color:var(--text-muted)}.row-delete{background:none;border:none;color:#c0392b;cursor:pointer;font-weight:700;font-family:inherit;padding:4px 8px;border-radius:4px;transition:var(--transition)}.row-delete:hover{background:#fdecea}.schedule-block{margin-bottom:20px}.schedule-block .form-label{display:block;font-weight:700;margin-bottom:8px;font-size:11pt}.schedule-hint{font-size:9pt;color:var(--text-muted);margin-bottom:8px;margin-top:-4px}.structure-options{display:flex;gap:6px;flex-wrap:wrap}.structure-btn{padding:8px 16px;border:2px solid var(--lavender);border-radius:var(--radius-chip);background:#fff;font-family:inherit;font-weight:700;font-size:10pt;color:var(--purple);cursor:pointer;transition:var(--transition)}.structure-btn:hover{border-color:var(--purple);background:var(--lavender-light)}.structure-btn.active{background:var(--purple);color:#fff;border-color:var(--purple)}.periods-list{display:flex;flex-direction:column;gap:8px}.period-row{display:flex;align-items:center;gap:8px;padding:10px 12px;background:var(--cream);border-radius:var(--radius-sm);flex-wrap:wrap}.period-name{width:120px;padding:6px 10px;border:2px solid var(--lavender);border-radius:6px;font-family:inherit;font-size:10pt;font-weight:700}.period-name:focus{outline:none;border-color:var(--purple)}.period-dates{display:flex;align-items:center;gap:6px;flex:1}.period-dates input[type=date]{padding:6px 8px;border:2px solid var(--lavender);border-radius:6px;font-family:inherit;font-size:10pt;flex:1;min-width:130px}.period-dates input[type=date]:focus{outline:none;border-color:var(--purple)}.period-to{font-size:9pt;color:var(--text-muted);font-weight:700}.btn-add-sm{padding:8px;border:2px dashed var(--lavender);border-radius:var(--radius-sm);background:none;color:var(--purple);font-family:inherit;font-weight:700;font-size:10pt;cursor:pointer;transition:var(--transition);width:100%;text-align:center}.btn-add-sm:hover{border-color:var(--orange);color:var(--orange);background:#fef5ee}.teaching-days{display:flex;gap:6px;flex-wrap:wrap}.day-toggle{width:52px;height:44px;border:2px solid var(--lavender);border-radius:var(--radius-sm);background:#fff;font-family:inherit;font-weight:800;font-size:11pt;color:var(--text-muted);cursor:pointer;transition:var(--transition)}.day-toggle:hover{border-color:var(--purple)}.day-toggle.active{background:var(--purple);color:#fff;border-color:var(--purple)}.drop-zone{border:2.5px dashed var(--lavender);border-radius:var(--radius-md);padding:24px;text-align:center;cursor:pointer;transition:.2s;margin-bottom:16px;display:flex;flex-direction:column;align-items:center;gap:4px}.drop-zone:hover,.drop-zone.drag-over{border-color:var(--orange);background:#fef5ee}.drop-icon{font-size:24pt;opacity:.6}.drop-text{font-weight:700;color:var(--text-muted);font-size:11pt}.drop-formats{font-size:9pt;color:#777}.upload-progress{display:flex;align-items:center;gap:8px;color:var(--orange);font-weight:700}.upload-spinner{width:18px;height:18px;border:3px solid var(--lavender);border-top-color:var(--orange);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.doc-list{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.doc-list-header{display:flex;align-items:center;justify-content:space-between;padding:0 4px 6px;font-size:10pt;font-weight:700;color:var(--text-muted);border-bottom:1px solid var(--lavender);margin-bottom:2px}.doc-count{background:var(--lavender);color:var(--purple);padding:1px 8px;border-radius:10px;font-size:9pt;font-weight:800}.doc-row{display:flex;align-items:center;gap:10px;padding:8px 12px;background:var(--cream);border-radius:8px;transition:var(--transition)}.doc-row:hover{background:var(--lavender-light)}.doc-type-badge{width:36px;height:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:7pt;font-weight:800;letter-spacing:.5px;flex-shrink:0}.doc-info{display:flex;flex-direction:column;flex:1;min-width:0}.doc-name{font-weight:700;font-size:10pt;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-meta{font-size:9pt;color:var(--text-muted)}.doc-actions{display:flex;gap:4px;flex-shrink:0}.empty-state-sm{color:var(--text-muted);font-size:10pt;text-align:center;padding:16px;line-height:1.6;font-style:italic;margin-bottom:16px}.empty-hint{color:#666;font-style:italic;padding:20px;text-align:center}.context-summary-section{margin-top:16px;padding-top:16px;border-top:1.5px solid var(--lavender)}.context-summary-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.context-summary-header h4{color:var(--purple);font-size:11pt;margin-bottom:2px}.context-summary-desc{font-size:9pt;color:var(--text-muted);line-height:1.4}.processing-badge{display:inline-block;margin-left:6px;padding:1px 8px;background:#fef5ee;color:var(--orange);border-radius:8px;font-size:8pt;font-weight:700;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.context-summary-content{background:var(--cream);border:1.5px solid var(--lavender);border-radius:var(--radius-sm);padding:12px 14px;font-size:10pt;line-height:1.6;color:var(--text);white-space:pre-wrap;max-height:300px;overflow-y:auto}.context-summary-empty{color:var(--text-muted);font-size:10pt;font-style:italic;padding:12px;text-align:center}.context-summary-edit textarea{width:100%;padding:12px;border:2px solid var(--lavender);border-radius:var(--radius-sm);font-family:inherit;font-size:10pt;line-height:1.6;resize:vertical;transition:border-color .15s ease}.context-summary-edit textarea:focus{outline:none;border-color:var(--purple)}.context-summary-edit .card-edit-actions{margin-top:8px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2d23464d;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:200;display:flex;align-items:center;justify-content:center;animation:modal-overlay-in .2s ease-out}@keyframes modal-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes modal-content-in{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-card{background:#fff;padding:28px;border-radius:var(--radius-lg);width:100%;max-width:460px;box-shadow:var(--shadow-lg);animation:modal-content-in .25s ease-out}.modal-card h3{color:var(--purple);margin-bottom:16px}.modal-card label{display:block;margin-bottom:12px;font-weight:700}.modal-card input,.modal-card select{display:block;width:100%;margin-top:4px;padding:10px 14px;border:2px solid var(--lavender);border-radius:var(--radius-sm);font-family:inherit;font-size:11pt;transition:border-color .15s ease,box-shadow .15s ease}.modal-card input:focus,.modal-card select:focus{outline:none;border-color:var(--purple);box-shadow:0 0 0 3px #3d2b7c14}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.sf-label{display:block;margin-bottom:14px;font-weight:700;font-size:10.5pt;color:var(--text)}.sf-label-sm{flex:1}.sf-input{display:block;width:100%;margin-top:4px;padding:10px 14px;border:1.5px solid var(--lavender);border-radius:var(--radius-sm);font-family:inherit;font-size:11pt}.sf-input:focus{outline:none;border-color:var(--purple)}.sf-row{display:flex;gap:16px}.sf-color-wrap{display:flex;align-items:center;gap:8px;margin-top:4px}.sf-color-preview{width:36px;height:36px;border:2px solid var(--lavender);border-radius:8px;cursor:pointer;position:relative;overflow:hidden;transition:border-color .15s}.sf-color-preview:hover{border-color:var(--purple)}.sf-color-input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.sf-color-hex{font-size:10pt;color:var(--text-muted);font-weight:600;font-family:monospace}.sf-hint{font-size:9.5pt;color:var(--text-muted);margin:2px 0 10px;line-height:1.4}.sf-day-colors{margin-bottom:8px}.sf-day-grid{display:flex;gap:8px}.sf-day-item{display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer}.sf-day-preview{width:64px;height:48px;border:2px solid var(--lavender);border-radius:8px;cursor:pointer;position:relative;overflow:hidden;transition:border-color .15s}.sf-day-preview:hover{border-color:var(--purple)}.sf-day-input{position:absolute;top:-10px;left:-10px;width:200%;height:200%;opacity:0;cursor:pointer}.sf-day-name{font-size:9pt;font-weight:700;color:var(--text-muted)}.sf-presets{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.sf-preset-btn{display:flex;align-items:center;gap:6px;padding:5px 10px;border:1.5px solid var(--lavender);border-radius:6px;background:#fff;cursor:pointer;font-family:inherit;transition:var(--transition)}.sf-preset-btn:hover{border-color:var(--purple);background:var(--lavender-light)}.sf-preset-dots{display:flex;gap:3px}.sf-preset-dot{width:10px;height:10px;border-radius:50%;border:1px solid rgba(0,0,0,.1)}.sf-preset-name{font-size:9pt;font-weight:600;color:var(--text-muted)}.component-lib{width:280px;min-width:200px;max-width:450px;background:#fff;border-right:1px solid var(--border);padding:12px;display:flex;flex-direction:column;gap:10px;overflow-y:auto;flex-shrink:0;resize:horizontal;overflow:auto}.component-lib h3{margin:0 0 6px;color:var(--text);font-size:12pt;font-weight:700;border-bottom:1px solid var(--border);padding-bottom:8px}.lib-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.lib-tab{background:#fff;border:2px solid var(--lavender);border-radius:8px;padding:7px 4px;font-weight:800;color:var(--purple);cursor:pointer;font-size:9pt;text-align:center;font-family:inherit;transition:all .15s ease}.lib-tab.active{background:var(--purple);color:#fff;border-color:var(--purple);box-shadow:0 2px 6px #3d2b7c40}.lib-panel{display:flex;flex-direction:column;gap:8px;overflow-y:auto;padding-right:4px}.comp-btn{background:#fff;border:1.5px solid var(--lavender);border-radius:10px;padding:10px 12px;cursor:pointer;text-align:left;font-family:inherit;font-weight:700;color:#222;font-size:11pt;transition:all .18s ease}.comp-btn:hover{border-color:var(--orange);box-shadow:0 3px 10px #e8772226;transform:translateY(-2px)}.comp-hint{font-size:9pt;color:#666;font-weight:400;display:block;margin-top:4px}.comp-tip{font-size:10pt;color:var(--purple);background:linear-gradient(135deg,#f6f3fc,#fdf8f2);border:1.5px solid var(--lavender);border-left:3px solid var(--orange);padding:10px 12px;border-radius:8px;line-height:1.5}.comp-tip strong{color:var(--orange)}.properties-panel{width:280px;min-width:220px;max-width:400px;background:#fff;border-left:1px solid var(--border);padding:10px;display:flex;flex-direction:column;gap:6px;overflow-y:auto;flex-shrink:0;resize:horizontal;direction:rtl;overflow:auto}.properties-panel>*{direction:ltr}.properties-panel h3{margin:0;color:var(--text);font-size:12pt;font-weight:700;border-bottom:1px solid var(--border);padding-bottom:8px}.prop-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px 12px}.prop-grid-full{grid-column:1 / -1}.prop-type-label{font-size:9pt;color:var(--orange);font-weight:800;margin-top:-4px;font-family:monospace;background:#fef5ee;padding:2px 8px;border-radius:4px;display:inline-block}.prop-empty{font-size:10pt;color:#666;font-style:italic;padding:12px 0}.prop-group{display:flex;flex-direction:column;gap:4px;min-width:0}.prop-label{font-size:9pt;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.3px}.prop-input-row{display:flex;align-items:center;gap:4px;min-width:0}.prop-size-row{display:flex;align-items:center;gap:4px}.prop-link-btn{background:none;border:none;cursor:pointer;color:var(--border);padding:2px;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .12s;position:relative}.prop-link-btn:hover{color:var(--purple-light);background:var(--lavender-light)}.prop-link-btn.linked{color:var(--purple)}.prop-link-btn:after{content:attr(title);position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);background:var(--text);color:#fff;font-size:8.5pt;font-weight:600;padding:3px 8px;border-radius:4px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s;z-index:10}.prop-link-btn:hover:after{opacity:1}.prop-input{flex:1;min-width:0;padding:6px;border:1.5px solid var(--lavender);border-radius:6px;font-family:inherit;font-size:10pt;font-weight:700;text-align:center;transition:border-color .15s}.prop-input:focus{outline:none;border-color:var(--orange)}.size-label{font-size:9pt;font-weight:800;color:#666;width:16px;text-align:center}.px-label{font-size:10pt;color:#666;font-weight:700}.prop-color{height:34px;border-radius:6px;border:1.5px solid var(--lavender);background:#fff;width:100%;cursor:pointer;transition:border-color .15s}.prop-color:hover{border-color:var(--orange)}.prop-button-row{display:flex;gap:8px}.prop-button-row .action-btn{flex:1;padding:8px}.prop-divider{border-top:1.5px solid var(--lavender);margin:6px 0}.action-btn{background:var(--cream);color:var(--text);border:1px solid var(--border);border-radius:6px;padding:7px 10px;font-family:inherit;font-weight:600;cursor:pointer;transition:all .12s ease;font-size:9pt}.action-btn:hover{background:var(--lavender-light);border-color:var(--lavender);color:var(--purple)}.action-btn.secondary{background:#fff;color:var(--text);border:1px solid var(--border)}.action-btn.secondary:hover{background:var(--lavender-light);border-color:var(--lavender);color:var(--purple)}.action-btn.danger{background:#fff;color:#c0392b;border:1px solid #e0c0bc}.action-btn.danger:hover{background:#fef0ee;border-color:#d49a94}.today-page{max-width:680px;padding:24px 32px;margin:0 auto}.today-page-centered{max-width:none;display:flex;align-items:center;justify-content:center;height:100%;padding:32px}.today-date-header{font-size:18pt;font-weight:700;color:var(--text);margin-bottom:8px}.today-week-info{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:24px;font-size:12pt;color:#555}.today-theme{font-weight:700;color:var(--text)}.today-term{font-weight:600;color:var(--text-muted)}.today-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:18px 22px;margin-bottom:14px;transition:var(--transition)}.today-card:hover{border-color:var(--lavender);box-shadow:var(--shadow-sm)}.today-card h3{font-size:12pt;color:var(--text);font-weight:700;margin-bottom:12px}.today-plan-btn{display:flex;justify-content:space-between;align-items:center;width:100%;padding:14px 18px;border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;cursor:pointer;font-family:inherit;transition:all .15s ease}.today-plan-btn:hover{border-color:var(--purple-light);background:var(--lavender-light);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.today-plan-btn:active{transform:translateY(0)}.today-plan-title{font-weight:700;font-size:12pt;color:var(--text)}.today-plan-btn:hover .today-plan-title{color:var(--purple)}.today-plan-arrow{font-weight:600;font-size:10pt;color:var(--text-muted);transition:var(--transition)}.today-plan-btn:hover .today-plan-arrow{color:var(--purple);transform:translate(2px)}.today-empty{color:var(--text-muted);font-style:italic;font-size:11pt;padding:8px 0}.today-rotation-table{width:100%;border-collapse:collapse}.today-rotation-table th{text-align:left;font-size:9pt;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.3px;padding:6px 12px;border-bottom:1px solid var(--border)}.today-rotation-table td{padding:10px 12px;border-bottom:1px solid var(--cream);font-size:10.5pt}.today-rotation-table tr:last-child td{border-bottom:none}.rotation-group{font-weight:700}.rotation-tc{color:var(--purple);font-weight:700}.today-resources-list{display:flex;flex-wrap:wrap;gap:8px}.today-resource-btn{background:#fff;border:1px solid var(--border);padding:8px 16px;border-radius:var(--radius-sm);font-family:inherit;font-weight:600;color:var(--text);cursor:pointer;font-size:10pt;transition:all .15s ease}.today-resource-btn:hover{border-color:var(--purple-light);background:var(--lavender-light);color:var(--purple);transform:translateY(-1px)}.today-resource-btn:active{transform:translateY(0)}.today-obs-form label{display:block;margin-bottom:12px;font-weight:600;font-size:10.5pt;color:var(--text)}.today-obs-form select,.today-obs-form textarea{display:block;width:100%;margin-top:4px;padding:9px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-family:inherit;font-size:10.5pt;transition:border-color .15s}.today-obs-form select:focus,.today-obs-form textarea:focus{outline:none;border-color:var(--purple-light)}.today-obs-footer{display:flex;justify-content:space-between;align-items:center;margin-top:4px}.today-obs-date{font-size:10pt;color:var(--text-muted)}.today-obs-success{margin-top:12px;padding:10px 16px;border-radius:var(--radius-sm);background:#e8f5e9;color:#2e7d32;font-weight:700;font-size:10pt;animation:fadeSlideIn .3s ease}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.today-weekend-card{text-align:center;max-width:440px}.today-weekend-emoji{font-size:56pt;display:block;margin-bottom:16px;line-height:1}.today-weekend-card h2{color:var(--text);font-size:22pt;font-weight:700;margin-bottom:8px}.today-weekend-card p{color:var(--text-muted);font-size:12pt;line-height:1.6;margin:0 auto;max-width:360px}.today-weekend-date{display:block;margin-top:24px;font-size:10pt;color:var(--text-muted);font-weight:600}.ai-modal-content{background:#fff;padding:28px;border-radius:var(--radius-lg);width:100%;max-width:580px;max-height:85vh;overflow-y:auto;display:flex;flex-direction:column;box-shadow:0 16px 48px #0000002e,0 0 0 1px #0000000a;animation:modal-content-in .25s ease-out}.ai-modal-content.ai-modal-wide{max-width:680px}.ai-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:14px;border-bottom:2px solid var(--lavender)}.ai-modal-header h3{color:var(--purple);margin:0;display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:16pt}.ai-modal-theme{font-weight:600;font-size:12pt;color:var(--text)}.ai-modal-label{display:block;margin-bottom:14px;font-weight:700;font-size:11pt}.ai-modal-textarea{display:block;width:100%;margin-top:6px;padding:12px 14px;border:2px solid var(--lavender);border-radius:var(--radius-sm);font-size:11pt;font-family:inherit;resize:vertical;transition:border-color .15s ease,box-shadow .15s ease;min-height:48px}.ai-modal-textarea:focus{outline:none;border-color:var(--purple);box-shadow:0 0 0 3px #3d2b7c14}.ai-modal-select,.ai-modal-input{display:block;width:100%;margin-top:6px;padding:10px 14px;border:2px solid var(--lavender);border-radius:var(--radius-sm);font-size:11pt;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease;height:44px}.ai-modal-select:focus,.ai-modal-input:focus{outline:none;border-color:var(--purple);box-shadow:0 0 0 3px #3d2b7c14}.ai-modal-cancel-btn{width:100%;margin-top:12px;background:#888;border-radius:var(--radius-sm)}.ai-modal-cancel-btn:hover{background:#666}.ai-docs-panel{margin-bottom:16px;border:2px solid var(--lavender);border-radius:var(--radius-md);overflow:hidden;transition:border-color .15s ease}.ai-docs-panel:hover{border-color:#c5bbd8}.ai-docs-toggle{display:flex;align-items:center;gap:8px;width:100%;padding:12px 14px;background:var(--cream);border:none;cursor:pointer;font-family:inherit;font-size:11pt;font-weight:700;color:var(--purple);transition:background .15s ease}.ai-docs-toggle:hover{background:var(--lavender)}.ai-docs-toggle-icon{font-size:10pt;width:14px;transition:transform .2s ease}.ai-docs-count{margin-left:auto;font-size:10pt;font-weight:600;color:var(--text-muted);background:#fff;padding:2px 8px;border-radius:10px}.ai-docs-body{padding:14px;border-top:1.5px solid var(--lavender);background:#fff}.ai-docs-hint{font-size:10pt;color:var(--text-muted);margin:0 0 10px}.ai-docs-list{display:flex;flex-direction:column;gap:4px;margin-bottom:10px}.ai-doc-row{display:flex;align-items:center;gap:8px;padding:8px 10px;background:var(--cream);border-radius:var(--radius-sm);border:1.5px solid var(--lavender);font-size:10pt;transition:border-color .15s ease}.ai-doc-row:hover{border-color:var(--purple)}.ai-doc-name{flex:1;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-doc-type{font-size:9pt;color:var(--text-muted);background:var(--cream);padding:2px 6px;border-radius:4px}.ai-doc-remove{background:none;border:none;color:#888;cursor:pointer;font-size:14pt;line-height:1;padding:2px 6px;border-radius:4px;transition:var(--transition)}.ai-doc-remove:hover{color:#e33;background:#fef0f0}.ai-docs-upload-btn{font-size:10pt;padding:6px 14px}.ai-modal-tabs{display:flex;gap:6px;margin-bottom:16px;border-bottom:2px solid var(--lavender);padding-bottom:10px}.ai-tab-btn{background:#fff;border:2px solid var(--lavender);padding:8px 18px;border-radius:var(--radius-sm);font-weight:700;font-size:11pt;cursor:pointer;font-family:inherit;transition:all .2s ease;color:var(--purple)}.ai-tab-btn:hover{border-color:var(--orange)}.ai-tab-btn.active{background:var(--purple);color:#fff;border-color:var(--purple)}.ai-tab-content{display:flex;flex-direction:column}.streaming-output{margin-top:14px;padding:16px 18px;background:linear-gradient(135deg,#f8f6f3,#f3f1ee);border:2px solid var(--border);border-radius:var(--radius-md);max-height:360px;overflow-y:auto;position:relative;box-shadow:inset 0 1px 3px #0000000a}.streaming-text{margin:0;font-size:10.5pt;font-family:Nunito,sans-serif;white-space:pre-wrap;word-wrap:break-word;line-height:1.7;color:var(--text);letter-spacing:.01em}.streaming-cursor{display:inline-block;width:2px;height:16px;background:var(--orange);margin-left:2px;vertical-align:text-bottom;animation:cursor-blink 1s ease-in-out infinite;border-radius:1px}@keyframes cursor-blink{0%,to{opacity:1}50%{opacity:.15}}.streaming-error{color:#b33a2a;font-weight:700;font-size:11pt;padding:10px 14px;background:#fef5f4;border:1.5px solid #f0d0cc;border-radius:var(--radius-sm);margin-top:4px}.streaming-waiting{color:var(--purple);font-weight:700;font-size:11pt;padding:16px 0;text-align:center;animation:pulse 1.8s ease-in-out infinite;display:flex;align-items:center;justify-content:center;gap:8px}.streaming-emoji{font-size:22pt;animation:emoji-bounce .6s ease-in-out infinite alternate;display:inline-block}@keyframes emoji-bounce{0%{transform:translateY(0) scale(1)}to{transform:translateY(-6px) scale(1.1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.template-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.template-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:18px 14px;background:#fff;border:2px solid var(--lavender);border-radius:var(--radius-md);cursor:pointer;font-family:inherit;transition:all .2s ease;text-align:center}.template-card:hover{border-color:var(--orange);background:#fef5ee;transform:translateY(-2px);box-shadow:0 6px 16px #3d2b7c26}.template-icon{font-size:24pt}.template-name{font-weight:800;font-size:11pt;color:var(--purple)}.template-desc{font-size:9pt;color:#666;font-weight:400}.template-preview{margin-top:12px;border:2px solid var(--lavender);border-radius:var(--radius-md);overflow:hidden;background:#fff;box-shadow:var(--shadow-sm)}.template-preview-frame{width:100%;height:300px;border:none}.students-page{display:grid;grid-template-columns:280px 1fr;height:100%;overflow:hidden}.students-list-panel{background:#fff;border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden}.students-list-header{display:flex;align-items:center;justify-content:space-between;padding:16px 14px 10px}.students-list-header h3{color:var(--text);font-size:13pt;font-weight:700;margin:0}.students-count{color:var(--text-muted);font-size:9pt;font-weight:600}.students-search{margin:0 12px 10px;padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-family:inherit;font-size:10.5pt;transition:border-color .15s}.students-search:focus{outline:none;border-color:var(--purple-light)}.students-groups-list{flex:1;overflow-y:auto;padding:0 8px}.students-group-section{margin-bottom:2px}.students-group-header{display:flex;align-items:center;gap:6px;width:100%;padding:7px 8px;border:none;background:none;cursor:pointer;font-family:inherit;font-weight:700;font-size:10pt;color:var(--text-muted);text-transform:uppercase;letter-spacing:.3px;border-radius:6px;transition:var(--transition)}.students-group-header:hover{background:var(--lavender-light);color:var(--purple)}.students-group-arrow{font-size:7pt;width:12px;text-align:center}.students-group-name{flex:1;text-align:left}.students-group-count{font-size:9pt;color:var(--text-muted);font-weight:600}.students-group-items{display:flex;flex-direction:column;gap:1px;padding-left:20px}.students-row{display:block;width:100%;text-align:left;padding:7px 12px;border:none;background:none;cursor:pointer;font-family:inherit;font-weight:600;font-size:10.5pt;color:var(--text);border-radius:6px;transition:var(--transition)}.students-row:hover{background:var(--lavender-light)}.students-row.active{background:var(--lavender-light);color:var(--purple);font-weight:700;border-left:3px solid var(--purple-light)}.students-empty-hint{color:var(--text-muted);font-style:italic;padding:16px;text-align:center;font-size:10pt}.students-add-form{padding:10px 12px;border-top:1px solid var(--border)}.students-add-form input{width:100%;padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-family:inherit;font-size:10.5pt;margin-bottom:8px}.students-add-form input:focus{outline:none;border-color:var(--purple-light)}.students-add-actions{display:flex;gap:8px}.students-add-btn{display:block;width:100%;padding:10px;border:none;border-top:1px solid var(--border);background:none;cursor:pointer;font-family:inherit;font-weight:600;font-size:10.5pt;color:var(--text-muted);transition:var(--transition)}.students-add-btn:hover{background:var(--lavender-light);color:var(--purple)}.students-cancel-btn{background:none;border:1px solid var(--border);padding:6px 14px;border-radius:var(--radius-sm);cursor:pointer;font-family:inherit;font-weight:600;font-size:10pt;color:var(--text-muted);transition:var(--transition)}.students-cancel-btn:hover{border-color:var(--purple-light);color:var(--purple)}.students-detail-panel{overflow-y:auto;padding:28px 36px;background:var(--cream)}.students-detail-header{border-bottom:1px solid var(--border);padding-bottom:16px;margin-bottom:24px}.students-detail-name{color:var(--text);font-size:20pt;font-weight:700;cursor:pointer;transition:var(--transition)}.students-detail-name:hover{color:var(--purple)}.students-name-edit{display:flex;align-items:center;gap:8px}.students-name-edit input{padding:8px 14px;border:1.5px solid var(--lavender);border-radius:var(--radius-sm);font-family:inherit;font-size:16pt;font-weight:700;color:var(--text);flex:1}.students-name-edit input:focus{outline:none;border-color:var(--purple-light)}.students-detail-meta{display:flex;align-items:center;gap:16px;margin-top:12px}.students-group-label{font-weight:600;font-size:10.5pt;color:var(--text-muted);display:flex;align-items:center;gap:8px}.students-group-label select{padding:6px 10px;border:1px solid var(--border);border-radius:var(--radius-sm);font-family:inherit;font-size:10.5pt;font-weight:600}.students-group-label select:focus{outline:none;border-color:var(--purple-light)}.students-delete-btn{background:none;border:1px solid var(--border);padding:6px 14px;border-radius:var(--radius-sm);cursor:pointer;font-family:inherit;font-weight:600;font-size:9.5pt;color:#c0392b;transition:var(--transition)}.students-delete-btn:hover{background:#fef0ee;border-color:#e0a8a0}.students-observations h3{color:var(--text);font-size:13pt;font-weight:700;margin-bottom:14px}.students-obs-list{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.students-obs-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:14px 16px;transition:var(--transition)}.students-obs-card:hover{border-color:var(--lavender);box-shadow:var(--shadow-sm)}.students-obs-note{font-size:10.5pt;line-height:1.6;margin-bottom:8px;color:var(--text)}.students-obs-meta{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.students-obs-date{font-size:9pt;color:var(--text-muted);font-weight:600}.students-obs-detail{font-size:9pt;color:var(--purple);font-weight:600;background:var(--lavender-light);padding:2px 8px;border-radius:var(--radius-chip)}.students-obs-tags{display:flex;gap:4px;flex-wrap:wrap;margin-top:8px}.students-obs-tag{font-size:8.5pt;font-weight:600;background:var(--lavender-light);color:var(--purple);padding:2px 8px;border-radius:var(--radius-chip)}.students-obs-form{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:16px;margin-top:16px}.students-obs-form h4{color:var(--text);font-size:11pt;font-weight:700;margin-bottom:10px}.students-obs-textarea{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-family:inherit;font-size:10.5pt;resize:vertical;transition:border-color .15s}.students-obs-textarea:focus{outline:none;border-color:var(--purple-light)}.students-obs-form-row{display:flex;gap:8px;margin-top:10px;align-items:center;flex-wrap:wrap}.students-obs-form-row select{padding:7px 10px;border:1px solid var(--border);border-radius:var(--radius-sm);font-family:inherit;font-size:10pt;font-weight:600;color:var(--text)}.students-obs-form-row select:focus{outline:none;border-color:var(--purple-light)}.students-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:32px}.students-empty-state h3{color:var(--text);font-size:15pt;font-weight:700;margin-bottom:8px}.students-empty-state p{color:var(--text-muted);font-size:11pt;line-height:1.5;max-width:280px}.header-row{display:flex;justify-content:space-between;align-items:flex-start}.header-actions{display:flex;gap:10px;align-items:center;flex-shrink:0;padding-top:4px}.btn-secondary{background:#fff;color:var(--purple);border:1.5px solid var(--lavender);padding:9px 20px;border-radius:var(--radius-sm);font-weight:600;font-size:10.5pt;cursor:pointer;font-family:inherit;transition:all .15s ease}.btn-secondary:hover{border-color:var(--purple-light);background:var(--lavender-light);color:var(--purple)}.btn-secondary:active{transform:translateY(0)}.main-content.full-width{max-width:1200px;margin:0 auto;width:100%}.main-content.no-pad{max-width:none;margin:0}.list-view{display:flex;flex-direction:column;gap:32px}.list-view-section-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.list-view-section-header h3{font-size:16pt;color:var(--purple);margin:0}.list-view-count{background:var(--lavender);color:var(--purple);font-size:10pt;font-weight:800;padding:2px 10px;border-radius:var(--radius-chip)}.list-view-table{width:100%;border-collapse:collapse;background:#fff;border-radius:var(--radius-md);overflow:hidden;border:2px solid var(--lavender);box-shadow:var(--shadow-card)}.list-view-table thead th{text-align:left;font-size:10pt;font-weight:800;color:var(--purple);padding:12px 16px;border-bottom:2px solid var(--lavender);background:#faf8f5;text-transform:uppercase;letter-spacing:.3px}.list-view-table tbody td{padding:12px 16px;border-bottom:1px solid #f0ece6;font-size:11pt}.list-view-table tbody tr:last-child td{border-bottom:none}.list-view-row{cursor:pointer;transition:background .15s ease}.list-view-row:hover{background:var(--cream)}.list-view-row:active{background:var(--lavender-light)}.list-view-dot{display:inline-block;width:10px;height:10px;border-radius:50%}.list-view-day{font-weight:800;white-space:nowrap}.list-view-title{font-weight:700}.list-view-filename{font-size:10pt;color:var(--text-muted);font-family:monospace}.list-view-date{font-size:10pt;color:var(--text-muted);white-space:nowrap}.list-view-type-badge{display:inline-block;padding:3px 10px;border-radius:var(--radius-chip);color:#fff;font-size:9pt;font-weight:800;text-transform:capitalize}.list-view-empty{color:var(--text-muted);font-style:italic;padding:24px;text-align:center;font-size:11pt}.bulk-import-list{max-height:400px;overflow-y:auto;border:2px solid var(--lavender);border-radius:var(--radius-md)}.bulk-import-row{display:flex;align-items:center;gap:10px;padding:10px 14px;border-bottom:1px solid #f0ece6;font-size:10pt;cursor:pointer;transition:background .15s ease}.bulk-import-row:last-child{border-bottom:none}.bulk-import-row:hover{background:var(--cream)}.bulk-import-row.exists{opacity:.5}.bulk-import-row.error{background:#fef5f4}.bulk-import-name{flex:1;font-weight:700}.bulk-import-counts{font-size:9pt;color:var(--text-muted);white-space:nowrap;font-weight:700}.bulk-import-warning{display:inline-block;margin-left:8px;font-size:8pt;color:#c44;font-weight:600}.bulk-import-status{display:inline-block;margin-left:8px;font-size:8pt;color:var(--purple);font-weight:600}.bulk-import-row.uploading{background:var(--lavender-light)}@keyframes pulse-badge{0%,to{opacity:1}50%{opacity:.6}}.ai-chip{display:inline-block;padding:6px 14px;margin:0 6px 8px 0;border-radius:var(--radius-chip);border:1.5px solid var(--lavender);background:#fff;font-size:9pt;font-weight:700;cursor:pointer;font-family:inherit;transition:all .15s ease;line-height:1.4}.ai-chip:hover{background:var(--lavender-light);color:var(--purple);border-color:var(--purple-light);transform:translateY(-1px)}.ai-chip:active{transform:translateY(0);box-shadow:none}.ai-preview-tabs{display:flex;gap:0;margin:12px 0 8px;border-radius:8px;overflow:hidden;border:2px solid var(--lavender)}.ai-preview-tab{flex:1;padding:8px;border:none;border-radius:0;background:#fff;font-weight:700;font-size:10pt;cursor:pointer;font-family:inherit;text-align:center;transition:all .15s;color:var(--purple)}.ai-preview-tab.active{background:var(--purple);color:#fff}.ai-preview-frame-wrap{border:2px solid var(--lavender);border-radius:0 0 8px 8px;overflow:hidden}.ai-preview-frame{width:100%;height:250px;border:none}.sidebar-search-wrap{position:relative;margin-bottom:12px}.sidebar-search{width:100%;padding:8px 32px 8px 12px;border:2px solid var(--lavender);border-radius:8px;font-family:inherit;font-size:11pt}.sidebar-search:focus{outline:none;border-color:var(--purple)}.sidebar-search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:16pt;color:#666;cursor:pointer;line-height:1;padding:0 4px}.sidebar-search-clear:hover{color:var(--purple)}.week-nav-btn.active{box-shadow:0 4px 12px #3d2b7c40;transform:scale(1.02)}.today-badge-pill{background:#2e7d32;color:#fff;font-size:8pt;font-weight:800;padding:2px 8px;border-radius:10px;margin-left:6px}.current-badge{background:var(--orange);color:#fff;font-size:8pt;font-weight:800;padding:2px 8px;border-radius:10px;margin-left:8px}.count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;background:var(--orange);color:#fff;font-size:8pt;font-weight:800;border-radius:50%;margin-left:auto;padding:0 5px}.week-nav-btn.active .count-badge{background:#ffffff4d}.streaming-dots:after{content:"";animation:dots 1.4s steps(4,end) infinite;letter-spacing:1px}@keyframes dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}}.wiz-modal{max-width:720px}.wiz-steps{display:flex;gap:6px;margin-bottom:22px;justify-content:center;align-items:center}.wiz-step-body{display:flex;flex-direction:column;gap:12px}.wiz-week-info{font-size:11pt;color:#666;padding:8px 12px;background:var(--cream);border-radius:8px}.wiz-section-card{background:#fff;border:2px solid var(--lavender);border-radius:var(--radius-md);padding:18px;box-shadow:var(--shadow-sm);transition:border-color .15s ease}.wiz-section-card:hover{border-color:#c5bbd8}.wiz-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.wiz-section-num{font-weight:800;font-size:12pt;color:var(--purple)}.wiz-remove-btn{background:none;border:1.5px solid var(--border);padding:5px 14px;border-radius:var(--radius-sm);cursor:pointer;font-family:inherit;font-size:10pt;font-weight:700;color:#c0392b;transition:all .15s ease}.wiz-remove-btn:hover{background:#fdecea;border-color:#c0392b}.wiz-blocks-label{font-weight:700;font-size:11pt;margin-bottom:6px;color:var(--purple)}.wiz-blocks-grid{display:flex;flex-wrap:wrap;gap:8px}.wiz-block-chip{display:inline-flex;align-items:center;padding:7px 14px;border-radius:var(--radius-chip);border:1.5px solid var(--lavender);background:#fff;font-size:9pt;font-weight:700;cursor:pointer;font-family:inherit;transition:all .15s ease;-webkit-user-select:none;user-select:none}.wiz-block-chip:hover{border-color:var(--orange);background:#fef8f2;transform:translateY(-1px)}.wiz-block-chip.active{background:var(--purple);color:#fff;border-color:var(--purple);box-shadow:0 2px 6px #3d2b7c33}.wiz-block-chip:active{transform:translateY(0)}.wiz-add-section{align-self:center}.wiz-preview-wrap{border:2px solid var(--lavender);border-radius:var(--radius-md);overflow:hidden;background:#fff;box-shadow:var(--shadow-md)}.wiz-preview-frame{width:100%;height:400px;border:none}.eyedropper-btn{display:flex;align-items:center;gap:5px;padding:5px 12px;border:2px solid var(--purple);border-radius:8px;background:#fff;cursor:pointer;font-family:inherit;font-weight:800;font-size:9pt;transition:all .15s ease;color:var(--purple)}.eyedropper-btn:hover{border-color:var(--orange);background:var(--cream);color:var(--orange)}.eyedropper-result{display:flex;align-items:center;gap:6px;padding:4px 10px;background:var(--cream);border-radius:6px;font-size:9pt;font-weight:700}.eyedropper-swatch{width:18px;height:18px;border-radius:4px;border:1.5px solid #ddd}.page-height-section{border-top:1.5px solid var(--lavender);padding-top:10px;margin-top:6px}.page-height-section .prop-label{margin-bottom:6px}.page-height-row{display:flex;align-items:center;gap:4px}.page-height-row .prop-input{width:80px;flex:0 0 auto}.page-height-presets{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap}.print-safe-toggle{display:flex;align-items:center;gap:8px;margin-top:4px}.print-safe-toggle label{font-size:10pt;font-weight:700;color:var(--purple);cursor:pointer}.aspect-lock-toggle{display:flex;align-items:center;gap:8px;margin-top:4px}.aspect-lock-toggle label{font-size:10pt;font-weight:700;color:var(--purple);cursor:pointer}.resource-type-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.resource-type-card{display:flex;align-items:flex-start;gap:12px;padding:18px;background:#fff;border:2px solid var(--lavender);border-radius:var(--radius-md);cursor:pointer;font-family:inherit;text-align:left;transition:all .2s ease;position:relative}.resource-type-card:hover{border-color:var(--orange);background:#fef8f2;transform:translateY(-3px);box-shadow:0 6px 16px #e8772226}.resource-type-card:active{transform:translateY(-1px);box-shadow:0 2px 8px #e877221a}.resource-type-icon{font-size:26pt;flex-shrink:0;line-height:1}.resource-type-info{display:flex;flex-direction:column;gap:2px}.resource-type-name{font-weight:800;font-size:12pt;color:var(--purple)}.resource-type-desc{font-size:9pt;color:#666;font-weight:600}.method-toggle{display:flex;border:2px solid var(--lavender);border-radius:var(--radius-sm);overflow:hidden;margin-bottom:16px;position:relative}.method-toggle button{flex:1;padding:11px;border:none;font-family:inherit;font-weight:800;font-size:11pt;cursor:pointer;transition:all .25s ease;background:#fff;color:var(--purple);position:relative}.method-toggle button:not(.active):hover{background:var(--cream)}.method-toggle button.active{background:var(--purple);color:#fff;box-shadow:inset 0 2px 4px #0000001a}.tmpl-config{display:flex;flex-direction:column;gap:12px}.tmpl-field{display:flex;flex-direction:column;gap:4px}.tmpl-field label{font-weight:700;font-size:11pt;color:var(--purple)}.tmpl-range-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.tmpl-cat-row{display:flex;gap:8px;align-items:center;margin-bottom:6px}.tmpl-cat-row input{padding:6px;border:2px solid var(--lavender);border-radius:6px;font-family:inherit;font-size:11pt}.tmpl-cat-row input:first-child{width:50px;text-align:center}.tmpl-cat-row input:nth-child(2){flex:1}.tmpl-cat-row button{background:none;border:1px solid #e5e0d8;width:28px;height:28px;border-radius:50%;cursor:pointer;color:#c0392b;font-weight:700}.tmpl-add-cat{color:var(--orange);font-weight:700;cursor:pointer;font-size:10pt;padding:4px 0}.tmpl-add-cat:hover{text-decoration:underline}.template-picker{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;margin-bottom:12px}.template-picker-btn{display:flex;flex-direction:column;align-items:center;gap:4px;padding:16px 8px;border:2px solid var(--lavender);border-radius:12px;background:#fff;cursor:pointer;font-family:inherit;transition:all .2s ease}.template-picker-btn:hover{border-color:var(--orange);transform:translateY(-2px)}.template-picker-btn.active{border-color:var(--purple);background:var(--cream)}.template-picker-btn .tp-icon{font-size:28pt}.template-picker-btn .tp-label{font-weight:800;font-size:10pt;color:var(--purple)}.ctx-menu{background:#fff;border-radius:10px;box-shadow:0 8px 32px #0000002e,0 2px 8px #0000000f;padding:6px;min-width:180px;animation:dropdownSlideIn .12s ease-out}.ctx-item{display:block;width:100%;text-align:left;padding:9px 14px;border:none;background:none;font-family:inherit;font-weight:700;font-size:10pt;color:var(--purple);border-radius:8px;cursor:pointer;transition:background .12s}.ctx-item:hover,.ctx-item.ctx-focused{background:var(--cream)}.ctx-item:focus{outline:2px solid var(--purple);outline-offset:-2px}.ctx-danger{color:#c0392b}.ctx-danger:hover,.ctx-danger.ctx-focused{background:#fdecea}.ctx-divider{height:1px;background:var(--lavender);margin:4px 6px}.confirm-modal{background:#fff;padding:28px;border-radius:16px;width:100%;max-width:420px}.confirm-modal h3{color:var(--purple);margin:0 0 8px}.confirm-modal p{color:var(--text);margin:0 0 20px;font-size:11pt}.confirm-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:16px}.btn-danger{background:#c0392b;color:#fff;border:none;padding:10px 22px;border-radius:8px;font-weight:700;font-family:inherit;font-size:11pt;cursor:pointer}.btn-danger:hover{background:#a93226}.toast-container{position:fixed;bottom:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast{pointer-events:auto;display:flex;align-items:center;gap:10px;padding:12px 20px;border-radius:10px;font-family:Nunito,sans-serif;font-weight:600;font-size:10.5pt;color:#fff;cursor:pointer;box-shadow:0 4px 24px #0000001f;animation:toastSlideIn .3s cubic-bezier(.34,1.56,.64,1);min-width:240px;max-width:400px}.toast-success{background:#3a9d68}.toast-error{background:#d14836}.toast-info{background:var(--purple-light)}.toast-icon{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#ffffff40;font-size:11pt;flex-shrink:0}@keyframes toastSlideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 1200px){.week-grid{grid-template-columns:repeat(5,1fr);gap:8px}}@media (max-width: 1024px){.sidebar{width:280px}.header-actions{gap:8px}.btn-secondary,.btn-primary{font-size:10pt;padding:8px 16px}}@media (max-width: 768px){.app-body{flex-direction:column}.sidebar{width:100%;max-height:45vh;border-right:none;border-bottom:2px solid var(--lavender);box-shadow:none}.sidebar.collapsed{max-height:48px;overflow:hidden}.sidebar-toggle{display:flex}.main-content{padding:16px}.week-grid{grid-template-columns:1fr;gap:8px}.day-column{flex-direction:row;align-items:center;gap:8px}.day-header{min-width:80px;text-align:left}.header-row{flex-direction:column;align-items:flex-start;gap:8px}.header-actions{flex-wrap:wrap}.students-page,.resource-type-grid{grid-template-columns:1fr}.editor-toolbar{flex-wrap:wrap;gap:4px}.toolbar-center{flex-wrap:wrap}.confirm-modal,.ai-modal-content{max-width:95vw;margin:0 10px}.modal-overlay{padding:10px}}::selection{background:var(--lavender);color:var(--purple)}details summary{list-style:none}details summary::-webkit-details-marker{display:none}details[open]>summary .current-badge{animation:fadeSlideIn .3s ease}.btn-secondary:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}
