.theme-toggle{width:100%}.theme-toggle-compact{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition);border:1px solid var(--border);background:transparent;cursor:pointer}.theme-toggle-compact:hover{color:var(--accent-light);border-color:var(--accent);background:var(--accent-bg)}.lang-toggle-compact{display:flex;align-items:center;gap:.35rem;padding:.45rem .75rem;border-radius:var(--radius-sm);color:var(--text-secondary);font-size:.8rem;font-weight:600;transition:all var(--transition);border:1px solid var(--border);background:transparent;cursor:pointer}.lang-toggle-compact:hover{color:var(--accent-light);border-color:var(--accent);background:var(--accent-bg)}.sidebar-toggle{position:fixed;top:16px;left:16px;z-index:1100;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px;color:var(--text-primary);display:flex;align-items:center;justify-content:center;transition:background var(--transition)}.sidebar-toggle:hover{background:var(--accent-bg);color:var(--accent)}.sidebar-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:1000}.sidebar-overlay.active{display:block}.sidebar{position:fixed;top:0;left:0;bottom:0;width:var(--sidebar-width);max-width:85vw;background:var(--bg-sidebar);border-right:1px solid var(--border);display:flex;flex-direction:column;z-index:1050;transform:translate(-100%);transition:transform var(--transition);overflow-y:auto}.sidebar.open{transform:translate(0)}.sidebar-header{padding:24px 20px;border-bottom:1px solid var(--border)}.sidebar-logo{font-size:1.4rem;font-weight:700;color:var(--accent-light);letter-spacing:-.5px}.sidebar-nav{flex:1;padding:12px;display:flex;flex-direction:column;gap:4px}.sidebar-link{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition);font-size:.95rem}.sidebar-link:hover{background:var(--accent-bg);color:var(--accent-light)}.sidebar-link.active{background:var(--accent-bg);color:var(--accent-light);font-weight:500}.sidebar-footer{padding:12px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:4px}.logout-btn:hover{background:#ef44441a!important;color:var(--danger)!important}@media(max-width:640px){.sidebar-toggle{top:12px;left:12px}.sidebar-link{padding:14px 16px;font-size:1rem}}.landing{min-height:100vh;width:100%;overflow-x:hidden}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#0f0f1acc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}[data-theme=light] .landing-nav{background:#f5f5fad9}.landing-nav-inner{max-width:1200px;margin:0 auto;padding:0 2rem;height:64px;display:flex;align-items:center;justify-content:space-between}.landing-logo{display:flex;align-items:center;gap:.5rem;font-size:1.3rem;font-weight:700;color:var(--accent-light)}.landing-nav-actions{display:flex;align-items:center;gap:.75rem}.nav-btn{padding:.55rem 1.6rem;border-radius:var(--radius-sm);font-weight:500;font-size:.9rem;white-space:nowrap;transition:all var(--transition)}.nav-btn-ghost{color:var(--text-secondary)}.nav-btn-ghost:hover{color:var(--text-primary);background:var(--accent-bg)}.nav-btn-primary{background:var(--accent);color:#fff}.nav-btn-primary:hover{background:var(--accent-hover)}.hero{position:relative;padding:10rem 2rem 6rem;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;min-height:100vh}.hero-glow{position:absolute;top:10%;left:20%;width:500px;height:500px;background:radial-gradient(circle,rgba(124,58,237,.15) 0%,transparent 70%);pointer-events:none;filter:blur(60px)}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:var(--accent-bg);border:1px solid rgba(124,58,237,.3);border-radius:999px;color:var(--accent-light);font-size:.85rem;font-weight:500;margin-bottom:1.5rem}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;letter-spacing:-.02em;margin-bottom:1.5rem}.hero-highlight{background:linear-gradient(135deg,var(--accent-light),#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.15rem;line-height:1.7;color:var(--text-secondary);margin-bottom:2rem;max-width:520px}.hero-actions{display:flex;gap:1rem;margin-bottom:3rem}.hero-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.75rem;border-radius:var(--radius);font-weight:600;font-size:1rem;transition:all var(--transition)}.hero-btn-primary{background:var(--accent);color:#fff;box-shadow:0 4px 20px #7c3aed59}.hero-btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 28px #7c3aed73}.hero-btn-secondary{border:1px solid var(--border);color:var(--text-secondary)}.hero-btn-secondary:hover{border-color:var(--accent);color:var(--accent-light);background:var(--accent-bg)}.hero-stats{display:flex;align-items:center;gap:2rem}.hero-stat-number{display:block;font-size:1.5rem;font-weight:700;color:var(--accent-light)}.hero-stat-label{font-size:.8rem;color:var(--text-muted)}.hero-stat-divider{width:1px;height:36px;background:var(--border)}.hero-visual{display:flex;justify-content:center}.hero-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;width:100%;max-width:420px;box-shadow:var(--shadow),0 0 60px #7c3aed14}.hero-card-header{display:flex;align-items:center;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid var(--border);margin-bottom:1rem;color:var(--accent-light);font-weight:600}.hero-card-parts{display:flex;flex-direction:column;gap:.75rem}.hero-part{display:flex;gap:.75rem;padding:.75rem;background:var(--bg-secondary);border-radius:var(--radius-sm);transition:all var(--transition)}.hero-part-dot{width:8px;height:8px;min-width:8px;border-radius:50%;background:var(--accent);margin-top:.45rem}.hero-part strong{display:block;font-size:.9rem;margin-bottom:.25rem}.hero-part p{font-size:.8rem;color:var(--text-muted);line-height:1.4}.section-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2{font-size:2.25rem;font-weight:700;margin-bottom:.75rem;letter-spacing:-.01em}.section-header p{color:var(--text-secondary);font-size:1.1rem;max-width:500px;margin:0 auto}.features{padding:6rem 0}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:all var(--transition)}.feature-card:hover{border-color:#7c3aed4d;transform:translateY(-4px);box-shadow:0 8px 30px #7c3aed1a}.feature-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:var(--accent-bg);border-radius:var(--radius-sm);color:var(--accent-light);margin-bottom:1.25rem}.feature-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.feature-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.how-it-works{padding:6rem 0;background:var(--bg-secondary)}.steps{display:flex;align-items:flex-start;justify-content:center;gap:1rem}.step{text-align:center;max-width:280px;flex:1}.step-number{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;border-radius:50%;font-size:1.3rem;font-weight:700;margin:0 auto 1.25rem;box-shadow:0 4px 16px #7c3aed4d}.step h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.step p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.step-connector{width:60px;height:2px;background:linear-gradient(90deg,var(--accent),transparent);margin-top:28px;flex-shrink:0}.pricing{padding:6rem 0}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:start}.pricing-card{position:relative;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:all var(--transition)}.pricing-card:hover{transform:translateY(-4px)}.pricing-card-featured{border-color:var(--accent);box-shadow:0 0 40px #7c3aed26;transform:scale(1.03)}.pricing-card-featured:hover{transform:scale(1.03) translateY(-4px)}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--accent);color:#fff;padding:.25rem 1rem;border-radius:999px;font-size:.8rem;font-weight:600}.pricing-card-header{text-align:center;padding-bottom:1.5rem;border-bottom:1px solid var(--border);margin-bottom:1.5rem}.pricing-card-header h3{font-size:1.2rem;font-weight:600;margin-bottom:.75rem}.pricing-price{display:flex;align-items:baseline;justify-content:center;gap:.25rem;margin-bottom:.5rem}.pricing-amount{font-size:2.5rem;font-weight:800}.pricing-period{color:var(--text-muted);font-size:.9rem}.pricing-desc{color:var(--text-secondary);font-size:.85rem}.pricing-features{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.pricing-features li{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:var(--text-secondary)}.pricing-features li svg{color:var(--success);flex-shrink:0}.pricing-btn{display:block;width:100%;text-align:center;padding:.75rem;border-radius:var(--radius-sm);font-weight:600;font-size:.95rem;transition:all var(--transition)}.pricing-btn-primary{background:var(--accent);color:#fff}.pricing-btn-primary:hover{background:var(--accent-hover)}.pricing-btn-secondary{border:1px solid var(--border);color:var(--text-primary)}.pricing-btn-secondary:hover{border-color:var(--accent);background:var(--accent-bg)}.cta{position:relative;padding:6rem 0;overflow:hidden}.cta-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:300px;background:radial-gradient(circle,rgba(124,58,237,.12) 0%,transparent 70%);pointer-events:none;filter:blur(40px)}.cta-content{text-align:center;position:relative}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{color:var(--text-secondary);font-size:1.1rem;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.landing-footer{border-top:1px solid var(--border);padding:3rem 0 1.5rem}.footer-content{display:flex;justify-content:space-between;margin-bottom:2rem}.footer-brand p{color:var(--text-muted);font-size:.85rem;margin-top:.75rem;max-width:260px}.footer-links{display:flex;gap:4rem}.footer-col{display:flex;flex-direction:column;gap:.6rem}.footer-col h4{font-size:.85rem;font-weight:600;margin-bottom:.25rem}.footer-col a{font-size:.85rem;color:var(--text-muted);transition:color var(--transition)}.footer-col a:hover{color:var(--accent-light)}.footer-bottom{border-top:1px solid var(--border);padding-top:1.5rem;text-align:center}.footer-bottom p{font-size:.8rem;color:var(--text-muted)}@media(max-width:1024px){.hero{grid-template-columns:1fr;text-align:center;padding-top:8rem;gap:3rem}.hero-subtitle{margin:0 auto 2rem}.hero-actions,.hero-stats{justify-content:center}.hero-visual{order:-1}.features-grid,.pricing-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.pricing-card-featured{transform:none}.pricing-card-featured:hover{transform:translateY(-4px)}.steps{flex-direction:column;align-items:center}.step-connector{width:2px;height:40px;background:linear-gradient(180deg,var(--accent),transparent);margin:0}}@media(max-width:640px){.hero-title{font-size:2.25rem}.hero{padding-top:6rem;padding-bottom:3rem}.section-header h2{font-size:1.75rem}.features,.how-it-works,.pricing,.testimonials,.cta{padding:4rem 0}.hero-stats{flex-direction:column;gap:1rem}.hero-stat-divider{width:36px;height:1px}.landing-nav-actions .nav-btn-ghost{display:none}.footer-content{flex-direction:column;gap:2rem}.footer-links{gap:2rem}}.topic-form{width:100%;max-width:640px;margin:0 auto}.topic-input-wrapper{display:flex;gap:8px;background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius);padding:6px 6px 6px 16px;transition:border-color var(--transition)}.topic-input-wrapper:focus-within{border-color:var(--accent)}.topic-input{flex:1;background:none;border:none;outline:none;color:var(--text-primary);font-size:1rem;padding:8px 0;min-width:0}.topic-input::placeholder{color:var(--text-muted)}.topic-submit{background:var(--accent);color:#fff;border-radius:var(--radius-sm);padding:10px 16px;display:flex;align-items:center;justify-content:center;transition:background var(--transition);flex-shrink:0}.topic-submit:hover:not(:disabled){background:var(--accent-hover)}.topic-submit:disabled{opacity:.5;cursor:not-allowed}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:640px){.topic-input-wrapper{padding:4px 4px 4px 12px}.topic-input{font-size:.9rem}.topic-submit{padding:10px 12px}}.topic-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:20px;transition:transform .2s,box-shadow .2s}.topic-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.topic-card-title{font-size:1.05rem;font-weight:600;color:var(--accent-light);margin-bottom:8px}.topic-card-content{font-size:.9rem;color:var(--text-secondary);line-height:1.6;white-space:pre-wrap}.topic-card-toggle{display:inline-flex;align-items:center;gap:4px;margin-top:10px;color:var(--accent);font-size:.85rem;font-weight:500;transition:color var(--transition)}.topic-card-toggle:hover{color:var(--accent-light)}@media(max-width:640px){.topic-card{padding:16px}.topic-card:hover{transform:none}.topic-card-title{font-size:.95rem}.topic-card-content{font-size:.85rem}}.topic-list{margin-top:32px}.topic-list-title{font-size:1.4rem;font-weight:700;margin-bottom:20px;color:var(--text-primary)}.topic-list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}@media(max-width:640px){.topic-list{margin-top:24px}.topic-list-title{font-size:1.15rem;margin-bottom:16px}.topic-list-grid{grid-template-columns:1fr;gap:12px}}.favorites{margin-top:48px;width:100%}.favorites-header{display:flex;align-items:center;gap:10px;margin-bottom:20px}.favorites-icon{color:#f59e0b}.favorites-header h2{font-size:1.25rem;font-weight:700}.favorites-empty{text-align:center;color:var(--text-muted);font-size:.9rem;padding:32px 16px;background:var(--bg-secondary);border:1px dashed var(--border);border-radius:var(--radius)}.favorites-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.favorite-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:16px;display:flex;flex-direction:column;gap:8px;transition:border-color var(--transition),box-shadow var(--transition)}.favorite-card:hover{border-color:#f59e0b4d;box-shadow:0 4px 20px #f59e0b0f}.favorite-card-top{display:flex;align-items:flex-start;gap:8px}.favorite-star{color:#f59e0b;flex-shrink:0;margin-top:2px}.favorite-title{font-size:.95rem;font-weight:600;line-height:1.4;word-break:break-word}.favorite-date{font-size:.75rem;color:var(--text-muted);padding-left:24px}.favorite-actions{display:flex;gap:8px;margin-top:4px;padding-left:24px}.favorite-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-sm);border:1px solid var(--border);background:transparent;color:var(--text-muted);cursor:pointer;transition:all var(--transition)}.favorite-btn-open:hover{color:var(--accent-light);border-color:var(--accent);background:var(--accent-bg)}.favorite-btn-remove:hover{color:var(--danger);border-color:var(--danger);background:#ef44441a}@media(max-width:640px){.favorites{margin-top:36px}.favorites-header h2{font-size:1.1rem}.favorites-grid{grid-template-columns:1fr}.favorite-card:hover{box-shadow:none}}.home{padding:40px 24px;max-width:900px;margin:0 auto;width:100%}.home-hero{text-align:center;margin-bottom:32px}.home-icon{color:var(--accent-light);margin-bottom:16px}.home-title{font-size:2rem;font-weight:700;margin-bottom:8px}.home-subtitle{color:var(--text-secondary);font-size:1.05rem}.home-error{text-align:center;color:var(--danger);margin-top:16px;font-size:.9rem}@media(max-width:640px){.home{padding:64px 16px 24px}.home-title{font-size:1.5rem}.home-subtitle{font-size:.9rem}.home-icon{width:36px;height:36px}}.auth-page{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%;padding:24px}.auth-form{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);padding:40px 32px;width:100%;max-width:400px;display:flex;flex-direction:column;gap:20px}.auth-header{text-align:center}.auth-icon{color:var(--accent-light);margin-bottom:12px}.auth-header h1{font-size:1.5rem;font-weight:700;margin-bottom:4px}.auth-header p{color:var(--text-secondary);font-size:.9rem}.auth-error{background:#ef44441a;color:var(--danger);padding:10px 14px;border-radius:var(--radius-sm);font-size:.85rem;text-align:center}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-field label{font-size:.85rem;font-weight:500;color:var(--text-secondary)}.auth-field input{background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px 14px;color:var(--text-primary);outline:none;transition:border-color var(--transition)}.auth-field input:focus{border-color:var(--accent)}.auth-field input::placeholder{color:var(--text-muted)}.auth-submit{background:var(--accent);color:#fff;padding:12px;border-radius:var(--radius-sm);font-weight:600;font-size:.95rem;transition:background var(--transition)}.auth-submit:hover:not(:disabled){background:var(--accent-hover)}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-footer{text-align:center;font-size:.85rem;color:var(--text-secondary)}.auth-footer a{color:var(--accent-light);font-weight:500}.auth-footer a:hover{text-decoration:underline}.auth-row{display:flex;gap:12px}.auth-row .auth-field{flex:1;min-width:0}.auth-field input{width:100%;box-sizing:border-box}@media(max-width:640px){.auth-page{padding:48px 16px 16px;align-items:flex-start}.auth-form{padding:28px 20px;gap:16px}.auth-header h1{font-size:1.3rem}.auth-row{flex-direction:column;gap:16px}}.history{padding:40px 24px;max-width:900px;margin:0 auto;width:100%}.history-header{display:flex;align-items:center;gap:12px;margin-bottom:32px}.history-icon{color:var(--accent-light)}.history-header h1{font-size:1.8rem;font-weight:700}.history-loading,.history-empty{text-align:center;color:var(--text-secondary);padding:40px 0}.history-error{color:var(--danger);text-align:center;margin-bottom:16px}.history-list{display:flex;flex-direction:column;gap:12px}.history-item{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.history-item-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 20px;gap:12px;color:var(--text-primary);transition:background var(--transition)}.history-item-header:hover{background:var(--accent-bg)}.history-item-info{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.history-item-title{font-size:1.05rem;font-weight:600;text-align:left;word-break:break-word}.history-item-date{font-size:.8rem;color:var(--text-muted);text-align:left}.history-item-parts{padding:12px 20px 20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px;border-top:1px solid var(--border)}.history-item-actions{display:flex;align-items:center;gap:8px;flex-shrink:0;color:var(--text-muted)}.history-favorite-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-sm);color:var(--text-muted);transition:all var(--transition);cursor:pointer}.history-favorite-btn:hover{color:#f59e0b;background:#f59e0b1a}.history-favorite-btn.active{color:#f59e0b}@media(max-width:640px){.history{padding:64px 16px 24px}.history-header h1{font-size:1.35rem}.history-item-header{padding:14px 16px;gap:12px}.history-item-title{font-size:.95rem;word-break:break-word}.history-item-parts{padding:12px 16px 16px;grid-template-columns:1fr}}.profile{padding:40px 24px;display:flex;justify-content:center;align-items:flex-start;width:100%}.profile-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);padding:40px;text-align:center;width:100%;max-width:420px}.profile-avatar{width:80px;height:80px;border-radius:50%;background:var(--accent-bg);color:var(--accent-light);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.profile-name{font-size:1.5rem;font-weight:700;margin-bottom:4px}.profile-username{color:var(--text-muted);font-size:.9rem;margin-bottom:24px}.profile-info{display:flex;flex-direction:column;gap:12px}.profile-row{display:flex;align-items:center;justify-content:center;gap:10px;color:var(--text-secondary);font-size:.9rem}@media(max-width:640px){.profile{padding:64px 16px 24px}.profile-card{padding:28px 20px}.profile-name{font-size:1.25rem}.profile-row{font-size:.85rem;word-break:break-all}}.app{display:flex;min-height:100vh;width:100%}.main-content{flex:1;display:flex;flex-direction:column;min-height:100vh}.loading-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%;color:var(--text-secondary);font-size:1.1rem}:root{--bg-primary: #0f0f1a;--bg-secondary: #1a1a2e;--bg-card: #232340;--bg-sidebar: #16162b;--bg-input: #1e1e35;--text-primary: #e8e8f0;--text-secondary: #9b9bb0;--text-muted: #6b6b80;--accent: #7C3AED;--accent-hover: #6D28D9;--accent-light: #8B5CF6;--accent-bg: rgba(124, 58, 237, .1);--border: #2a2a45;--danger: #EF4444;--danger-hover: #DC2626;--success: #10B981;--shadow: 0 4px 24px rgba(0, 0, 0, .3);--radius: 12px;--radius-sm: 8px;--sidebar-width: 260px;--sidebar-collapsed: 0px;--transition: .3s cubic-bezier(.4, 0, .2, 1)}[data-theme=light]{--bg-primary: #f5f5fa;--bg-secondary: #ffffff;--bg-card: #ffffff;--bg-sidebar: #f0f0f8;--bg-input: #eeeef5;--text-primary: #1a1a2e;--text-secondary: #555570;--text-muted: #8888a0;--border: #d8d8e8;--shadow: 0 4px 24px rgba(0, 0, 0, .08)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;transition:background-color var(--transition),color var(--transition)}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:inherit;color:inherit}input,textarea{font-family:inherit;font-size:inherit}#root{display:flex;min-height:100vh}
