.login-form-container{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:2rem}.login-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;width:100%;max-width:400px}.login-form h2{margin-bottom:1.5rem;color:#2c3e50;text-align:center}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;color:#555;font-weight:500}.form-group input,.form-group select{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3498db}.form-error{background:#fee;color:#c33;padding:.75rem;border-radius:4px;margin-bottom:1rem;font-size:.875rem}.btn-primary{width:100%;background:#3498db;color:#fff;border:none;padding:.75rem;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.form-footer{margin-top:1.5rem;text-align:center}.btn-link{background:none;border:none;color:#3498db;cursor:pointer;text-decoration:underline;font-size:.875rem}.btn-link:hover{color:#2980b9}.dashboard{padding:2rem}.dashboard h2{margin-bottom:2rem;color:#2c3e50}.dashboard-loading,.dashboard-error{padding:2rem;text-align:center}.dashboard-error{color:#e74c3c}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.stat-card h3{font-size:.9rem;color:#7f8c8d;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:2rem;font-weight:600;color:#2c3e50}.dashboard-section{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-top:2rem}.dashboard-section h3{margin-bottom:1rem;color:#2c3e50}.template-usage{display:flex;flex-direction:column;gap:.5rem}.usage-item{display:flex;justify-content:space-between;padding:.75rem;background:#f8f9fa;border-radius:4px}.note-editor{display:flex;flex-direction:column;gap:1rem}.note-editor label h3{margin-bottom:.5rem;color:#2c3e50}.note-input{width:100%;padding:1rem;border:2px solid #e0e0e0;border-radius:4px;font-family:inherit;font-size:1rem;line-height:1.6;resize:vertical;transition:border-color .2s}.note-input:focus{outline:none;border-color:#3498db}.note-input:disabled{background:#f5f5f5;cursor:not-allowed}.note-editor-actions{display:flex;justify-content:space-between;align-items:center}.btn-primary:hover:not(:disabled){background:#2980b9}.btn-primary:disabled{background:#bdc3c7;cursor:not-allowed}.char-count{color:#7f8c8d;font-size:.875rem}.results-display{display:flex;flex-direction:column;gap:1.5rem}.results-header{display:flex;justify-content:space-between;align-items:center}.results-header h3{color:#2c3e50;margin:0}.results-meta{font-size:.875rem;color:#7f8c8d}.results-content{background:#f8f9fa;padding:1.5rem;border-radius:4px;border-left:3px solid #3498db}.summary-text{line-height:1.8;color:#333;white-space:pre-wrap}.results-actions{display:flex;gap:1rem}.btn-secondary{background:#fff;color:#3498db;border:2px solid #3498db;padding:.5rem 1rem;border-radius:4px;font-size:.875rem;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#3498db;color:#fff}.results-feedback{padding-top:1.5rem;border-top:1px solid #e0e0e0}.results-feedback h4{margin-bottom:1rem;color:#2c3e50;font-size:1rem}.rating-buttons{display:flex;gap:.5rem;margin-bottom:1rem}.rating-btn{width:40px;height:40px;border:2px solid #e0e0e0;background:#fff;border-radius:4px;font-size:1.125rem;font-weight:500;cursor:pointer;transition:all .2s}.rating-btn:hover{border-color:#3498db;background:#f0f8ff}.rating-btn.active{background:#3498db;color:#fff;border-color:#3498db}.feedback-input{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:4px;font-family:inherit;font-size:.875rem;resize:vertical}.feedback-input:focus{outline:none;border-color:#3498db}.template-selector{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.template-selector label h3{margin-bottom:.5rem;color:#2c3e50}.label-hint{font-size:.875rem;color:#7f8c8d;margin-bottom:.5rem}.template-select{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;background:#fff;cursor:pointer;transition:border-color .2s}.template-select:focus{outline:none;border-color:#3498db}.template-info{padding:1rem;background:#f8f9fa;border-radius:4px}.template-description{color:#555;line-height:1.6;margin:0}.notes-page{padding:2rem}.notes-page h2{margin-bottom:2rem;color:#2c3e50}.notes-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}.notes-input-section,.notes-results-section{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.error-message{background:#fee;color:#c33;padding:1rem;border-radius:4px;margin-top:1rem}.empty-state{padding:3rem;text-align:center;color:#7f8c8d}.notes-list-section{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.notes-list-section h3{margin-bottom:1rem;color:#2c3e50}.notes-list{display:flex;flex-direction:column;gap:1rem}.note-item{padding:1rem;background:#f8f9fa;border-radius:4px;border-left:3px solid #3498db}.note-item h4{margin-bottom:.5rem;color:#2c3e50}.note-preview{color:#7f8c8d;line-height:1.6}.notes-loading{padding:2rem;text-align:center}@media (max-width: 968px){.notes-container{grid-template-columns:1fr}}.prompt-tester{margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0}.prompt-tester h4{margin-bottom:1rem;color:#2c3e50}.tester-input{display:flex;flex-direction:column;gap:1rem}.test-textarea{width:100%;padding:1rem;border:2px solid #e0e0e0;border-radius:4px;font-family:inherit;font-size:.875rem;resize:vertical}.test-textarea:focus{outline:none;border-color:#3498db}.test-textarea:disabled{background:#f5f5f5;cursor:not-allowed}.tester-error{background:#fee;color:#c33;padding:1rem;border-radius:4px;margin-top:1rem}.tester-result{margin-top:1.5rem;padding:1.5rem;background:#f8f9fa;border-radius:4px;border-left:3px solid #27ae60}.tester-result h5{margin-bottom:1rem;color:#2c3e50}.result-summary{line-height:1.8;color:#333;white-space:pre-wrap;margin-bottom:1rem}.result-meta{font-size:.875rem;color:#7f8c8d;margin-bottom:.5rem}.result-validation{font-size:.875rem}.result-validation .valid{color:#27ae60;font-weight:500}.result-validation .invalid{color:#e74c3c;font-weight:500}.template-manager{display:grid;grid-template-columns:1fr 2fr;gap:2rem}.template-list{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.template-list h3{margin-bottom:1rem;color:#2c3e50}.template-items{display:flex;flex-direction:column;gap:1rem}.template-item{padding:1rem;border:2px solid #e0e0e0;border-radius:4px;cursor:pointer;transition:all .2s}.template-item:hover{border-color:#3498db;background:#f0f8ff}.template-item.active{border-color:#3498db;background:#e8f4f8}.template-item h4{margin-bottom:.5rem;color:#2c3e50}.template-category{font-size:.875rem;color:#7f8c8d;text-transform:capitalize;margin-bottom:.5rem}.template-description{font-size:.875rem;color:#555;margin-bottom:.5rem;line-height:1.5}.template-status{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.template-status.active{background:#d4edda;color:#155724}.template-status.inactive{background:#f8d7da;color:#721c24}.template-details{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.template-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.template-header h3{color:#2c3e50;margin:0}.template-info{display:flex;flex-direction:column;gap:1rem}.info-item{padding:.75rem;background:#f8f9fa;border-radius:4px}.info-item strong{color:#2c3e50;margin-right:.5rem}.status-active{color:#155724;font-weight:500}.status-inactive{color:#721c24;font-weight:500}.empty-selection{padding:3rem;text-align:center;color:#7f8c8d}.btn-primary{background:#3498db;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-primary:hover{background:#2980b9}@media (max-width: 968px){.template-manager{grid-template-columns:1fr}}.templates-page{padding:2rem}.templates-page h2{margin-bottom:2rem;color:#2c3e50}.templates-loading,.templates-error{padding:2rem;text-align:center}.templates-error{color:#e74c3c}.btn-retry{margin-top:1rem;padding:.5rem 1rem;background:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer}.btn-retry:hover{background:#2980b9}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#1e293b);padding:20px}.auth-card{width:100%;max-width:420px;background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;overflow:hidden}.auth-header{text-align:center;padding:40px 40px 24px;background:linear-gradient(135deg,#6366f1,#0ea5e9);color:#fff}.auth-icon{font-size:48px;margin-bottom:16px}.auth-header h1{margin:0 0 8px;font-size:28px;font-weight:700}.auth-header p{margin:0;opacity:.9;font-size:16px}.auth-form{padding:32px 40px}.auth-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#374151;font-size:14px}.form-group input,.form-group select{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:16px;transition:all .2s ease;background:#f9fafb}.form-group input:focus,.form-group select:focus{outline:none;border-color:#6366f1;background:#fff;box-shadow:0 0 0 4px #6366f11a}.form-group input::placeholder{color:#9ca3af}.btn-primary{width:100%;padding:14px 24px;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 20px -5px #6366f166}.btn-primary:disabled{opacity:.7;cursor:not-allowed}.auth-footer{padding:24px 40px;background:#f9fafb;border-top:1px solid #e5e7eb;text-align:center}.auth-footer p{margin:0;color:#6b7280;font-size:14px}.auth-footer a{color:#6366f1;font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}@media (max-width: 480px){.auth-card{border-radius:12px}.auth-header{padding:32px 24px 20px}.auth-form{padding:24px}.auth-footer{padding:20px 24px}}:root{--primary: #6366f1;--primary-dark: #4f46e5;--bg-dark: #0f172a;--bg-light: #f8fafc;--text: #1e293b;--text-muted: #64748b;--border: #e2e8f0;--success: #10b981;--error: #ef4444}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-light);color:var(--text);line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:var(--bg-dark);color:#fff;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between;gap:32px}.header-brand{display:flex;align-items:center;gap:12px}.header-icon{font-size:24px}.app-header h1{font-size:20px;font-weight:700}.app-header nav{display:flex;gap:8px}.app-header nav a{color:#ffffffb3;text-decoration:none;padding:8px 16px;border-radius:8px;font-weight:500;transition:all .2s ease}.app-header nav a:hover{color:#fff;background:#ffffff1a}.header-user{display:flex;align-items:center;gap:16px;margin-left:auto}.user-name{color:#fffc;font-weight:500}.btn-logout{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;padding:8px 16px;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s ease}.btn-logout:hover{background:#ffffff1a;border-color:#ffffff80}.app-main{flex:1}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:var(--text-muted)}.loading-spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}.container{max-width:1200px;margin:0 auto;padding:24px}.card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000d}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.btn-secondary{background:#fff;border:1px solid var(--border);color:var(--text)}.btn-secondary:hover{background:var(--bg-light)}@media (max-width: 768px){.app-header{flex-wrap:wrap;height:auto;padding:12px 16px}.app-header nav{order:3;width:100%;justify-content:center;margin-top:8px}.header-user{margin-left:0}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#333}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
