:root{--calendar-grey: #6b7280;--calendar-grey-light: #9ca3af;--calendar-grey-dark: #374151;--calendar-blue: #3b82f6;--calendar-blue-light: #60a5fa;--calendar-blue-dark: #1d4ed8;--calendar-yellow: #fbbf24;--calendar-yellow-light: #fcd34d;--calendar-yellow-dark: #d97706;--calendar-red: #ef4444;--calendar-red-light: #f87171;--calendar-red-dark: #dc2626;--background-light: #f8fafc;--background-grey: #f1f5f9;--surface-white: #ffffff;--surface-grey: #f8fafc;--text-primary: #1f2937;--text-secondary: #6b7280;--text-light: #9ca3af;--border-light: #e5e7eb;--border-medium: #d1d5db;--border-dark: #9ca3af;--gradient-primary: linear-gradient(135deg, var(--calendar-blue) 0%, var(--calendar-grey-dark) 100%);--gradient-secondary: linear-gradient(135deg, var(--calendar-yellow) 0%, var(--calendar-red) 100%);--gradient-success: linear-gradient(135deg, var(--calendar-blue-light) 0%, var(--calendar-blue) 100%);--gradient-warning: linear-gradient(135deg, var(--calendar-yellow-light) 0%, var(--calendar-yellow-dark) 100%);--gradient-danger: linear-gradient(135deg, var(--calendar-red-light) 0%, var(--calendar-red-dark) 100%);--gradient-calendar: linear-gradient(135deg, var(--calendar-grey) 0%, var(--calendar-blue) 50%, var(--calendar-yellow) 100%);--shadow-light: 0 4px 6px rgba(107, 114, 128, .1);--shadow-medium: 0 10px 25px rgba(107, 114, 128, .15);--shadow-heavy: 0 20px 40px rgba(107, 114, 128, .2);--shadow-calendar: 0 8px 32px rgba(59, 130, 246, .15);--border-radius-sm: 8px;--border-radius-md: 12px;--border-radius-lg: 16px;--border-radius-xl: 24px;--paypal-blue: var(--calendar-blue);--paypal-blue-dark: var(--calendar-blue-dark);--danger: var(--calendar-red);--danger-hover: var(--calendar-red-dark)}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html,body{position:fixed;overflow:hidden;width:100%;height:100%}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:linear-gradient(135deg,#6b72801a,#3b82f61a,#fbbf240d,#ef44441a,#3741511a),linear-gradient(to bottom,#f8fafc,#f1f5f9);background-size:400% 400%,100% 100%;animation:gentleGradientShift 30s ease infinite;color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;height:100vh;position:fixed;width:100%;overflow:auto;-webkit-overflow-scrolling:touch;transform:translateZ(0);-webkit-transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;perspective:1000px;-webkit-perspective:1000px}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 80%,rgba(107,114,128,.03) 0%,transparent 60%),radial-gradient(circle at 80% 20%,rgba(59,130,246,.03) 0%,transparent 60%),radial-gradient(circle at 40% 40%,rgba(251,191,36,.02) 0%,transparent 60%),radial-gradient(circle at 60% 60%,rgba(239,68,68,.03) 0%,transparent 60%);animation:gentleFloatingBubbles 40s ease-in-out infinite;pointer-events:none;z-index:-1}@keyframes gentleGradientShift{0%,to{background-position:0% 50%,0% 0%}50%{background-position:100% 50%,0% 0%}}@keyframes gentleFloatingBubbles{0%,to{transform:translateY(0) rotate(0);opacity:.6}50%{transform:translateY(-10px) rotate(90deg);opacity:.4}}@keyframes floatingBubbles{0%,to{transform:translateY(0) rotate(0);opacity:1}50%{transform:translateY(-20px) rotate(180deg);opacity:.8}}#root{max-width:1280px;margin:0 auto;padding:2rem;height:100%;overflow:auto;-webkit-overflow-scrolling:touch}@media (max-width: 768px){body{animation:none;background:var(--background-light);background-attachment:fixed}body:before{display:none}#root{padding:1rem;height:auto;min-height:100vh;overflow:visible}.calendar-widget{transform:none!important;animation:none!important}.calendar-widget *{animation-duration:.1s!important;transition-duration:.1s!important}.cta-button{background:var(--calendar-blue)!important;animation:none!important}.cta-button:before{display:none!important}*{animation-duration:.1s!important;animation-iteration-count:1!important;transition-duration:.1s!important}}@media (max-width: 480px){#root{padding:.5rem}.main-content-grid{grid-template-columns:1fr;gap:1rem}.page-section{padding:1.5rem;border-radius:8px}}h1,h2,h3,h4,h5,h6{font-weight:600}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes bounce{0%,20%,53%,80%,to{transform:translateZ(0)}40%,43%{transform:translate3d(0,-30px,0)}70%{transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes pulse{0%{background-color:#e0e0e0}50%{background-color:#f0f0f0}to{background-color:#e0e0e0}}@keyframes glow{0%{box-shadow:0 0 5px #667eea80}50%{box-shadow:0 0 20px #667eeacc,0 0 30px #667eea99}to{box-shadow:0 0 5px #667eea80}}.fade-in{animation:fadeIn .6s ease-out forwards}.slide-in-left{animation:slideInLeft .6s ease-out forwards}.slide-in-right{animation:slideInRight .6s ease-out forwards}.scale-in{animation:scaleIn .4s ease-out forwards}.bounce-in{animation:bounce 1s ease-out forwards}.float{animation:float 3s ease-in-out infinite}.shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200px 100%;animation:shimmer 1.5s infinite}.gradient-animated{background:var(--gradient-primary);background-size:400% 400%;animation:gradientShift 4s ease infinite}.glow-effect{animation:glow 2s ease-in-out infinite alternate}.main-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:2.5rem}.detail-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}.detail-page-column{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}.page-section{background-color:var(--surface-white);padding:2.5rem;border-radius:var(--border-radius-lg);border:1px solid var(--border-light);box-shadow:var(--shadow-light);min-width:0;position:relative;overflow:hidden;transition:all .3s ease}.page-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.page-section:hover{transform:translateY(-4px);box-shadow:var(--shadow-medium)}.page-section:hover:before{transform:scaleX(1)}.page-section--sidebar{background:transparent;border:none;box-shadow:none;padding-top:0}.page-section--sidebar:before{display:none}.page-section--sidebar:hover{transform:none;box-shadow:none}.navbar{background-color:var(--surface-white);padding:1rem 1.5rem;border-radius:12px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--border-light);box-shadow:0 4px 12px #0000000d}.navbar-left,.navbar-right{display:flex;align-items:center;gap:1.5rem}.navbar-right a{color:var(--text-secondary);text-decoration:none;font-weight:500;transition:color .2s ease}.navbar-right a:hover{color:var(--paypal-blue)}.navbar-brand{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:var(--paypal-blue-dark);text-decoration:none}.navbar-brand img{height:32px;width:32px}.navbar-links a{color:var(--text-secondary);text-decoration:none;font-weight:500}.navbar-links a:hover{color:var(--paypal-blue)}.section-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-light)}.section-header h2{font-size:1.75rem;margin-bottom:.25rem;display:flex;align-items:center;gap:.75rem}.section-header p{font-size:1rem;color:var(--text-secondary)}.detail-page-header{margin-bottom:2.5rem}.detail-page-header h1{font-size:2.75rem;color:var(--text-primary);margin:0 0 .5rem}.detail-page-header .event-subtitle{font-size:1.25rem;color:var(--text-secondary);margin:0}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-secondary)}.form-group-description{font-size:.9rem;color:var(--text-secondary);margin:.25rem 0 1rem}input,textarea,select{width:100%;padding:.85rem 1rem;border-radius:8px;border:1px solid var(--border-light);background-color:var(--background-light);font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--paypal-blue);box-shadow:0 0 0 3px #0070ba33}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:3rem}.form-divider{border:none;border-top:1px solid var(--border-light);margin:2rem 0}.form-actions{display:flex;gap:1rem;margin-top:1rem}.form-actions .cta-button,.form-actions .button-secondary{flex-grow:1}.cta-button{display:inline-block;padding:1rem;border-radius:25px;border:none;cursor:pointer;font-weight:700;font-size:1rem;text-align:center;text-decoration:none;background:var(--gradient-primary);background-size:200% 200%;color:#fff;position:relative;overflow:hidden;transition:all .3s ease;box-shadow:var(--shadow-light)}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.cta-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-medium);background-position:right center}.cta-button:hover:before{left:100%}.cta-button:active{transform:translateY(0);box-shadow:var(--shadow-light)}.button-secondary{padding:1rem;border-radius:25px;font-weight:700;font-size:1rem;text-align:center;background-color:var(--border-light);border:1px solid var(--border-light);color:var(--text-primary);cursor:pointer;transition:all .2s ease-in-out}.button-secondary:hover{background-color:#d1d9e0;border-color:#d1d9e0;color:var(--text-primary)}.button-danger{padding:.75rem;border-radius:8px;font-weight:500;font-size:.9rem;text-align:center;background-color:#fff2f2;border:1px solid #ffd9d9;color:var(--danger);cursor:pointer;transition:all .2s ease-in-out}.button-danger:hover{background-color:var(--danger);color:#fff}.logout-button{background-color:var(--danger);color:#fff;padding:.5rem 1.25rem;border-radius:20px;border:none;font-weight:500;cursor:pointer;transition:background-color .2s ease}.logout-button:hover{background-color:var(--danger-hover)}.back-link{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.6rem 1.2rem;border-radius:8px;border:1px solid var(--border-light);background-color:var(--surface-white);color:var(--text-secondary);text-decoration:none;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.back-link:hover{color:var(--paypal-blue);border-color:var(--paypal-blue);background-color:var(--background-light);text-decoration:none}.button-invoice{padding:.6rem 1.1rem;border-radius:8px;border:1px solid var(--paypal-blue);background-color:var(--surface-white);color:var(--paypal-blue);cursor:pointer;font-weight:500;transition:background-color .2s ease,color .2s ease}.button-invoice:hover{background-color:var(--paypal-blue);color:#fff}.button-ai{width:100%;margin-top:1rem;padding:.85rem;border-radius:8px;border:none;background-color:var(--text-primary);color:#fff;font-weight:500;cursor:pointer;transition:background-color .2s ease;display:flex;justify-content:center;align-items:center;min-height:45px}.button-ai:hover{background-color:#000}.button-ai:disabled{background-color:var(--text-secondary);cursor:not-allowed}.event-card{display:flex;flex-direction:column;gap:1rem;background-color:var(--surface-white);padding:1.5rem;border-radius:var(--border-radius-md);border:1px solid var(--border-light);position:relative;overflow:hidden;transition:all .3s ease;box-shadow:var(--shadow-light);z-index:1}.event-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--gradient-primary);transition:width .3s ease;z-index:-1;pointer-events:none}.event-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:var(--shadow-medium)}.event-card:hover:before{width:100%;opacity:.1}.event-card-link,.event-actions button,.event-actions a{position:relative;z-index:2;pointer-events:auto}.event-actions{position:relative;z-index:2}.event-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.event-card-link{text-decoration:none;color:inherit}.event-card-header h3{margin:0;font-size:1.1rem;color:var(--paypal-blue-dark)}.event-card-price{font-weight:500;color:var(--text-primary);flex-shrink:0}.event-card-body p{margin:.25rem 0;font-size:.9rem;color:var(--text-secondary)}.event-actions{display:flex;gap:.75rem;margin-top:.5rem}.event-actions .button-secondary,.event-actions .button-danger{flex-grow:1}.ticket-card{display:flex;background-color:var(--surface-white);border-radius:16px;box-shadow:0 8px 24px #2c2f3314;position:relative;overflow:hidden;transition:transform .2s ease-out,box-shadow .2s ease-out}.ticket-card:hover{transform:translateY(-5px);box-shadow:0 12px 28px #2c2f331f}.ticket-card:before,.ticket-card:after{content:"";position:absolute;top:50%;transform:translateY(-50%);width:20px;height:20px;background-color:var(--background-light);border-radius:50%}.ticket-card:before{left:-10px}.ticket-card:after{right:-10px}.ticket-main{flex-grow:1;padding:1.5rem 2rem}.ticket-main h3{margin:0 0 1rem;color:var(--paypal-blue-dark)}.ticket-details p{margin:.25rem 0;color:var(--text-secondary);font-size:.9rem}.ticket-actions{flex-shrink:0;width:220px;display:flex;align-items:center;justify-content:center;padding:1.5rem;border-left:2px dashed var(--border-light)}.ticket-actions .button-primary{width:100%;padding:.75rem 1rem;border-radius:8px;background:var(--paypal-blue);color:#fff;border:none;font-weight:500;cursor:pointer}.ticket-actions .button-primary:hover{background:var(--paypal-blue-dark)}.attendee-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.attendee-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-radius:12px;background-color:var(--surface-white);border:1px solid var(--border-light);box-shadow:0 2px 8px #0000000a}.attendee-info{display:flex;flex-direction:column;gap:.25rem}.attendee-name{font-weight:600;color:var(--text-primary)}.attendee-email{font-size:.9rem;color:var(--text-secondary)}.ai-feature-box{background-color:var(--background-light);border:1px solid var(--border-light);border-radius:12px;padding:1.5rem;margin-bottom:2rem}.ai-feature-box label{font-weight:600;font-size:1.1rem;color:var(--text-primary)}.empty-state-container{text-align:center;padding:4rem 2rem;background-color:var(--surface-white);border-radius:16px;border:1px solid var(--border-light)}.empty-state-icon{font-size:3.5rem;line-height:1;margin-bottom:1rem}.empty-state-container h2{margin-bottom:.5rem}.empty-state-container p{color:var(--text-secondary);margin-bottom:2rem}.empty-state-container .cta-button{width:auto;padding:.8rem 2.5rem}.skeleton{animation:pulse 1.5s infinite ease-in-out;border-radius:8px;background-color:#e0e0e0;color:transparent;-webkit-user-select:none;user-select:none}.h1-skeleton{width:40%;height:44px;margin-bottom:.5rem}.p-skeleton{width:60%;height:20px}.h2-skeleton{width:200px;height:28px}.list-item-skeleton{width:80%;height:24px}.attendee-item-skeleton{width:100%;height:68px}@media (max-width: 1024px){#root{padding:1.5rem}.main-content-grid,.detail-page-grid{grid-template-columns:1fr}}@media (max-width: 768px){#root{padding:1rem}.page-section{padding:1.5rem}.navbar-links{display:none}.navbar-brand{font-size:1.1rem}.detail-page-header h1{font-size:2rem}.detail-page-header .event-subtitle{font-size:1.1rem}.ticket-card{flex-direction:column}.ticket-actions{width:100%;border-left:none;border-top:2px dashed var(--border-light)}.ticket-card:before,.ticket-card:after{display:none}}.navbar-brand{margin-right:1.5rem}.toast-button{margin-left:10px;padding:8px 16px;border-radius:20px;border:none;cursor:pointer;color:#fff;font-weight:500;transition:background-color .2s ease,transform .2s ease}.toast-button:hover{transform:scale(1.05)}.toast-button.confirm{background-color:var(--danger)}.toast-button.confirm:hover{background-color:var(--danger-hover)}.toast-button.cancel{background-color:var(--text-secondary)}.toast-button.cancel:hover{background-color:var(--text-primary)}input,textarea{color:var(--text-primary)!important}input:-webkit-autofill,textarea:-webkit-autofill{-webkit-text-fill-color:var(--text-primary)!important;box-shadow:0 0 0 30px var(--background-light) inset!important}.navbar a+a{margin-left:1.5rem}.password-rules-notice{background-color:var(--surface-white);border-left:4px solid var(--paypal-blue);padding:1rem 1.5rem;margin-bottom:1.5rem;border-radius:8px;font-size:.9rem;color:var(--text-secondary);border:1px solid var(--border-light)}.password-rules-notice strong{color:var(--text-primary);font-weight:700;display:block;margin-bottom:0}.password-rules-notice ul{list-style:disc;margin-top:.5rem;padding-left:1.5rem}.password-rules-notice li{margin-bottom:.25rem}select{color:var(--text-primary)}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2;transition:all .3s ease}.navbar:hover{box-shadow:var(--shadow-medium)}.navbar-brand:hover{transform:scale(1.05);transition:transform .2s ease}.section-header h2{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.section-header h2:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--gradient-primary);transition:width .3s ease}.section-header:hover h2:after{width:100%}.attendee-item{position:relative;overflow:hidden;transition:all .3s ease}.attendee-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(102,126,234,.1),transparent);transition:left .5s ease}.attendee-item:hover:before{left:100%}.attendee-item:hover{transform:translate(5px);box-shadow:var(--shadow-medium)}.ticket-card{background:linear-gradient(135deg,var(--surface-white) 0%,rgba(102,126,234,.02) 100%)}.empty-state-container{position:relative;overflow:hidden}.empty-state-container:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(from 0deg,transparent,rgba(102,126,234,.1),transparent);animation:rotate 20s linear infinite;opacity:.5}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state-container>*{position:relative;z-index:1}input:focus,textarea:focus,select:focus{transform:translateY(-2px);box-shadow:0 8px 25px #0070ba26}.skeleton{position:relative;overflow:hidden}.skeleton:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);animation:shimmer 2s infinite}.back-link:hover{transform:translate(-3px)}.button-invoice:hover{transform:translateY(-2px);box-shadow:var(--shadow-light)}.logout-button:hover{transform:scale(1.05)}.detail-page-header h1{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 6s ease infinite;background-size:200% 200%}.toast-button{position:relative;overflow:hidden}.toast-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .3s ease}.toast-button:hover:before{left:100%}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background-light);border-radius:4px}::-webkit-scrollbar-thumb{background:var(--gradient-primary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gradient-secondary)}::selection{background:#667eea4d;color:var(--text-primary)}::-moz-selection{background:#667eea4d;color:var(--text-primary)}.animated-background{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-2;overflow:hidden}.floating-particle{border-radius:50%;filter:blur(1px)}.geometric-shape{filter:blur(.5px)}.animated-lines{opacity:.6}body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 10% 20%,rgba(102,126,234,.05) 0%,transparent 20%),radial-gradient(circle at 90% 80%,rgba(240,147,251,.05) 0%,transparent 20%),radial-gradient(circle at 50% 50%,rgba(79,172,254,.05) 0%,transparent 25%);animation:backgroundPulse 30s ease-in-out infinite;pointer-events:none;z-index:-1}@keyframes backgroundPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.page-section{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a,inset 0 1px #fff3}.navbar{background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #0000001a,inset 0 1px #fff3}.event-card,.ticket-card{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a,inset 0 1px #fff3}.attendee-item{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 16px #0000001a,inset 0 1px #fff3}.navbar{animation:gentleFloat 6s ease-in-out infinite}@keyframes gentleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}input:focus,textarea:focus,select:focus{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-color:var(--paypal-blue);box-shadow:0 0 0 3px #0070ba33,0 8px 25px #0070ba26;transform:translateY(-2px)}.empty-state-container{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a,inset 0 1px #fff3}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.animated-background{display:none}body:before,body:after{animation:none!important}.navbar{animation:none!important}}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--calendar-blue);outline-offset:2px;box-shadow:0 0 0 4px #3b82f633}@media (prefers-contrast: more){:root{--text-primary: #000000;--text-secondary: #333333;--border-light: #666666;--border-medium: #444444}.page-section,.event-card{border:2px solid var(--border-medium)}}.page-section{line-height:1.6}.section-header h2{line-height:1.3;letter-spacing:-.025em}.section-header p{line-height:1.5;margin-top:.5rem}.event-actions button,.event-actions a{min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center}.cta-button{min-height:48px}.form-group label{cursor:pointer}input:invalid,textarea:invalid,select:invalid{border-color:var(--calendar-red);box-shadow:0 0 0 3px #ef44441a}.form-error{color:var(--calendar-red);font-size:.875rem;margin-top:.25rem;display:flex;align-items:center;gap:.5rem}.loading-state{display:flex;align-items:center;justify-content:center;padding:2rem;color:var(--text-secondary)}.empty-state-container{max-width:400px;margin:2rem auto}.empty-state-container .empty-state-icon{opacity:.6}.toast-container{font-size:.875rem;line-height:1.4}@media (max-width: 768px){.page-section{padding:1.25rem;margin-bottom:1rem}.section-header h2{font-size:1.5rem}.event-card{padding:1.25rem}.main-content-grid{gap:1.5rem;margin-top:1.5rem}}@media print{.animated-background,.navbar,.cta-button,.event-actions{display:none!important}.page-section{box-shadow:none;border:1px solid #ccc;break-inside:avoid}body{background:#fff!important;color:#000!important}}@media (max-width: 768px){body:before,body:after{opacity:.4!important;animation-duration:40s!important}.page-section,.navbar,.event-card,.ticket-card,.attendee-item{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#fffffff2!important;box-shadow:0 8px 32px #0000001a!important}.page-section:hover,.event-card:hover,.ticket-card:hover{transform:translateY(-4px)!important;box-shadow:var(--shadow-medium)!important}.event-card:hover{transform:translateY(-4px) scale(1.02)!important}.calendar-widget{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#fffffff2!important;box-shadow:0 8px 32px #0000001a!important}.section-header h2:after{display:block!important}.attendee-item:before{display:block!important}.empty-state-container:before{display:block!important}.cta-button:before,.toast-button:before{display:block!important}.cta-button{background:var(--gradient-primary)!important;background-size:200% 200%!important;animation:gradientShift 4s ease infinite!important}.navbar{animation:gentleFloat 6s ease-in-out infinite!important}.detail-page-header h1{background:var(--gradient-primary)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;animation:gradientShift 6s ease infinite!important;background-size:200% 200%!important}.section-header h2{background:var(--gradient-primary)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;animation:gradientShift 6s ease infinite!important}}@media (max-width: 430px){#root{padding:1.25rem}.page-section{padding:1.25rem;margin-bottom:1.25rem}.main-content-grid{gap:1.25rem;margin-top:1.25rem}.detail-page-grid{gap:1.25rem}.navbar{padding:.875rem 1.25rem;margin-bottom:1rem}.section-header h2{font-size:1.5rem}.event-card,.ticket-card{padding:1.25rem}.attendee-item{padding:1rem 1.25rem}.event-actions button,.event-actions a,.cta-button{min-height:48px;min-width:48px}.calendar-widget{max-width:300px;padding:1.25rem}input,textarea,select{padding:1rem;font-size:16px}.form-group{margin-bottom:1.25rem}.form-actions{gap:1rem;margin-top:1.25rem}}@media (max-width: 430px) and (min-width: 415px){#root,.page-section{padding:1.5rem}.calendar-widget{max-width:320px}}@media (max-width: 414px) and (min-width: 375px){#root{padding:1.25rem}.calendar-widget{max-width:300px;padding:1.25rem}}@media (hover: none) and (pointer: coarse){.page-section:active,.event-card:active,.ticket-card:active,.attendee-item:active{transform:translateY(-4px)!important;box-shadow:var(--shadow-medium)!important}.event-card:active{transform:translateY(-4px) scale(1.02)!important}.navbar-brand:active{transform:scale(1.05)}.back-link:active{transform:translate(-3px)}.button-invoice:active{transform:translateY(-2px);box-shadow:var(--shadow-light)}.logout-button:active{transform:scale(1.05)}.section-header:active h2:after{width:100%!important}.attendee-item:active:before{left:100%!important}}.auth-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 120px);padding:2rem 1rem;max-width:480px;margin:0 auto}.auth-form-container{width:100%}.auth-link{color:var(--paypal-blue, #3b82f6);text-decoration:none;font-weight:600}.auth-link:hover{text-decoration:underline}body.scrolling,body.scrolling:before{animation-play-state:paused!important;will-change:auto}:root{--animated-primary: #1a365d;--animated-primary-light: #2d5a87;--animated-primary-dark: #0f2a44;--animated-secondary: #4a90e2;--animated-accent: #f39c12;--animated-success: #27ae60;--animated-warning: #f39c12;--animated-danger: #e74c3c;--animated-gray-50: #f8fafc;--animated-gray-100: #f1f5f9;--animated-gray-200: #e2e8f0;--animated-gray-300: #cbd5e1;--animated-gray-400: #94a3b8;--animated-gray-500: #64748b;--animated-gray-600: #475569;--animated-gray-700: #334155;--animated-gray-800: #1e293b;--animated-gray-900: #0f172a;--animated-font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--animated-font-size-xs: .75rem;--animated-font-size-sm: .875rem;--animated-font-size-base: 1rem;--animated-font-size-lg: 1.125rem;--animated-font-size-xl: 1.25rem;--animated-font-size-2xl: 1.5rem;--animated-font-size-3xl: 1.875rem;--animated-font-size-4xl: 2.25rem;--animated-font-size-5xl: 3rem;--animated-spacing-1: .25rem;--animated-spacing-2: .5rem;--animated-spacing-3: .75rem;--animated-spacing-4: 1rem;--animated-spacing-5: 1.25rem;--animated-spacing-6: 1.5rem;--animated-spacing-8: 2rem;--animated-spacing-10: 2.5rem;--animated-spacing-12: 3rem;--animated-spacing-16: 4rem;--animated-spacing-20: 5rem;--animated-radius-sm: .375rem;--animated-radius-md: .5rem;--animated-radius-lg: .75rem;--animated-radius-xl: 1rem;--animated-radius-2xl: 1.5rem;--animated-radius-full: 9999px;--animated-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--animated-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--animated-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--animated-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--animated-shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--animated-gradient-primary: linear-gradient(135deg, var(--animated-primary) 0%, var(--animated-secondary) 100%);--animated-gradient-hero: linear-gradient(135deg, var(--animated-primary-dark) 0%, var(--animated-primary) 50%, var(--animated-secondary) 100%);--animated-gradient-card: linear-gradient(145deg, rgba(255, 255, 255, .9) 0%, rgba(248, 250, 252, .9) 100%);--animated-gradient-overlay: linear-gradient(180deg, rgba(26, 54, 93, .8) 0%, rgba(26, 54, 93, .4) 100%)}*{box-sizing:border-box;margin:0;padding:0}.animated-app{position:relative;min-height:100vh;overflow-x:hidden;background:linear-gradient(135deg,#f8fafc,#edf2f7,#f1f5f9)}.animated-app:before{content:"";position:fixed;top:0;left:0;width:120%;height:120%;background:radial-gradient(circle at 20% 30%,rgba(74,144,226,.12) 0%,transparent 40%),radial-gradient(circle at 80% 70%,rgba(26,54,93,.1) 0%,transparent 45%),radial-gradient(circle at 40% 80%,rgba(243,156,18,.06) 0%,transparent 35%);animation:subtleMove 45s ease-in-out infinite;pointer-events:none;z-index:-2}.animated-app:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(2px 2px at 25% 25%,rgba(74,144,226,.4),transparent),radial-gradient(1px 1px at 75% 75%,rgba(26,54,93,.28),transparent),radial-gradient(3px 3px at 60% 40%,rgba(243,156,18,.24),transparent);background-size:150px 150px,100px 100px,200px 200px;animation:floatingParticles 60s linear infinite;pointer-events:none;z-index:-1}.scroll-reveal{opacity:0;transform:translateY(30px);transition:all .6s cubic-bezier(.16,1,.3,1)}.scroll-reveal.revealed{opacity:1;transform:translateY(0)}.scroll-reveal-left{opacity:0;transform:translate(-30px);transition:all .6s cubic-bezier(.16,1,.3,1)}.scroll-reveal-left.revealed{opacity:1;transform:translate(0)}.scroll-reveal-right{opacity:0;transform:translate(30px);transition:all .6s cubic-bezier(.16,1,.3,1)}.scroll-reveal-right.revealed{opacity:1;transform:translate(0)}.scroll-reveal-scale{opacity:0;transform:scale(.9);transition:all .6s cubic-bezier(.16,1,.3,1)}.scroll-reveal-scale.revealed{opacity:1;transform:scale(1)}.scroll-reveal:nth-child(1){transition-delay:0ms}.scroll-reveal:nth-child(2){transition-delay:.1s}.scroll-reveal:nth-child(3){transition-delay:.2s}.scroll-reveal:nth-child(4){transition-delay:.3s}.scroll-reveal:nth-child(5){transition-delay:.4s}.scroll-reveal:nth-child(6){transition-delay:.5s}.skeleton{background:var(--animated-gray-200);border-radius:var(--animated-radius-md);position:relative;overflow:hidden}.skeleton-wave{background:linear-gradient(90deg,var(--animated-gray-200) 25%,var(--animated-gray-300) 50%,var(--animated-gray-200) 75%);background-size:200% 100%;animation:skeletonWave 1.6s ease-in-out infinite}.skeleton-pulse{animation:skeletonPulse 1.5s ease-in-out infinite}@keyframes skeletonWave{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes skeletonPulse{0%,to{opacity:1}50%{opacity:.4}}@media (prefers-reduced-motion: reduce){.animated-app:before,.animated-app:after{animation:none}.scroll-reveal,.scroll-reveal-left,.scroll-reveal-right,.scroll-reveal-scale{transition:opacity .3s ease;transform:none}.skeleton-wave,.skeleton-pulse{animation:none}.skeleton{background:var(--animated-gray-300)}}body{font-family:var(--animated-font-family);font-size:var(--animated-font-size-base);line-height:1.6;color:var(--animated-gray-800);background:linear-gradient(135deg,var(--animated-gray-50) 0%,var(--animated-gray-100) 100%);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 25% 25%,rgba(26,54,93,.03) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(74,144,226,.03) 0%,transparent 50%),linear-gradient(45deg,transparent 49%,rgba(26,54,93,.01) 50%,transparent 51%);background-size:100px 100px,150px 150px,20px 20px;animation:subtleMove 30s ease-in-out infinite;pointer-events:none;z-index:-1}@keyframes subtleMove{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(10px,-10px) rotate(1deg)}66%{transform:translate(-5px,5px) rotate(-.5deg)}}@keyframes floatingParticles{0%,to{transform:translateY(0) translate(0) rotate(0);opacity:.3}25%{transform:translateY(-20px) translate(10px) rotate(90deg);opacity:.6}50%{transform:translateY(-10px) translate(-15px) rotate(180deg);opacity:.4}75%{transform:translateY(-25px) translate(5px) rotate(270deg);opacity:.7}}body.scrolling,body.scrolling:before,body.scrolling .animated-app:before,body.scrolling .animated-app:after{animation-play-state:paused!important;will-change:auto}.animated-heading-1{font-size:var(--animated-font-size-5xl);font-weight:700;line-height:1.1;color:var(--animated-primary);margin-bottom:var(--animated-spacing-6);background:var(--animated-gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.animated-heading-2{font-size:var(--animated-font-size-3xl);font-weight:600;line-height:1.2;color:var(--animated-primary);margin-bottom:var(--animated-spacing-4)}.animated-heading-3{font-size:var(--animated-font-size-2xl);font-weight:600;line-height:1.3;color:var(--animated-gray-800);margin-bottom:var(--animated-spacing-3)}.animated-heading-4{font-size:var(--animated-font-size-xl);font-weight:600;line-height:1.4;color:var(--animated-gray-700);margin-bottom:var(--animated-spacing-3)}.animated-body-large{font-size:var(--animated-font-size-lg);line-height:1.7;color:var(--animated-gray-600);margin-bottom:var(--animated-spacing-4)}.animated-body{font-size:var(--animated-font-size-base);line-height:1.6;color:var(--animated-gray-600);margin-bottom:var(--animated-spacing-3)}.animated-body-small{font-size:var(--animated-font-size-sm);line-height:1.5;color:var(--animated-gray-500)}.animated-card{background:var(--animated-gradient-card);border:1px solid var(--animated-gray-200);border-radius:var(--animated-radius-xl);padding:var(--animated-spacing-8);box-shadow:var(--animated-shadow-lg);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.animated-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--animated-gradient-primary);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.animated-card:hover{transform:translateY(-8px);box-shadow:var(--animated-shadow-2xl)}.animated-card:hover:before{transform:scaleX(1)}.animated-card-compact{padding:var(--animated-spacing-6)}.animated-card-large{padding:var(--animated-spacing-12)}.animated-navbar{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--animated-gray-200);border-radius:var(--animated-radius-xl);padding:var(--animated-spacing-4) var(--animated-spacing-6);margin-bottom:var(--animated-spacing-8);box-shadow:var(--animated-shadow-lg);display:flex;align-items:center;justify-content:space-between;position:sticky;top:var(--animated-spacing-4);z-index:100}.animated-navbar-brand{display:flex;align-items:center;gap:var(--animated-spacing-3);font-size:var(--animated-font-size-xl);font-weight:700;color:var(--animated-primary);text-decoration:none;transition:transform .2s ease}.animated-navbar-brand:hover{transform:scale(1.05)}.animated-navbar-nav{display:flex;align-items:center;gap:var(--animated-spacing-6)}.animated-navbar-link{color:var(--animated-gray-600);text-decoration:none;font-weight:500;padding:var(--animated-spacing-2) var(--animated-spacing-4);border-radius:var(--animated-radius-md);transition:all .2s ease;position:relative}.animated-navbar-link:hover,.animated-navbar-link.active{color:var(--animated-primary);background-color:var(--animated-gray-100)}.animated-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--animated-spacing-2);padding:var(--animated-spacing-3) var(--animated-spacing-6);border:none;border-radius:var(--animated-radius-lg);font-family:inherit;font-size:var(--animated-font-size-base);font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;min-height:44px}.animated-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.animated-btn:hover:before{left:100%}.animated-btn-primary{background:var(--animated-gradient-primary);color:#fff;box-shadow:var(--animated-shadow-md)}.animated-btn-primary:hover{transform:translateY(-2px);box-shadow:var(--animated-shadow-xl)}.animated-btn-secondary{background:var(--animated-gray-100);color:var(--animated-gray-700);border:1px solid var(--animated-gray-300)}.animated-btn-secondary:hover{background:var(--animated-gray-200);transform:translateY(-1px);box-shadow:var(--animated-shadow-md)}.animated-btn-outline{background:transparent;color:var(--animated-primary);border:2px solid var(--animated-primary)}.animated-btn-outline:hover{background:var(--animated-primary);color:#fff;transform:translateY(-1px);box-shadow:var(--animated-shadow-md)}.animated-btn-large{padding:var(--animated-spacing-4) var(--animated-spacing-8);font-size:var(--animated-font-size-lg);min-height:52px}.animated-btn-small{padding:var(--animated-spacing-2) var(--animated-spacing-4);font-size:var(--animated-font-size-sm);min-height:36px}.animated-form-group{margin-bottom:var(--animated-spacing-6)}.animated-form-label{display:block;font-size:var(--animated-font-size-sm);font-weight:600;color:var(--animated-gray-700);margin-bottom:var(--animated-spacing-2)}.animated-form-input{width:100%;padding:var(--animated-spacing-4);border:2px solid var(--animated-gray-300);border-radius:var(--animated-radius-lg);font-size:var(--animated-font-size-base);background:#fff;transition:all .2s ease;min-height:48px}.animated-form-input:focus{outline:none;border-color:var(--animated-secondary);box-shadow:0 0 0 3px #4a90e21a;transform:translateY(-1px)}.animated-form-textarea{resize:vertical;min-height:120px}.animated-form-select{appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.animated-container{max-width:1200px;margin:0 auto;padding:0 var(--animated-spacing-6)}.animated-grid{display:grid;gap:var(--animated-spacing-8)}.animated-grid-2{grid-template-columns:repeat(2,1fr)}.animated-grid-3{grid-template-columns:repeat(3,1fr)}.animated-grid-4{grid-template-columns:repeat(4,1fr)}.animated-section{padding:var(--animated-spacing-16) 0}.animated-section-header{text-align:center;margin-bottom:var(--animated-spacing-12)}.animated-section-title{font-size:var(--animated-font-size-4xl);font-weight:700;color:var(--animated-primary);margin-bottom:var(--animated-spacing-4);background:var(--animated-gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.animated-section-subtitle{font-size:var(--animated-font-size-xl);color:var(--animated-gray-600);max-width:600px;margin:0 auto}.animated-hero{background:var(--animated-gradient-hero);color:#fff;padding:var(--animated-spacing-20) 0;text-align:center;position:relative;overflow:hidden}.animated-hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");animation:heroPattern 20s linear infinite}@keyframes heroPattern{0%{transform:translate(0) translateY(0)}to{transform:translate(60px) translateY(60px)}}.animated-hero-content{position:relative;z-index:1}.animated-hero-title{font-size:var(--animated-font-size-5xl);font-weight:800;margin-bottom:var(--animated-spacing-6);text-shadow:0 2px 4px rgba(0,0,0,.1)}.animated-hero-subtitle{font-size:var(--animated-font-size-xl);margin-bottom:var(--animated-spacing-8);opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.animated-achievement-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--animated-spacing-6);margin-top:var(--animated-spacing-12)}.animated-achievement-card{background:#fff;border-radius:var(--animated-radius-xl);padding:var(--animated-spacing-6);text-align:center;box-shadow:var(--animated-shadow-lg);transition:all .3s ease;border:1px solid var(--animated-gray-200)}.animated-achievement-card:hover{transform:translateY(-4px);box-shadow:var(--animated-shadow-2xl)}.animated-achievement-icon{width:64px;height:64px;margin:0 auto var(--animated-spacing-4);background:var(--animated-gradient-primary);border-radius:var(--animated-radius-full);display:flex;align-items:center;justify-content:center;font-size:var(--animated-font-size-2xl);color:#fff}.animated-achievement-title{font-size:var(--animated-font-size-lg);font-weight:600;color:var(--animated-primary);margin-bottom:var(--animated-spacing-2)}.animated-achievement-description{color:var(--animated-gray-600);font-size:var(--animated-font-size-sm)}.animated-stats{background:var(--animated-gray-50);padding:var(--animated-spacing-16) 0}.animated-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--animated-spacing-8)}.animated-stat-item{text-align:center}.animated-stat-number{font-size:var(--animated-font-size-4xl);font-weight:800;color:var(--animated-primary);display:block;margin-bottom:var(--animated-spacing-2)}.animated-stat-label{font-size:var(--animated-font-size-lg);color:var(--animated-gray-600);font-weight:500}.animated-values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--animated-spacing-8);margin-top:var(--animated-spacing-12)}.animated-value-card{background:#fff;border-radius:var(--animated-radius-xl);padding:var(--animated-spacing-8);box-shadow:var(--animated-shadow-md);transition:all .3s ease;border-left:4px solid var(--animated-secondary)}.animated-value-card:hover{transform:translateY(-2px);box-shadow:var(--animated-shadow-lg);border-left-color:var(--animated-primary)}.animated-value-title{font-size:var(--animated-font-size-xl);font-weight:600;color:var(--animated-primary);margin-bottom:var(--animated-spacing-3)}.animated-value-description{color:var(--animated-gray-600);line-height:1.7}.animated-footer{background:var(--animated-primary-dark);color:#fff;padding:var(--animated-spacing-16) 0 var(--animated-spacing-8)}.animated-footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--animated-spacing-8);margin-bottom:var(--animated-spacing-8)}.animated-footer-section h4{font-size:var(--animated-font-size-lg);font-weight:600;margin-bottom:var(--animated-spacing-4);color:#fff}.animated-footer-section a{color:#fffc;text-decoration:none;transition:color .2s ease}.animated-footer-section a:hover{color:#fff}.animated-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:var(--animated-spacing-6);text-align:center;color:#fff9}@media (max-width: 768px){.animated-container{padding:0 var(--animated-spacing-4)}.animated-grid-2,.animated-grid-3,.animated-grid-4{grid-template-columns:1fr}.animated-navbar{padding:var(--animated-spacing-3) var(--animated-spacing-4)}.animated-navbar-nav{gap:var(--animated-spacing-4)}.animated-hero-title,.animated-section-title{font-size:var(--animated-font-size-3xl)}.animated-card{padding:var(--animated-spacing-6)}.animated-section{padding:var(--animated-spacing-12) 0}.animated-hero{padding:var(--animated-spacing-16) 0}}@media (max-width: 480px){.animated-container{padding:0 var(--animated-spacing-3)}.animated-card{padding:var(--animated-spacing-4)}.animated-btn{padding:var(--animated-spacing-3) var(--animated-spacing-4);font-size:var(--animated-font-size-sm)}.animated-hero-title,.animated-section-title{font-size:var(--animated-font-size-2xl)}}@media (max-width: 430px) and (min-width: 415px){.animated-container{padding:0 var(--animated-spacing-5);max-width:100%}.animated-navbar{padding:var(--animated-spacing-4) var(--animated-spacing-5);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.animated-card{padding:var(--animated-spacing-6);transform:translateZ(0);will-change:transform}.animated-btn{padding:var(--animated-spacing-4) var(--animated-spacing-6);font-size:var(--animated-font-size-base);min-height:48px;touch-action:manipulation;transform:translateZ(0)}.animated-hero-title{font-size:var(--animated-font-size-3xl);line-height:1.2;transform:translateZ(0)}.animated-section-title{font-size:var(--animated-font-size-3xl);line-height:1.2}.animated-card:active{transform:translateZ(0) scale(.98);transition:transform .1s ease}.animated-btn:active{transform:translateZ(0) scale(.96);transition:transform .1s ease}.scroll-reveal,.scroll-reveal-left,.scroll-reveal-right,.scroll-reveal-scale{transform:translateZ(0);will-change:opacity,transform}.animated-modal{width:95%;margin:var(--animated-spacing-4);transform:translateZ(0)}.animated-grid-2{gap:var(--animated-spacing-4)}.animated-stats-grid{gap:var(--animated-spacing-3)}}@media (max-width: 414px) and (min-width: 375px){.animated-container{padding:0 var(--animated-spacing-4);max-width:100%}.animated-navbar{padding:var(--animated-spacing-3) var(--animated-spacing-4);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.animated-card{padding:var(--animated-spacing-5);transform:translateZ(0);will-change:transform}.animated-btn{padding:var(--animated-spacing-3) var(--animated-spacing-5);min-height:44px;touch-action:manipulation;transform:translateZ(0)}.animated-hero-title{font-size:var(--animated-font-size-2xl);line-height:1.2;transform:translateZ(0)}.animated-card:active{transform:translateZ(0) scale(.98);transition:transform .1s ease}.animated-tab-list{gap:var(--animated-spacing-3);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.animated-tab-list::-webkit-scrollbar{display:none}.animated-tab{flex-shrink:0;padding:var(--animated-spacing-3) var(--animated-spacing-4);min-width:fit-content}}@media (max-width: 430px){.animated-app,.animated-navbar,.animated-card,.animated-btn,.animated-modal{transform:translateZ(0);-webkit-transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.animated-app:before,.animated-app:after{will-change:transform,opacity;transform:translateZ(0)}html{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.animated-tab,.animated-navbar-link,.animated-btn,.animated-card{touch-action:manipulation;-webkit-tap-highlight-color:transparent}@media (prefers-reduced-motion: reduce){.animated-app:before,.animated-app:after{animation:none!important}}.animated-btn:focus-visible,.animated-tab:focus-visible{outline:2px solid var(--animated-primary);outline-offset:2px}.skeleton-wave,.skeleton-pulse{transform:translateZ(0);will-change:background-position,opacity}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.animated-animate-fade-in-up{animation:fadeInUp .6s ease-out forwards}.animated-animate-fade-in-left{animation:fadeInLeft .6s ease-out forwards}.animated-animate-fade-in-right{animation:fadeInRight .6s ease-out forwards}.animated-text-center{text-align:center}.animated-text-left{text-align:left}.animated-text-right{text-align:right}.animated-mb-4{margin-bottom:var(--animated-spacing-4)}.animated-mb-6{margin-bottom:var(--animated-spacing-6)}.animated-mb-8{margin-bottom:var(--animated-spacing-8)}.animated-mt-4{margin-top:var(--animated-spacing-4)}.animated-mt-6{margin-top:var(--animated-spacing-6)}.animated-mt-8{margin-top:var(--animated-spacing-8)}.animated-p-4{padding:var(--animated-spacing-4)}.animated-p-6{padding:var(--animated-spacing-6)}.animated-p-8{padding:var(--animated-spacing-8)}.animated-rounded{border-radius:var(--animated-radius-md)}.animated-rounded-lg{border-radius:var(--animated-radius-lg)}.animated-rounded-xl{border-radius:var(--animated-radius-xl)}.animated-shadow{box-shadow:var(--animated-shadow-md)}.animated-shadow-lg{box-shadow:var(--animated-shadow-lg)}.animated-shadow-xl{box-shadow:var(--animated-shadow-xl)}.animated-skeleton{background:linear-gradient(90deg,var(--animated-gray-200) 25%,var(--animated-gray-100) 50%,var(--animated-gray-200) 75%);background-size:200% 100%;animation:animated-shimmer 2s infinite;border-radius:var(--animated-radius-md)}@keyframes animated-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animated-skeleton-text{height:1rem;margin-bottom:.5rem}.animated-skeleton-title{height:2rem;width:60%;margin-bottom:1rem}.animated-skeleton-card{height:200px;width:100%}.animated-alert{padding:var(--animated-spacing-4);border-radius:var(--animated-radius-lg);margin-bottom:var(--animated-spacing-4);border-left:4px solid;display:flex;align-items:center;gap:var(--animated-spacing-3)}.animated-alert-success{background-color:#27ae601a;border-left-color:var(--animated-success);color:var(--animated-success)}.animated-alert-warning{background-color:#f39c121a;border-left-color:var(--animated-warning);color:var(--animated-warning)}.animated-alert-danger{background-color:#e74c3c1a;border-left-color:var(--animated-danger);color:var(--animated-danger)}.animated-alert-info{background-color:#4a90e21a;border-left-color:var(--animated-secondary);color:var(--animated-secondary)}.animated-badge{display:inline-flex;align-items:center;padding:var(--animated-spacing-1) var(--animated-spacing-3);border-radius:var(--animated-radius-full);font-size:var(--animated-font-size-xs);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.animated-badge-primary{background-color:var(--animated-primary);color:#fff}.animated-badge-secondary{background-color:var(--animated-secondary);color:#fff}.animated-badge-success{background-color:var(--animated-success);color:#fff}.animated-badge-warning{background-color:var(--animated-warning);color:#fff}.animated-badge-danger{background-color:var(--animated-danger);color:#fff}.animated-badge-outline{background-color:transparent;border:1px solid currentColor}.animated-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.animated-modal{background:#fff;border-radius:var(--animated-radius-xl);box-shadow:var(--animated-shadow-2xl);max-width:500px;width:90%;max-height:90vh;overflow-y:auto;animation:fadeInUp .3s ease-out}.animated-modal-header{padding:var(--animated-spacing-6);border-bottom:1px solid var(--animated-gray-200)}.animated-modal-title{font-size:var(--animated-font-size-xl);font-weight:600;color:var(--animated-primary);margin:0}.animated-modal-body{padding:var(--animated-spacing-6)}.animated-modal-footer{padding:var(--animated-spacing-6);border-top:1px solid var(--animated-gray-200);display:flex;gap:var(--animated-spacing-3);justify-content:flex-end}.animated-table{width:100%;border-collapse:collapse;background:#fff;border-radius:var(--animated-radius-lg);overflow:hidden;box-shadow:var(--animated-shadow-md)}.animated-table th{background:var(--animated-gray-50);padding:var(--animated-spacing-4);text-align:left;font-weight:600;color:var(--animated-gray-700);border-bottom:1px solid var(--animated-gray-200)}.animated-table td{padding:var(--animated-spacing-4);border-bottom:1px solid var(--animated-gray-100);color:var(--animated-gray-600)}.animated-table tbody tr:hover{background-color:var(--animated-gray-50)}.animated-table tbody tr:last-child td{border-bottom:none}.animated-tabs{border-bottom:1px solid var(--animated-gray-200);margin-bottom:var(--animated-spacing-6)}.animated-tab-list{display:flex;gap:var(--animated-spacing-6)}.animated-tab{padding:var(--animated-spacing-3) var(--animated-spacing-4);border:none;background:none;color:var(--animated-gray-600);font-weight:500;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease}.animated-tab:hover{color:var(--animated-primary)}.animated-tab.active{color:var(--animated-primary);border-bottom-color:var(--animated-primary)}.animated-tab-content{animation:fadeInUp .3s ease-out}: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;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}}
