*{box-sizing:border-box}::selection{background-color:#000;color:#fff}::-moz-selection{background-color:#000;color:#fff}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#121212}.app,body{background-color:#fff}.app{min-height:100vh;display:flex;flex-direction:column}.navbar{position:fixed;top:0;left:0;z-index:1000;background:#000;padding:.75rem 1rem;box-sizing:border-box;border-bottom-right-radius:0}.navbar,.navbar-link{display:flex;align-items:center}.navbar-link{gap:.5rem;text-decoration:none;color:#fff;transition:opacity .2s}.navbar-link:hover{opacity:.8}.navbar-logo{flex-shrink:0;display:block;width:20px;height:20px}.navbar-text{font-size:1rem;font-weight:600;color:#fff;white-space:nowrap}@media (max-width:768px){.navbar{padding:.6rem .8rem}.navbar-text{font-size:.9rem}.navbar-logo{width:18px;height:18px}}.app-header{background:#fff;color:#000;padding:2rem 1rem 1.5rem;text-align:center;border-bottom:2px double #000}.app-header h1{margin:0;font-size:2.5rem;font-weight:700;font-family:Georgia,Times New Roman,Times,serif;letter-spacing:.03em;text-transform:uppercase}.app-header .header-link{color:inherit;text-decoration:none;cursor:pointer;transition:opacity .2s}.app-header .header-link:hover{opacity:.6}.subtitle{margin:.5rem 0 0;font-size:.75rem;font-style:normal;color:#666;font-weight:400;letter-spacing:.05em;text-transform:uppercase;font-family:Georgia,Times New Roman,Times,serif}.controls{background:#fff;padding:1.5rem;border-bottom:2px double #000;display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}@media (min-width:768px){.controls{flex-direction:row;gap:1.5rem}}.date-navigation{display:flex;align-items:center;gap:1rem;background:#fff;border:none;padding:.5rem 1.25rem}.nav-button{padding:.25rem .75rem;border:none;background:transparent;color:#000;font-size:1.25rem;font-weight:400;cursor:pointer;transition:all .2s;font-family:Georgia,Times New Roman,Times,serif;line-height:1}.nav-button:hover:not(:disabled){color:#666;opacity:.7}.nav-button:disabled{color:#ccc;cursor:not-allowed;opacity:.3}.current-date{font-size:.875rem;font-weight:400;color:#121212;font-family:Georgia,Times New Roman,Times,serif;min-width:250px;text-align:center;letter-spacing:.01em;line-height:1.4;text-transform:uppercase}.difficulty-tabs{display:flex;gap:0;border:none;overflow:hidden}.tab{padding:.5rem 1.25rem;border:none;border-right:1px solid #ddd;background:#fff;color:#666;font-size:.875rem;font-weight:400;cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.05em;font-family:Georgia,Times New Roman,Times,serif;line-height:1}.tab:last-child{border-right:none}.tab.active,.tab:hover{color:#000;background:transparent}.tab.active{font-weight:400;text-shadow:.5px 0 0 currentColor}.main-content{flex:1 1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:1rem;background-color:#fff}.solver-description{text-align:center;padding:0 2rem .5rem;background:#fff;max-width:1200px;width:100%;margin-bottom:.5rem}.solver-description h2{margin:0 0 .25rem;font-size:1.25rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#000}.solver-description h2,.solver-description p{font-family:Georgia,Times New Roman,Times,serif}.solver-description p{margin:0;font-size:.875rem;font-style:normal;color:#666}.status{background:#fff;padding:2rem;border:2px solid #000;max-width:500px;text-align:center}.status.loading{display:flex;flex-direction:column;align-items:center;gap:1rem}.status.loading p{font-family:Georgia,Times New Roman,Times,serif;font-size:1rem;font-style:italic}.spinner{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.status.error{border:3px solid #8b0000}.status.error h3{color:#8b0000;margin-top:0;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.status.error h3,.status.error p{font-family:Georgia,Times New Roman,Times,serif}.error-details{margin-top:1rem;padding:1rem;background:#f8f8f8;border:1px solid #d4d4d4;text-align:left}.error-details summary{cursor:pointer;font-weight:700;color:#8b0000;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.03em;font-size:.9rem}.error-details ul{margin:.5rem 0;padding-left:1.5rem}.error-details li{margin:.5rem 0;font-size:.9rem}.app-footer{background:#fff;padding:1.5rem;text-align:center;border-top:2px double #000;margin-top:auto}.app-footer p{margin:.5rem 0;color:#666;font-size:.875rem;font-style:normal;font-family:Georgia,Times New Roman,Times,serif}.app-footer .footer-link,.app-footer a{color:#000;text-decoration:none;font-weight:400;border-bottom:1px solid transparent;transition:border-color .2s}.app-footer .footer-link:hover,.app-footer a:hover{border-bottom-color:#000}@media (max-width:768px){.app-header h1{font-size:1.75rem}.subtitle{font-size:.7rem}.date-navigation{width:100%}.current-date{min-width:auto;flex:1 1;font-size:.75rem}.difficulty-tabs{width:100%}.tab{flex:1 1;font-size:.75rem;padding:.5rem .75rem}.solver-description{padding:.5rem 1rem;margin-bottom:.25rem}.solver-description h2{font-size:1.125rem}.solver-description p{font-size:.8rem}}.home-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background-color:#fff;position:relative;overflow:hidden}.grid-background{position:fixed;pointer-events:none;z-index:0}.grid-background,.grid-svg{top:0;left:0;width:100%;height:100%}.grid-svg,.grid-tile-hover{position:absolute}.grid-tile-hover{width:50px;height:50px;background:rgba(0,0,0,.008);border:1px solid rgba(0,0,0,.015);transition:all .1s ease;animation:tileAppear .15s ease}.hover-logo-background{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:0;animation:logoFadeIn .3s ease}.hover-logo-image{width:100%;height:100%;object-fit:contain;opacity:.03}.laravel-logo-tint{filter:brightness(0) saturate(100%) invert(27%) sepia(98%) saturate(7426%) hue-rotate(356deg) brightness(102%) contrast(107%);opacity:.05}.texas-logo-tint{filter:brightness(0) saturate(100%) invert(45%) sepia(99%) saturate(1728%) hue-rotate(1turn) brightness(93%) contrast(102%);opacity:.05}@keyframes logoFadeIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes tileAppear{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.home-main,.home-main-wrapper{max-width:650px;width:100%;position:relative;z-index:1}.home-intro{margin-bottom:2.5rem}.home-greeting{font-size:1.125rem;font-weight:400;color:#666;margin:0 0 .5rem;letter-spacing:-.01em}.home-name{font-size:2.5rem;font-weight:600;color:#000;margin:0;letter-spacing:-.02em;line-height:1.1}.home-subtitle{font-size:1.125rem;font-weight:400;color:#666;margin:0;letter-spacing:-.01em}.home-section{margin-bottom:1.75rem}.home-section-title{font-size:1rem;font-weight:500;color:#999;margin:0 0 .35rem;letter-spacing:-.01em}.home-text{font-size:1.125rem;font-weight:400;color:#000;margin:0;line-height:1.5;letter-spacing:-.01em}.home-link{color:#000;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease;position:relative;display:inline-block}.hover-trigger{cursor:default}.home-link:after{content:"";position:absolute;top:0;right:-11px;width:11px;height:11px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='7' y1='17' x2='17' y2='7'/%3E%3Cpolyline points='7 7 17 7 17 17'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;opacity:0;transition:opacity .2s ease}@media (hover:hover){.home-link:hover{border-bottom-color:#000}.home-link:hover:after{opacity:1}}.home-footer{margin-top:5rem;padding-top:2rem;display:flex;gap:1.5rem;align-items:center}.home-footer-link{font-size:.9375rem;font-weight:400;color:#666;text-decoration:none;transition:color .2s ease;letter-spacing:-.01em}.home-footer-link:hover{color:#000}.home-footer-icon-link{display:inline-flex;align-items:center;justify-content:center;color:#666;transition:all .2s ease;margin-right:.25rem}.home-footer-icon-link:last-child{margin-right:0}.home-footer-icon-link:hover{color:#000}.footer-icon{width:20px;height:20px;display:block;filter:brightness(0) saturate(100%) invert(45%) sepia(0) saturate(0) hue-rotate(157deg) brightness(93%) contrast(88%)}.home-footer-icon-link:hover .footer-icon{filter:brightness(0) saturate(100%) invert(0) sepia(0) saturate(0) hue-rotate(0deg) brightness(0) contrast(100%)}.home-links-container{display:flex;align-items:center;flex-wrap:wrap;gap:0}.email-reveal-text{font-size:1.125rem;font-weight:400;color:#000;margin-left:.5rem;letter-spacing:-.01em;line-height:1.5;opacity:0;transition:opacity .3s ease}.email-reveal-text.visible{opacity:1}.email-address{color:#000;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease;animation:fadeIn .3s ease;position:relative;display:inline-block}@media (hover:hover){.email-address:hover{border-bottom-color:#000}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.inline-logo{height:1.125rem;width:auto;vertical-align:middle;margin:0 .3rem;display:inline-block;position:relative;top:-.05rem;transition:filter .3s ease}@media (max-width:640px){.home-container{padding:2rem 1.5rem}.home-name{font-size:2rem}.home-greeting,.home-subtitle,.home-text{font-size:1rem}.home-footer{flex-direction:column;gap:1rem}}.theme-toggle{position:absolute;top:0;right:0;z-index:100;width:44px;height:44px;border-radius:50%;border:1px solid rgba(0,0,0,.1);background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#000}.theme-toggle:hover{background:hsla(0,0%,100%,.95);transform:scale(1.05);border-color:rgba(0,0,0,.2)}.theme-toggle svg{transition:transform .3s ease}.theme-toggle:hover svg{transform:rotate(20deg)}@media (max-width:640px){.theme-toggle{width:40px;height:40px}}.dark-mode{background-color:#0a0a0a;color:#e5e5e5}.dark-mode ::selection{background-color:#fff;color:#000}.dark-mode ::-moz-selection{background-color:#fff;color:#000}.dark-mode .home-container{background-color:#0a0a0a}.dark-mode .home-name{color:#fff}.dark-mode .home-section-title{color:#666}.dark-mode .home-link,.dark-mode .home-text{color:#e5e5e5}.dark-mode .home-link:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%23e5e5e5' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='7' y1='17' x2='17' y2='7'/%3E%3Cpolyline points='7 7 17 7 17 17'/%3E%3C/svg%3E")}@media (hover:hover){.dark-mode .home-link:hover{border-bottom-color:#e5e5e5}}.dark-mode .home-footer-link{color:#999}.dark-mode .home-footer-link:hover{color:#e5e5e5}.dark-mode .home-footer-icon-link{color:#999}.dark-mode .home-footer-icon-link:hover{color:#e5e5e5}.dark-mode .footer-icon{filter:brightness(0) saturate(100%) invert(60%) sepia(0) saturate(0) hue-rotate(157deg) brightness(93%) contrast(88%)}.dark-mode .home-footer-icon-link:hover .footer-icon{filter:brightness(0) saturate(100%) invert(90%) sepia(0) saturate(0) hue-rotate(0deg) brightness(100%) contrast(100%)}.dark-mode .email-address,.dark-mode .email-reveal-text{color:#e5e5e5}@media (hover:hover){.dark-mode .email-address:hover{border-bottom-color:#e5e5e5}}.dark-mode .email-address.home-link:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%23e5e5e5' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='7' y1='17' x2='17' y2='7'/%3E%3Cpolyline points='7 7 17 7 17 17'/%3E%3C/svg%3E")}.dark-mode .grid-tile-hover{background:hsla(0,0%,100%,.008);border-color:hsla(0,0%,100%,.015)}.dark-mode .theme-toggle{background:hsla(0,0%,4%,.8);border-color:hsla(0,0%,100%,.1);color:#e5e5e5}.dark-mode .theme-toggle:hover{background:hsla(0,0%,4%,.95);border-color:hsla(0,0%,100%,.2)}.dark-mode .inline-logo{filter:brightness(0) saturate(100%) invert(90%) sepia(0) saturate(0) hue-rotate(0deg) brightness(100%) contrast(100%)}.dark-mode .inline-logo.cursor-logo{filter:none}h2.breakable,h3.breakable,span.breakable{display:inline-block}.today-indicator{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-bottom:1px solid #38bdf8;border-top:1px solid #38bdf8;padding:.5rem 1rem;text-align:center}.today-badge{display:inline-block;padding:.25rem .75rem;background:#fff;border:1px solid #38bdf8;border-radius:3px;font-size:.7rem;font-weight:600;color:#0284c7;text-transform:uppercase;letter-spacing:.1em;font-family:Georgia,Times New Roman,Times,serif;box-shadow:0 1px 3px rgba(2,132,199,.15)}@media (max-width:768px){.today-indicator{padding:.4rem .75rem}.today-badge{font-size:.65rem;padding:.2rem .6rem}}