body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}:root{--bg:#f8fafc;--surface:#fff;--text:#0f172a;--muted:#475569;--line:#e2e8f0;--primary:#2563eb;--primary-600:#1d4ed8;--ring:0 0 0 3px #2563eb40;--chip:#f1f5f9;--chip-line:#e2e8f0;--radius:12px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:32px;--space-8:40px;--container:1280px}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc;color:#0f172a;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.site-header{background:#0f172a;box-shadow:0 1px 3px #0000001f;color:#fff}.site-header .container{align-items:center;display:flex;margin:0 auto;max-width:1280px;max-width:var(--container);padding:10px 24px}.brand{color:#fff;font-size:18px;font-weight:700;gap:8px}.brand:hover{opacity:.85}.brand-icon{background:#38bdf8;border-radius:50%;height:20px;width:20px}.page{background:#f8fafc;background:var(--bg);min-height:100vh}.container{margin-inline:auto;width:min(1280px,100% - 32px);width:min(var(--container),100% - 32px)}.hero{padding:30px 16px 18px;text-align:center}.hero h1{font-size:32px;font-weight:800;margin:0 0 8px}.hero p{color:#64748b;margin:0 0 24px}.search-wrap{-webkit-backdrop-filter:saturate(180%) blur(8px);backdrop-filter:saturate(180%) blur(8px);background:#ffffffe6;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--line);margin:0 auto 24px;padding-bottom:8px;position:-webkit-sticky;position:sticky;top:56px;width:min(720px,100%);z-index:10}.page-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:280px 1fr;margin:24px auto 0;max-width:1280px;max-width:var(--container);padding:0 16px 40px}.filter-panel{border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 1px 3px #0f172a14;height:calc(100vh - 120px);position:-webkit-sticky;position:sticky;top:105px}.panel-body{overflow-y:auto;padding:20px 16px 100px}.panel-actions{background:#f8fafc;border-top:1px solid #e2e8f0;border-top:1px solid var(--line);bottom:0;display:flex;gap:10px;justify-content:space-between;padding:12px 16px;position:-webkit-sticky;position:sticky}.filter-btn{border:0;border-radius:6px;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;padding:8px 0}.filter-btn:hover{opacity:.9}.filter-btn{background:#2563eb;background:var(--primary);color:#fff}.reset-btn{background:#e2e8f0;color:#0f172a}.results-bar{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #0f172a0a;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px;padding:8px 12px}.results-count{font-weight:600}.filter-group{margin-bottom:20px}.filter-label{color:#0f172a;color:var(--text);display:block;font-weight:500;margin-bottom:8px}.multi-select{display:flex;flex-direction:column;gap:8px}.checkbox-label{align-items:center;cursor:pointer;display:flex;gap:8px;padding:4px 0}.checkbox-label input[type=checkbox]{margin:0}.filter-select{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:6px;font-size:14px;padding:8px 12px;width:100%}.filter-select:focus{border-color:#2563eb;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb40;box-shadow:var(--ring);outline:none}.card-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.rc-card{transition:box-shadow .2s ease,transform .2s ease}.rc-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.chip{align-items:center;background:var(--chip);border:1px solid var(--chip-line);border-radius:16px;cursor:pointer;display:inline-flex;font-size:13px;gap:6px;margin-bottom:8px;margin-right:8px;padding:4px 12px;transition:all .2s}.chip:hover{background:#e2e8f0}.chip-remove{color:#475569;color:var(--muted);cursor:pointer;font-weight:700}.chip-remove:hover{color:#ef4444}.link-clear{background:none;border:none;border-radius:4px;color:#2563eb;color:var(--primary);cursor:pointer;font-size:14px;font-weight:500;padding:4px 8px;transition:background-color .2s ease}.link-clear:hover{background:#2563eb1a}.search-bar-container{width:100%}.search-input{border:2px solid #e2e8f0;border-radius:8px;font-size:16px;padding:10px 16px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.search-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33;outline:none}.results-area{min-width:0}.results-actions{align-items:center;display:flex;gap:12px}.results-actions select{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:6px;font-size:14px;padding:6px 12px}.results-actions select:focus{border-color:#2563eb;border-color:var(--primary);outline:none}@media (max-width:900px){.page-grid{grid-template-columns:1fr}.filter-panel{height:auto;position:static}.panel-body{padding-bottom:20px}.hero{padding:24px 16px 16px}.hero h1{font-size:24px}.search-wrap{margin:0 0 16px}}@media (max-width:768px){.site-header .container{padding:10px 16px}.brand{font-size:16px}.hero h1{font-size:20px}.hero p{font-size:14px}.results-bar{align-items:flex-start;flex-direction:column;gap:12px}.results-actions{justify-content:space-between;width:100%}.results-actions select{flex:1 1}}.panel-body::-webkit-scrollbar{width:8px}.panel-body::-webkit-scrollbar-track{background:#0000}.panel-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.filter-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 2px #1018280d;display:flex;flex-direction:column;height:100%;overflow:hidden}.f-header{align-items:center;background:linear-gradient(180deg,#ffffffeb,#fff 60%);border-bottom:1px solid #e5e7eb;display:flex;gap:8px;justify-content:space-between;padding:10px 12px;position:-webkit-sticky;position:sticky;top:0;z-index:2}.f-header-title{font-weight:700}.f-header-actions{display:flex;gap:8px}.f-body{overflow:auto;padding:10px 12px 12px}.f-section{margin-bottom:10px}.f-section-header{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;font-weight:600;justify-content:space-between;padding:8px 10px;text-align:left;width:100%}.f-section-header.static{background:#0000;border:none;cursor:default;padding:0 0 6px}.f-section-body{margin-top:8px}.chev{transition:transform .2s ease}.chev.open{transform:rotate(180deg)}.f-tools{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:1fr auto;margin-bottom:8px}.f-search{border:1px solid #e5e7eb;border-radius:8px;padding:6px 10px;width:100%}.f-actions{display:inline-flex;gap:8px}.link{background:none;border:0;color:#2563eb;cursor:pointer;font-size:13px;padding:0}.f-options{grid-gap:6px;border:1px solid #e5e7eb;border-radius:8px;display:grid;gap:6px;grid-template-columns:1fr;max-height:180px;overflow:auto;padding:8px}.f-option{align-items:center;display:flex;gap:8px}.f-empty{color:#64748b;font-size:13px}.segmented{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(4,1fr)}.seg{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;cursor:pointer;font-size:13px;padding:6px 10px}.seg.active{background:#2563eb;border-color:#2563eb;color:#fff}.btn{border:0;border-radius:8px;cursor:pointer;font-weight:700;padding:8px 12px}.btn-primary{background:#2563eb}.btn-primary:hover{background:#1d4ed8}.btn-muted{background:#e2e8f0;color:#0f172a}.btn-muted:hover{background:#cbd5e1}.f-actions-row{display:flex;gap:10px;justify-content:flex-end;margin:4px 0 10px}.btn-chip{background:#f8fafc;background:none;border:none;border-radius:999px;color:#2563eb;cursor:pointer;font-size:12px;padding:4px 10px}.btn-chip:hover{text-decoration:underline}.btn-chip-muted{background:#f8fafc;background:none;border:none;border-radius:999px;color:#64748b;cursor:pointer;font-size:12px;padding:4px 10px}.btn-chip-muted:hover{text-decoration:underline}@media (max-width:960px){.segment{grid-template-columns:repeat(4,minmax(0,1fr))}.f-options{max-height:220px}}.search-bar-container{align-items:center;display:flex;gap:8px;position:relative}.ai-toggle-btn{background:#2563eb;background:var(--primary,#4f46e5);border:none;border-radius:6px;color:#fff;cursor:pointer;flex-shrink:0;font-size:16px;padding:10px 16px;transition:all .2s;white-space:nowrap}.ai-toggle-btn:hover{background:#4338ca;background:var(--primary-dark,#4338ca);transform:translateY(-1px)}.ai-badge{background:#f0fdf4;border-radius:4px;color:#15803d;display:inline-block;font-size:12px;font-weight:500;margin-left:8px;padding:2px 6px}.search-input{flex:1 1;min-width:0}.brand{align-items:center;color:inherit;display:flex;gap:12px;text-decoration:none}.brand-logo{height:48px;object-fit:contain;transition:transform .2s ease;width:auto}.brand:hover .brand-logo{transform:scale(1.05)}.brand-text{color:#2563eb;color:var(--primary,#4f46e5);font-size:1.25rem;font-weight:700}.brand:hover .brand-text{color:#4338ca;color:var(--primary-dark,#4338ca)}.brand-icon{display:none}@media (max-width:640px){.brand-logo{height:36px}.brand-text{font-size:1rem}}.rc-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 2px #1018280a;display:flex;flex-direction:column;height:100%;padding:16px 16px 12px}.rc-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:8px}.rc-title{font-size:1.125rem;line-height:1.3;margin:0}.rc-badge{border-radius:999px;color:#fff;font-size:12px;font-weight:600;padding:4px 8px;white-space:nowrap}.rc-badge-free{background:#16a34a}.rc-badge-freemium{background:#f59e0b}.rc-badge-paid{background:#ef4444}.rc-desc{-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;color:#374151;display:-webkit-box;margin:6px 0 10px;overflow:hidden}.rc-meta{grid-column-gap:12px;grid-row-gap:8px;column-gap:12px;display:grid;grid-template-columns:120px 1fr;margin:6px 0 8px;row-gap:8px}.rc-meta dt{color:#6b7280;font-weight:600}.rc-meta dd{margin:0}.chips{display:flex;flex-wrap:wrap;gap:6px}.chip{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;color:#0f172a;font-size:12px;line-height:1.4;padding:3px 8px}.chip-more{background:#eef2ff;border-color:#c7d2fe;color:#3730a3}.chip-button{cursor:pointer;-webkit-user-select:none;user-select:none}.rc-spacer{flex:1 1 auto}.rc-footer{gap:12px;justify-content:space-between;margin-top:10px}.rc-footer,.rc-footer-left{align-items:center;display:flex}.rc-footer-left{flex:1 1 auto;gap:14px;min-width:0}.star-btn{font-size:16px}.rc-rating{gap:6px}.rc-rating-text{color:#334155;font-size:12px;white-space:nowrap}.rc-btn{background:#2563eb;border:0;border-radius:8px;color:#fff;font-weight:600;padding:10px 14px;text-align:center;text-decoration:none;white-space:nowrap}.rc-btn:hover{background:#1d4ed8}.rc-error{color:#6b7280;font-style:italic;padding:20px;text-align:center}@media (max-width:640px){.rc-meta{grid-template-columns:1fr}.rc-meta dt{margin-top:6px}}.star-row{display:inline-flex;gap:4px;vertical-align:middle}.star-btn{background:none;border:none;color:#cbd5e1;cursor:pointer;font-size:18px;line-height:1;padding:0}.star-btn.active,.star-btn:hover{color:#f59e0b}.star-btn:disabled{cursor:not-allowed;opacity:.6}.rc-rating{align-items:center;display:flex;gap:8px}.rc-rating-text{color:#111827;font-weight:600}.chat-bubble{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;bottom:24px;box-shadow:0 4px 12px #667eea66;cursor:pointer;display:flex;flex-direction:column;gap:2px;height:64px;justify-content:center;position:fixed;right:24px;transition:all .3s ease;width:64px;z-index:999}.chat-bubble:hover{box-shadow:0 6px 20px #667eea80;transform:scale(1.1)}.chat-bubble.hidden{opacity:0;pointer-events:none;transform:scale(0)}.chat-icon{font-size:28px}.chat-badge{background:#10b981;border:2px solid #fff;border-radius:10px;color:#fff;font-weight:700;position:absolute;right:-4px;top:-4px}.chat-window{animation:slideUp .3s ease;background:#fff;border-radius:16px;bottom:24px;box-shadow:0 8px 32px #0000001f;display:flex;flex-direction:column;height:600px;max-height:calc(100vh - 100px);max-width:calc(100vw - 48px);overflow:hidden;position:fixed;right:24px;width:380px;z-index:1000}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex-shrink:0;justify-content:space-between;padding:16px 20px}.chat-header-content{display:flex;flex-direction:column;gap:4px}.chat-title{font-size:16px;font-weight:700}.chat-status{font-size:12px;opacity:.9}.chat-close{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;height:32px;justify-content:center;transition:background .2s;width:32px}.chat-close:hover{background:#ffffff4d}.chat-messages{background:#f9fafb;display:flex;flex:1 1;flex-direction:column;gap:16px;overflow-y:auto;padding:20px}.message{animation:fadeIn .3s ease;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{justify-content:flex-end}.message.assistant{justify-content:flex-start}.message-bubble{word-wrap:break-word;border-radius:16px;font-size:14px;line-height:1.5;max-width:75%;padding:12px 16px}.message.user .message-bubble{background:linear-gradient(135deg,#667eea,#764ba2);border-bottom-right-radius:4px;color:#fff}.message.assistant .message-bubble{background:#fff;border:1px solid #e5e7eb;border-bottom-left-radius:4px;color:#1f2937}.message-bubble.typing{display:flex;gap:6px;padding:16px}.message-bubble.typing span{animation:typing 1.4s infinite;background:#9ca3af;border-radius:50%;height:8px;width:8px}.message-bubble.typing span:nth-child(2){animation-delay:.2s}.message-bubble.typing span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}.chat-suggestions{background:#f9fafb;padding:0 20px 16px}.chat-results{display:flex;flex-direction:column;gap:8px;margin-top:12px}.chat-result-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:10px}.chat-result-title{color:#1f2937;font-weight:700;margin-bottom:6px}.chat-result-desc{color:#4b5563;font-size:13px}.suggestions-title{color:#6b7280;font-size:12px;font-weight:600;margin:0 0 12px}.suggestion-chip{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#4b5563;cursor:pointer;display:block;font-size:13px;margin-bottom:8px;padding:10px 12px;text-align:left;transition:all .2s;width:100%}.suggestion-chip:hover{background:#f3f4f6;border-color:#667eea;color:#667eea;transform:translateX(4px)}.chat-input-container{background:#fff;border-top:1px solid #e5e7eb;display:flex;flex-shrink:0;gap:8px;padding:16px}.chat-input{border:1px solid #e5e7eb;border-radius:12px;flex:1 1;font-family:inherit;font-size:14px;max-height:100px;outline:none;padding:12px 16px;resize:none;transition:border-color .2s}.chat-input:focus{border-color:#667eea}.chat-input:disabled{background:#f9fafb;cursor:not-allowed}.chat-send{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:18px;height:44px;justify-content:center;transition:all .2s;width:44px}.chat-send:hover:not(:disabled){box-shadow:0 4px 12px #667eea4d;transform:scale(1.05)}.chat-send:disabled{cursor:not-allowed;opacity:.5}@media (max-width:480px){.chat-window{border-radius:0;bottom:0;height:100vh;left:0;max-height:100vh;max-width:100%;right:0;width:100%}.chat-bubble{bottom:16px;height:56px;right:16px;width:56px}.chat-icon{font-size:24px}}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#0000}.chat-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#9ca3af}.chat-paragraph{line-height:1.6;margin:8px 0}.chat-paragraph:first-child{margin-top:0}.chat-paragraph:last-child{margin-bottom:0}.message-bubble strong{color:inherit;font-weight:700}.message.assistant .message-bubble strong{color:#1f2937}.message.user .message-bubble strong{color:#fff}.chat-resources{display:flex;flex-direction:column;gap:10px;margin-top:16px}.chat-resource-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:inherit;cursor:pointer;display:block;padding:12px;text-decoration:none;transition:all .2s}.chat-resource-card:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea26;transform:translateX(2px)}.chat-resource-title{color:#1f2937;font-size:14px;font-weight:700;margin-bottom:6px}.chat-resource-desc{color:#6b7280;font-size:12px;line-height:1.4;margin:6px 0}.chat-resource-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.chat-badge{background:#e0e7ff;border-radius:4px;color:#4338ca;display:inline-block;font-size:10px;font-weight:600;padding:2px 6px}.chat-badge.free{background:#d1fae5;color:#065f46}.message-bubble .chat-paragraph{line-height:1.6;margin:8px 0}.message-bubble .chat-paragraph:first-child{margin-top:0}.message-bubble .chat-paragraph:last-child{margin-bottom:0}.message-bubble{white-space:pre-wrap}.message-text{line-height:1.7}.message-text br{content:"";display:block;margin:6px 0}.message-text strong{font-weight:700}.message.assistant .message-text strong{color:#1f2937}.message.user .message-text strong{color:#fff}.message-bubble{white-space:normal}.cookie-consent-banner{background:#1a1a1a;border-top:3px solid #007bff;bottom:0;box-shadow:0 -2px 10px #0000004d;color:#fff;left:0;position:fixed;right:0;z-index:10000}.cookie-consent-content{display:flex;flex-direction:column;gap:15px;margin:0 auto;max-width:1200px;padding:20px}.cookie-consent-content h3{font-size:18px;font-weight:600;margin:0}.cookie-consent-content p{font-size:14px;line-height:1.4;margin:0}.cookie-options{align-items:center;display:flex;flex-wrap:wrap;gap:20px}.cookie-options label{align-items:center;cursor:pointer;display:flex;font-size:14px;gap:8px;-webkit-user-select:none;user-select:none}.cookie-options input[type=checkbox]{cursor:pointer;height:16px;width:16px}.cookie-actions{display:flex;gap:10px;justify-content:flex-end}.btn-accept,.btn-reject{border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s ease}.btn-reject{background:#6c757d;color:#fff}.btn-reject:hover{background:#5a6268}.btn-accept{background:#007bff;color:#fff}.btn-accept:hover{background:#0056b3}.cookie-links{display:flex;font-size:12px;gap:15px;justify-content:flex-end}.cookie-links a{color:#adb5bd;text-decoration:none}.cookie-links a:hover{color:#fff;text-decoration:underline}.age-gate-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10001}.age-gate-modal{background:#fff;border-radius:8px;box-shadow:0 10px 30px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;padding:30px;width:90%}.age-gate-modal h3{color:#333;font-size:24px;margin-top:0;text-align:center}.age-gate-modal p{color:#666;line-height:1.5}.age-gate-modal p,.form-group{margin-bottom:20px}.form-group label{color:#333;display:block;font-weight:500;margin-bottom:5px}.form-group input[type=email],.form-group input[type=number],.form-group textarea{border:1px solid #ddd;border-radius:4px;box-sizing:border-box;font-size:14px;padding:10px;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.form-group small{color:#666;display:block;font-size:12px;margin-top:5px}.age-gate-actions{margin:20px 0;text-align:center}.btn-primary{background:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:12px 24px;transition:background .2s ease}.btn-primary:hover:not(:disabled){background:#0056b3}.btn-primary:disabled{background:#6c757d;cursor:not-allowed}.age-gate-info{background:#f8f9fa;border-radius:4px;margin-top:20px;padding:15px}.age-gate-info p{font-size:14px;line-height:1.4;margin:0}.age-gate-info strong{color:#333}.gdpr-request-form{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:0 auto;max-width:600px;padding:30px}.gdpr-request-form h3{color:#333;font-size:24px;margin-top:0;text-align:center}.gdpr-request-form p{color:#666;line-height:1.5;margin-bottom:20px}.gdpr-form-actions{margin:20px 0;text-align:center}.btn-secondary{background:#6c757d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:10px 20px;transition:background .2s ease}.btn-secondary:hover{background:#5a6268}.gdpr-info{background:#e7f3ff;border-left:4px solid #007bff;border-radius:4px;margin-top:20px;padding:15px}.gdpr-info h4{color:#333;font-size:16px;margin-top:0}.gdpr-info ul{margin:10px 0;padding-left:20px}.gdpr-info li{color:#666;font-size:14px;margin-bottom:5px}.gdpr-request-success{background:#d4edda;border:1px solid #c3e6cb;border-radius:4px;color:#155724;padding:20px;text-align:center}.gdpr-request-success h3{color:#155724;margin-top:0}.gdpr-request-success p{line-height:1.5;margin-bottom:20px}@media (max-width:768px){.cookie-consent-content{padding:15px}.cookie-options{align-items:flex-start}.cookie-actions,.cookie-links,.cookie-options{flex-direction:column;gap:10px}.cookie-links{align-items:flex-start}.age-gate-modal{margin:20px;padding:20px}.gdpr-request-form{margin:0 10px;padding:20px}}@media (max-width:480px){.cookie-consent-content h3{font-size:16px}.cookie-consent-content p{font-size:12px}.btn-accept,.btn-reject{font-size:12px;padding:6px 12px}.age-gate-modal h3{font-size:20px}.btn-primary{font-size:14px;padding:10px 20px}}.top-welcome-banner{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 4px #0000001a;color:#fff;padding:12px 0;position:relative;text-align:center;z-index:9999}.welcome-banner-content{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.welcome-banner-content p{font-size:14px;font-weight:500;margin:0}.welcome-banner-actions{align-items:center;display:flex;gap:10px}.btn-student,.btn-teacher{border:none;border-radius:20px;cursor:pointer;font-size:12px;font-weight:500;padding:8px 16px;transition:all .2s ease}.btn-student{background:#fff3;border:1px solid #ffffff4d;color:#fff}.btn-student:hover{background:#ffffff4d}.btn-teacher{background:#28a745;color:#fff}.btn-teacher:hover{background:#218838}.btn-dismiss{background:none;border:none;color:#fff;cursor:pointer;font-size:18px;line-height:1;padding:0 5px}.btn-dismiss:hover{background:#ffffff1a;border-radius:50%}.gentle-prompt{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 20px #00000026;font-size:14px;max-width:350px;position:fixed;z-index:10000}.gentle-prompt.bottom-right{bottom:20px;right:20px}.gentle-prompt.bottom-left{bottom:20px;left:20px}.gentle-prompt.top-right{right:20px;top:20px}.gentle-prompt.top-left{left:20px;top:20px}.gentle-prompt-content{padding:0}.gentle-prompt-header{align-items:center;background:#f8f9fa;border-bottom:1px solid #e0e0e0;border-radius:8px 8px 0 0;display:flex;justify-content:space-between;padding:12px 16px}.gentle-prompt-header h4{color:#333;font-size:14px;font-weight:600;margin:0}.gentle-prompt-dismiss{background:none;border:none;color:#666;cursor:pointer;font-size:18px;line-height:1;padding:0}.gentle-prompt-dismiss:hover{color:#333}.gentle-prompt-body{padding:16px}.gentle-prompt-body p{color:#666;line-height:1.4;margin:0 0 12px}.gentle-prompt-actions{display:flex;flex-direction:column;gap:8px}.gentle-prompt-actions .btn-remind,.gentle-prompt-actions .btn-student,.gentle-prompt-actions .btn-teacher{border:none;border-radius:4px;cursor:pointer;font-size:13px;padding:8px 12px;text-align:center;transition:all .2s ease}.gentle-prompt-actions .btn-student{background:#007bff;color:#fff}.gentle-prompt-actions .btn-student:hover{background:#0056b3}.gentle-prompt-actions .btn-teacher{background:#28a745;color:#fff}.gentle-prompt-actions .btn-teacher:hover{background:#218838}.gentle-prompt-actions .btn-remind{background:#f8f9fa;border:1px solid #dee2e6;color:#666}.gentle-prompt-actions .btn-remind:hover{background:#e9ecef}.feature-with-age-gate{position:relative}.subtle-age-reminder{background:#fff3cd;border:1px solid #ffeaa7;border-radius:4px;color:#856404;font-size:12px;padding:8px 12px;position:absolute;right:10px;top:10px;z-index:100}.subtle-age-reminder p{margin:0 0 8px}.subtle-age-reminder .btn-verify{background:#ffc107;border:none;border-radius:3px;color:#212529;cursor:pointer;font-size:11px;padding:4px 8px}.subtle-age-reminder .btn-verify:hover{background:#e0a800}.age-selector-trigger{background:none;border:1px solid #dee2e6;border-radius:4px;color:#666;cursor:pointer;font-size:12px;padding:6px 12px;transition:all .2s ease}.age-selector-trigger:hover{background:#f8f9fa;border-color:#adb5bd}.age-selector-dropdown{background:#fff;border:1px solid #dee2e6;border-radius:8px;bottom:100%;box-shadow:0 4px 12px #00000026;left:0;margin-bottom:8px;position:absolute;right:0;z-index:1000}.selector-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:12px 16px}.selector-header h5{color:#333;font-size:14px;font-weight:600;margin:0}.close-selector{background:none;border:none;color:#666;cursor:pointer;font-size:16px;padding:0}.close-selector:hover{color:#333}.selector-options{padding:8px 0}.age-option{background:none;border:none;color:#333;display:block;font-size:13px;padding:10px 16px;width:100%}.age-option:hover{background:#f8f9fa}.age-option.selected{background:#e7f3ff;color:#0056b3;font-weight:500}.selector-note{border-top:1px solid #e0e0e0;color:#6c757d;font-size:11px;margin:0;padding:12px 16px;text-align:center}.feature-age-gate{position:relative}.gate-overlay{align-items:center;background:#fffffff2;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:100}.gate-content{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;max-width:400px;padding:24px;text-align:center;width:90%}.gate-content h4{color:#333;font-size:16px;font-weight:600;margin:0 0 12px}.gate-content p{color:#666;line-height:1.4;margin:0 0 20px}.gate-actions{display:flex;flex-direction:column;gap:10px}.gate-actions .btn-cancel,.gate-actions .btn-student,.gate-actions .btn-teacher{border:none;border-radius:4px;cursor:pointer;font-size:14px;padding:10px 16px;transition:all .2s ease}.gate-actions .btn-student{background:#007bff;color:#fff}.gate-actions .btn-student:hover{background:#0056b3}.gate-actions .btn-teacher{background:#28a745;color:#fff}.gate-actions .btn-teacher:hover{background:#218838}.gate-actions .btn-cancel{background:#6c757d;color:#fff}.gate-actions .btn-cancel:hover{background:#5a6268}@media (max-width:768px){.welcome-banner-content{flex-direction:column;text-align:center}.welcome-banner-actions{flex-direction:column;width:100%}.welcome-banner-actions .btn-student,.welcome-banner-actions .btn-teacher{width:100%}.gentle-prompt{left:5%;max-width:90%;right:5%}.age-selector-dropdown{left:-50px;right:-50px}}.age-settings-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#667eea,#764ba2);border:1px solid #fff3;border-radius:25px;bottom:24px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;left:24px;padding:12px 16px;position:fixed;transition:all .3s ease;z-index:998}.age-settings-button:hover{background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.age-settings-button.age-set{background:linear-gradient(135deg,#48bb78,#38a169);box-shadow:0 4px 15px #48bb784d}.age-settings-button.age-set:hover{background:linear-gradient(135deg,#38a169,#48bb78);box-shadow:0 6px 20px #48bb7866}.age-settings-button.age-not-set{background:linear-gradient(135deg,#ed8936,#dd6b20);box-shadow:0 4px 15px #ed89364d}.age-settings-button.age-not-set:hover{background:linear-gradient(135deg,#dd6b20,#ed8936);box-shadow:0 6px 20px #ed893666}.age-icon{align-items:center;display:flex;font-size:16px;height:24px;justify-content:center;width:24px}.age-label{font-size:14px;font-weight:500}.age-settings-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1001}.age-settings-modal{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;left:50%;max-height:90vh;max-width:500px;overflow-y:auto;position:fixed;top:50%;transform:translate(-50%,-50%);width:90%;z-index:1002}@keyframes modalSlideIn{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}.modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:24px 24px 16px}.modal-header h2{color:#2d3748;font-size:24px;font-weight:600;margin:0}.close-btn{background:none;border:none;border-radius:4px;color:#718096;cursor:pointer;font-size:24px;padding:4px;transition:all .2s ease}.close-btn:hover{background:#f7fafc;color:#2d3748}.modal-body{padding:24px}.explanation{color:#4a5568;line-height:1.6;margin-bottom:24px;text-align:center}.age-options{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.age-option{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;gap:16px;padding:16px;text-align:left;transition:all .2s ease}.age-option:hover{background:#f7fafc;border-color:#667eea;transform:translateY(-1px)}.age-option.selected{background:linear-gradient(135deg,#667eea10,#764ba210);border-color:#667eea;box-shadow:0 4px 12px #667eea26}.option-icon{align-items:center;background:#f7fafc;border-radius:50%;display:flex;flex-shrink:0;font-size:24px;height:40px;justify-content:center;width:40px}.age-option.selected .option-icon{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.option-text{flex:1 1}.option-text strong{color:#2d3748;display:block;font-size:16px;font-weight:600;margin-bottom:4px}.option-text small{color:#718096;display:block;font-size:14px;line-height:1.4}.current-restrictions{background:#f7fafc;border-radius:12px;margin-bottom:24px;padding:16px}.current-restrictions h3{color:#2d3748;font-size:16px;font-weight:600;margin:0 0 12px}.current-restrictions ul{list-style:none;margin:0;padding:0}.current-restrictions li{color:#4a5568;font-size:14px;padding:4px 0}.privacy-note{background:#edf2f7;border-radius:8px;margin-top:24px;padding:16px;text-align:center}.privacy-note small{color:#4a5568;line-height:1.5}.privacy-note a{color:#667eea;font-weight:500;text-decoration:none}.privacy-note a:hover{text-decoration:underline}.age-confirmation-toast{animation:toastSlideIn .3s ease-out;background:linear-gradient(135deg,#48bb78,#38a169);border-radius:8px;box-shadow:0 4px 15px #48bb784d;color:#fff;font-weight:500;padding:16px 24px;position:fixed;right:20px;top:20px;z-index:2000}@keyframes toastSlideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.age-confirmation-toast.fade-out{animation:toastSlideOut .3s ease-out forwards}@keyframes toastSlideOut{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}.age-option:disabled{cursor:not-allowed;opacity:.6}.age-option:disabled:hover{background:#fff;border-color:#e2e8f0;transform:none}@media (max-width:768px){.age-settings-button{bottom:16px;font-size:13px;left:16px;padding:10px 14px;z-index:998}.age-settings-modal{margin:0 16px;max-width:400px;width:95%}.modal-header{padding:20px 20px 12px}.modal-header h2{font-size:20px}.modal-body{padding:20px}.age-options{gap:10px;margin-bottom:20px}.age-option{gap:12px;padding:14px}.option-icon{font-size:20px;height:36px;width:36px}.option-text strong{font-size:15px}.option-text small{font-size:13px}.current-restrictions{margin-bottom:20px;padding:14px}.current-restrictions h3{font-size:15px}.current-restrictions li{font-size:13px}.privacy-note{margin-top:20px;padding:14px}.age-confirmation-toast{font-size:14px;padding:14px 20px;right:16px;top:16px}}@media (max-width:480px){.age-settings-button{bottom:12px;font-size:12px;padding:8px 12px;right:12px}.age-settings-modal{border-radius:0;height:100%;left:0;margin:0;max-height:100vh;top:0;transform:none;width:100%}.modal-header{padding:16px 16px 10px}.modal-header h2{font-size:18px}.modal-body{padding:16px}.age-options{gap:8px;margin-bottom:16px}.age-option{gap:10px;padding:12px}.option-icon{font-size:18px;height:32px;width:32px}.option-text strong{font-size:14px}.option-text small{font-size:12px}.current-restrictions{margin-bottom:16px;padding:12px}.current-restrictions h3{font-size:14px}.current-restrictions li{font-size:12px}.privacy-note{margin-top:16px;padding:12px}.age-confirmation-toast{font-size:13px;padding:12px 16px;right:12px;top:12px}}.age-option:focus,.age-settings-button:focus,.close-btn:focus{outline:2px solid #667eea;outline-offset:2px}.ai-features-disabled .ai-feature,.ai-features-limited .ai-feature.premium{display:none!important}.ai-features-limited .ai-feature.basic{filter:grayscale(.3);opacity:.7}@media print{.age-confirmation-toast,.age-settings-button,.age-settings-modal,.age-settings-overlay{display:none!important}}
/*# sourceMappingURL=main.218e8e40.css.map*/