*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--accent:#006aa7;--accent-dark:#00527f;--accent-light:#e6f2fa;--accent-subtle:#f0f7fb;--text:#111827;--text-muted:#6b7280;--text-light:#9ca3af;--bg:#f3f4f6;--surface:#fff;--surface-raised:#fff;--border:#e5e7eb;--border-strong:#d1d5db;--radius-sm:4px;--radius:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 2px #0000000f;--shadow:0 1px 4px #00000014, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #0000001a, 0 2px 4px #0000000f;--shadow-lg:0 10px 30px #0000001f, 0 4px 8px #0000000f;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--transition:.15s ease;--transition-slow:.25s ease;--success:#16a34a;--success-bg:#dcfce7;--success-bg-subtle:#f0fdf4;--success-border:#86efac;--success-border-subtle:#bbf7d0;--success-text:#166534;--error:#991b1b;--error-bg:#fef2f2;--error-bg-strong:#fee2e2;--error-border:#fecaca;--error-border-strong:#fca5a5;--info:#0c4a6e;--info-bg:#f0f9ff;--info-border:#bae6fd}html,body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1{letter-spacing:-.02em;font-size:1.75rem;font-weight:700;line-height:1.2}h2{letter-spacing:-.01em;font-size:1.2rem;font-weight:600}h3{font-size:1rem;font-weight:600}.page{max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.75rem;display:flex}@media (width<=640px){.page{padding:1.25rem 1rem;padding-bottom:max(1.25rem, env(safe-area-inset-bottom))}h1{font-size:1.4rem}h2{font-size:1.1rem}}.app-header{z-index:50;padding:env(safe-area-inset-top,0px) 1.5rem 0;height:calc(56px + env(safe-area-inset-top,0px));background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;gap:1rem;display:flex;position:sticky;top:0}.app-header-left{flex:1;align-items:center;gap:1.5rem;min-width:0;display:flex}.app-logo{color:var(--text);white-space:nowrap;letter-spacing:-.01em;align-items:center;gap:.5rem;font-size:.95rem;font-weight:700;text-decoration:none;display:flex}.app-logo:hover{color:var(--accent);text-decoration:none}.app-logo-icon{background:var(--accent);border-radius:var(--radius-sm);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:700;display:flex}.app-nav{align-items:center;gap:.25rem;display:flex}.nav-link{border-radius:var(--radius);color:var(--text-muted);transition:background var(--transition), color var(--transition);white-space:nowrap;padding:.4rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none}.nav-link:hover{background:var(--bg);color:var(--text);text-decoration:none}.nav-link-active{background:var(--accent-light);color:var(--accent)}.nav-link-active:hover{background:var(--accent-light);color:var(--accent-dark)}.app-header-right{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.header-user-email{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:.4rem;max-width:200px;font-size:.8rem;display:flex;overflow:hidden}.role-badge{background:var(--accent-light);color:var(--accent);white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.1rem .45rem;font-size:.7rem;font-weight:600;display:inline-block}.hamburger-btn{cursor:pointer;border-radius:var(--radius);width:40px;height:40px;color:var(--text);transition:background var(--transition);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:none}.hamburger-btn:hover{background:var(--bg)}.hamburger-icon{flex-direction:column;gap:5px;width:20px;display:flex}.hamburger-icon span{height:2px;transition:transform var(--transition), opacity var(--transition);transform-origin:50%;background:currentColor;border-radius:2px;display:block}.hamburger-icon.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger-icon.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger-icon.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-nav{top:calc(56px + env(safe-area-inset-top,0px));background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);z-index:40;flex-direction:column;gap:.25rem;padding:.5rem 1rem 1rem;display:none;position:fixed;left:0;right:0}.mobile-nav.open{display:flex}.mobile-nav .nav-link{border-radius:var(--radius);padding:.75rem 1rem;font-size:.95rem;display:block}.mobile-nav-divider{border:none;border-top:1px solid var(--border);margin:.5rem 0}.mobile-nav-user{color:var(--text-muted);word-break:break-all;padding:.5rem 1rem;font-size:.8rem}@media (width<=640px){.hamburger-btn{display:flex}.app-nav,.header-user-email{display:none}.app-header{padding:0 1rem}}.btn{border-radius:var(--radius);cursor:pointer;transition:background var(--transition), box-shadow var(--transition), color var(--transition);white-space:nowrap;border:none;align-items:center;gap:.4rem;padding:.5rem 1.1rem;font-family:inherit;font-size:.875rem;font-weight:500;line-height:1.4;text-decoration:none;display:inline-flex}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 1px 3px #006aa740}.btn-primary:hover{background:var(--accent-dark);box-shadow:0 2px 6px #006aa74d}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border-strong);box-shadow:var(--shadow-sm)}.btn-secondary:hover{background:var(--bg);border-color:#b4b8c0}.btn-danger{background:var(--error-bg-strong);color:var(--error);border:1px solid var(--error-border-strong)}.btn-danger:hover{background:var(--error-border)}.btn-sm{padding:.3rem .7rem;font-size:.8rem}.btn-lg{padding:.75rem 1.5rem;font-size:1rem;font-weight:600}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);cursor:pointer;transition:box-shadow var(--transition-slow), border-color var(--transition-slow), transform var(--transition-slow);padding:1.25rem}.card:hover{box-shadow:var(--shadow-md);border-color:var(--accent);transform:translateY(-1px)}.card-title{color:var(--text);margin-bottom:.4rem;font-size:.975rem;font-weight:600;line-height:1.3}.card-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.3rem;margin-bottom:.75rem;font-size:.78rem;display:flex}.card-summary{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:.845rem;line-height:1.55;display:-webkit-box;overflow:hidden}.card-tags{flex-wrap:wrap;gap:.3rem;margin-top:.5rem;display:flex}.badge{border-radius:var(--radius-full);white-space:nowrap;letter-spacing:.01em;align-items:center;padding:.2rem .65rem;font-size:.73rem;font-weight:500;display:inline-flex}.badge-blue{background:var(--accent-light);color:var(--accent)}.badge-gray{color:#374151;background:#f3f4f6}.badge-green{color:#065f46;background:#d1fae5}.badge-night{color:#c7d2fe;background:#1e1b4b}.badge-duration{color:#92400e;background:#fef3c7}.template-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;display:grid}@media (width<=640px){.template-grid{grid-template-columns:1fr;gap:.75rem}}.search-filter-row{flex-wrap:wrap;align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.search-bar{flex:1;min-width:180px}.search-bar input{border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);width:100%;transition:border-color var(--transition), box-shadow var(--transition);color:var(--text);padding:.55rem .85rem;font-family:inherit;font-size:.9rem}.search-bar input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #006aa71f}.search-bar input::placeholder{color:var(--text-light)}.filter-panel{flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.filter-panel select,.filter-panel input[type=number]{border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);color:var(--text);transition:border-color var(--transition), box-shadow var(--transition);padding:.5rem .7rem;font-family:inherit;font-size:.85rem}.filter-panel select:focus,.filter-panel input[type=number]:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #006aa71f}.filter-panel input[type=number]{width:90px}.filter-label{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.4rem;font-size:.85rem;display:flex}.filter-duration{align-items:center;gap:.4rem;font-size:.85rem;display:flex}@media (width<=640px){.filter-panel{flex-wrap:wrap;padding-bottom:0;overflow-x:visible}.filter-panel select{flex:calc(50% - .3rem);min-width:0}.filter-panel input[type=number]{flex:0 0 80px;width:80px}}.filter-multicheck{flex-direction:column;gap:.3rem;display:flex}.filter-multicheck-label{color:var(--text-muted);white-space:nowrap;font-size:.75rem}.filter-multicheck-options{flex-wrap:wrap;gap:.3rem;display:flex}.filter-chip{border:1px solid var(--border-strong);background:var(--surface);color:var(--text-muted);cursor:pointer;transition:background var(--transition), color var(--transition), border-color var(--transition);white-space:nowrap;border-radius:999px;padding:.25rem .65rem;font-size:.78rem;font-weight:500}.filter-chip:hover{border-color:var(--accent);color:var(--accent)}.filter-chip--active{background:var(--accent-light);color:var(--accent);border-color:var(--accent)}.modal-overlay{z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border-radius:var(--radius-xl);width:100%;max-width:480px;box-shadow:var(--shadow-lg);padding:1.75rem}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.modal-close{border-radius:var(--radius);cursor:pointer;width:32px;height:32px;color:var(--text-muted);transition:background var(--transition), color var(--transition);background:0 0;border:none;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.modal-close:hover{background:var(--bg);color:var(--text)}.modal-body{flex-direction:column;gap:1rem;display:flex}.file-drop{border:2px dashed var(--border-strong);border-radius:var(--radius-lg);text-align:center;cursor:pointer;transition:border-color var(--transition), background var(--transition);padding:2rem}.file-drop:hover,.file-drop.drag-over{border-color:var(--accent);background:var(--accent-subtle)}.file-drop input[type=file]{display:none}.file-drop p{color:var(--text-muted);font-size:.9rem}.file-drop p strong{color:var(--accent)}.file-selected{color:var(--text);background:var(--bg);border-radius:var(--radius);border:1px solid var(--border);padding:.5rem .75rem;font-size:.85rem}.modal-actions{justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}.spinner{border:2.5px solid var(--border);border-top-color:var(--accent);border-radius:50%;flex-shrink:0;width:1.5rem;height:1.5rem;animation:.7s linear infinite spin;display:inline-block}.spinner-center{justify-content:center;padding:3rem;display:flex}@keyframes spin{to{transform:rotate(360deg)}}.error-box{background:var(--error-bg);color:var(--error);border:1px solid var(--error-border);border-radius:var(--radius-lg);flex-direction:column;gap:.5rem;padding:1rem 1.25rem;display:flex}.error-box button{background:var(--error);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;align-self:flex-start;padding:.3rem .75rem;font-family:inherit;font-size:.85rem}.empty-state{text-align:center;color:var(--text-muted);background:var(--surface);border:1px dashed var(--border-strong);border-radius:var(--radius-lg);padding:4rem 2rem}.empty-state p{margin-top:.5rem;font-size:.9rem}.detail-back{margin-bottom:1.25rem}.detail-meta-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:.75rem;margin:1.5rem 0;display:grid}.detail-meta-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:.85rem 1rem}.detail-meta-item .label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.3rem;font-size:.75rem;font-weight:600}.detail-meta-item .value{font-size:.9rem;font-weight:600}.detail-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:1.25rem;padding:1.25rem 1.5rem}.detail-section h2{margin-bottom:.75rem}.detail-section p{font-size:.9rem;line-height:1.7}@media (width<=480px){.detail-meta-grid{grid-template-columns:1fr 1fr}}.resources-table{border-collapse:collapse;width:100%;font-size:.875rem}.resources-table th{text-align:left;border-bottom:2px solid var(--border);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);padding:.5rem .75rem;font-size:.75rem;font-weight:600}.resources-table td{border-bottom:1px solid var(--border);padding:.6rem .75rem}.resources-table tr:last-child td{border-bottom:none}.lessons-list{flex-direction:column;gap:.75rem;display:flex}.lesson-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem 1.25rem}.lesson-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.8rem;display:flex}.lesson-text{white-space:pre-line;margin:0 0 .5rem;font-size:.9rem;line-height:1.6}.lesson-details{color:var(--text-muted);border-top:1px solid var(--border);flex-direction:column;gap:.25rem;margin-top:.5rem;padding-top:.5rem;font-size:.82rem;display:flex}.lesson-label{color:var(--text);font-weight:600}.wizard-page{max-width:640px;margin:0 auto;padding:2rem 1.5rem 5rem}.wizard-progress{color:var(--text-muted);align-items:center;gap:.75rem;margin-bottom:2.5rem;font-size:.82rem;font-weight:500;display:flex}.wizard-progress-bar{background:var(--border);border-radius:var(--radius-full);flex:1;height:5px;overflow:hidden}.wizard-progress-fill{background:var(--accent);border-radius:var(--radius-full);height:100%;transition:width .35s}.wizard-step{flex-direction:column;gap:1.5rem;display:flex}.wizard-question{letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:700;line-height:1.2}.wizard-optional{color:var(--text-muted);font-size:.9rem;font-weight:400}.wizard-btn-grid{grid-template-columns:repeat(2,1fr);gap:.6rem;display:grid}.wizard-btn-row{flex-wrap:wrap;gap:.5rem;display:flex}.wizard-choice-btn{border-radius:var(--radius-lg);border:2px solid var(--border-strong);background:var(--surface);cursor:pointer;text-align:left;transition:border-color var(--transition), background var(--transition), box-shadow var(--transition);min-height:44px;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;font-weight:500}.wizard-choice-btn:hover{border-color:var(--accent);background:var(--accent-subtle)}.wizard-choice-btn.selected{border-color:var(--accent);background:var(--accent-light);color:var(--accent-dark);box-shadow:0 0 0 3px #006aa71f}.wizard-choice-btn--tall{text-align:left;flex-direction:column;align-items:flex-start;gap:.25rem;height:auto;padding:.85rem 1rem;display:flex}.wizard-choice-desc{color:var(--text-muted);font-size:.75rem;font-weight:400;line-height:1.4}.wizard-choice-btn--tall.selected .wizard-choice-desc{color:var(--accent)}.wizard-method-btn{border:1.5px solid var(--border);border-radius:var(--radius);background:var(--surface);cursor:pointer;text-align:left;transition:border-color var(--transition), background var(--transition);flex-direction:column;align-items:flex-start;gap:.2rem;padding:.85rem 1rem;display:flex}.wizard-method-btn:hover{border-color:var(--accent)}.wizard-method-btn.selected{border-color:var(--accent);background:var(--accent-light)}.wizard-method-name{color:var(--text);font-size:.95rem;font-weight:600}.wizard-method-btn.selected .wizard-method-name{color:var(--accent-dark)}.wizard-method-desc{color:var(--text-muted);font-size:.8rem;line-height:1.4}.wizard-method-rationale{color:var(--accent);margin-top:.1rem;font-size:.75rem}.loopen-indicator{background:var(--accent-light);border-left:3px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0;flex-wrap:wrap;align-items:center;gap:.3rem;margin:.4rem 0 1rem;padding:.6rem .9rem;display:flex}.loopen-phase{color:var(--accent-dark);align-items:center;gap:.3rem;font-size:.78rem;font-weight:600;display:inline-flex}.loopen-arrow{color:var(--accent);font-size:.75rem;font-weight:400}.wizard-custom-input{gap:.5rem;display:flex}.wizard-custom-input .aar-input{flex:1}.wizard-duration{gap:1rem;display:flex}.wizard-duration-field{flex-direction:column;flex:1;gap:.4rem;font-size:.9rem;font-weight:500;display:flex}.wizard-nav{justify-content:space-between;align-items:center;padding-top:.5rem;display:flex}.wizard-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;min-height:55vh;display:flex}.wizard-spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:2.75rem;height:2.75rem;animation:.8s linear infinite spin}.wizard-result-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.wizard-draft{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:1.5rem;padding:1.5rem}.wizard-draft-h2{color:var(--accent);margin:1.25rem 0 .4rem;font-size:1.1rem;font-weight:700}.wizard-draft-h2:first-child{margin-top:0}.wizard-draft-h3{margin:.75rem 0 .25rem;font-size:1rem;font-weight:600}.wizard-draft-p{margin:.2rem 0;font-size:.95rem;line-height:1.65}.wizard-draft-li{margin:.15rem 0 .15rem 1.25rem;font-size:.95rem;line-height:1.65}.wizard-sources{color:var(--text-muted);margin-top:.5rem;font-size:.85rem}.wizard-sources-label{margin:0 0 .25rem;font-weight:500}.wizard-sources ul{margin:0;padding-left:1.25rem}.wizard-sources a{color:var(--accent)}.plan-content{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem 1.25rem;font-size:.92rem;line-height:1.7}.plan-content h1,.plan-content h2,.plan-content h3,.plan-content h4{margin:1rem 0 .4rem}.plan-content ul,.plan-content ol{margin:.4rem 0;padding-left:1.5rem}.plan-content p{margin:.4rem 0}.plan-content strong{font-weight:600}.plan-content hr{border:none;border-top:1px solid var(--border);margin:1rem 0}.wizard-save-section{border-top:1px solid var(--border);margin-top:2rem;padding-top:1.5rem}.wizard-save-section h2{margin:0 0 .4rem;font-size:1.1rem;font-weight:700}.wizard-save-row{flex-wrap:wrap;gap:.75rem;display:flex}.wizard-save-row .aar-input{flex:1;min-width:200px}@media (width<=640px){.wizard-page{padding:1.5rem 1rem 5rem}.wizard-btn-grid{grid-template-columns:1fr}}@media print{header,nav,.wizard-result-header,.wizard-sources{display:none}.wizard-draft{border:none;padding:0}}.aar-page{max-width:560px;margin:0 auto;padding:1.5rem 1rem 5rem}.aar-header{margin-bottom:2rem}.aar-title{letter-spacing:-.01em;margin:0 0 .25rem;font-size:1.3rem;font-weight:700}.aar-date,.aar-unit{color:var(--text-muted);margin:0;font-size:.875rem}.aar-form{flex-direction:column;gap:1.75rem;display:flex}.aar-field{flex-direction:column;gap:.6rem;display:flex}.aar-label{font-size:.875rem;font-weight:500}.aar-optional{color:var(--text-muted);font-size:.85rem;font-weight:400}.aar-btn-group{flex-wrap:wrap;gap:.5rem;display:flex}.aar-choice-btn{border-radius:var(--radius-lg);border:2px solid var(--border-strong);background:var(--surface);cursor:pointer;min-width:0;min-height:44px;transition:border-color var(--transition), background var(--transition);flex:none;padding:.6rem 1rem;font-family:inherit;font-size:1rem;font-weight:500}.aar-choice-btn.selected{border-color:var(--accent);background:var(--accent-light);color:var(--accent-dark)}.aar-textarea{border:1px solid var(--border-strong);border-radius:var(--radius-lg);background:var(--surface);width:100%;color:var(--text);resize:vertical;box-sizing:border-box;transition:border-color var(--transition), box-shadow var(--transition);padding:.75rem 1rem;font-family:inherit;font-size:1rem;line-height:1.5}.aar-textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #006aa71f}.aar-input{border:1px solid var(--border-strong);border-radius:var(--radius-lg);background:var(--surface);width:100%;color:var(--text);box-sizing:border-box;transition:border-color var(--transition), box-shadow var(--transition);padding:.65rem 1rem;font-family:inherit;font-size:1rem}.aar-input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #006aa71f}.aar-submit-btn{border-radius:var(--radius-lg);background:var(--accent);color:#fff;cursor:pointer;transition:background var(--transition), box-shadow var(--transition);border:none;padding:1rem;font-family:inherit;font-size:1.05rem;font-weight:600;box-shadow:0 1px 3px #006aa733}.aar-submit-btn:disabled{opacity:.5;cursor:not-allowed}.aar-submit-btn:not(:disabled):hover{background:var(--accent-dark);box-shadow:0 3px 8px #006aa74d}.aar-error{color:var(--error);background:var(--error-bg);border:1px solid var(--error-border);border-radius:var(--radius);padding:.6rem .9rem;font-size:.9rem}.aar-progress{align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.82rem;display:flex}.aar-progress-step{border:1px solid var(--border);color:var(--text-muted);background:var(--surface);border-radius:999px;padding:.3rem .75rem}.aar-progress-step.active{background:var(--accent-light);color:var(--accent);border-color:var(--accent);font-weight:600}.aar-progress-step.done{background:var(--success-bg);color:var(--success);border-color:var(--success-border)}.aar-progress-sep{color:var(--text-muted);font-size:1rem}.aar-nav{justify-content:space-between;align-items:center;margin-top:1rem;display:flex}.aar-guidance-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:left;width:100%;max-width:560px;margin-top:1.5rem;padding:1.25rem 1.5rem}.aar-guidance-section h3{color:var(--accent-dark);margin:0 0 .75rem;font-size:1rem;font-weight:600}.aar-guidance-text p{color:var(--text);margin:0 0 .6rem;font-size:.88rem;line-height:1.6}.aar-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;min-height:60vh;padding:2rem 1rem;display:flex}.aar-success-icon{background:var(--success-bg);width:4.5rem;height:4.5rem;color:var(--success);border-radius:50%;justify-content:center;align-items:center;font-size:2.25rem;display:flex}.insight-cards-row{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;display:grid}@media (width<=640px){.insight-cards-row{grid-template-columns:1fr}}.insight-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem}.insight-card-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.4rem;font-size:.75rem}.insight-card-value{color:var(--text);margin-bottom:.25rem;font-size:1rem;font-weight:600;line-height:1.3}.insight-card-sub{color:var(--text-muted);font-size:.78rem}.insight-section{margin-bottom:2rem}.insight-section h2{margin-bottom:.35rem;font-size:1.05rem;font-weight:600}.insight-section-desc{color:var(--text-muted);margin-bottom:.9rem;font-size:.82rem}.insight-gap-list{flex-direction:column;gap:.75rem;display:flex}.insight-gap-row{grid-template-columns:130px 1fr 90px;align-items:center;gap:.75rem;font-size:.85rem;display:grid}.insight-gap-label{font-weight:500}.insight-gap-bar-wrap{align-items:center;gap:.5rem;display:flex}.insight-gap-bar{background:var(--border);border-radius:999px;flex:1;height:8px;overflow:hidden}.insight-gap-bar-fill{background:var(--success);border-radius:999px;height:100%}.insight-gap-pct{color:var(--text-muted);white-space:nowrap;font-size:.78rem}.insight-gap-meta{color:var(--text-muted);text-align:right;font-size:.75rem}.insight-method-list{flex-direction:column;gap:.6rem;display:flex}.insight-method-row{grid-template-columns:200px 1fr 50px;align-items:center;gap:.75rem;font-size:.85rem;display:grid}@media (width<=640px){.insight-gap-row{grid-template-rows:auto auto;grid-template-columns:1fr auto}.insight-gap-label{grid-column:1/-1}.insight-method-row{grid-template-rows:auto auto;grid-template-columns:1fr auto}.insight-method-name{grid-column:1/-1}.insight-gap-meta,.insight-method-count{display:none}}.insight-method-name{font-weight:500}.insight-method-bar-wrap{align-items:center;gap:.5rem;display:flex}.insight-method-bar{background:var(--border);border-radius:999px;flex:1;height:8px;overflow:hidden}.insight-method-bar-fill{background:var(--accent);border-radius:999px;height:100%}.insight-method-pct{color:var(--text-muted);white-space:nowrap;font-size:.78rem}.insight-method-count{color:var(--text-muted);text-align:right;font-size:.75rem}.insight-dev-list{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.insight-dev-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.6rem .9rem;font-size:.88rem;line-height:1.5}.handbook-list{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.handbook-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:box-shadow var(--transition-slow);align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.handbook-card:hover{box-shadow:var(--shadow)}.handbook-card-body{flex:1;min-width:0}.handbook-title{text-overflow:ellipsis;white-space:nowrap;margin-bottom:.2rem;font-size:.95rem;font-weight:600;overflow:hidden}.handbook-meta{color:var(--text-muted);font-size:.82rem}.handbook-file-link{color:var(--accent);margin-top:.25rem;font-size:.8rem;text-decoration:none;display:inline-block}.handbook-file-link:hover{text-decoration:underline}.handbook-empty{text-align:center;color:var(--text-muted);background:var(--surface);border:2px dashed var(--border-strong);border-radius:var(--radius-lg);margin-bottom:1.5rem;padding:2.5rem}.handbook-status-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.88rem;display:flex}.handbook-status-error{background:var(--error-bg);border-color:var(--error-border-strong);color:var(--error)}.handbook-info-box{background:var(--info-bg);border:1px solid var(--info-border);border-radius:var(--radius-lg);color:var(--info);margin-top:1.5rem;padding:1rem 1.25rem;font-size:.88rem}.login-page{background:var(--bg);justify-content:center;align-items:center;min-height:100dvh;padding:1.5rem;display:flex}.login-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);width:100%;max-width:400px;box-shadow:var(--shadow-lg);padding:2.5rem 2rem}.login-logo{background:var(--accent);border-radius:var(--radius-lg);color:#fff;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;font-size:1.4rem;display:flex}.login-title{letter-spacing:-.02em;margin:0 0 .35rem;font-size:1.5rem;font-weight:700}.login-subtitle{color:var(--text-muted);margin:0 0 2rem;font-size:.875rem}.login-form{flex-direction:column;gap:1.25rem;display:flex}.login-field{flex-direction:column;gap:.4rem;display:flex}.login-label{color:var(--text);font-size:.85rem;font-weight:500}.login-input{border:1px solid var(--border-strong);border-radius:var(--radius-lg);background:var(--bg);width:100%;color:var(--text);box-sizing:border-box;transition:border-color var(--transition), box-shadow var(--transition);padding:.65rem 1rem;font-family:inherit;font-size:.95rem}.login-input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #006aa71f}.login-sent{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.login-sent-icon{background:var(--success-bg);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.75rem;display:flex}.login-sent-title{margin:0;font-size:1.1rem;font-weight:600}.login-sent-text{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.55}.text-muted{color:var(--text-muted);font-size:.875rem}.input{border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);color:var(--text);transition:border-color var(--transition), box-shadow var(--transition);width:100%;padding:.5rem .75rem;font-family:inherit;font-size:.875rem}.input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #006aa71f}.input-sm{padding:.3rem .6rem;font-size:.8rem}.form-row{flex-wrap:wrap;align-items:flex-end;gap:.75rem;display:flex}.form-row .input{flex:1;min-width:180px}.form-row .btn{flex-shrink:0}.table-wrapper{margin-top:.5rem;overflow-x:auto}.table{border-collapse:collapse;width:100%;font-size:.875rem}.table th,.table td{text-align:left;border-bottom:1px solid var(--border);padding:.65rem .85rem}.table th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;background:var(--bg);font-size:.8rem;font-weight:600}.table tbody tr:hover{background:var(--bg)}.error-message{background:var(--error-bg);color:var(--error);border:1px solid var(--error-border);border-radius:var(--radius);margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.success-message{background:var(--success-bg-subtle);color:var(--success-text);border:1px solid var(--success-border-subtle);border-radius:var(--radius);margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.moment-drag-handle{cursor:grab;color:var(--text-muted);text-align:center;-webkit-user-select:none;user-select:none;padding:0 .25rem;font-size:1rem}.moment-drag-handle:active{cursor:grabbing}.moment-draggable-row:hover .moment-drag-handle{color:var(--accent)}.moment-insert-row td{text-align:center;background:0 0;height:0;border:none!important;padding:0!important}.moment-insert-btn{cursor:pointer;color:var(--accent);border-radius:var(--radius);opacity:.7;background:0 0;border:none;padding:.15rem .5rem;font-size:.75rem;line-height:1;display:none}.moment-insert-btn:hover{opacity:1;background:var(--accent-light)}.moment-insert-row:hover .moment-insert-btn,.moment-draggable-row:hover+.moment-insert-row .moment-insert-btn{display:inline-block}.page-title{letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:700;line-height:1.2}.page-subtitle{color:var(--text-muted);margin:.3rem 0 0;font-size:.9rem}@media (width<=640px){.app-header-right .btn{display:none}.page-title{font-size:1.4rem}.handbook-title{white-space:normal;overflow-wrap:break-word;word-break:normal;-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.handbook-card{flex-wrap:wrap;align-items:flex-start;gap:.75rem}.resources-table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.modal{padding:1.25rem 1rem}.wizard-duration{flex-direction:column;gap:.75rem}.wizard-question{font-size:1.25rem}.badge{font-size:.8rem}.card-meta{font-size:.82rem}.filter-chip{padding:.3rem .7rem;font-size:.82rem}.insight-gap-pct,.insight-method-pct{font-size:.82rem}.search-bar{min-width:0}}@media (width<=400px){.detail-meta-grid{grid-template-columns:1fr}}@media (width<=768px){.insight-cards-row{grid-template-columns:repeat(2,1fr)}.template-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.wizard-btn-grid{grid-template-columns:1fr}}
