:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;color:#475569}#root{width:100%;min-height:100vh}button,input,select,textarea{font-family:inherit}@media(max-width:768px){:root{font-size:14px}}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:20px;padding:2.5rem;max-width:450px;width:100%;position:relative;box-shadow:0 25px 50px #0000004d;animation:slideUp .3s ease-out;max-height:90vh;overflow-y:auto}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:#999;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.modal-close:hover{background:#f5f5f5;color:#333}.modal-header{text-align:center;margin-bottom:2rem}.modal-header h2{font-size:2rem;color:#333;margin-bottom:.5rem}.modal-header p{color:#666;font-size:1rem}.modal-tabs{display:flex;gap:.5rem;margin-bottom:2rem;background:#f5f5f5;padding:.3rem;border-radius:12px}.tab{flex:1;padding:.8rem;border:none;background:transparent;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;color:#666}.tab.active{background:#fff;color:#667eea;box-shadow:0 2px 8px #0000001a}.tab:hover:not(.active){color:#333}.error-banner{background:#fee;border:2px solid #fcc;color:#c33;padding:1rem;border-radius:10px;margin-bottom:1.5rem;font-size:.95rem;text-align:center}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field label{font-weight:600;color:#333;font-size:.95rem}.form-field input{padding:.9rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:all .2s}.form-field input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-field input:disabled{background:#f5f5f5;cursor:not-allowed}.auth-submit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:.5rem}.auth-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}.auth-submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.forgot-password-link{background:none;border:none;color:#667eea;font-size:.95rem;cursor:pointer;text-decoration:none;padding:.5rem;transition:color .2s}.forgot-password-link:hover:not(:disabled){color:#764ba2;text-decoration:underline}.forgot-password-link:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.modal-content{padding:2rem 1.5rem}.modal-header h2{font-size:1.75rem}.tab{padding:.7rem;font-size:.95rem}}.forgot-modal-content{background:#fff;border-radius:20px;padding:2.5rem;max-width:450px;width:100%;position:relative;box-shadow:0 25px 50px #0000004d;animation:slideUp .3s ease-out}.forgot-header{text-align:center;margin-bottom:2rem}.forgot-header h2{font-size:2rem;color:#333;margin-bottom:.5rem}.forgot-header p{color:#666;font-size:1rem;line-height:1.5}.forgot-form{display:flex;flex-direction:column;gap:1.5rem}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:.5rem}.back-button{background:transparent;border:2px solid #e0e0e0;color:#666;padding:.9rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.back-button:hover:not(:disabled){border-color:#667eea;color:#667eea}.back-button:disabled{opacity:.5;cursor:not-allowed}.success-content{text-align:center;padding:1rem 0}.success-content h2{color:#333;margin-bottom:.75rem;font-size:1.75rem}.success-content p{color:#666;font-size:1rem;line-height:1.6;margin-bottom:2rem}.close-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.close-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}@media(max-width:768px){.forgot-modal-content{padding:2rem 1.5rem}.forgot-header h2{font-size:1.75rem}}.navbar{background:transparent;padding:1.5rem 0;position:absolute;top:0;left:0;right:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.logo{font-size:1.5rem;font-weight:700;color:#fff;cursor:pointer;letter-spacing:-.01em}.nav-actions,.user-menu{display:flex;align-items:center;gap:1rem}.user-email{font-size:.9rem;color:#fff;font-weight:500}.btn-primary{background:#fff;color:#667eea;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #fff6}.btn-secondary{background:transparent;border:2px solid white;color:#fff;padding:.6rem 1.2rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#fff;color:#667eea}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-background img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0006,#0003);z-index:1}.hero-content{position:relative;z-index:2;max-width:900px;padding:2rem;text-align:center;animation:fadeInUp 1s ease-out}.hero-title{font-size:4rem;font-weight:700;line-height:1.2;color:#fff;margin-bottom:1.5rem;letter-spacing:-.02em;text-shadow:0 4px 20px rgba(0,0,0,.5),0 2px 8px rgba(0,0,0,.3)}.hero-description{font-size:1.4rem;line-height:1.6;color:#fff;margin-bottom:2.5rem;text-shadow:0 2px 10px rgba(0,0,0,.5),0 1px 4px rgba(0,0,0,.3)}.cta-button{background:#fff;color:#6366f1;border:none;padding:1.2rem 3rem;font-size:1.2rem;font-weight:700;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #0000004d}.cta-button:hover{background:#f0f0f0;transform:translateY(-3px);box-shadow:0 8px 30px #0006}.cta-button.secondary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.cta-button.secondary:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed);transform:translateY(-3px);box-shadow:0 8px 30px #6366f166}.features-section{background:#fafafa;padding:6rem 2rem}.features-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;text-align:center;color:#1e3a8a;margin-bottom:4rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.feature-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;animation:fadeInUp .6s ease-out backwards}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.feature-image{width:100%;height:200px;overflow:hidden}.feature-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.feature-card:hover .feature-image img{transform:scale(1.05)}.feature-content{padding:2rem;text-align:center}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;font-weight:600;color:#1e3a8a;margin-bottom:1rem}.feature-card p{font-size:1rem;line-height:1.6;color:#475569}.cta-section{background:linear-gradient(135deg,#f8f9ff,#fff5f8);padding:6rem 2rem;position:relative;overflow:hidden}.cta-section:before{content:"🌟";position:absolute;font-size:120px;top:-30px;right:10%;opacity:.1;animation:float 6s ease-in-out infinite}.cta-section:after{content:"✨";position:absolute;font-size:100px;bottom:-20px;left:10%;opacity:.1;animation:float 8s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(10deg)}}.cta-container{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:1}.cta-container h2{font-size:2.5rem;font-weight:700;color:#1e3a8a;margin-bottom:1rem}.cta-container p{font-size:1.25rem;color:#475569;margin-bottom:2.5rem}@media(max-width:768px){.hero-section{min-height:100vh}.hero-content{padding:1.5rem}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.cta-button{padding:1rem 2rem;font-size:1.1rem}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:2rem}.cta-container h2{font-size:2rem}}.story-form-container{background:#fff;border-radius:16px;padding:48px;box-shadow:0 4px 20px #00000014;animation:fadeIn .5s ease;position:relative;max-width:900px;margin:0 auto}.form-header{text-align:center;margin-bottom:48px}.form-header h1{font-size:2.5rem;margin:0 0 12px;font-weight:700;color:#475569;letter-spacing:-.02em}.form-header p{color:#475569;font-size:1.2rem;line-height:1.6;max-width:600px;margin:0 auto}.story-form{display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{color:#475569;font-weight:600;font-size:1.05em}.required{color:#ff6b6b}.form-group input,.form-group select{padding:14px 16px;border:3px solid #e0e0e0;border-radius:12px;font-size:16px;font-family:inherit;transition:all .3s ease;background:linear-gradient(135deg,#fafafa,#fff)}.form-group input:focus,.form-group select:focus{outline:none;border-color:#6366f1;background:#fff;box-shadow:0 0 0 4px #6366f126,0 4px 12px #6366f133;transform:translateY(-2px)}.form-group input.error,.form-group select.error{border-color:#ff6b6b;background:#fff5f5}.form-group input:disabled,.form-group select:disabled{opacity:.6;cursor:not-allowed}.error-message{color:#ff6b6b;font-size:.9em;font-weight:500;margin-top:-4px}.gender-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:12px}.gender-card{background:linear-gradient(135deg,#fff,#fafafa);border:3px solid #e0e0e0;border-radius:16px;padding:20px 12px;text-align:center;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:8px}.gender-card:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 8px 20px #00000026;border-color:#6366f1}.gender-card.selected{border-width:4px;border-color:#6366f1;background:linear-gradient(135deg,#6366f11a,#fff);box-shadow:0 8px 24px #6366f14d,0 0 0 4px #6366f11a;transform:translateY(-4px) scale(1.08);animation:pulse 2s ease-in-out infinite}.gender-emoji{font-size:48px;animation:bounce 2s ease-in-out infinite}.gender-card:hover .gender-emoji{animation:wiggle .5s ease-in-out}.gender-card.selected .gender-emoji{animation:bounce 1s ease-in-out infinite}.gender-label{font-size:.9em;font-weight:700;color:#475569}.gender-card.selected .gender-label{color:#6366f1;font-weight:700}.character-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:12px}.character-card{background:linear-gradient(135deg,#fff,#fafafa);border:3px solid #e0e0e0;border-radius:16px;padding:20px 12px;text-align:center;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.character-card:before{content:"";position:absolute;inset:0;background:var(--character-color);opacity:0;transition:opacity .3s ease;z-index:0}.character-card:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 8px 20px #00000026}.character-card:hover:before{opacity:.1}.character-card.selected{border-width:4px;border-color:#6366f1;background:linear-gradient(135deg,#6366f11a,#fff);box-shadow:0 8px 24px #6366f14d,0 0 0 4px #6366f11a;transform:translateY(-4px) scale(1.08);animation:pulse 2s ease-in-out infinite}.character-card.selected:before{opacity:0}.character-emoji{font-size:48px;margin-bottom:8px;position:relative;z-index:1;animation:bounce 2s ease-in-out infinite}.character-card:hover .character-emoji{animation:wiggle .5s ease-in-out}.character-card.selected .character-emoji{animation:bounce 1s ease-in-out infinite}.character-name{font-size:.9em;font-weight:600;color:#475569;position:relative;z-index:1}.character-card.selected .character-name{color:#475569;font-weight:700}.generate-button{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;padding:1.2rem 3rem;font-size:1.2rem;font-weight:700;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #6366f14d;margin-top:24px;display:flex;align-items:center;justify-content:center;gap:8px;width:100%}.generate-button:hover:not(:disabled){background:linear-gradient(135deg,#4f46e5,#7c3aed);transform:translateY(-2px);box-shadow:0 8px 30px #6366f166}.generate-button:active:not(:disabled){transform:translateY(0)}.generate-button:disabled{opacity:.6;cursor:not-allowed}.spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}@keyframes pulse{0%,to{box-shadow:0 8px 24px #6366f14d,0 0 0 4px #6366f11a}50%{box-shadow:0 8px 32px #6366f166,0 0 0 8px #6366f126}}.story-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:12px}.story-type-card{background:linear-gradient(135deg,#fff,#fafafa);border:3px solid #e0e0e0;border-radius:16px;padding:20px 12px;text-align:center;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:8px}.story-type-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026;border-color:#6366f1}.story-type-card.selected{border-width:4px;border-color:#6366f1;background:linear-gradient(135deg,#6366f11a,#fff);box-shadow:0 8px 24px #6366f14d;transform:translateY(-4px) scale(1.05)}.story-type-emoji{font-size:48px;animation:bounce 2s ease-in-out infinite}.story-type-card:hover .story-type-emoji{animation:wiggle .5s ease-in-out}.story-type-card.selected .story-type-emoji{animation:bounce 1s ease-in-out infinite}.story-type-label{font-size:.9em;font-weight:700;color:#475569}.story-type-card.selected .story-type-label{color:#6366f1}.story-type-description{font-size:.85em;color:#475569;font-weight:500}.story-type-card.selected .story-type-description{color:#475569}@media(max-width:768px){.story-form-container{padding:24px;border-radius:16px}.form-header h1{font-size:1.8rem}.form-header p{font-size:1rem}.gender-card{padding:16px 8px}.gender-emoji{font-size:40px}.gender-label{font-size:.85em}.character-grid{grid-template-columns:repeat(2,1fr);gap:12px}.character-card{padding:16px 8px}.character-emoji{font-size:40px}.character-name{font-size:.85em}.story-type-grid{grid-template-columns:repeat(2,1fr);gap:12px}.story-type-card{padding:16px 8px}.story-type-emoji{font-size:40px}.story-type-label{font-size:.85em}.story-type-description{font-size:.75em}.generate-button{font-size:1.1rem;padding:1rem 2rem}}.story-display-container{animation:fadeIn .5s ease}.story-content{background:#fff;border-radius:24px;padding:40px;box-shadow:0 8px 32px #0000001a}.story-content h2{color:#475569;font-size:2em;margin:0 0 24px;text-align:center;font-weight:700}.story-text{background:linear-gradient(135deg,#f0f4ff,#e9ecff);border-radius:16px;padding:32px;margin-bottom:32px;line-height:1.8;font-size:1.15em;color:#475569;border:2px solid #d9ddff}.story-text p{margin:0 0 16px}.story-text p:last-child{margin-bottom:0}.image-loading{text-align:center;padding:60px 20px;background:linear-gradient(135deg,#f0f4ff,#e9ecff);border-radius:16px;margin-bottom:32px}.image-loading .spinner{width:48px;height:48px;border:4px solid rgba(99,102,241,.2);border-top-color:#6366f1;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}.image-loading p{color:#475569;font-size:1.1em;font-weight:500;margin:0}.story-image{margin-bottom:32px;text-align:center}.story-image img{width:100%;max-width:600px;height:auto;border-radius:16px;box-shadow:0 4px 20px #00000026;animation:fadeIn .5s ease}.action-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.read-aloud-button,.new-story-button{padding:14px 28px;font-size:1.1em;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;border:none;font-family:inherit}.read-aloud-button{background:linear-gradient(135deg,#52c41a,#389e0d);color:#fff;box-shadow:0 4px 12px #52c41a66}.read-aloud-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #52c41a80}.new-story-button{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 4px 12px #6366f166}.new-story-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #6366f180}.read-aloud-button:active,.new-story-button:active{transform:translateY(0)}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.story-content{padding:24px;border-radius:16px}.story-content h2{font-size:1.6em}.story-text{padding:24px;font-size:1.05em}.action-buttons{flex-direction:column}.read-aloud-button,.new-story-button{width:100%;padding:12px 24px}}.generator-page .navbar{background:#fff;border-bottom:1px solid #e5e5e5;padding:1.5rem 0;position:sticky;top:0;z-index:100}.generator-page .nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.generator-page .logo{font-size:1.5rem;font-weight:700;color:#475569;letter-spacing:-.01em}.generator-page .user-menu{display:flex;align-items:center;gap:1rem}.generator-page .user-email{font-size:.9rem;color:#666;font-weight:500}.generator-page .btn-secondary{background:transparent;border:2px solid #667eea;color:#667eea;padding:.6rem 1.2rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.generator-page .btn-secondary:hover{background:#667eea;color:#fff}.generator-container{max-width:1200px;margin:0 auto;padding:3rem 2rem;min-height:calc(100vh - 200px)}.error-banner{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:1rem 1.5rem;border-radius:12px;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center}.error-banner button{background:none;border:none;color:#dc2626;font-size:1.5rem;cursor:pointer;padding:0;margin-left:1rem;transition:opacity .2s ease}.error-banner button:hover{opacity:.7}.app-footer{background:#fafafa;border-top:1px solid #e5e5e5;padding:2rem;text-align:center;color:#475569}.app-footer a{color:#6366f1;text-decoration:none;font-weight:600}.app-footer a:hover{text-decoration:underline;color:#4f46e5}.reset-password-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.reset-password-container{background:#fff;border-radius:20px;padding:3rem;max-width:450px;width:100%;box-shadow:0 20px 60px #0000004d}.reset-password-header{text-align:center;margin-bottom:2rem}.reset-password-header h1{font-size:2rem;color:#333;margin-bottom:.5rem}.reset-password-header p{color:#666;font-size:1rem}.reset-password-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#333;font-size:.95rem}.form-group input{padding:.9rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:all .2s}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background:#f5f5f5;cursor:not-allowed}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:.5rem}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.error-message{background:#fee;border:2px solid #fcc;color:#c33;padding:1rem;border-radius:10px;font-size:.95rem;text-align:center}.success-message{text-align:center;padding:2rem 0}.success-icon{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;margin:0 auto 1.5rem;animation:scaleIn .5s ease-out}.success-message h2{color:#333;margin-bottom:.5rem;font-size:1.5rem}.success-message p{color:#666;font-size:1rem}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:768px){.reset-password-container{padding:2rem 1.5rem}.reset-password-header h1{font-size:1.75rem}}*{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:#fff;color:#475569}
