*{box-sizing:border-box}.app-container{min-height:100vh;width:100%}.dad-joke-chatbot{position:fixed;bottom:2rem;right:2rem;z-index:1000;animation:slideInFromBottom .5s ease-out;will-change:transform}@keyframes slideInFromBottom{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}.chatbot-container{width:350px;background:#0f1228f2;border:2px solid rgba(220,38,38,.3);border-radius:20px;box-shadow:0 20px 60px #dc262666;overflow:hidden}.chatbot-container:hover{box-shadow:0 20px 80px #dc262699;transition:box-shadow .3s ease}.chatbot-header{display:flex;align-items:center;gap:1rem;padding:1rem;background:linear-gradient(135deg,#dc262633,#ef444433);border-bottom:1px solid rgba(220,38,38,.3)}.chatbot-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#dc2626,#ef4444);display:flex;align-items:center;justify-content:center;font-size:1.8rem;box-shadow:0 5px 15px #dc262680}.chatbot-avatar:hover{transform:scale(1.05);transition:transform .3s ease}.chatbot-info{flex:1}.chatbot-name{color:#fff;font-weight:600;font-size:1.1rem;margin-bottom:.25rem}.chatbot-status{display:flex;align-items:center;gap:.5rem;color:#ffffffb3;font-size:.85rem}.status-indicator{width:8px;height:8px;border-radius:50%;background:#10b981;box-shadow:0 0 5px #10b981}.chatbot-body{padding:1.5rem;min-height:150px;max-height:250px;overflow-y:auto}.joke-bubble{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:15px;padding:1rem}.joke-text{color:#fff;font-size:1rem;line-height:1.5;margin:0}.typing-cursor{display:inline-block;margin-left:2px;color:#ef4444;animation:cursorBlink .8s infinite}@keyframes cursorBlink{0%,49%{opacity:1}50%,to{opacity:0}}.chatbot-footer{padding:.75rem 1rem;background:#0003;border-top:1px solid rgba(255,255,255,.1);text-align:center}.joke-counter{color:#fff9;font-size:.75rem;text-transform:uppercase;letter-spacing:1px}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#0a0e27,#1a1f3a);color:#fff}.loader{width:60px;height:60px;border:5px solid rgba(220,38,38,.2);border-top:5px solid #dc2626;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.homepage{width:100%;overflow-x:hidden}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#0a0e27,#1a1f3a)}.hero-background{position:absolute;inset:0;z-index:1}.animated-gradient{position:absolute;inset:-50%;background:radial-gradient(circle at 50% 50%,rgba(220,38,38,.15) 0%,rgba(239,68,68,.1) 25%,transparent 50%);animation:gradientMove 20s ease-in-out infinite}@keyframes gradientMove{0%,to{transform:translate(0) scale(1)}33%{transform:translate(10%,-10%) scale(1.1)}66%{transform:translate(-10%,10%) scale(.9)}}.floating-shapes{position:absolute;width:100%;height:100%;overflow:hidden}.shape{position:absolute;border-radius:50%;opacity:.1;background:linear-gradient(135deg,#dc2626,#ef4444);animation:float 20s infinite ease-in-out}.shape-1{width:300px;height:300px;top:10%;left:10%;animation-delay:0s}.shape-2{width:200px;height:200px;top:60%;right:10%;animation-delay:5s}.shape-3{width:150px;height:150px;bottom:20%;left:30%;animation-delay:10s}.shape-4{width:250px;height:250px;top:30%;right:30%;animation-delay:15s}@keyframes float{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(50px,50px) rotate(90deg)}50%{transform:translateY(100px) rotate(180deg)}75%{transform:translate(-50px,50px) rotate(270deg)}}.hero-content{position:relative;z-index:2;text-align:center;padding:2rem;max-width:900px;color:#fff}.logo-container{margin-bottom:2rem}.logo-circle{width:120px;height:120px;margin:0 auto}.logo-svg{width:100%;height:100%;filter:drop-shadow(0 10px 30px rgba(220,38,38,.5))}.pulse{animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;margin-bottom:1.5rem;line-height:1.2}.brand-name{background:linear-gradient(135deg,#dc2626,#ef4444,#f87171);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 5s ease infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero-subtitle{font-size:clamp(1.1rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2.5rem;font-weight:300}.hero-features{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.feature-badge{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.75rem 1.5rem;border-radius:50px;border:1px solid rgba(255,255,255,.2);font-size:.95rem;font-weight:500;transition:all .3s ease}.feature-badge:hover{background:#ffffff26;transform:translateY(-2px);box-shadow:0 10px 20px #dc26264d}.feature-badge .icon{margin-right:.5rem}.cta-button{position:relative;background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;border:none;padding:1.25rem 3rem;font-size:1.2rem;font-weight:600;border-radius:50px;cursor:pointer;overflow:hidden;transition:all .3s ease;box-shadow:0 10px 30px #dc262666}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #dc262699}.cta-button:active{transform:translateY(-1px)}.button-content{position:relative;z-index:2;display:flex;align-items:center;gap:.75rem}.button-icon{font-size:1.3rem}.button-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,.3) 0%,transparent 70%);opacity:0;transition:opacity .3s ease}.cta-button:hover .button-glow{opacity:1;animation:buttonGlow 1.5s ease-in-out infinite}@keyframes buttonGlow{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.5}50%{transform:translate(-50%,-50%) scale(1.2);opacity:.8}}.hero-caption{margin-top:2rem;font-size:.95rem;color:#fff9}.fade-in{animation:fadeIn 1s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.slide-up{animation:slideUp .8s ease-out}.slide-up.delay-1{animation-delay:.1s;opacity:0;animation-fill-mode:forwards}.slide-up.delay-2{animation-delay:.2s;opacity:0;animation-fill-mode:forwards}.slide-up.delay-3{animation-delay:.3s;opacity:0;animation-fill-mode:forwards}.slide-up.delay-4{animation-delay:.4s;opacity:0;animation-fill-mode:forwards}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.features-section{padding:5rem 2rem;background:linear-gradient(180deg,#1a1f3a,#0f1228)}.features-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem 2rem;text-align:center;color:#fff;transition:all .4s ease}.hover-lift:hover{transform:translateY(-10px);background:#ffffff14;box-shadow:0 20px 40px #dc26264d}.feature-icon{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:2.5rem;transition:transform .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg)}.feature-icon.blue{background:linear-gradient(135deg,#dc26264d,#ef44444d);box-shadow:0 10px 30px #dc26264d}.feature-icon.purple{background:linear-gradient(135deg,#8a2be24d,#9333ea4d);box-shadow:0 10px 30px #8a2be24d}.feature-icon.green{background:linear-gradient(135deg,#10b9814d,#0596694d);box-shadow:0 10px 30px #10b9814d}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;font-weight:600}.feature-card p{color:#ffffffb3;line-height:1.6}.stats-section{padding:4rem 2rem;background:linear-gradient(180deg,#0f1228,#0a0e27)}.stats-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem}.stat-item{text-align:center;color:#fff}.stat-number{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;background:linear-gradient(135deg,#dc2626,#f87171);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}.stat-label{font-size:1.1rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:2px;font-weight:500}.authenticated-container{min-height:100vh;background:linear-gradient(135deg,#0a0e27,#1a1f3a)}.app-header{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 2rem}.header-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:1.5rem}.logo-small{width:50px;height:50px}.app-title{flex:1;color:#fff;font-size:1.5rem;font-weight:600;margin:0}.user-section{display:flex;align-items:center;gap:1rem}.dashboard-content{max-width:1400px;margin:0 auto;padding:3rem 2rem}.welcome-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:3rem;color:#fff;text-align:center}.welcome-card h1{font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(135deg,#dc2626,#f87171);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.welcome-card p{font-size:1.2rem;color:#fffc;margin-bottom:2.5rem}.quick-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.action-button{background:linear-gradient(135deg,#0066cc4d,#0099ff4d);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff;padding:1rem 2rem;border-radius:15px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.75rem}.action-button:hover{transform:translateY(-3px);background:linear-gradient(135deg,#dc262680,#ef444480);box-shadow:0 10px 30px #dc262666}.action-icon{font-size:1.3rem}@media(max-width:768px){.hero-content{padding:1.5rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-features{flex-direction:column;align-items:center}.cta-button{padding:1rem 2rem;font-size:1rem}.features-grid,.stats-grid{grid-template-columns:1fr;gap:1.5rem}.welcome-card{padding:2rem}.welcome-card h1{font-size:1.8rem}.quick-actions{flex-direction:column}.action-button{width:100%;justify-content:center}.dad-joke-chatbot{bottom:1rem;right:1rem;left:1rem}.chatbot-container{width:100%;max-width:350px;margin:0 auto}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
