@charset "UTF-8";html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{margin:0;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{min-height:100vh;width:100%}.layout{min-height:100vh;display:flex;flex-direction:column;background-color:#f8fafc}.header{background:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px 2px #0000000d;position:sticky;top:0;z-index:1020;border-bottom:1px solid #e2e8f0}.header .container{padding-top:1rem;padding-bottom:1rem}.header-content{display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none;transition:transform .25s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.5rem}.logo:hover{transform:scale(1.05);text-decoration:none}.logo:before{content:"🗳️";font-size:1.5rem}.nav{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}@media(max-width:768px){.nav{gap:.25rem}}.nav-link{color:#1e293b;text-decoration:none;padding:.5rem 1rem;border-radius:.75rem;transition:all .25s cubic-bezier(.4,0,.2,1);font-weight:500;font-size:1rem;position:relative}.nav-link:hover{background-color:#6366f11a;color:#6366f1;text-decoration:none;transform:translateY(-1px)}.nav-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%) scaleX(0);width:80%;height:2px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:9999px;transition:transform .25s cubic-bezier(.4,0,.2,1)}.nav-link:hover:after{transform:translate(-50%) scaleX(1)}@media(max-width:768px){.nav-link{padding:.25rem .5rem;font-size:.875rem}}.user-menu{display:flex;align-items:center;gap:1rem;padding:.25rem 1rem;background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border-radius:9999px;border:1px solid rgba(99,102,241,.2)}@media(max-width:768px){.user-menu{padding:.25rem .5rem;gap:.5rem}}.username{color:#4f46e5;font-weight:600;font-size:.875rem;display:flex;align-items:center;gap:.25rem}.username:before{content:"👤";font-size:1rem}@media(max-width:640px){.username{display:none}}.main{flex:1;padding:4rem 0;animation:fadeIn .35s cubic-bezier(.4,0,.2,1) ease-out}@media(max-width:768px){.main{padding:2rem 0}}.footer{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;padding:3rem 0;margin-top:auto;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent)}.footer .container{position:relative;z-index:1}.footer p{margin:0;text-align:center;font-size:.875rem;opacity:.9}.btn{padding:.5rem 1.5rem;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.25rem;border:2px solid transparent;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .35s cubic-bezier(.4,0,.2,1),height .35s cubic-bezier(.4,0,.2,1)}.btn:hover:before{width:300px;height:300px}.btn:active{transform:scale(.98)}@media(max-width:768px){.btn{padding:.25rem 1rem;font-size:.875rem}}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 10px 30px -5px #6366f14d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.btn-secondary{background:transparent;color:#1e293b;border:2px solid #e2e8f0}.btn-secondary:hover{background-color:#fff;border-color:#6366f1;color:#6366f1;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.btn-danger:hover{transform:translateY(-2px);box-shadow:0 10px 30px -5px #ef44444d}.btn-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-success:hover{transform:translateY(-2px);box-shadow:0 10px 30px -5px #10b9814d}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn:disabled:hover{transform:none;box-shadow:none}.loading{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:400px;gap:1rem}.loading:after{content:"";width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:spin 1s linear infinite}.poll-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .25s cubic-bezier(.4,0,.2,1);text-decoration:none;color:#1e293b;display:block;border:2px solid transparent;position:relative;overflow:hidden}.poll-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);transform:scaleX(0);transform-origin:left;transition:transform .25s cubic-bezier(.4,0,.2,1)}.poll-card:hover{transform:translateY(-4px);box-shadow:0 25px 50px -12px #00000040;border-color:#6366f133;text-decoration:none}.poll-card:hover:before{transform:scaleX(1)}.poll-card:hover .poll-title{color:#6366f1}.poll-card .poll-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:.5rem}.poll-card .poll-header .poll-title-wrapper{flex:1;min-width:0}.poll-card .poll-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#1e293b;line-height:1.25;transition:color .25s cubic-bezier(.4,0,.2,1);word-wrap:break-word;overflow-wrap:break-word}.poll-card .poll-header .badges{display:flex;gap:.25rem;flex-wrap:wrap;flex-shrink:0}.poll-card .poll-header .badge{padding:.25rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.poll-card .poll-header .badge-private{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 2px 8px #f59e0b4d}.poll-card .poll-header .badge-public{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 8px #10b9814d}.poll-card .poll-header .badge-active{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 8px #3b82f64d}.poll-card .poll-header .badge-closed{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;box-shadow:0 2px 8px #8b5cf64d}.poll-card .poll-description{color:#64748b;font-size:1rem;line-height:1.75;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.poll-card .poll-stats{display:flex;gap:1.5rem;margin-bottom:1.5rem;padding:1rem;background:linear-gradient(135deg,#6366f10d,#8b5cf60d);border-radius:.75rem;flex-wrap:wrap}.poll-card .poll-stats .stat-item{display:flex;align-items:center;gap:.25rem;color:#64748b;font-size:.875rem;font-weight:500}.poll-card .poll-stats .stat-item .stat-icon{font-size:1.125rem}.poll-card .poll-stats .stat-item .stat-value{color:#6366f1;font-weight:600}.poll-card .poll-footer{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#94a3b8;padding-top:1rem;border-top:1px solid #e2e8f0;flex-wrap:wrap;gap:.5rem}.poll-card .poll-footer .poll-author{display:flex;align-items:center;gap:.25rem;color:#64748b;font-weight:500}.poll-card .poll-footer .poll-author:before{content:"👤";font-size:1rem}.poll-card .poll-footer .poll-date{display:flex;align-items:center;gap:.25rem}.poll-card .poll-footer .poll-date:before{content:"📅";font-size:1rem}.poll-card .poll-footer .poll-expires{color:#ef4444;font-weight:600;display:flex;align-items:center;gap:.25rem}.poll-card .poll-footer .poll-expires:before{content:"⏰";font-size:1rem}.poll-card .poll-progress{margin-bottom:1rem}.poll-card .poll-progress .progress-label{display:flex;justify-content:space-between;margin-bottom:.25rem;font-size:.875rem;color:#64748b}.poll-card .poll-progress .progress-bar-container{height:8px;background:#e2e8f0;border-radius:9999px;overflow:hidden;position:relative}.poll-card .poll-progress .progress-bar-container .progress-bar-fill{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:9999px;transition:width .35s cubic-bezier(.4,0,.2,1);position:relative}.poll-card .poll-progress .progress-bar-container .progress-bar-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}.poll-card .badge{transition:all .25s cubic-bezier(.4,0,.2,1)}.poll-card .badge:hover{transform:scale(1.05)}.home .hero{position:relative;text-align:center;padding:4rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:1.5rem;margin-bottom:4rem;overflow:hidden;box-shadow:0 30px 60px -15px #0000004d}@media(max-width:768px){.home .hero{padding:3rem 0;margin-bottom:2rem;border-radius:1rem}}.home .hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 40% 20%,rgba(255,255,255,.05) 0%,transparent 50%);animation:float 20s ease-in-out infinite}.home .hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to top,rgba(0,0,0,.1),transparent)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.home .hero .hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto;padding:0 1.5rem}.home .hero h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.25;text-shadow:0 2px 20px rgba(0,0,0,.2);animation:slideIn .8s ease-out}@media(max-width:768px){.home .hero h1{font-size:2.25rem}}@media(max-width:640px){.home .hero h1{font-size:1.875rem}}.home .hero p{font-size:1.25rem;margin-bottom:3rem;opacity:.95;line-height:1.75;text-shadow:0 1px 10px rgba(0,0,0,.1);animation:slideIn .8s ease-out .2s both}@media(max-width:768px){.home .hero p{font-size:1.125rem;margin-bottom:2rem}}.home .hero .hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:slideIn .8s ease-out .4s both}.home .hero .hero-actions .btn-large{padding:1rem 3rem;font-size:1.125rem;border-radius:1rem;min-width:160px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media(max-width:640px){.home .hero .hero-actions .btn-large{padding:.5rem 1.5rem;font-size:1rem;min-width:140px}}.home .hero .hero-actions .btn-primary{background:#fff;color:#4f46e5}.home .hero .hero-actions .btn-primary:hover{transform:translateY(-3px);box-shadow:0 25px 50px -12px #00000040}.home .hero .hero-actions .btn-secondary{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home .hero .hero-actions .btn-secondary:hover{background:#ffffff4d;border-color:#fff;transform:translateY(-3px);box-shadow:0 25px 50px -12px #00000040}.home .hero .hero-stats{margin-top:4rem;display:flex;justify-content:center;gap:4rem;flex-wrap:wrap;padding-top:3rem;border-top:1px solid rgba(255,255,255,.2);animation:fadeIn 1s ease-out .6s both}@media(max-width:768px){.home .hero .hero-stats{gap:2rem;margin-top:2rem;padding-top:1.5rem}}.home .hero .hero-stats .stat-item{text-align:center}.home .hero .hero-stats .stat-item .stat-number{display:block;font-size:2.25rem;font-weight:700;margin-bottom:.25rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}@media(max-width:640px){.home .hero .hero-stats .stat-item .stat-number{font-size:1.875rem}}.home .hero .hero-stats .stat-item .stat-label{font-size:.875rem;opacity:.9;text-transform:uppercase;letter-spacing:1px}.home .polls-section .section-header{text-align:center;margin-bottom:4rem;position:relative}@media(max-width:768px){.home .polls-section .section-header{margin-bottom:2rem}}.home .polls-section .section-header h2{font-size:2.25rem;font-weight:700;color:#1e293b;margin-bottom:1rem;position:relative;display:inline-block}@media(max-width:768px){.home .polls-section .section-header h2{font-size:1.875rem}}.home .polls-section .section-header h2:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%);width:100px;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:9999px}.home .polls-section .section-header p{color:#64748b;font-size:1.125rem;margin-top:1.5rem}.home .polls-section .section-header .view-all-link{display:inline-block;margin-top:1rem;color:#6366f1;font-size:1rem;font-weight:600;text-decoration:none;transition:all .15s cubic-bezier(.4,0,.2,1);position:relative}.home .polls-section .section-header .view-all-link:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:linear-gradient(135deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .25s cubic-bezier(.4,0,.2,1)}.home .polls-section .section-header .view-all-link:hover{color:#4f46e5}.home .polls-section .section-header .view-all-link:hover:after{transform:scaleX(1)}.home .polls-section .polls-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:3rem 2rem;margin-top:2rem;animation:fadeIn .8s ease-out}@media(max-width:640px){.home .polls-section .polls-grid{grid-template-columns:1fr;gap:2rem}}.home .polls-section .loading{text-align:center;padding:4rem;color:#64748b;font-size:1.125rem}.home .polls-section .empty-state{text-align:center;padding:4rem;background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.home .polls-section .empty-state p{color:#64748b;font-size:1.125rem}.home .features-section{margin-top:4rem;padding:4rem 0;background:#fff;border-radius:1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}@media(max-width:768px){.home .features-section{padding:3rem 0;margin-top:3rem}}.home .features-section .container{max-width:1200px}.home .features-section h2{text-align:center;font-size:2.25rem;font-weight:700;margin-bottom:3rem;color:#1e293b}@media(max-width:768px){.home .features-section h2{font-size:1.875rem}}.home .features-section .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem}@media(max-width:640px){.home .features-section .features-grid{grid-template-columns:1fr;gap:1.5rem}}.home .features-section .feature-card{text-align:center;padding:3rem;background:linear-gradient(135deg,#6366f10d,#8b5cf60d);border-radius:1rem;border:2px solid transparent;transition:all .25s cubic-bezier(.4,0,.2,1)}.home .features-section .feature-card:hover{transform:translateY(-5px);border-color:#6366f14d;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.home .features-section .feature-card .feature-icon{font-size:3rem;margin-bottom:1rem;display:block}.home .features-section .feature-card h3{font-size:1.25rem;font-weight:600;color:#6366f1;margin-bottom:.5rem}.home .features-section .feature-card p{color:#64748b;line-height:1.75}.auth-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 300px);padding:4rem 0}@media(max-width:768px){.auth-container{padding:2rem 0}}.auth-card{background:#fff;padding:4rem;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:480px;border:2px solid transparent;position:relative;overflow:hidden;animation:slideIn .6s ease-out}@media(max-width:640px){.auth-card{padding:2rem;margin:0 1rem}}.auth-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2)}.auth-card:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(99,102,241,.03) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(139,92,246,.03) 0%,transparent 50%);pointer-events:none;z-index:0}.auth-card>*{position:relative;z-index:1}.auth-card .auth-header{text-align:center;margin-bottom:3rem}.auth-card .auth-header .auth-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:9999px;display:flex;align-items:center;justify-content:center;font-size:2.25rem;box-shadow:0 10px 30px -5px #6366f14d;animation:fadeIn .8s ease-out}.auth-card .auth-header h1{margin:0 0 .5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.875rem;font-weight:700}@media(max-width:640px){.auth-card .auth-header h1{font-size:1.5rem}}.auth-card .auth-header .auth-subtitle{color:#64748b;font-size:1rem;margin:0}.auth-form .form-group{margin-bottom:1.5rem}.auth-form .form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#1e293b;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.auth-form .form-group>input{width:100%;padding:1rem 1.5rem;border:2px solid #e2e8f0;border-radius:.75rem;font-size:1rem;transition:all .25s cubic-bezier(.4,0,.2,1);background:#fff}.auth-form .form-group>input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a;transform:translateY(-1px)}.auth-form .form-group>input.error{border-color:#ef4444;background:#ef44440d}.auth-form .form-group>input.error:focus{box-shadow:0 0 0 4px #ef44441a}.auth-form .form-group>input::placeholder{color:#94a3b8}.auth-form .form-group .input-wrapper{position:relative}.auth-form .form-group .input-wrapper input{width:100%;padding:1rem 1.5rem;border:2px solid #e2e8f0;border-radius:.75rem;font-size:1rem;transition:all .25s cubic-bezier(.4,0,.2,1);background:#fff}.auth-form .form-group .input-wrapper input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a;transform:translateY(-1px)}.auth-form .form-group .input-wrapper input.error{border-color:#ef4444;background:#ef44440d}.auth-form .form-group .input-wrapper input.error:focus{box-shadow:0 0 0 4px #ef44441a}.auth-form .form-group .input-wrapper input::placeholder{color:#94a3b8}.auth-form .form-group .input-wrapper .input-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none;font-size:1.125rem}.auth-form .form-group .error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem;display:flex;align-items:center;gap:.25rem;font-weight:500}.auth-form .form-group .error-message:before{content:"⚠️";font-size:.875rem}.auth-form .form-group .success-message{color:#10b981;font-size:.875rem;margin-top:.25rem;display:flex;align-items:center;gap:.25rem;font-weight:500}.auth-form .form-group .success-message:before{content:"✓";font-size:.875rem}.auth-form .form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:.5rem}.auth-form .form-options .remember-me{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#64748b;cursor:pointer}.auth-form .form-options .remember-me input[type=checkbox]{cursor:pointer;width:18px;height:18px}.auth-form .form-options .forgot-password{color:#6366f1;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s cubic-bezier(.4,0,.2,1)}.auth-form .form-options .forgot-password:hover{color:#4f46e5;text-decoration:underline}.auth-form .btn-block{width:100%;padding:1rem 1.5rem;font-size:1.125rem;font-weight:600;margin-top:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:.75rem;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px -5px #6366f14d;position:relative;overflow:hidden}.auth-form .btn-block:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .35s cubic-bezier(.4,0,.2,1),height .35s cubic-bezier(.4,0,.2,1)}.auth-form .btn-block:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.auth-form .btn-block:hover:not(:disabled):before{width:400px;height:400px}.auth-form .btn-block:active:not(:disabled){transform:translateY(0)}.auth-form .btn-block:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-links{margin-top:3rem;text-align:center;padding-top:1.5rem;border-top:1px solid #e2e8f0}.auth-links p{margin:0;color:#64748b;font-size:1rem}.auth-links a{color:#6366f1;text-decoration:none;font-weight:600;transition:all .15s cubic-bezier(.4,0,.2,1);position:relative}.auth-links a:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:linear-gradient(135deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .25s cubic-bezier(.4,0,.2,1)}.auth-links a:hover{color:#4f46e5}.auth-links a:hover:after{transform:scaleX(1)}.auth-divider{display:flex;align-items:center;margin:2rem 0;color:#94a3b8;font-size:.875rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.auth-divider:before{margin-right:1rem}.auth-divider:after{margin-left:1rem}.social-login{display:flex;flex-direction:column;gap:1rem}.social-login .social-btn{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem;border:2px solid #e2e8f0;border-radius:.75rem;background:#fff;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);cursor:pointer}.social-login .social-btn:hover{border-color:#6366f1;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.social-login .social-btn .social-icon{font-size:1.25rem}.auth-loading{display:flex;justify-content:center;align-items:center;gap:1rem;padding:2rem}.auth-loading .spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.dashboard{animation:fadeIn .6s ease-out}.dashboard .dashboard-header{margin-bottom:4rem;text-align:center}@media(max-width:768px){.dashboard .dashboard-header{margin-bottom:2rem}}.dashboard .dashboard-header h1{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:2.25rem;font-weight:700;margin-bottom:.5rem}@media(max-width:768px){.dashboard .dashboard-header h1{font-size:1.875rem}}.dashboard .dashboard-header p{color:#64748b;font-size:1.125rem;margin:0}.dashboard .dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-bottom:4rem}@media(max-width:640px){.dashboard .dashboard-stats{grid-template-columns:1fr;gap:1rem}}.dashboard .dashboard-stats .stat-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;text-align:center;border:2px solid transparent;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.dashboard .dashboard-stats .stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2)}.dashboard .dashboard-stats .stat-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#6366f133}.dashboard .dashboard-stats .stat-card .stat-icon{font-size:2.25rem;margin-bottom:1rem;display:block}.dashboard .dashboard-stats .stat-card .stat-value{font-size:2.25rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;display:block}@media(max-width:640px){.dashboard .dashboard-stats .stat-card .stat-value{font-size:1.875rem}}.dashboard .dashboard-stats .stat-card .stat-label{color:#64748b;font-size:.875rem;text-transform:uppercase;letter-spacing:1px;font-weight:600}.dashboard .dashboard-stats .stat-card .stat-trend{margin-top:.5rem;font-size:.75rem;display:flex;align-items:center;justify-content:center;gap:.25rem}.dashboard .dashboard-stats .stat-card .stat-trend.positive{color:#10b981}.dashboard .dashboard-stats .stat-card .stat-trend.negative{color:#ef4444}.dashboard .dashboard-section{margin-bottom:4rem}.dashboard .dashboard-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}@media(max-width:640px){.dashboard .dashboard-section .section-header{flex-direction:column;align-items:flex-start}}.dashboard .dashboard-section .section-header h2{color:#1e293b;font-size:1.875rem;font-weight:700;margin:0;position:relative;padding-bottom:.5rem}@media(max-width:768px){.dashboard .dashboard-section .section-header h2{font-size:1.5rem}}.dashboard .dashboard-section .section-header h2:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:9999px}.dashboard .dashboard-section .section-header .section-actions{display:flex;gap:.5rem;flex-wrap:wrap}.dashboard .dashboard-section .section-header .view-all{color:#6366f1;text-decoration:none;font-weight:600;font-size:1rem;display:flex;align-items:center;gap:.25rem;transition:all .15s cubic-bezier(.4,0,.2,1)}.dashboard .dashboard-section .section-header .view-all:hover{color:#4f46e5;transform:translate(4px)}.dashboard .dashboard-section .section-header .view-all:after{content:"→"}.dashboard .dashboard-section .actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}@media(max-width:640px){.dashboard .dashboard-section .actions-grid{grid-template-columns:1fr;gap:1rem}}.dashboard .dashboard-section .actions-grid .action-card{background:#fff;padding:3rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;text-align:center;text-decoration:none;color:#1e293b;transition:all .25s cubic-bezier(.4,0,.2,1);border:2px solid transparent;position:relative;overflow:hidden}.dashboard .dashboard-section .actions-grid .action-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#6366f10d,#8b5cf60d);opacity:0;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.dashboard .dashboard-section .actions-grid .action-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px #00000040;border-color:#6366f14d;text-decoration:none}.dashboard .dashboard-section .actions-grid .action-card:hover:before{opacity:1}.dashboard .dashboard-section .actions-grid .action-card:hover .action-icon{transform:scale(1.1) rotate(5deg)}.dashboard .dashboard-section .actions-grid .action-card:hover h3{color:#6366f1}.dashboard .dashboard-section .actions-grid .action-card .action-icon{font-size:3rem;margin-bottom:1.5rem;display:block;transition:transform .25s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.dashboard .dashboard-section .actions-grid .action-card h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:.5rem;transition:color .25s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.dashboard .dashboard-section .actions-grid .action-card p{color:#64748b;font-size:.875rem;margin:0;line-height:1.75;position:relative;z-index:1}.dashboard .dashboard-section .polls-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:3rem 2rem;margin-top:1rem}@media(max-width:640px){.dashboard .dashboard-section .polls-grid{grid-template-columns:1fr;gap:2rem}}.dashboard .dashboard-section .empty-state{text-align:center;padding:4rem;background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border:2px dashed #e2e8f0}.dashboard .dashboard-section .empty-state .empty-icon{font-size:3rem;margin-bottom:1.5rem;opacity:.5}.dashboard .dashboard-section .empty-state p{color:#64748b;font-size:1.125rem;margin-bottom:2rem}.dashboard .dashboard-section .empty-state .btn{margin-top:1rem}.dashboard .dashboard-section .loading{text-align:center;padding:4rem;color:#64748b;font-size:1.125rem}.dashboard .quick-actions{position:fixed;bottom:3rem;right:3rem;z-index:1030}@media(max-width:768px){.dashboard .quick-actions{bottom:1.5rem;right:1.5rem}}.dashboard .quick-actions .fab{width:64px;height:64px;border-radius:9999px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;box-shadow:0 25px 50px -12px #00000040;font-size:1.5rem;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center}.dashboard .quick-actions .fab:hover{transform:scale(1.1) rotate(90deg);box-shadow:0 30px 60px -15px #0000004d}.dashboard .quick-actions .fab:active{transform:scale(.95)}.my-polls-page,.polls-page,.all-polls-page{animation:fadeIn .6s ease-out}.my-polls-page .page-header,.polls-page .page-header,.all-polls-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem;padding:4rem 1.5rem;background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border-radius:1.5rem;position:relative;overflow:visible}@media(max-width:768px){.my-polls-page .page-header,.polls-page .page-header,.all-polls-page .page-header{flex-direction:column;gap:1rem;padding:2rem;margin-bottom:4rem}}.my-polls-page .page-header:before,.polls-page .page-header:before,.all-polls-page .page-header:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(99,102,241,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(139,92,246,.1) 0%,transparent 50%);animation:float 15s ease-in-out infinite;z-index:0}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.my-polls-page .page-header>div,.polls-page .page-header>div,.all-polls-page .page-header>div{position:relative;z-index:1}.my-polls-page .page-header h1,.polls-page .page-header h1,.all-polls-page .page-header h1{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:2.25rem;font-weight:700;margin:0 0 .25rem}@media(max-width:768px){.my-polls-page .page-header h1,.polls-page .page-header h1,.all-polls-page .page-header h1{font-size:1.875rem}}.my-polls-page .page-header p,.polls-page .page-header p,.all-polls-page .page-header p{color:#64748b;font-size:1rem;margin:0}.my-polls-page .polls-grid,.polls-page .polls-grid,.all-polls-page .polls-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:3rem 2rem;margin-top:2rem}@media(max-width:640px){.my-polls-page .polls-grid,.polls-page .polls-grid,.all-polls-page .polls-grid{grid-template-columns:1fr;gap:2rem}}.my-polls-page .empty-state,.polls-page .empty-state,.all-polls-page .empty-state{text-align:center;padding:4rem;background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border:2px dashed #e2e8f0}.my-polls-page .empty-state .empty-icon,.polls-page .empty-state .empty-icon,.all-polls-page .empty-state .empty-icon{font-size:3rem;margin-bottom:1.5rem;opacity:.5;display:block}.my-polls-page .empty-state p,.polls-page .empty-state p,.all-polls-page .empty-state p{color:#64748b;font-size:1.125rem;margin-bottom:2rem}.create-poll-page{max-width:800px;margin:0 auto;animation:fadeIn .6s ease-out}.create-poll-container{background:#fff;padding:4rem;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040;border-top:4px solid transparent;border-image:linear-gradient(135deg,#667eea,#764ba2) 1}@media(max-width:640px){.create-poll-container{padding:2rem}}.create-poll-container h1{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.875rem;margin-bottom:.5rem}.create-poll-container .subtitle{color:#64748b;font-size:1rem;margin-bottom:3rem}.create-poll-form .form-group{margin-bottom:2rem}.create-poll-form .form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#1e293b;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.create-poll-form .form-group input[type=text],.create-poll-form .form-group input[type=datetime-local],.create-poll-form .form-group textarea{width:100%;padding:1rem 1.5rem;border:2px solid #e2e8f0;border-radius:.75rem;font-size:1rem;transition:all .25s cubic-bezier(.4,0,.2,1)}.create-poll-form .form-group input[type=text]:focus,.create-poll-form .form-group input[type=datetime-local]:focus,.create-poll-form .form-group textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a}.create-poll-form .form-group input[type=text].error,.create-poll-form .form-group input[type=datetime-local].error,.create-poll-form .form-group textarea.error{border-color:#ef4444;background:#ef44440d}.create-poll-form .form-group textarea{min-height:100px;resize:vertical;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.create-poll-form .form-group small{display:block;margin-top:.25rem;color:#64748b;font-size:.875rem}.create-poll-form .form-group .error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem;display:flex;align-items:center;gap:.25rem}.create-poll-form .form-group .error-message:before{content:"⚠️"}.create-poll-form .option-input{display:flex;gap:.5rem;margin-bottom:.5rem}.create-poll-form .option-input input{flex:1}.create-poll-form .option-input .btn{flex-shrink:0}.create-poll-form .checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:1rem;background:linear-gradient(135deg,#6366f10d,#8b5cf60d);border-radius:.75rem;transition:all .25s cubic-bezier(.4,0,.2,1)}.create-poll-form .checkbox-label:hover{background:linear-gradient(135deg,#6366f11a,#8b5cf61a)}.create-poll-form .checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer}.create-poll-form .form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:3rem;padding-top:2rem;border-top:2px solid #e2e8f0}@media(max-width:640px){.create-poll-form .form-actions{flex-direction:column-reverse}}.poll-detail-page{max-width:900px;margin:0 auto;animation:fadeIn .6s ease-out}.poll-detail-container{background:#fff;padding:4rem;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040}@media(max-width:640px){.poll-detail-container{padding:2rem}}.poll-header{margin-bottom:3rem}.poll-header h1{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.875rem;margin-bottom:1rem}@media(max-width:640px){.poll-header h1{font-size:1.5rem}}.poll-header .poll-description{color:#64748b;font-size:1.125rem;line-height:1.75;margin-bottom:1.5rem}.poll-header .poll-meta{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.poll-header .poll-meta .badge{padding:.25rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.poll-header .poll-meta .badge-private{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.poll-header .poll-meta .badge-expired{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.poll-header .poll-meta .badge-active{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.poll-header .poll-meta .poll-votes{color:#64748b;font-weight:500;display:flex;align-items:center;gap:.25rem}.poll-header .poll-meta .poll-votes:before{content:"📊"}.auth-prompt,.expired-message{text-align:center;padding:3rem;background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border-radius:1rem;margin-bottom:3rem;border:2px dashed rgba(99,102,241,.3)}.auth-prompt p,.expired-message p{margin-bottom:1rem;color:#64748b;font-size:1.125rem}.voting-section{margin-bottom:4rem}.voting-section h3{margin-bottom:1.5rem;color:#1e293b;font-size:1.5rem}.voting-section .options-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.voting-section .options-list .option-radio{display:flex;align-items:center;padding:1.5rem;border:2px solid #e2e8f0;border-radius:.75rem;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);background:#fff}.voting-section .options-list .option-radio:hover{border-color:#6366f1;background:linear-gradient(135deg,#6366f10d,#8b5cf60d);transform:translate(4px)}.voting-section .options-list .option-radio input[type=radio]{margin-right:1rem;cursor:pointer;width:20px;height:20px}.voting-section .options-list .option-radio:has(input:checked){border-color:#6366f1;background:linear-gradient(135deg,#6366f11a,#8b5cf61a);box-shadow:0 10px 30px -5px #6366f14d}.voting-section .options-list .option-radio:has(input:checked) span{font-weight:600;color:#6366f1}.voting-section .options-list .option-radio span{font-size:1rem}.results-section .results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}.results-section .results-header h3{margin:0;font-size:1.5rem;color:#1e293b}.results-section .results-header .chart-toggle{display:flex;gap:.25rem}.results-section .results-header .chart-toggle .btn-small{padding:.25rem 1rem;font-size:.875rem}.results-section .chart-container{max-width:500px;margin:0 auto 3rem;padding:3rem;background:linear-gradient(135deg,#6366f10d,#8b5cf60d);border-radius:1rem}.results-section .results-list{display:flex;flex-direction:column;gap:1.5rem}.results-section .results-list .result-item{padding:1rem;border-radius:.75rem;transition:all .25s cubic-bezier(.4,0,.2,1)}.results-section .results-list .result-item.user-choice{background:linear-gradient(135deg,#10b9810d,#10b9811a);border:2px solid rgba(16,185,129,.3)}.results-section .results-list .result-item.user-choice .option-text{font-weight:600;color:#10b981}.results-section .results-list .result-item.user-choice .result-fill{background:linear-gradient(90deg,#10b981,#059669)}.results-section .results-list .result-item.user-choice .your-vote{color:#10b981;font-size:.875rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.results-section .results-list .result-item.user-choice .your-vote:before{content:"✓"}.results-section .results-list .result-item .result-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.results-section .results-list .result-item .result-header .option-text{color:#1e293b;font-weight:500}.results-section .results-list .result-item .result-header .vote-count{color:#64748b;font-weight:600}.results-section .results-list .result-item .result-bar{height:32px;background:#e2e8f0;border-radius:.75rem;overflow:hidden;margin-bottom:.25rem}.results-section .results-list .result-item .result-bar .result-fill{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .5s ease;position:relative}.results-section .results-list .result-item .result-bar .result-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}.results-section .results-list .result-item .result-percentage{text-align:right;color:#64748b;font-size:.875rem;font-weight:600}.poll-footer{margin-top:3rem;padding-top:3rem;border-top:2px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.poll-not-found{text-align:center;padding:4rem}.poll-not-found h2{color:#1e293b;margin-bottom:1rem}.btn-small{padding:.25rem 1rem;font-size:.875rem}*{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;color:#1e293b;background-color:#f8fafc;line-height:1.5;font-size:1rem}a{color:#6366f1;text-decoration:none;transition:color .15s cubic-bezier(.4,0,.2,1)}a:hover{color:#4f46e5}button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;cursor:pointer;border:none;outline:none;transition:all .25s cubic-bezier(.4,0,.2,1)}button:disabled{cursor:not-allowed;opacity:.5}input,textarea,select{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;border:2px solid #e2e8f0;border-radius:.5rem;padding:.5rem 1rem;outline:none;transition:all .25s cubic-bezier(.4,0,.2,1);font-size:1rem}input:focus,textarea:focus,select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}input::placeholder,textarea::placeholder,select::placeholder{color:#94a3b8}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media(max-width:640px){.container{padding:0 1rem}}.loading{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:1.125rem;color:#64748b}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.fade-in{animation:fadeIn .35s cubic-bezier(.4,0,.2,1) ease-out}.slide-in{animation:slideIn .35s cubic-bezier(.4,0,.2,1) ease-out}
