body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.react-calendar{background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em;max-width:100%;width:350px}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{margin:.5em;width:50%}.react-calendar,.react-calendar *,.react-calendar :after,.react-calendar :before{box-sizing:border-box}.react-calendar button{border:0;margin:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{background:none;min-width:44px}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#e6e6e6}.react-calendar__month-view__weekdays{font:inherit;font-size:.75em;font-weight:700;text-align:center;text-transform:uppercase}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{align-items:center;display:flex;font:inherit;font-size:.75em;font-weight:700;justify-content:center}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__century-view__decades__decade--neighboringCentury,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__century-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__year-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{background:none;font:inherit;font-size:.833em;max-width:100%;padding:10px 6.6667px;text-align:center}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__century-view__decades__decade--neighboringCentury:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__month-view__days__day--neighboringMonth:disabled{color:#cdcdcd}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.SithApp{background:linear-gradient(135deg,#0a0a0a,#1a0d0d);color:#b1060f;flex:1 1;font-family:Segoe UI,Arial,sans-serif;margin:0;min-height:100vh;min-width:0;overflow-x:hidden;padding:0;perspective:1000px}main{margin:0 auto;max-width:1200px;padding:2rem 1rem}.SithHeader{background:#181012;border-bottom:2px solid #2a161a;border-radius:0 0 24px 24px;box-shadow:0 2px 12px #000a;margin-bottom:2rem;padding:3rem 0 2rem;position:relative;text-align:center;transform:translateZ(0);transform-style:preserve-3d}.SithHeader:before{animation:headerGlow 4s ease-in-out infinite;background:linear-gradient(45deg,#0000 30%,#b1060f1a 50%,#0000 70%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:translateZ(-10px)}@keyframes headerGlow{0%,to{opacity:.3;transform:translateZ(-10px) translateX(-100%)}50%{opacity:.8;transform:translateZ(-10px) translateX(100%)}}.SithHeader h1{color:#b1060f;font-size:2.5rem;letter-spacing:.15em;margin-bottom:1rem;text-shadow:0 0 10px #b1060f88,0 0 2px #fff1;transform:translateZ(20px);transition:transform .3s ease}.SithHeader h1:hover{transform:translateZ(30px) scale(1.05)}.SithMotto{color:#fff;font-size:1.2rem;font-style:italic;margin-bottom:1.5rem;text-shadow:0 0 8px #b1060f88;transform:translateZ(10px);transition:transform .3s ease}.SithMotto:hover{transform:translateZ(15px) scale(1.02)}.SithButton{background:linear-gradient(90deg,#2a161a,#b1060f);border:none;border-radius:18px;box-shadow:0 0 8px #b1060f22;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;margin-left:.5rem;padding:.5rem 1.4rem;position:relative;transform:translateZ(0);transform-style:preserve-3d;transition:all .3s cubic-bezier(.4,0,.2,1)}.SithButton:before{background:linear-gradient(45deg,#0000 30%,#ffffff1a 50%,#0000 70%);border-radius:18px;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transform:translateZ(-5px);transition:opacity .3s ease}.SithButton:hover{background:linear-gradient(90deg,#b1060f,#2a161a);box-shadow:0 8px 25px #b1060f44,0 0 16px #b1060f44;color:#fff;transform:translateZ(10px) scale(1.05)}.SithButton:hover:before{opacity:1}.SithButton:active{transform:translateZ(5px) scale(.98)}.SithButton:disabled{cursor:not-allowed;opacity:.5}.SithButton:disabled,.SithButton:disabled:hover{background:linear-gradient(90deg,#1a0d0d,#2a161a);box-shadow:none;color:#666;transform:translateZ(0) scale(1)}.SithButton:disabled:before{opacity:0}.SithSection{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#181012ee;border-radius:24px;box-shadow:0 0 32px #000a;margin:3.5rem auto;max-width:480px;padding:2.5rem 2.5rem 2rem;position:relative;transform:translateZ(0);transform-style:preserve-3d;transition:all .4s cubic-bezier(.4,0,.2,1)}.SithSection:before{background:linear-gradient(135deg,#b1060f1a,#0000 50%);border-radius:24px;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transform:translateZ(-10px);transition:opacity .3s ease}.SithSection:hover{box-shadow:0 20px 40px #000a,0 0 20px #b1060f22;transform:translateZ(20px) scale(1.02)}.SithSection:hover:before{opacity:1}.SithSection h2{color:#b1060f;letter-spacing:.1em;margin-bottom:1rem;text-shadow:0 0 6px #b1060f88;transform:translateZ(10px);transition:transform .3s ease}.SithSection:hover h2{transform:translateZ(15px) scale(1.02)}.SithTodoInput{display:flex;justify-content:center;margin-bottom:1.5rem}.SithTodoInput input{background:#181012;border:1px solid #2a161a;border-radius:14px;color:#fff;flex:1 1;font-size:1rem;margin-right:.5rem;padding:.5rem}.SithTodoList{list-style:none;margin:0;padding:0}.SithTodoList li{align-items:center;background:#1a0d0dcc;border-radius:14px;box-shadow:0 0 8px #b1060f11;color:#fff;display:flex;font-size:1.1rem;margin-bottom:.5rem;padding:.5rem .75rem;position:relative;transform:translateZ(0);transform-style:preserve-3d;transition:all .3s cubic-bezier(.4,0,.2,1)}.SithTodoList li:before{background:linear-gradient(45deg,#0000 30%,#b1060f1a 50%,#0000 70%);border-radius:14px;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transform:translateZ(-5px);transition:opacity .3s ease}.SithTodoList li:hover{box-shadow:0 5px 15px #b1060f22;transform:translateZ(10px) scale(1.02)}.SithTodoList li:hover:before{opacity:1}.SithTodoList li.done{overflow:hidden;position:relative;transform:translateZ(5px) scale(.98)}.SithTodoList li.done .SithTaskLight{animation:sith-light-sweep .7s cubic-bezier(.4,0,.2,1);background:linear-gradient(90deg,#0000,#b1060f88 50%,#0000);height:100%;left:-100%;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}@keyframes sith-light-sweep{0%{left:-100%;opacity:.7;transform:translateZ(0)}50%{left:0;opacity:1;transform:translateZ(10px)}to{left:100%;opacity:0;transform:translateZ(0)}}.SithTodoList li.done span{color:#b1060f88;text-decoration:line-through}.SithTodoList li span{cursor:pointer;flex:1 1}.SithRemove{background:none;border:none;border-radius:50%;color:#b1060f;cursor:pointer;font-size:1.1rem;margin-left:.5rem;padding:.2rem .5rem;transition:color .2s,background .2s}.SithRemove:hover{background:#b1060f;color:#fff}.SithPomodoro{background:#181012;border-radius:18px;box-shadow:0 0 8px #b1060f22;color:#b1060f;font-size:1.3rem;margin-top:.5rem;padding:1rem;position:relative;text-align:center;transform:translateZ(0);transform-style:preserve-3d;transition:all .3s ease;z-index:1}.SithPomodoro:before{background:linear-gradient(135deg,#b1060f1a,#0000 50%);border-radius:18px;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transform:translateZ(-5px);transition:opacity .3s ease}.SithPomodoro:hover{box-shadow:0 10px 25px #b1060f33;transform:translateZ(15px) scale(1.02)}.SithPomodoro:hover:before{opacity:1}.SithTimerDisplay{animation:timerPulse 2s ease-in-out infinite;color:#b1060f;font-size:2.2rem;font-weight:700;text-shadow:0 0 10px #b1060f88;transform:translateZ(10px);transition:transform .3s ease}@keyframes timerPulse{0%,to{transform:translateZ(10px) scale(1)}50%{transform:translateZ(15px) scale(1.05)}}.SithTimerControls{display:flex;gap:1rem;justify-content:center;margin-bottom:.5rem;position:relative;z-index:2}.SithTimerEnd{animation:sith-glow 1s infinite alternate;color:#b1060f;font-weight:700;margin-top:1rem;text-shadow:0 0 8px #b1060f88}@keyframes sith-glow{0%{text-shadow:0 0 8px #b1060f88}to{text-shadow:0 0 24px #b1060f}}.SithAvatarRow{align-items:center;display:flex;gap:2rem;justify-content:center;margin-bottom:1.5rem}.SithAvatarName{background:#181012;border:2px solid #2a161a;border-radius:12px;color:#b1060f;font-size:1.3rem;font-weight:700;padding:.5rem 1rem;text-shadow:0 0 8px #b1060f88}.SithAvatarPicker{display:flex;gap:.5rem}.SithAvatarPickBtn{align-items:center;background:#1a0d0d;border:2px solid #2a161a;border-radius:50%;color:#b1060f;cursor:pointer;display:flex;font-size:.8rem;font-weight:700;height:50px;justify-content:center;line-height:1;margin:0 .5rem;position:relative;text-align:center;transform:translateZ(0);transform-style:preserve-3d;transition:all .3s cubic-bezier(.4,0,.2,1);width:50px}.SithAvatarPickBtn:before{background:linear-gradient(45deg,#b1060f,#2a161a);border-radius:50%;bottom:-5px;content:"";left:-5px;opacity:0;pointer-events:none;position:absolute;right:-5px;top:-5px;transform:translateZ(-5px);transition:opacity .3s ease}.SithAvatarPickBtn:hover{box-shadow:0 10px 20px #b1060f44;transform:translateZ(15px) scale(1.1) rotateY(10deg)}.SithAvatarPickBtn:hover:before{opacity:1}.SithAvatarPickBtn.selected,.SithAvatarPickBtn:hover{border-color:#b1060f;box-shadow:0 0 15px #b1060f44;transform:translateZ(20px) scale(1.15)}.SithLayout{display:flex;min-height:100vh}.SithSidebar{align-items:center;background:#181012;border-radius:0 24px 24px 0;border-top-left-radius:0;box-shadow:2px 0 12px #000a;color:#b1060f;display:flex;flex-direction:column;padding-top:2rem;width:170px;z-index:10}.SithSidebarTitle{color:#b1060f;font-size:2rem;margin-bottom:2rem;text-shadow:0 0 8px #b1060f88}.SithSidebar ul{list-style:none;padding:0;width:100%}.SithSidebar li{display:flex;justify-content:center;margin:1rem 0;width:100%}.SithSidebar button{background:none;border:none;border-radius:14px;color:#b1060f;cursor:pointer;font-family:inherit;font-size:1.1rem;padding:.5rem 1rem;transition:background .2s,color .2s}.SithSidebar button:hover{background:#b1060f;color:#181012}.SithCalendarWrap{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.SithCalendar,.SithCalendarWrap{max-width:100%;overflow:hidden;width:100%}.SithCalendar{border:1px solid #2a161a;border-radius:18px;box-shadow:0 0 16px #b1060f22;padding:.5rem}.SithCalendar,.SithCalendar.react-calendar{background:#181012!important;color:#b1060f!important}.SithCalendar.react-calendar{border:1px solid #2a161a!important;border-radius:18px!important;font-family:Segoe UI,Arial,sans-serif!important}.SithCalendar .react-calendar__navigation{background:#181012!important;border-bottom:1px solid #2a161a!important;color:#b1060f!important;padding:.5rem!important}.SithCalendar .react-calendar__navigation__label{background:none!important;color:#b1060f!important;font-size:1.1rem!important;font-weight:700!important}.SithCalendar .react-calendar__navigation button,.SithCalendar .react-calendar__navigation__arrow{background:none!important;border:none!important;color:#b1060f!important}.SithCalendar .react-calendar__navigation button{font-size:1.1rem!important;font-weight:700!important}.SithCalendar .react-calendar__navigation button:hover{background:#2a161a!important;color:#fff!important}.SithCalendar .react-calendar__month-view__weekdays{background:#181012!important;border-bottom:1px solid #2a161a!important;color:#b1060f!important}.SithCalendar .react-calendar__month-view__weekdays__weekday{background:#181012!important;color:#b1060f!important;padding:.5rem!important}.SithCalendar .react-calendar__month-view__days{background:#181012!important}.SithCalendar .react-calendar__month-view__days__day{background:#181012!important;border:1px solid #2a161a!important;color:#b1060f!important;padding:.5rem!important}.SithCalendar .react-calendar__month-view__days__day:hover{background:#2a161a!important;color:#fff!important}.SithCalendar .react-calendar__month-view__days__day--neighboringMonth{background:#1a0d0d!important;color:#666!important}.SithCalendar .react-calendar__tile{background:#181012!important;border:1px solid #2a161a!important;color:#b1060f!important;padding:.5rem!important}.SithCalendar .react-calendar__tile:hover{background:#2a161a!important;color:#fff!important}.SithCalendar abbr{color:#b1060f!important;text-decoration:none}.SithCalendar .react-calendar__tile--active{background:#b1060f!important;border-radius:10px!important;color:#181012!important}.SithCalendar .react-calendar__tile--now{background:#2a161a!important;border-radius:10px!important;color:#fff!important}.SithCalendarTasks{background:#181012cc;border-radius:14px;box-shadow:0 0 8px #b1060f22;color:#fff;max-width:100%;overflow:hidden;padding:1rem;width:100%}.SithCalendarTasks h3{color:#b1060f;font-size:1.1rem;margin-bottom:.5rem}.SithCalendarTasks ul{list-style:disc inside;margin:0 0 .5rem;padding:0}.SithCalendarTasks li{color:#fff;margin-bottom:.25rem}.SithCalendar .react-calendar__navigation button,.SithCalendar .react-calendar__navigation__arrow,.SithCalendar .react-calendar__navigation__label{background:none!important;color:#b1060f!important;font-size:1.1rem;font-weight:700}@media (max-width:800px){.SithLayout{flex-direction:column}.SithSidebar{align-items:center;border-radius:0 0 24px 24px;border-top-left-radius:0;box-shadow:0 2px 12px #000a;flex-direction:row;height:56px;justify-content:flex-start;padding:0;width:100vw}.SithSidebarTitle{font-size:1.5rem;margin:0 1rem 0 .5rem}.SithSidebar ul{display:flex;flex-direction:row;margin:0;width:auto}.SithSidebar li{margin:0 .5rem}}@media (max-width:600px){.SithSection{border-radius:18px;max-width:98vw;overflow:hidden;padding:1rem .5rem .5rem}.SithHeader h1{font-size:1.3rem}.SithAvatarRow{flex-direction:column;gap:.5rem}.SithAvatarName{border-radius:8px;font-size:1rem;padding:.3rem .7rem}.SithAvatarPickBtn{border-radius:50%;font-size:.7rem;height:40px;width:40px}.SithTimerDisplay{font-size:1.5rem}.SithCalendar{border-radius:10px;padding:.3rem}.SithCalendarTasks{border-radius:8px;font-size:.95rem;padding:.5rem}.SithCalendarWrap{gap:1rem}}.SithSidebarMenuBtn{background:#181012;border:none;border-radius:50%;box-shadow:0 0 8px #b1060f22;color:#b1060f;cursor:pointer;font-size:2rem;height:44px;left:1.2rem;position:absolute;top:1.2rem;transition:background .2s,color .2s;width:44px;z-index:30}.SithSidebarMenuBtn:hover{background:#b1060f;color:#181012}.SithSidebarOverlay{background:#0a0a0a80;bottom:0;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;transition:opacity .3s;z-index:19}.SithSidebarOverlay.open{opacity:1;pointer-events:auto}.SithSidebarDrawer{align-items:center;background:#181012;border-radius:0 24px 24px 0;border-top-left-radius:0;box-shadow:2px 0 24px #000a;color:#b1060f;display:flex;flex-direction:column;height:100vh;left:-240px;padding-top:2rem;position:fixed;top:0;transition:left .3s;width:220px;z-index:20}.SithSidebarDrawer.open{left:0}.SithSidebarClose{background:none;border:none;border-radius:50%;color:#b1060f;cursor:pointer;font-size:2rem;height:44px;position:absolute;right:1.2rem;top:1.2rem;transition:background .2s,color .2s;width:44px;z-index:21}.SithSidebarClose:hover{background:#b1060f;color:#181012}.SithSidebarDrawer ul{list-style:none;margin-top:2rem;padding:0;width:100%}.SithSidebarDrawer li{display:flex;justify-content:center;margin:1rem 0;width:100%}.SithSidebarDrawer button{background:none;border:none;border-radius:14px;color:#b1060f;cursor:pointer;font-family:inherit;font-size:1.1rem;padding:.5rem 1rem;transition:background .2s,color .2s}.SithSidebarDrawer button:hover{background:#b1060f;color:#181012}@media (max-width:800px){.SithSidebarDrawer{align-items:flex-start;border-radius:0 0 24px 24px;border-top-left-radius:0;box-shadow:0 2px 24px #000a;flex-direction:row;height:320px;left:-100vw;padding-top:1.2rem;top:0;width:100vw}.SithSidebarDrawer.open{left:0}.SithSidebarDrawer ul{align-items:center;display:flex;flex-direction:row;margin:0 0 0 2rem;width:auto}.SithSidebarDrawer li{margin:0 .5rem}.SithSidebarClose{right:1.2rem;top:1.2rem}}.SithRankBar{align-items:center;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;position:relative}.SithRank{color:#b1060f;font-size:1.1rem;font-weight:700;letter-spacing:.1em}.SithRankProgress{background:#1a0d0d;border-radius:8px;box-shadow:0 0 4px #b1060f44;height:10px;margin:.2rem 0;overflow:hidden;width:100%}.SithRankProgressFill{background:linear-gradient(90deg,#b1060f,#2a161a);border-radius:8px;height:100%;transition:width .5s}.SithRankNext{color:#fff;font-size:.95rem;opacity:.7}.SithStreak{color:#b1060f;font-size:1.05rem;font-weight:700;margin:.5rem 0 .2rem}.SithBadges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.SithBadge{background:#b1060f;border-radius:12px;box-shadow:0 0 6px #b1060f44;color:#fff;font-size:.95rem;font-weight:700;letter-spacing:.05em;padding:.2rem .7rem}.SithAvatarPickBtn[disabled]{background:#181012;border:2px solid #222;color:#888;cursor:not-allowed;opacity:.4}.SithAvatarLock{font-size:1.1em;margin-left:.3em}.SithRewardModal{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;transform-style:preserve-3d;width:100%;z-index:1000}.SithRewardContent{animation:modalAppear .5s cubic-bezier(.4,0,.2,1) forwards;background:#181012;border-radius:24px;box-shadow:0 20px 40px #000a;color:#fff;max-width:400px;padding:2rem;text-align:center;transform:translateZ(50px) scale(.9);transform-style:preserve-3d}.SithRewardContent h2{color:#b1060f;margin-bottom:.7rem}.SithRewardContent p{color:#fff;font-size:1.1rem;margin-bottom:1.2rem}.SithPomodoroSettings{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem;position:relative;z-index:2}.SithPomodoroSettings label{color:#b1060f;font-weight:700}.SithPomodoroSettings input[type=number]{background:#181012;border:1px solid #2a161a;border-radius:10px;color:#fff;font-size:1rem;outline:none;padding:.3rem .5rem;transition:border .2s;width:60px}.SithPomodoroSettings input[type=number]:focus{border:1.5px solid #b1060f}.SithSpotifyBtn{background:linear-gradient(90deg,#b1060f,#1a0d0d)!important;border:none;border-radius:18px;box-shadow:0 0 8px #b1060f44;color:#fff!important;display:inline-block;font-weight:700;overflow:hidden;padding-left:1.2rem;position:relative;text-decoration:none!important;transition:background .2s,color .2s,box-shadow .2s,padding-left .2s}.SithSpotifyBtn:hover{background:linear-gradient(90deg,#1a0d0d,#b1060f)!important;box-shadow:0 0 16px #b1060f88;color:#fff!important;padding-left:2.2rem}.SithSpotifyBtn:before{background:none;background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:1.1rem;left:.7rem;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .2s;width:1.1rem}.SithSpotifyBtn:hover:before{background-image:url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="84" cy="84" r="84" fill="%23b1060f"/><path d="M122.1 116.2c-1.5 2.5-4.7 3.3-7.2 1.8-19.8-12.1-44.8-14.8-74.3-8.1-2.9.6-5.7-1.2-6.3-4.1-.6-2.9 1.2-5.7 4.1-6.3 31.7-7.1 59.1-4.1 81.1 9.1 2.5 1.5 3.3 4.7 1.8 7.6zm10.3-22.6c-1.9 3-5.8 4-8.8 2.1-22.7-14-57.4-18-84.4-9.8-3.3 1-6.8-.8-7.8-4.1-1-3.3.8-6.8 4.1-7.8 30.2-9.1 68.1-4.7 93.2 11.2 3 1.9 4 5.8 2.1 8.4zm11.2-24.1c-27.1-16.1-71.8-17.6-97.6-9.6-3.7 1.1-7.6-.9-8.7-4.6-1.1-3.7.9-7.6 4.6-8.7 28.6-8.7 77.1-7 107.2 11.1 3.3 2 4.3 6.3 2.3 9.6-2 3.3-6.3 4.3-9.6 2.2z" fill="%23fff"/></svg>');opacity:1}.SithHeaderActions{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem}.SithAuthTopRight{align-items:center;display:flex;gap:.7rem;position:absolute;right:2rem;top:1.5rem;z-index:40}.SithUserStatus{background:#b1060f;border-radius:12px;color:#fff;font-size:1rem;font-weight:700;letter-spacing:.05em;margin-right:.3rem;padding:.2rem .8rem}.FocusOverlay{align-items:center;background:#0a0a0aeb;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.FocusExitBtn{background:#b1060f;border:none;border-radius:18px;box-shadow:0 0 16px #b1060f44;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;padding:1rem 2.5rem;transition:background .2s,color .2s}.FocusExitBtn:hover{background:#fff;color:#b1060f}.TimerPromptOverlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10001}.TimerPromptModal{align-items:center;background:#181012;border:2px solid #b1060f;border-radius:16px;box-shadow:0 0 24px #b1060f88;color:#fff;display:flex;flex-direction:column;min-width:320px;padding:2rem 2.5rem}.SithSaberBarWrap{display:flex;justify-content:center;margin:1.2rem 0 1.5rem;position:relative;transform:translateZ(0);transform-style:preserve-3d;width:100%;z-index:1}.SithSaberBar{align-items:center;background:#0000;background:#1a0d0d;border-radius:6px;box-shadow:0 0 10px #b1060f22;display:flex;height:22px;height:12px;overflow:hidden;position:relative;transform:translateZ(5px);width:380px}.SithSaberBlade{background:linear-gradient(90deg,#b1060f,#f44 50%,#b1060f);border-radius:6px;box-shadow:0 0 10px #b1060f,inset 0 0 5px #ffffff4d;height:14px;left:0;top:-1px;transform:translateZ(2px);transition:width .3s ease}.SithSaberBlade:before{animation:saberGlow 2s ease-in-out infinite;background:linear-gradient(90deg,#0000,#ffffff4d 50%,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes saberGlow{0%,to{opacity:.5;transform:translateX(-100%)}50%{opacity:1;transform:translateX(100%)}}.SithSaberHilt{background:linear-gradient(45deg,#333,#666 50%,#333);border-radius:50%;box-shadow:0 0 10px #000;height:24px;left:-12px;top:-7px;transform:translateZ(10px);width:24px;z-index:2}.SithShareStreakBtn{background:linear-gradient(90deg,#b1060f,#2a161a);border:none;border-radius:18px;box-shadow:0 0 8px #b1060f22;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;margin-left:.5rem;padding:.5rem 1.4rem;transition:background .2s,color .2s,box-shadow .2s}.SithShareStreakBtn:hover{background:linear-gradient(90deg,#2a161a,#b1060f);box-shadow:0 0 16px #b1060f44;color:#fff}.CongratsModalOverlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10001}.CongratsModal{align-items:center;background:#181012;border:2px solid #b1060f;border-radius:16px;box-shadow:0 0 24px #b1060f88;color:#fff;display:flex;flex-direction:column;min-width:320px;padding:2.5rem 3rem;text-align:center}.SithMouseFollower{background:radial-gradient(circle,#b1060f 0,#0000 70%);border-radius:50%;height:20px;mix-blend-mode:screen;opacity:.6;pointer-events:none;position:fixed;transform:translate(-50%,-50%);transition:opacity .3s ease;width:20px;z-index:9999}.SithScrollIndicator{display:flex;flex-direction:column;gap:10px;position:fixed;right:20px;top:50%;transform:translateY(-50%);transform-style:preserve-3d;z-index:100}.SithScrollDot{background:#b1060f;border-radius:50%;box-shadow:0 0 10px #b1060f44;cursor:pointer;height:12px;transform:translateZ(0);transition:all .3s ease;width:12px}.SithScrollDot:hover{box-shadow:0 0 20px #b1060f88;transform:translateZ(10px) scale(1.5)}.SithScrollDot.active{background:#fff;box-shadow:0 0 25px #fff;transform:translateZ(15px) scale(1.8)}@media (max-width:800px){.SithSection:hover{transform:translateZ(10px) scale(1.01)}.SithHeader h1:hover{transform:translateZ(15px) scale(1.02)}.SithButton:hover{transform:translateZ(5px) scale(1.02)}}@media (max-width:600px){.SithSection{margin:1rem auto;padding:1.5rem 1.5rem 1rem}.SithSection:hover{transform:translateZ(5px) scale(1.01)}.SithHeader h1,.SithTimerDisplay{font-size:1.8rem}}.SithParallaxContainer{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:-10}.SithParallaxLayer{height:100%;position:absolute;width:100%;will-change:transform}.SithParallaxLayer:first-child{background:radial-gradient(circle at 20% 80%,#b1060f1a 0,#0000 50%);transform:translateZ(-300px) scale(2)}.SithParallaxLayer:nth-child(2){background:radial-gradient(circle at 80% 20%,#b1060f0d 0,#0000 50%);transform:translateZ(-200px) scale(1.5)}.SithParallaxLayer:nth-child(3){background:radial-gradient(circle at 50% 50%,#b1060f08 0,#0000 50%);transform:translateZ(-100px) scale(1.2)}.SithParticles{height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:-5}.SithParticle{animation:float 6s ease-in-out infinite;background:#b1060f;border-radius:50%;box-shadow:0 0 10px #b1060f;height:4px;opacity:.6;position:absolute;width:4px}.SithParticle:first-child{animation-delay:0s;left:10%}.SithParticle:nth-child(2){animation-delay:1s;left:20%}.SithParticle:nth-child(3){animation-delay:2s;left:30%}.SithParticle:nth-child(4){animation-delay:3s;left:40%}.SithParticle:nth-child(5){animation-delay:4s;left:50%}.SithParticle:nth-child(6){animation-delay:5s;left:60%}.SithParticle:nth-child(7){animation-delay:.5s;left:70%}.SithParticle:nth-child(8){animation-delay:1.5s;left:80%}.SithParticle:nth-child(9){animation-delay:2.5s;left:90%}@keyframes float{0%,to{opacity:0;transform:translateY(100vh) rotate(0deg)}10%{opacity:.6}90%{opacity:.6}to{opacity:0;transform:translateY(-100px) rotate(1turn)}}@keyframes modalAppear{0%{opacity:0;transform:translateZ(50px) scale(.9) rotateX(20deg)}to{opacity:1;transform:translateZ(50px) scale(1) rotateX(0deg)}}.SithRankRow{align-items:center;display:flex;gap:12px;margin-bottom:.5rem}.SithEyesContainer{cursor:pointer;display:flex;flex-shrink:0;gap:6px;transition:all .3s ease;z-index:10}.SithEyesContainer:hover{filter:brightness(1.2);transform:scale(1.1)}.SithEye{animation:eyeGlow 3s ease-in-out infinite;background:radial-gradient(circle,#000 0,#1a0d0d 60%,#000 100%);border:2px solid #b1060f;border-radius:50%;box-shadow:0 0 15px #b1060f,inset 0 0 10px #000;height:20px;position:relative;width:20px}.SithEye.left-eye{animation-delay:0s}.SithEye.right-eye{animation-delay:1.5s}.SithEyeGlow{animation:innerGlow 2s ease-in-out infinite;background:radial-gradient(circle,#b1060f 0,#f44 50%,#0000 100%);height:12px;width:12px}.SithEyeGlow,.SithEyePupil{border-radius:50%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.SithEyePupil{animation:pupilBlink 4s ease-in-out infinite;background:#000;height:6px;width:6px}@keyframes eyeGlow{0%,to{border-color:#b1060f;box-shadow:0 0 8px #b1060f,inset 0 0 6px #000}50%{border-color:#f44;box-shadow:0 0 12px #f44,inset 0 0 8px #000}}@keyframes innerGlow{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.1)}}@keyframes pupilBlink{0%,90%,to{transform:translate(-50%,-50%) scale(1)}95%{transform:translate(-50%,-50%) scale(.1)}}.SithEasterEggContent{background:linear-gradient(135deg,#1a0d0d,#2a161a);border:3px solid #b1060f;box-shadow:0 0 30px #b1060f88}.SithEasterEggContent h2{animation:easterEggTitle 2s ease-in-out infinite;color:#f44;text-shadow:0 0 15px #f44}@keyframes easterEggTitle{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.YodaQuote{background:#b1060f1a;border:2px solid #b1060f;border-radius:16px;margin:1rem 0;overflow:hidden;padding:1.5rem;position:relative}.YodaQuote:before{animation:quoteGlow 3s ease-in-out infinite;background:linear-gradient(90deg,#0000,#b1060f33 50%,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes quoteGlow{0%{left:-100%}50%{left:100%}to{left:100%}}.YodaQuoteText{color:#fff;font-size:1.2rem;font-style:italic;margin:0;position:relative;text-shadow:0 0 8px #b1060f88;z-index:1}.YodaSignature{color:#b1060f;font-size:1rem;font-weight:700;margin:.5rem 0 0;position:relative;text-align:right;z-index:1}.EasterEggCounter{color:#b1060f;font-size:.9rem;font-style:italic;margin-top:1rem}.WalkingSith{cursor:pointer;height:120px;pointer-events:auto;position:fixed;transition:transform .3s ease;width:80px;z-index:1000}.WalkingSith:hover{transform:scale(1.1)}.SithBody{height:100%;position:relative;transform:perspective(500px) rotateX(10deg);transform-style:preserve-3d;width:100%}.SithHead{height:35px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:30px}.SithHelmet{background:linear-gradient(135deg,#2a161a,#1a0d0d 50%,#0a0a0a);border-radius:50% 50% 45% 45%;box-shadow:0 4px 8px #000c;height:100%;position:relative;width:100%}.SithVisor{animation:visorGlow 2s ease-in-out infinite;background:linear-gradient(90deg,#b1060f,#ff2d2d 50%,#b1060f);border-radius:2px;box-shadow:0 0 10px #b1060f;height:8px;left:50%;position:absolute;top:8px;transform:translateX(-50%);width:20px}@keyframes visorGlow{0%,to{opacity:.7}50%{opacity:1}}.SithBreathingApparatus{background:#1a0d0d;border:1px solid #2a161a;border-radius:0 0 6px 6px;bottom:-5px;height:8px;width:12px}.SithBreathingApparatus,.SithTorso{left:50%;position:absolute;transform:translateX(-50%)}.SithTorso{height:45px;top:35px;width:40px}.SithChestPlate{background:linear-gradient(135deg,#2a161a,#1a0d0d 50%,#0a0a0a);border-radius:8px;box-shadow:0 4px 8px #000c;height:100%;position:relative;width:100%}.SithChestPlate:before{background:linear-gradient(90deg,#b1060f,#2a161a 50%,#b1060f);border-radius:4px;content:"";height:25px;left:50%;opacity:.8;position:absolute;top:8px;transform:translateX(-50%);width:20px}.SithCape{background:linear-gradient(135deg,#1a0d0d,#0a0a0a);border-radius:0 0 25px 25px;box-shadow:-2px 0 4px #0009;height:60px;left:-5px;position:absolute;top:0;transform:rotateY(-15deg);width:50px}.SithArms{height:30px;left:50%;position:absolute;top:40px;transform:translateX(-50%);width:60px}.SithArm{background:linear-gradient(135deg,#2a161a,#1a0d0d);border-radius:6px;height:25px;position:absolute;top:0;width:12px}.SithArm.left{animation:leftArmSwing .8s ease-in-out infinite;left:-15px;transform-origin:top center}.SithArm.right{animation:rightArmSwing .8s ease-in-out infinite;right:-15px;transform-origin:top center}@keyframes leftArmSwing{0%,to{transform:rotate(-15deg)}50%{transform:rotate(15deg)}}@keyframes rightArmSwing{0%,to{transform:rotate(15deg)}50%{transform:rotate(-15deg)}}.SithHand{background:#1a0d0d;border:1px solid #2a161a;border-radius:50%;bottom:-3px;height:8px;width:8px}.SithHand,.SithLegs{left:50%;position:absolute;transform:translateX(-50%)}.SithLegs{bottom:0;height:40px;width:50px}.SithLeg{background:linear-gradient(135deg,#2a161a,#1a0d0d);border-radius:6px;bottom:0;height:35px;position:absolute;transform-origin:top center;width:12px}.SithLeg.left{left:8px}.SithLeg.right{right:8px}.SithLeg.left.walk-0{transform:rotate(-5deg)}.SithLeg.left.walk-1{transform:rotate(-10deg)}.SithLeg.left.walk-2{transform:rotate(-15deg)}.SithLeg.left.walk-3{transform:rotate(-20deg)}.SithLeg.left.walk-4{transform:rotate(-15deg)}.SithLeg.left.walk-5{transform:rotate(-10deg)}.SithLeg.left.walk-6{transform:rotate(-5deg)}.SithLeg.left.walk-7{transform:rotate(0deg)}.SithLeg.right.walk-0{transform:rotate(15deg)}.SithLeg.right.walk-1{transform:rotate(10deg)}.SithLeg.right.walk-2{transform:rotate(5deg)}.SithLeg.right.walk-3{transform:rotate(0deg)}.SithLeg.right.walk-4{transform:rotate(-5deg)}.SithLeg.right.walk-5{transform:rotate(-10deg)}.SithLeg.right.walk-6{transform:rotate(-15deg)}.SithLeg.right.walk-7{transform:rotate(-20deg)}.SithFoot{background:#0a0a0a;border:1px solid #2a161a;border-radius:0 0 7px 7px;bottom:-5px;left:50%;transform:translateX(-50%);width:14px}.SithFoot,.SithLightsaber{height:8px;position:absolute}.SithLightsaber{right:-25px;top:45px;transform:rotate(-45deg);width:30px}.SithSaberHilt{background:linear-gradient(90deg,#666,#999 50%,#666);border:1px solid #333;border-radius:3px;height:6px;right:0;width:12px}.SithSaberBlade,.SithSaberHilt{position:absolute;top:50%;transform:translateY(-50%)}.SithSaberBlade{animation:saberPulse 1s ease-in-out infinite;background:linear-gradient(90deg,#b1060f,#ff2d2d 50%,#b1060f);border-radius:2px;box-shadow:0 0 8px #b1060f;height:4px;right:12px;width:18px}@keyframes saberPulse{0%,to{box-shadow:0 0 8px #b1060f;opacity:.8}50%{box-shadow:0 0 12px #ff2d2d;opacity:1}}.SithShadow{background:radial-gradient(ellipse,#0006 0,#0000 70%);border-radius:50%;bottom:-10px;filter:blur(2px);height:15px;left:50%;position:absolute;transform:translateX(-50%);width:60px}@media (max-width:800px){.WalkingSith{height:90px;width:60px}.SithHead{height:30px;width:25px}.SithTorso{height:35px;top:30px;width:30px}.SithArms{height:25px;top:32px;width:45px}.SithArm{height:20px;width:10px}.SithLegs{height:30px;width:40px}.SithLeg{height:28px;width:10px}.SithLightsaber{height:6px;right:-20px;top:35px;width:25px}}@media (max-width:600px){.WalkingSith{height:75px;width:50px}.SithHead{height:25px;width:20px}.SithTorso{height:30px;top:25px;width:25px}.SithArms{height:20px;top:28px;width:35px}.SithArm{height:18px;width:8px}.SithLegs{height:25px;width:30px}.SithLeg{height:22px;width:8px}.SithLightsaber{height:5px;right:-15px;top:30px;width:20px}}.FloatingSith{cursor:pointer;filter:drop-shadow(0 0 10px rgba(177,6,15,.3));height:180px;opacity:.85;pointer-events:none;position:fixed;transition:opacity .3s ease;width:120px;z-index:1000}.FloatingSith:hover{opacity:1}.FloatingAura{animation:floatingAura 4s ease-in-out infinite;background:radial-gradient(ellipse,#b1060f26 0,#ff2d2d14 30%,#0000 70%);border-radius:50%;bottom:-30px;box-shadow:0 0 20px #b1060f33,inset 0 0 10px #ff2d2d1a;filter:blur(3px);left:-30px;position:absolute;right:-30px;top:-30px}@keyframes floatingAura{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.15)}}.FloatingBody{animation:floatingBodyGlow 6s ease-in-out infinite;filter:blur(.5px);height:100%;position:relative;transform:perspective(400px) rotateX(15deg) rotateY(-10deg);transform-style:preserve-3d;width:100%}@keyframes floatingBodyGlow{0%,to{filter:blur(.5px) brightness(1)}50%{filter:blur(.8px) brightness(1.2)}}.FloatingHead{height:60px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:50px}.FloatingHelmet{animation:floatingHelmetGlow 5s ease-in-out infinite;background:linear-gradient(135deg,#2a161a99,#1a0d0d66 50%,#0a0a0a33);border:2px solid #b1060f66;border-radius:50% 50% 45% 45%;box-shadow:0 0 15px #b1060f4d,inset 0 0 8px #ff2d2d33;height:100%;position:relative;width:100%}@keyframes floatingHelmetGlow{0%,to{box-shadow:0 0 15px #b1060f4d,inset 0 0 8px #ff2d2d33}50%{box-shadow:0 0 25px #ff2d2d66,inset 0 0 12px #ff2d2d4d}}.FloatingVisor{animation:floatingVisorGlow 3s ease-in-out infinite;background:linear-gradient(90deg,#b1060fe6,#ff2d2d 50%,#b1060fe6);border-radius:4px;box-shadow:0 0 15px #b1060f80,inset 0 0 5px #ff2d2d66;height:12px;left:50%;position:absolute;top:12px;transform:translateX(-50%);width:32px}@keyframes floatingVisorGlow{0%,to{box-shadow:0 0 15px #b1060f80;opacity:.6}50%{box-shadow:0 0 20px #ff2d2d99;opacity:1}}.GhostlyBreathingApparatus{background:#1a0d0d99;border:1px solid #2a161a66;border-radius:0 0 5px 5px;bottom:-4px;height:6px;width:10px}.GhostlyBreathingApparatus,.GhostlyTorso{left:50%;position:absolute;transform:translateX(-50%)}.GhostlyTorso{height:40px;top:30px;width:35px}.GhostlyChestPlate{background:linear-gradient(135deg,#2a161ab3,#1a0d0d80 50%,#0a0a0a4d);border:1px solid #b1060f33;border-radius:8px;box-shadow:0 0 15px #b1060f4d;height:100%;position:relative;width:100%}.GhostlyChestPlate:before{background:linear-gradient(90deg,#b1060f99,#2a161a66 50%,#b1060f99);border-radius:4px;content:"";height:22px;left:50%;opacity:.6;position:absolute;top:6px;transform:translateX(-50%);width:18px}.GhostlyCape{animation:ghostlyCapeFloat 6s ease-in-out infinite;background:linear-gradient(135deg,#1a0d0d66,#0a0a0a33);border-radius:0 0 22px 22px;box-shadow:-2px 0 8px #b1060f33;height:55px;left:-4px;position:absolute;top:0;transform:rotateY(-15deg);width:45px}@keyframes ghostlyCapeFloat{0%,to{transform:rotateY(-15deg) translateY(0)}50%{transform:rotateY(-15deg) translateY(-3px)}}.GhostlyArms{height:25px;left:50%;position:absolute;top:35px;transform:translateX(-50%);width:50px}.GhostlyArm{background:linear-gradient(135deg,#2a161ab3,#1a0d0d80);border:1px solid #b1060f33;border-radius:5px;height:22px;position:absolute;top:0;width:10px}.GhostlyArm.left{animation:ghostlyLeftArmFloat 4s ease-in-out infinite;left:-12px;transform-origin:top center}.GhostlyArm.right{animation:ghostlyRightArmFloat 4s ease-in-out infinite;right:-12px;transform-origin:top center}@keyframes ghostlyLeftArmFloat{0%,to{transform:rotate(-8deg) translateY(0)}50%{transform:rotate(-12deg) translateY(-2px)}}@keyframes ghostlyRightArmFloat{0%,to{transform:rotate(8deg) translateY(0)}50%{transform:rotate(12deg) translateY(-2px)}}.GhostlyHand{background:#1a0d0d99;border:1px solid #2a161a66;border-radius:50%;bottom:-2px;height:7px;width:7px}.GhostlyHand,.GhostlyLegs{left:50%;position:absolute;transform:translateX(-50%)}.GhostlyLegs{bottom:0;height:35px;width:40px}.GhostlyLeg{background:linear-gradient(135deg,#2a161ab3,#1a0d0d80);border:1px solid #b1060f33;border-radius:5px;bottom:0;height:30px;position:absolute;transform-origin:top center;width:10px}.GhostlyLeg.left{animation:ghostlyLeftLegFloat 5s ease-in-out infinite;left:6px}.GhostlyLeg.right{animation:ghostlyRightLegFloat 5s ease-in-out infinite;right:6px}@keyframes ghostlyLeftLegFloat{0%,to{transform:rotate(-3deg) translateY(0)}50%{transform:rotate(-6deg) translateY(-1px)}}@keyframes ghostlyRightLegFloat{0%,to{transform:rotate(3deg) translateY(0)}50%{transform:rotate(6deg) translateY(-1px)}}.GhostlyFoot{background:#0a0a0a99;border:1px solid #2a161a66;border-radius:0 0 6px 6px;bottom:-4px;height:6px;left:50%;position:absolute;transform:translateX(-50%);width:12px}.GhostlyLightsaber{height:6px;position:absolute;right:-20px;top:40px;transform:rotate(-45deg);width:25px}.GhostlySaberHilt{background:linear-gradient(90deg,#6669,#999999b3 50%,#6669);border:1px solid #3336;border-radius:2px;height:4px;right:0;width:10px}.GhostlySaberBlade,.GhostlySaberHilt{position:absolute;top:50%;transform:translateY(-50%)}.GhostlySaberBlade{animation:ghostlySaberPulse 2s ease-in-out infinite;background:linear-gradient(90deg,#b1060fcc,#ff2d2de6 50%,#b1060fcc);border-radius:1px;box-shadow:0 0 12px #b1060f99;height:3px;right:10px;width:15px}@keyframes ghostlySaberPulse{0%,to{box-shadow:0 0 12px #b1060f99;opacity:.6}50%{box-shadow:0 0 20px #ff2d2dcc;opacity:.9}}.GhostlyParticles{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.GhostlyParticle{animation:floatingParticleFloat 3s ease-in-out infinite;background:radial-gradient(circle,#ff2d2d99 0,#b1060f66 70%,#0000 100%);border-radius:50%;box-shadow:0 0 4px #b1060f4d,0 0 8px #ff2d2d33;height:3px;position:absolute;width:3px}@keyframes floatingParticleFloat{0%{opacity:0;transform:translateY(0) scale(0) rotate(0deg)}20%{opacity:1;transform:translateY(-15px) scale(1.2) rotate(180deg)}80%{opacity:.8;transform:translateY(-35px) scale(.8) rotate(1turn)}to{opacity:0;transform:translateY(-50px) scale(0) rotate(540deg)}}.FloatingTrail{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.FloatingTrailDot{animation:floatingTrailFloat 2s ease-in-out infinite;background:#b1060f66;border-radius:50%;box-shadow:0 0 4px #b1060f4d;height:2px;position:absolute;width:2px}@keyframes floatingTrailFloat{0%{opacity:.6;transform:translateY(0) scale(1)}50%{opacity:.3;transform:translateY(-10px) scale(.5)}to{opacity:0;transform:translateY(-20px) scale(0)}}@media (max-width:800px){.GhostlySith{height:75px;left:-50px;width:50px}.GhostlyHead{height:25px;width:20px}.GhostlyTorso{height:35px;top:25px;width:30px}.GhostlyArms{height:20px;top:30px;width:40px}.GhostlyArm{height:18px;width:8px}.GhostlyLegs{height:30px;width:35px}.GhostlyLeg{height:25px;width:8px}.GhostlyLightsaber{height:5px;right:-15px;top:35px;width:20px}}@media (max-width:600px){.GhostlySith{height:60px;left:-40px;width:40px}.GhostlyHead{height:22px;width:18px}.GhostlyTorso{height:30px;top:22px;width:25px}.GhostlyArms{height:18px;top:27px;width:35px}.GhostlyArm{height:16px;width:7px}.GhostlyLegs{height:25px;width:30px}.GhostlyLeg{height:22px;width:7px}.GhostlyLightsaber{height:4px;right:-12px;top:30px;width:18px}}.SithEyes{animation:sithEyesGlow 2s ease-in-out infinite;cursor:default;display:inline-block;font-size:1.2rem;margin-left:10px;opacity:.8;transition:all .3s ease}.SithEyes:hover{opacity:1;transform:scale(1.1)}@keyframes sithEyesGlow{0%,to{filter:brightness(1) drop-shadow(0 0 5px rgba(177,6,15,.5))}50%{filter:brightness(1.3) drop-shadow(0 0 10px rgba(255,45,45,.8))}}.SithStatsRow{align-items:center;border-bottom:1px solid #2a161a;color:#fff;display:flex;font-size:1.1rem;justify-content:space-between;margin-bottom:.8rem;padding:.8rem 0}
/*# sourceMappingURL=main.97722644.css.map*/