@charset "UTF-8";.dock-submenu{position:relative;display:inline-flex}.dock-submenu-panel{position:absolute;bottom:calc(100% + 1rem);left:50%;transform-origin:bottom center;translate:-50% 0;z-index:501;display:flex;flex-direction:column;gap:2px;min-width:15rem;padding:.25rem;background:#101014d9;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid rgba(255,255,255,.12);border-radius:16px;box-shadow:0 16px 48px #0000008c,inset 0 1px #ffffff0f}.dock-submenu-arrow{position:absolute;top:100%;left:50%;translate:-50% -50%;width:12px;height:12px;rotate:45deg;background:#101014d9;border-right:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}.dock-submenu-option{position:relative;z-index:1;display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;border-radius:12px;color:#ffffffb8;text-decoration:none;transition:background .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1)}.dock-submenu-option:hover,.dock-submenu-option:focus-visible{background:#7b2cbf38;color:#fff;outline:none}.dock-submenu-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2rem;height:2rem;border-radius:12px;background:#ffffff0f;color:#9d4edd}.dock-submenu-icon svg{width:18px;height:18px;stroke-linecap:round;stroke-linejoin:round}.dock-submenu-text{display:flex;flex-direction:column;gap:1px}.dock-submenu-title{font-size:.875rem;font-weight:600;line-height:1.2}.dock-submenu-desc{font-size:.75rem;color:#ffffff73;line-height:1.3}@media (max-width: 768px){.dock-submenu-panel{min-width:13rem}}.bottom-dock{position:fixed;left:50%;bottom:calc(1.5rem + env(safe-area-inset-bottom,0px));z-index:500;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#101014b3;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid rgba(255,255,255,.12);border-radius:24px;box-shadow:0 12px 40px #00000073,inset 0 1px #ffffff0f}.dock-items{display:flex;align-items:center;gap:.25rem;list-style:none;margin:0;padding:0}.dock-item{position:relative;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:4.25rem;padding:.5rem .5rem .25rem;border-radius:16px;color:#ffffff8c;font-size:.75rem;font-weight:500;line-height:1.2;transition:color .2s cubic-bezier(.4,0,.2,1);white-space:nowrap;text-decoration:none;cursor:pointer}.dock-item .dock-icon{display:inline-flex;position:relative;z-index:1}.dock-item .dock-icon svg{width:20px;height:20px;stroke-linecap:round;stroke-linejoin:round}.dock-item .dock-label{position:relative;z-index:1}.dock-item:hover{color:#ffffffd9}.dock-item.active{color:#fff}.dock-item:focus{outline:none}.dock-item-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border-radius:16px;background:#7b2cbf38;border:1px solid rgba(123,44,191,.4);box-shadow:0 0 18px #7b2cbf4d}.dock-divider{width:1px;align-self:stretch;margin:.25rem 0;background:#ffffff1f}.dock-shell-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2.75rem;height:2.75rem;padding:0;border-radius:16px;background:linear-gradient(135deg,#7b2cbf,#5a189a);color:#fff;box-shadow:0 4px 16px #7b2cbf66;transition:all .2s cubic-bezier(.4,0,.2,1)}.dock-shell-btn .dock-shell-icon{display:inline-flex}.dock-shell-btn .dock-shell-icon svg{width:20px;height:20px;stroke-linecap:round;stroke-linejoin:round}.dock-shell-btn:hover{transform:translateY(-1px);box-shadow:0 6px 22px #7b2cbf8c}.dock-shell-btn.active{background:linear-gradient(135deg,#9d4edd,#7b2cbf)}.dock-shell-btn:focus{outline:none}@media (max-width: 768px){.bottom-dock{gap:2px;padding:.25rem .5rem}.dock-item{min-width:3.5rem;padding:.25rem 4px 4px;font-size:.65rem}.dock-item .dock-icon svg{width:18px;height:18px}.dock-shell-btn{width:2.5rem;height:2.5rem}.dock-shell-btn .dock-shell-icon svg{width:18px;height:18px}}.modal-header-actions{display:flex;align-items:center;gap:.5rem}.filters-dropdown-container{position:relative}.filters-toggle-btn{position:relative;padding:.5rem;min-width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:12px;color:#e0e0e0;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer}.filters-toggle-btn svg{width:18px;height:18px}.filters-toggle-btn:hover{background:#7b2cbf26;border-color:#fff3;color:#9d4edd}.filters-toggle-btn.active{background:#7b2cbf33;border-color:#9d4edd;color:#9d4edd}.filter-badge{position:absolute;top:-4px;right:-4px;background:#9d4edd;color:#fff;font-size:.75rem;font-weight:600;padding:2px 6px;border-radius:9999px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #7b2cbf66}.filters-dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:400px;max-width:90vw;background:#1a1a1af2;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border:1px solid rgba(255,255,255,.2);border-radius:16px;box-shadow:0 16px 64px #0000004d,0 0 40px #00000080;z-index:1000;animation:slideDown .2s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.filters-dropdown{min-width:calc(100vw - 2rem);right:-1rem}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filters-dropdown-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.2);background:#0003}.filters-dropdown-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#fff}.close-filters-btn{padding:.25rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:8px;color:#fff;font-size:1.125rem;line-height:1;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1)}.close-filters-btn:hover{background:#ffffff26;color:#fff}.filters-dropdown-content{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;max-height:70vh;overflow-y:auto;background:#0000001a;scrollbar-width:thin;scrollbar-color:rgba(123,44,191,.5) rgba(0,0,0,.2)}.filters-dropdown-content::-webkit-scrollbar{width:6px}.filters-dropdown-content::-webkit-scrollbar-track{background:#0003}.filters-dropdown-content::-webkit-scrollbar-thumb{background:#7b2cbf80;border-radius:9999px}.filters-dropdown-content::-webkit-scrollbar-thumb:hover{background:#7b2cbfb3}.log-viewer-results{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;flex-shrink:0}.scroll-progress-container{width:100%;height:2px;background:#ffffff1f;margin-bottom:1.5rem;position:relative;overflow:hidden;flex-shrink:0}.scroll-progress-bar{height:100%;background:linear-gradient(90deg,#9d4edd,#7b2cbfcc);transition:width .05s linear;box-shadow:0 0 8px #7b2cbf99;will-change:width}.control-group{display:flex;flex-direction:column;gap:.25rem}.control-group label{font-size:.875rem;color:#fff;font-weight:500}.control-group input,.control-group select{padding:.5rem 1rem;background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;font-family:inherit;font-size:.875rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.control-group input:focus,.control-group select:focus{outline:none;background:#00000080;border-color:#9d4edd;box-shadow:0 0 0 3px #7b2cbf4d,0 2px 8px #0000001a;transform:translateY(-1px)}.control-group select{cursor:pointer}.date-range-group{width:100%}.date-range-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.date-range-header>label{margin-bottom:0;color:#fff}.time-toggle-btn{padding:.25rem;min-width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#e0e0e0;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer}.time-toggle-btn svg{width:14px;height:14px}.time-toggle-btn:hover{background:#7b2cbf26;border-color:#fff3;color:#9d4edd}.time-toggle-btn.active{background:#7b2cbf33;border-color:#9d4edd;color:#9d4edd}.date-range-inputs{display:flex;gap:.5rem;align-items:flex-start}@media (max-width: 768px){.date-range-inputs{flex-direction:column;align-items:stretch}}.date-input-wrapper{display:flex;flex-direction:column;gap:.25rem;flex:1}.date-input-wrapper label{font-size:.75rem;color:#fff;font-weight:500}.datetime-input-group{display:flex;gap:.25rem;align-items:stretch}.datetime-input-group input[type=date]{flex:1;padding:.5rem 1rem;background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;font-family:inherit;font-size:.875rem;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer}.datetime-input-group input[type=date]:focus{outline:none;background:#00000080;border-color:#9d4edd;box-shadow:0 0 0 3px #7b2cbf4d,0 2px 8px #0000001a;transform:translateY(-1px)}.datetime-input-group input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer;opacity:.8}.datetime-input-group input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}.datetime-input-group .time-input-with-period{display:flex;gap:.25rem;align-items:stretch;flex:0 0 auto}@media (max-width: 768px){.datetime-input-group .time-input-with-period{width:100%}}.datetime-input-group .time-input{flex:1;min-width:100px;padding:.5rem;background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;font-family:inherit;font-size:.875rem;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer}.datetime-input-group .time-input:focus{outline:none;background:#00000080;border-color:#9d4edd;box-shadow:0 0 0 3px #7b2cbf4d,0 2px 8px #0000001a;transform:translateY(-1px)}.datetime-input-group .time-input::-webkit-calendar-picker-indicator{display:none}@media (max-width: 768px){.datetime-input-group .time-input{width:100%}}.datetime-input-group .time-period-select{flex:0 0 auto;width:60px;padding:.5rem;background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer}.datetime-input-group .time-period-select:focus{outline:none;background:#00000080;border-color:#9d4edd;box-shadow:0 0 0 3px #7b2cbf4d,0 2px 8px #0000001a;transform:translateY(-1px)}.datetime-input-group .time-period-select option{background:#1a1a1af2;color:#fff}@media (max-width: 768px){.datetime-input-group{flex-direction:column}}.clear-filters-btn,.clear-all-btn{padding:.5rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);width:100%;margin-top:.5rem}.clear-filters-btn:hover,.clear-all-btn:hover{background:#7b2cbf4d;border-color:#9d4edd;color:#fff}.clear-all-filters{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.2)}.clear-all-btn{background:#7b2cbf33;border-color:#7b2cbf80}.clear-all-btn:hover{background:#7b2cbf66;border-color:#9d4edd}.results-count{font-size:.875rem;color:#e0e0e0;padding:.5rem 1rem;background:#ffffff05;border-radius:12px;border:1px solid rgba(255,255,255,.12)}.log-viewer-content{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;scrollbar-width:none;-ms-overflow-style:none}.log-viewer-content::-webkit-scrollbar{display:none}@media (max-width: 768px){.log-viewer-content{max-height:50vh}}.no-results{text-align:center;padding:4rem;color:#2a2a2a;font-style:italic}.log-entries{display:flex;flex-direction:column;gap:.5rem;font-family:JetBrains Mono,Fira Code,SF Mono,Monaco,Menlo,Courier New,monospace;font-size:1rem;font-weight:600;overflow-x:hidden}.log-entry{display:flex;gap:1rem;padding:1rem;background:#ffffff05;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:12px;transition:background .4s cubic-bezier(.4,0,.2,1);overflow-x:hidden;min-width:0;font-weight:600}.log-entry:hover{background:#7b2cbf26}@media (max-width: 768px){.log-entry{flex-direction:column;gap:.25rem}}.log-timestamp{color:#9d4edd;flex-shrink:0;min-width:200px;font-weight:600}@media (max-width: 768px){.log-timestamp{min-width:auto;font-size:.875rem}}.log-message{color:#e0e0e0;flex:1;word-break:break-word;overflow-wrap:break-word;min-width:0;font-weight:600}.resume-viewer-content{max-width:1000px;max-height:90vh}.resume-viewer-body{display:flex;flex-direction:column;overflow:hidden!important;flex:1;min-height:0}.resume-pdf-frame{flex:1;width:100%;min-height:70vh;border:none;background:#fff}.resume-actions{display:flex;justify-content:center;gap:1.5rem;margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.12)}@media (max-width: 768px){.resume-actions{flex-direction:column}}.integrated-terminal{width:100%;height:100%;display:flex;flex-direction:column;min-height:0}.terminal{flex:1;display:flex;flex-direction:column;min-height:0;background:transparent;padding:0;font-family:JetBrains Mono,Fira Code,SF Mono,Monaco,Menlo,Courier New,monospace;font-size:.875rem;font-weight:450;color:#e0e0e0;overflow:hidden;position:relative}.terminal-body{flex:1;min-height:0;overflow-y:auto;padding:1.5rem;line-height:1.7;letter-spacing:.01em;font-weight:450;cursor:text}.terminal-body::-webkit-scrollbar{width:8px}.terminal-body::-webkit-scrollbar-track{background:#ffffff05;border-radius:9999px}.terminal-body::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:9999px;transition:background .2s cubic-bezier(.4,0,.2,1)}.terminal-body::-webkit-scrollbar-thumb:hover{background:#ffffff40}@media (max-width: 768px){.terminal-body{padding:1rem}}.terminal-line{margin-bottom:.25rem;white-space:pre-wrap;word-break:break-word;line-height:1.7;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.terminal-line .prompt{color:#9d4edd;margin-right:.5rem;-webkit-user-select:none;user-select:none;text-shadow:0 0 10px rgba(123,44,191,.5);font-family:JetBrains Mono,Fira Code,SF Mono,Monaco,Menlo,Courier New,monospace;font-weight:600}.terminal-line .prompt-text{color:#9d4edd;font-family:JetBrains Mono,Fira Code,SF Mono,Monaco,Menlo,Courier New,monospace;font-weight:600;text-shadow:0 0 10px rgba(123,44,191,.5)}.terminal-line.command .command{color:#fff;font-weight:450}.terminal-line.output .output{color:#e0e0e0;font-weight:450}.terminal-line.error .error{color:#ff5f56;font-weight:450;text-shadow:0 0 8px rgba(255,95,86,.3)}.terminal-line.prompt .prompt-output{color:#e0e0e0;font-weight:450}.terminal-input-line{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;flex-shrink:0;background:#ffffff05;border-top:1px solid rgba(255,255,255,.08);position:relative}.terminal-input-line .prompt{color:#9d4edd;-webkit-user-select:none;user-select:none;text-shadow:0 0 10px rgba(123,44,191,.5);font-family:JetBrains Mono,Fira Code,SF Mono,Monaco,Menlo,Courier New,monospace;font-weight:600;flex-shrink:0}.terminal-input-line input{flex:1;background:transparent;border:none;color:#fff;font-family:JetBrains Mono,Fira Code,SF Mono,Monaco,Menlo,Courier New,monospace;font-size:.875rem;font-weight:450;padding:0 0 0 2px;letter-spacing:.01em;caret-color:#9d4edd;line-height:1.7;min-width:0}.terminal-input-line input:focus{outline:none;box-shadow:none}.terminal-input-line input::placeholder{color:#ffffff4d}@media (max-width: 768px){.terminal{font-size:.75rem}.terminal-input-line{padding:1rem}.terminal-input-line input{font-size:1rem}}.cloud-shell-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:599}.cloud-shell-panel{position:fixed;left:0;right:0;bottom:0;z-index:600;display:flex;flex-direction:column;overflow:hidden;background:#0a0a0ed9;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border-top:1px solid rgba(255,255,255,.12);border-radius:16px 16px 0 0;box-shadow:0 -16px 48px #00000080;will-change:transform,height}.cloud-shell-panel.closed{pointer-events:none}.cloud-shell-panel.minimized{cursor:pointer}.cloud-shell-header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;height:44px;padding:0 1rem 0 1.5rem;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.08)}.cloud-shell-title{display:flex;align-items:center;gap:.5rem;min-width:0}.cloud-shell-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:8px;background:#7b2cbf33;color:#9d4edd}.cloud-shell-icon svg{width:14px;height:14px;stroke-linecap:round;stroke-linejoin:round}.cloud-shell-label{font-family:SF Mono,Monaco,Menlo,JetBrains Mono,Fira Code,Courier New,Ubuntu Mono,monospace;font-size:.875rem;font-weight:600;letter-spacing:.02em;color:#fff}.cloud-shell-session{display:inline-flex;align-items:center;gap:.25rem;margin-left:.5rem;padding-left:.5rem;border-left:1px solid rgba(255,255,255,.12);font-family:SF Mono,Monaco,Menlo,JetBrains Mono,Fira Code,Courier New,Ubuntu Mono,monospace;font-size:.75rem;color:#e0e0e0}.cloud-shell-session .session-dot{width:7px;height:7px;border-radius:50%;background:#27c93f;box-shadow:0 0 8px #27c93f99}@media (max-width: 768px){.cloud-shell-session{display:none}}.cloud-shell-controls{display:flex;align-items:center;gap:.25rem}.cloud-shell-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;color:#e0e0e0;background:transparent;transition:all .2s cubic-bezier(.4,0,.2,1)}.cloud-shell-btn svg{width:16px;height:16px;stroke-linecap:round;stroke-linejoin:round}.cloud-shell-btn:hover{background:#ffffff14;color:#fff}.cloud-shell-btn.close:hover{background:#ff5f5633;color:#ff5f56}.cloud-shell-btn:focus-visible{outline:2px solid #7b2cbf;outline-offset:1px}.cloud-shell-body{flex:1;min-height:0;display:flex;overflow:hidden}@media (max-width: 768px){.cloud-shell-panel.open,.cloud-shell-panel.expanded{height:92vh!important;border-radius:16px 16px 0 0}}.app-shell{position:relative;min-height:100vh}.app-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(circle at 20% 15%,rgba(123,44,191,.12),transparent 45%),radial-gradient(circle at 85% 85%,rgba(90,24,154,.1),transparent 50%),#08080a}.app-main{position:relative;z-index:1}.section{position:relative;padding:clamp(5rem,12vh,8.5rem) 1.5rem}@media (max-width: 768px){.section{padding:clamp(5rem,12vh,8.5rem) 1rem}}.section-inner{max-width:1200px;margin:0 auto;width:100%}.section-head{max-width:680px;margin-bottom:4rem}.section-kicker{display:inline-block;margin-bottom:1rem;font-family:SF Mono,Monaco,Menlo,JetBrains Mono,Fira Code,Courier New,Ubuntu Mono,monospace;font-size:.875rem;letter-spacing:.08em;text-transform:uppercase;color:#9d4edd}.section-title{font-size:clamp(1.875rem,4vw,3rem);font-weight:600;line-height:1.1;letter-spacing:-.02em;margin-bottom:1rem;color:#fff}.section-subtitle{font-size:clamp(1.125rem,2vw,1.5rem);font-weight:300;line-height:1.6;color:#e0e0e0;margin:0}.app-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;max-width:1200px;margin:0 auto;padding:3rem 1.5rem 10rem;border-top:1px solid rgba(255,255,255,.12);color:#4a4a4a;font-size:.875rem}@media (max-width: 768px){.app-footer{justify-content:center;text-align:center}}.hero-section{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden}.hero-section:after{content:"";position:absolute;bottom:0;left:0;right:0;height:clamp(200px,32vh,360px);z-index:1;pointer-events:none;background:linear-gradient(to bottom,transparent 0%,rgba(8,8,10,.28) 28%,rgba(8,8,10,.58) 52%,rgba(8,8,10,.86) 76%,#08080a 100%)}.hero-video-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.hero-video{width:100%;height:100%;object-fit:cover;opacity:.45}.hero-video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 15%,rgba(123,44,191,.1),transparent 45%),radial-gradient(circle at 85% 85%,rgba(90,24,154,.08),transparent 50%),#08080ab8}.hero-inner{position:relative;z-index:1;max-width:820px;width:100%;display:flex;flex-direction:column;align-items:center}.hero-title{font-family:SF Mono,Monaco,Menlo,JetBrains Mono,Fira Code,Courier New,Ubuntu Mono,monospace;font-size:clamp(2.75rem,8vw,5.5rem);font-weight:700;line-height:1.05;letter-spacing:-.03em;margin-bottom:1.5rem;color:#fff}.hero-title .hero-cursor{color:#9d4edd;font-weight:300;opacity:0;text-shadow:0 0 12px rgba(123,44,191,.7)}.hero-title .hero-cursor.visible{opacity:1}.hero-lead{max-width:620px;font-size:clamp(1.125rem,2vw,1.5rem);font-weight:300;line-height:1.6;color:#e0e0e0;margin-bottom:3rem}.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem}.hero-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:9999px;font-size:1rem;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1)}.hero-btn svg{width:18px;height:18px;stroke-linecap:round;stroke-linejoin:round}.hero-btn.primary{background:linear-gradient(135deg,#7b2cbf,#5a189a);color:#fff;box-shadow:0 6px 22px #7b2cbf66}.hero-btn.primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #7b2cbf8c}.hero-btn.ghost{background:#ffffff0a;border:1px solid rgba(255,255,255,.15);color:#fff}.hero-btn.ghost:hover{background:#ffffff14;border-color:#ffffff4d;transform:translateY(-2px)}.hero-socials{display:flex;gap:1rem}.hero-social{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);color:#fff;transition:all .4s cubic-bezier(.4,0,.2,1)}.hero-social svg{width:20px;height:20px;transition:transform .4s cubic-bezier(.4,0,.2,1)}.hero-social:hover{color:#9d4edd;background:#7b2cbf26;border-color:#7b2cbf66;transform:translateY(-3px)}.hero-social:hover svg{transform:scale(1.1)}.hero-scroll-hint{position:absolute;z-index:2;bottom:3rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.25rem;color:#e0e0e0;font-family:SF Mono,Monaco,Menlo,JetBrains Mono,Fira Code,Courier New,Ubuntu Mono,monospace;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.hero-scroll-hint svg{width:18px;height:18px;stroke-linecap:round;stroke-linejoin:round;animation:heroScrollBounce 1.8s ease-in-out infinite}.hero-scroll-hint:hover{color:#9d4edd}@media (max-width: 768px){.hero-scroll-hint{display:none}}@keyframes heroScrollBounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.sites-section{position:relative;margin-top:clamp(-100px,-16vh,-180px);padding-top:calc(clamp(5rem,12vh,8.5rem) + clamp(80px,12vh,140px));padding-left:0;padding-right:0;background:transparent}.sites-section:before{content:"";position:absolute;top:0;left:0;right:0;height:clamp(200px,32vh,360px);pointer-events:none;z-index:0;background:linear-gradient(to bottom,transparent 0%,rgba(8,8,10,.42) 22%,rgba(8,8,10,.78) 40%,#08080a 55%,#08080a 100%)}.sites-section:after{content:"";position:absolute;top:calc(clamp(200px,32vh,360px)*.55);left:0;right:0;bottom:0;pointer-events:none;z-index:0;background:#08080a}.sites-section .section-head .section-title{margin-bottom:2rem}.sites-section .section-inner{padding-left:1.5rem;padding-right:1.5rem;position:relative;z-index:1}@media (max-width: 768px){.sites-section .section-inner{padding-left:1rem;padding-right:1rem}}.sites-reveal{--reveal-runway: 100svh;position:relative;z-index:1}.sites-reveal-slide{position:relative;isolation:isolate}.sites-reveal-bg-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:clip;pointer-events:none}.sites-reveal-bg-media{height:calc(100% + 2 * var(--reveal-runway));margin-top:calc(-1 * var(--reveal-runway));overflow:clip;isolation:isolate}.sites-reveal-bg-image{position:sticky;top:0;width:100%;height:max(var(--reveal-runway),100% - 2 * var(--reveal-runway));margin-bottom:0}.sites-reveal-media{width:100%;height:var(--reveal-runway)}.sites-reveal-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}.sites-reveal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;height:var(--reveal-runway);background:linear-gradient(to bottom,#08080a8c,#08080ab8)}.sites-reveal-content{position:relative;z-index:1;min-height:var(--reveal-runway);display:grid;place-items:center;pointer-events:none}.sites-reveal-caption{display:flex;justify-content:center;width:100%}.site-reveal-card{pointer-events:auto;width:min(100%,520px);padding:3rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:24px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;transition:border-color .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1)}.site-reveal-card:hover{border-color:#7b2cbf59;box-shadow:0 8px 32px #7b2cbf4d,0 4px 16px #00000026}@media (max-width: 768px){.site-reveal-card{padding:2rem}}.site-reveal-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;letter-spacing:-.02em;color:#fff;margin:0 0 1rem}.site-reveal-description{font-size:1.125rem;font-weight:300;line-height:1.65;color:#e0e0e0;margin:0 0 2rem}.site-reveal-link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border-radius:9999px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.01em;text-transform:none;text-decoration:none;color:#fff;background:linear-gradient(135deg,#7b2cbf,#5a189a);border:1px solid rgba(255,255,255,.12);box-shadow:0 6px 22px #7b2cbf73;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1),gap .2s cubic-bezier(.4,0,.2,1)}.site-reveal-link svg{width:1.125rem;height:1.125rem;stroke-linecap:round;stroke-linejoin:round}.site-reveal-link:hover{color:#fff;transform:translateY(-2px);box-shadow:0 10px 30px #7b2cbf99;gap:1rem}@media (prefers-reduced-motion: reduce){.sites-reveal-bg-layer{position:relative;inset:auto;overflow:hidden;height:var(--reveal-runway)}.sites-reveal-bg-media{height:100%;margin-top:0}.sites-reveal-bg-image{position:relative;height:var(--reveal-runway);margin-bottom:0}.sites-reveal-content{position:absolute;top:0;right:0;bottom:0;left:0}}.rankings-page{position:relative;z-index:1;min-height:100vh;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;padding-bottom:11rem}.rankings-header{border-bottom:1px solid rgba(255,255,255,.12)}.rankings-header-inner{max-width:1200px;margin:0 auto;padding:3rem 1.5rem 0}.rankings-heading{display:flex;align-items:baseline;flex-wrap:wrap;gap:1rem}.rankings-title{margin:0;font-size:clamp(2rem,5vw,3.25rem);font-weight:700;letter-spacing:-.02em;color:#fff}.rankings-tagline{margin:.5rem 0 0;font-size:1.125rem;font-weight:300;color:#e0e0e0}.rankings-year{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:12px;font-size:clamp(1.25rem,3vw,2rem);font-weight:700;color:#9d4edd;transition:background .2s cubic-bezier(.4,0,.2,1)}.rankings-year:after{content:"";width:.5em;height:.5em;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-.15em) rotate(45deg)}.rankings-year:hover{background:#7b2cbf24}.rankings-tabs{display:flex;align-items:stretch;gap:1.5rem;margin-top:1.5rem;overflow-x:auto;scrollbar-width:none}.rankings-tabs::-webkit-scrollbar{display:none}.rankings-tab{position:relative;display:inline-flex;align-items:center;gap:4px;padding:.5rem 0;color:#ffffff8c;font-size:1rem;font-weight:600;white-space:nowrap;border-bottom:2px solid transparent;transition:color .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1)}.rankings-tab:not(:disabled):hover{color:#fff}.rankings-tab.active{color:#fff;border-bottom-color:#9d4edd}.rankings-tab:disabled{color:#ffffff47;cursor:not-allowed}.rankings-caret{width:14px;height:14px;stroke-linecap:round;stroke-linejoin:round}.rankings-dropdown{position:relative;display:inline-flex}.rankings-dropdown-menu{position:absolute;top:calc(100% + .25rem);left:0;z-index:20;min-width:12rem;max-height:18rem;overflow-y:auto;margin:0;padding:.25rem;list-style:none;background:#101014eb;backdrop-filter:blur(24px) saturate(160%);-webkit-backdrop-filter:blur(24px) saturate(160%);border:1px solid rgba(255,255,255,.12);border-radius:12px;box-shadow:0 8px 32px #0003}.rankings-dropdown-item{display:block;width:100%;padding:.5rem 1rem;border-radius:8px;text-align:left;color:#ffffffbf;font-size:.875rem;font-weight:500;transition:background .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1)}.rankings-dropdown-item:hover{background:#7b2cbf33;color:#fff}.rankings-dropdown-item.active{color:#9d4edd;font-weight:700}.rankings-table-wrap{max-width:1200px;margin:2rem auto 0;padding:0 1.5rem}.rankings-table-scroll{overflow-x:auto;overflow-y:visible;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:16px;box-shadow:0 8px 32px #0003;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.rankings-table{width:100%;border-collapse:collapse;font-size:.875rem}.rankings-table thead th{position:sticky;top:0;z-index:1;padding:1rem;background:#101014eb;color:#9d4edd;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;text-align:left;white-space:nowrap}.rankings-table thead th.col-name{min-width:15rem}.rankings-table td{padding:.5rem 1rem;color:#e0e0e0;white-space:nowrap;vertical-align:middle;overflow:visible}.rankings-row{cursor:pointer;border-top:1px solid rgba(255,255,255,.12);transition:background .2s cubic-bezier(.4,0,.2,1)}.rankings-row:hover,.rankings-row:focus-visible{background:#7b2cbf1f;outline:none}.rankings-row.active{background:#7b2cbf33}.rankings-row:hover .rankings-chevron,.rankings-row.active .rankings-chevron{color:#9d4edd;transform:translate(2px)}.col-rank{font-weight:700;font-size:1.125rem;color:#9d4edd;width:3.5rem;text-align:center}.col-num{text-align:center}.rankings-empty{padding:3rem;text-align:center;color:#ffffff80}.rankings-player{display:inline-flex;align-items:center;gap:1rem}.rankings-avatar{flex-shrink:0;width:44px;height:44px;border-radius:9999px;object-fit:cover;background:#101014;border:2px solid rgba(157,78,221,.4)}.rankings-player-name{font-weight:600;font-size:1rem;color:#fff}.rankings-team{display:inline-flex;align-items:center;gap:.25rem}.rankings-team .rankings-info-wrap{margin-left:.25rem}.rankings-team-dot{width:10px;height:10px;border-radius:9999px;background:#7b2cbf;flex-shrink:0}.rankings-price{font-weight:700;letter-spacing:.05em}.rankings-price .on{color:#4ade80}.rankings-price .off{color:#fff3}.col-toggle{width:3rem;text-align:center}.rankings-chevron{display:inline-flex;color:#ffffff59;transition:transform .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1)}.rankings-chevron svg{width:18px;height:18px}.rankings-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0000008c;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.rankings-drawer{position:fixed;top:0;right:0;z-index:1001;display:flex;flex-direction:column;width:min(440px,92vw);height:100vh;background:#0c0c0feb;backdrop-filter:blur(28px) saturate(160%);-webkit-backdrop-filter:blur(28px) saturate(160%);border-left:1px solid rgba(157,78,221,.4);box-shadow:-24px 0 64px #0000008c}.rankings-drawer-hero{position:relative;height:220px;flex-shrink:0;overflow:hidden;background:#101014}.rankings-drawer-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#0000008c,#00000026 45%,#000000a6);pointer-events:none}.rankings-drawer-avatar{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.rankings-drawer-rank{position:absolute;top:1rem;right:1.5rem;z-index:2;font-weight:800;font-size:3.5rem;line-height:1;color:#ffffffe6;text-shadow:0 2px 12px rgba(0,0,0,.4)}.rankings-drawer-close{position:absolute;top:1rem;left:1rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:9999px;background:#00000059;color:#fff;transition:background .2s cubic-bezier(.4,0,.2,1)}.rankings-drawer-close svg{width:18px;height:18px;stroke-linecap:round}.rankings-drawer-close:hover{background:#0009}.rankings-drawer-body{flex:1;overflow-y:auto;padding:1.5rem}.rankings-drawer-head{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.12)}.rankings-drawer-position{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#9d4edd}.rankings-drawer-title-row{display:flex;align-items:center;gap:1rem;margin:.25rem 0}.rankings-drawer-logo{flex-shrink:0;width:48px;height:48px;border-radius:9999px;object-fit:cover;background:#101014;border:2px solid rgba(157,78,221,.4)}.rankings-drawer-name{margin:0;font-size:1.875rem;font-weight:700;line-height:1.1;letter-spacing:-.02em;color:#fff}.rankings-drawer-team{display:inline-flex;align-items:center;gap:.25rem;margin:0;font-size:.875rem;color:#e0e0e0}.rankings-drawer-team .rankings-info-wrap{margin-left:.25rem}.rankings-drawer-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin:.5rem 0 0;font-size:.875rem;font-weight:500;color:#ffffffa6}.rankings-drawer-meta-sep{width:4px;height:4px;border-radius:9999px;background:#ffffff59;flex-shrink:0}.rankings-drawer-grades{margin-bottom:1.5rem;padding:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:12px}.rankings-grades-header{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;margin-bottom:1rem}.rankings-grades-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#9d4edd}.rankings-grades-scale-wrap{display:inline-flex;align-items:center;gap:6px}.rankings-grades-scale{font-size:.68rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#ffffff59}.rankings-info-wrap{position:relative;display:inline-flex;align-items:center}.rankings-info-btn{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;border-radius:9999px;border:1px solid rgba(255,255,255,.35);color:#ffffff8c;font-family:Georgia,Times New Roman,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.62rem;font-weight:700;font-style:italic;line-height:1;transition:background .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1)}.rankings-info-btn:hover{background:#ffffff14;border-color:#ffffff8c;color:#fff}.rankings-info-panel{position:absolute;top:calc(100% + .25rem);z-index:10;width:min(16rem,70vw);padding:.5rem 1rem;background:#101014f5;border:1px solid rgba(255,255,255,.12);border-radius:12px;box-shadow:0 8px 32px #0003}.rankings-info-panel.align-right{right:0}.rankings-info-panel.align-left{left:0}.rankings-info-panel p{margin:0 0 .25rem;font-size:.75rem;line-height:1.5;color:#e0e0e0}.rankings-info-panel ul{margin:0;padding-left:1.1rem;font-size:.68rem;line-height:1.55;color:#ffffffa6}.rankings-info-panel strong{color:#fff}.rankings-info-panel-title{margin:0 0 .25rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#9d4edd}.rankings-grades-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:.5rem}.rankings-grade{padding:.5rem;background:#00000038;border:1px solid rgba(255,255,255,.06);border-radius:8px}.rankings-grade.featured{margin-top:.25rem;padding:1rem;background:#ffffff0a;border-color:#ffffff1f}.rankings-grade.featured .rankings-grade-value{font-size:1.875rem}.rankings-grade.featured .rankings-grade-track{height:8px}.rankings-grade-head{display:flex;align-items:baseline;justify-content:space-between;gap:.25rem;margin-bottom:6px}.rankings-grade-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#ffffff8c}.rankings-grade-value{font-family:SF Mono,Monaco,Menlo,JetBrains Mono,Fira Code,Courier New,Ubuntu Mono,monospace;font-size:1.25rem;font-weight:700;line-height:1;color:#fff}.rankings-grade-track{height:6px;overflow:hidden;border-radius:9999px;background:#ffffff14}.rankings-grade-fill{display:block;height:100%;border-radius:inherit;transition:width .35s ease}.rankings-grade-descriptor{display:block;margin-top:4px;font-size:.65rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#fff6}.rankings-grade.tier-high .rankings-grade-fill{background:linear-gradient(90deg,#4ade80,#22c55e)}.rankings-grade.tier-high .rankings-grade-descriptor,.rankings-grade.tier-high .rankings-grade-value{color:#86efac}.rankings-grade.tier-mid .rankings-grade-fill{background:linear-gradient(90deg,#fde047,#eab308)}.rankings-grade.tier-mid .rankings-grade-descriptor{color:#fde047}.rankings-grade.tier-low .rankings-grade-fill{background:linear-gradient(90deg,#f87171,#ef4444)}.rankings-grade.tier-low .rankings-grade-descriptor,.rankings-grade.tier-low .rankings-grade-value{color:#fca5a5}.rankings-drawer-report{padding:1rem;background:#ffffff0d;border-left:3px solid #7b2cbf;border-radius:0 12px 12px 0}.rankings-report-label{display:inline-block;margin-bottom:.25rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#9d4edd}.rankings-report-text{margin:0;font-size:1rem;line-height:1.65;color:#e0e0e0}.rankings-drawer-nav{display:flex;gap:.5rem;flex-shrink:0;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.12);background:#0003}.rankings-drawer-navbtn{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;flex:1;padding:.5rem 1rem;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);color:#fff;font-size:.875rem;font-weight:600;transition:background .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1)}.rankings-drawer-navbtn svg{width:16px;height:16px;stroke-linecap:round;stroke-linejoin:round}.rankings-drawer-navbtn:hover:not(:disabled){background:#7b2cbf38;border-color:#7b2cbf80}.rankings-drawer-navbtn:disabled{opacity:.4;cursor:not-allowed}@media (max-width: 768px){.rankings-hero-inner{padding:3rem 1.5rem}.rankings-heading{flex-wrap:nowrap;gap:.5rem}.rankings-title{font-size:1.5rem}.rankings-year{font-size:1.25rem;flex-shrink:0}.rankings-dropdown-menu{min-width:auto;max-width:calc(100vw - 3rem)}.rankings-heading .rankings-dropdown-menu{left:auto;right:0}.rankings-drawer{width:100vw}.rankings-table-wrap{margin-top:1.5rem;padding:0}.rankings-table-scroll{overflow-x:hidden;border-right:none;border-left:none;border-radius:0}.rankings-table .col-location,.rankings-table .col-type,.rankings-table .col-visits,.rankings-table .col-price,.rankings-table .col-toggle{display:none}.rankings-table thead th{padding:.5rem 1rem}.rankings-table thead th.col-name{min-width:0}.rankings-table td{padding:1rem .5rem}.col-rank{width:2.75rem}.rankings-player{gap:.5rem}.rankings-avatar{width:38px;height:38px}.rankings-player-name{font-size:.875rem;white-space:normal}.col-cuisine{white-space:normal}.rankings-table-wrap.ice-cream-view .rankings-table .col-location,.rankings-table-wrap.ice-cream-view .rankings-table .col-visits{display:table-cell}}.app{min-height:100vh;position:relative}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.6;color:#fff;background:#08080a;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;letter-spacing:-.01em}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:3rem}@media (max-width: 768px){h1{font-size:1.875rem}}h2{font-size:2.25rem}@media (max-width: 768px){h2{font-size:1.5rem}}h3{font-size:1.875rem}@media (max-width: 768px){h3{font-size:1.25rem}}a{color:#fff;text-decoration:none;transition:color .2s cubic-bezier(.4,0,.2,1),text-shadow .2s cubic-bezier(.4,0,.2,1)}a:hover{color:#9d4edd;text-shadow:0 0 10px rgba(123,44,191,.4)}button{font-family:inherit;font-size:inherit;cursor:pointer;border:none;background:transparent;color:inherit;transition:all .4s cubic-bezier(.4,0,.2,1)}button:focus{outline:2px solid #7b2cbf;outline-offset:2px}input,textarea{font-family:inherit;font-size:inherit;color:#fff;background:#ffffff0d;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:1rem 1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1)}input:focus,textarea:focus{outline:none;background:#ffffff14;border-color:#fff3;box-shadow:0 0 0 3px #ffffff1a,0 4px 16px #00000026;transform:translateY(-1px)}input::placeholder,textarea::placeholder{color:#fff6}textarea{resize:vertical;min-height:120px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:9999px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}::-webkit-scrollbar-thumb:hover{background:#7b2cbf80}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:#ffffff0d;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.12);border-radius:16px;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 8px #0000001a}.btn:hover{background:#ffffff14;border-color:#fff3;box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.btn:active{transform:translateY(0);box-shadow:0 2px 8px #0000001a}.btn.btn-primary{background:#ffffff0d;border-color:#7b2cbf4d}.btn.btn-primary:hover{background:#7b2cbf26;border-color:#7b2cbf80;box-shadow:0 0 20px #7b2cbf4d,0 4px 16px #00000026}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .4s cubic-bezier(.4,0,.2,1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#ffffff0d;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border:1px solid rgba(255,255,255,.12);border-radius:24px;max-width:900px;width:100%;max-height:90vh;min-height:500px;display:flex;flex-direction:column;box-shadow:0 16px 64px #0000004d,inset 0 1px #ffffff1a;animation:slideUp .4s cubic-bezier(.4,0,.2,1);overflow:hidden}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.12);background:#ffffff05}.modal-header h2{margin:0;padding:0;font-size:1.25rem;font-weight:600;letter-spacing:-.02em;line-height:1.2}.modal-header .close-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:12px;cursor:pointer;padding:0;margin:0;width:32px;height:32px;min-width:32px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1);flex-shrink:0;position:relative;font-size:0;color:transparent;line-height:0}.modal-header .close-btn:before{content:"×";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.5rem;line-height:1;color:#fff;display:flex;align-items:center;justify-content:center}.modal-header .close-btn:hover{background:#7b2cbf33;border-color:#fff3;transform:rotate(90deg)}.modal-header .close-btn:hover:before{color:#9d4edd;transform:translate(-50%,-50%)}.modal-body{padding:2rem;overflow:hidden;flex:1;display:flex;flex-direction:column}
