*{box-sizing:border-box;margin:0;padding:0}body{color:#202122;background:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}a{color:#0645ad;text-decoration:none}a:hover{text-decoration:underline}.container{background:#fff;max-width:1200px;min-height:100vh;margin:0 auto}.header{background:#f8f9fa;border-bottom:1px solid #a2a9b1;padding:1rem 2rem}.logo{margin:0;font-size:2rem;font-weight:700}.logo a{color:#000;text-decoration:none}.tagline{color:#54595d;margin-top:.25rem;font-size:.9rem}.main-content{padding:2rem}.welcome-box{background:#f8f9fa;border:1px solid #a2a9b1;border-radius:4px;margin-bottom:2rem;padding:1.5rem}.welcome-box h2{margin-bottom:1rem;font-size:1.5rem}.welcome-box p{margin-bottom:.75rem}.search-box{gap:.5rem;margin-bottom:2rem;margin-left:auto;display:flex}.search-input{border:1px solid #a2a9b1;border-radius:2px;flex:1;padding:.75rem;font-size:1rem}.search-input:focus{border-color:#0645ad;outline:none}.search-button{color:#fff;cursor:pointer;background:#0645ad;border:none;border-radius:2px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;transition:background .2s;display:flex}.search-button:hover{background:#0b0080;transform:translateY(-1px)}.search-button:active{transform:translateY(0)}.search-button:disabled{cursor:not-allowed;background:#a2a9b1;transform:none}.search-icon{flex-shrink:0}.seed-topics{margin-bottom:2rem}.seed-topics h3{margin-bottom:1rem;font-size:1.3rem}.topic-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;display:grid}.topic-link{text-align:center;background:#f8f9fa;border:1px solid #a2a9b1;border-radius:2px;padding:.75rem;transition:all .2s;display:block;position:relative;overflow:hidden}.topic-link:before{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.topic-link:hover{background:#eaecf0;border-color:#72777d;text-decoration:none;transform:translateY(-2px);box-shadow:0 2px 4px #0000000d}.topic-link:hover:before{left:100%}.article-of-the-day{background:#f8f9fa;border:1px solid #a2a9b1;border-radius:4px;margin-bottom:2rem;padding:1.5rem}.aotd-header{border-bottom:1px solid #a2a9b1;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.aotd-icon{color:#54595d;flex-shrink:0}.aotd-header h2{color:#202122;margin:0;font-size:1.3rem;font-weight:400;line-height:1.2}.aotd-card{color:inherit;background:#fff;border:1px solid #c8ccd1;border-radius:2px;padding:1rem;text-decoration:none;transition:all .2s;display:block}.aotd-card:hover{background:#f8f9fa;border-color:#a2a9b1;text-decoration:none}.aotd-title{color:#0645ad;margin:0 0 .5rem;font-size:1.3rem;font-weight:700}.aotd-description{color:#54595d;margin:0 0 .75rem;font-size:.95rem}.aotd-cta{color:#0645ad;margin-bottom:.5rem;font-size:.95rem;font-weight:700;display:inline-block}.aotd-card:hover .aotd-cta{text-decoration:underline}.aotd-disclaimer{color:#54595d;font-size:.85rem;font-style:italic;display:block}.search-row{align-items:stretch;gap:1rem;margin-bottom:2rem;display:flex}.search-row .search-container{flex:1;margin-bottom:0}.info-box{background:#f8f9fa;border:1px solid #a2a9b1;border-radius:4px;margin-bottom:2rem;padding:1.5rem}.info-box h3{margin-bottom:1rem}.info-box ul{margin-left:1.5rem}.info-box li{margin-bottom:.5rem}.wiki-layout{grid-template-columns:250px 1fr;align-items:start;gap:2rem;padding:2rem;display:grid}.sidebar{border-right:1px solid #a2a9b1;padding-right:1.5rem}@media (min-width:769px){.sidebar{position:sticky;top:2rem}}.wiki-nav{margin-bottom:2rem}.wiki-nav h3{color:#54595d;margin-bottom:.5rem;font-size:1rem}.wiki-nav ul{list-style:none}.wiki-nav li{margin-bottom:.25rem}.sidebar-section{margin-bottom:2rem}.sidebar-section h3{color:#54595d;margin-bottom:.5rem;font-size:1rem}.sidebar-section ul{font-size:.9rem;list-style:none}.sidebar-section li{margin-bottom:.25rem}.article-content{min-width:0;max-width:800px}.article-title{border-bottom:1px solid #a2a9b1;margin-bottom:.5rem;padding-bottom:.5rem;font-size:2rem;font-weight:400}.article-notice{background:#fef6e7;border:1px solid #fc3;border-radius:2px;margin-bottom:1.5rem;padding:.75rem;font-size:.9rem}.article-body{font-size:1rem;line-height:1.8}.article-body p{margin-bottom:1rem}.article-body h2{border-bottom:1px solid #a2a9b1;margin-top:1.5rem;margin-bottom:1rem;padding-bottom:.25rem;font-size:1.5rem}.article-body h3{margin-top:1.25rem;margin-bottom:.75rem;font-size:1.2rem}.article-body ul,.article-body ol{margin-bottom:1rem;margin-left:2rem}.article-body li{margin-bottom:.5rem}.wiki-link{color:#0645ad}.wiki-link:hover{text-decoration:underline}.see-also{background:#f8f9fa;border:1px solid #a2a9b1;border-radius:2px;margin-top:2rem;padding:1.5rem}.see-also h2{margin-bottom:1rem;font-size:1.2rem}.see-also ul{list-style:none}.see-also li{margin-bottom:.5rem}.article-footer{color:#54595d;border-top:1px solid #a2a9b1;margin-top:2rem;padding-top:1rem;font-size:.9rem}.footer{text-align:center;color:#54595d;background:#f8f9fa;border-top:1px solid #a2a9b1;margin-top:2rem;padding:1.5rem 2rem;font-size:.9rem}.footer a{color:#0645ad}.error-box{text-align:center;background:#fee;border:1px solid #fcc;border-radius:4px;padding:2rem}.error-box h1{color:#c00;margin-bottom:1rem}.error-box p{margin-bottom:1rem}.sidebar .search-box{margin-bottom:1.5rem}.sidebar .search-input{padding:.5rem;font-size:.9rem}.sidebar .search-button{padding:.5rem 1rem;font-size:.9rem}.hamburger-menu{z-index:1000;cursor:pointer;background:#f8f9fa;border:1px solid #a2a9b1;border-radius:4px;padding:.75rem;display:none;position:fixed;top:1rem;right:1rem;box-shadow:0 2px 4px #0000001a}.hamburger-menu span{background:#202122;width:20px;height:2px;margin:3px 0;transition:all .3s;display:block}.hamburger-menu.open span:first-child{transform:rotate(-45deg)translate(-5px,5px)}.hamburger-menu.open span:nth-child(2){opacity:0}.hamburger-menu.open span:nth-child(3){transform:rotate(45deg)translate(-5px,-5px)}.mobile-sidebar-overlay{z-index:999;background:#00000080;display:none;position:fixed;inset:0}.mobile-sidebar-overlay.open{display:block}@media (max-width:768px){.hamburger-menu{display:block}.wiki-layout{grid-template-columns:1fr;gap:1rem;padding:.5rem}.sidebar{z-index:1000;background:#fff;border:none;width:280px;height:100vh;padding:1rem;transition:transform .3s;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:2px 0 10px #0000001a}.sidebar.open{transform:translate(0)}.article-content{max-width:100%;padding:0 .5rem 120px}.article-title{margin-bottom:1rem;font-size:1.5rem}.topic-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.main-content{padding:.5rem}.header{padding:.5rem 1rem}.loading-container,.error-container{margin:1rem;padding:1rem}.legal-page{padding:1rem}.game-mode .sentence{min-height:24px;margin:2px 0;padding:4px 6px;line-height:1.4}.article-body{font-size:1rem;line-height:1.6}.search-box{flex-direction:column;gap:.75rem}.search-input,.search-button{padding:1rem;font-size:1.1rem}}@media (max-width:480px){.container{min-height:100vh}.header{padding:.5rem}.logo{font-size:1.5rem}.wiki-layout{gap:.5rem;padding:.25rem}.article-content{padding:0}.article-title{padding-bottom:.25rem;font-size:1.25rem}.topic-grid{grid-template-columns:1fr;gap:.5rem}.search-box{flex-direction:column;gap:.5rem}.search-input,.search-button{width:100%;padding:.75rem;font-size:1rem}.game-mode .sentence{min-height:32px;margin:3px 0;padding:6px 8px;font-size:1rem}.game-complete{max-width:98%;max-height:95vh;margin:.5rem;padding:.75rem}.game-complete h2{font-size:1.2rem}.completion-message,.ai-training-notice{font-size:.9rem}}.loading-container{text-align:center;max-width:600px;margin:4rem auto;padding:3rem}.loading-spinner{width:60px;height:60px;margin:0 auto 2rem;position:relative}.loading-spinner:before,.loading-spinner:after{content:"";border:3px solid #e1e4e8;border-radius:50%;animation:1.5s ease-out infinite ripple;position:absolute}.loading-spinner:before{inset:0}.loading-spinner:after{animation-delay:.5s;inset:8px}@keyframes ripple{0%{opacity:1;border-color:#0645ad;transform:scale(0)}to{opacity:0;border-color:#e1e4e8;transform:scale(1)}}.loading-container h2{color:#202122;margin-bottom:1rem;font-size:1.5rem}.loading-container p{color:#54595d;margin-bottom:.5rem;font-size:1rem}.loading-subtext{font-size:.9rem;font-style:italic}.error-container{text-align:center;background:#fee;border:1px solid #fcc;border-radius:4px;max-width:600px;margin:4rem auto;padding:3rem}.error-container h1{color:#c00;margin-bottom:1rem}.error-container p{color:#666;margin-bottom:1.5rem}.error-suggestions{text-align:left;background:#fff;border:1px solid #ddd;border-radius:4px;margin:1.5rem 0;padding:1.5rem}.error-suggestions h2{color:#333;margin-bottom:1rem;font-size:1.2rem}.suggestion-links{margin:0;padding:0;list-style:none}.suggestion-links li{margin-bottom:.75rem}.suggestion-link{background:#f8f9fa;border:1px solid #e7e7e7;border-radius:3px;padding:.75rem;text-decoration:none;transition:all .2s;display:block}.suggestion-link:hover{background:#eaecf0;border-color:#0645ad;text-decoration:none}.suggestion-link strong{color:#0645ad}.suggestion-desc{color:#666;font-size:.9rem}.home-link{color:#fff;background:#0645ad;border-radius:4px;margin-top:1rem;padding:.75rem 1.5rem;text-decoration:none;display:inline-block}.home-link:hover{background:#0b0080}.legal-page{max-width:800px;margin:0 auto;padding:2rem;line-height:1.8}.legal-page h1{border-bottom:2px solid #0645ad;margin-bottom:.5rem;padding-bottom:.5rem;font-size:2.5rem}.legal-page .last-updated{color:#54595d;margin-bottom:2rem;font-style:italic}.legal-page section{margin-bottom:2.5rem}.legal-page h2{color:#202122;border-bottom:1px solid #a2a9b1;margin-top:2rem;margin-bottom:1rem;padding-bottom:.25rem;font-size:1.75rem}.legal-page h3{color:#202122;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.3rem}.legal-page p{margin-bottom:1rem}.legal-page ul{margin-bottom:1rem;margin-left:2rem}.legal-page li{margin-bottom:.5rem}.legal-page a{color:#0645ad;text-decoration:underline}.legal-page a:hover{color:#0b0080}.legal-page strong{color:#000;font-weight:600}.search-container{margin-bottom:2rem;position:relative}.search-suggestions{z-index:100;background:#fff;border:1px solid #ddd;border-radius:8px;margin-top:.5rem;padding:.75rem;animation:.2s ease-out slideDown;position:absolute;top:100%;left:0;right:0;box-shadow:0 4px 12px #0000001a}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.suggestions-header{color:#202122;margin-bottom:.75rem;padding:0 .25rem;font-size:.95rem;font-weight:600}.suggestions-list{margin:0;padding:0;list-style:none}.suggestion-item{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;width:100%;margin-bottom:.25rem;padding:.75rem;transition:all .15s;display:block;position:relative}.suggestion-item:hover{background:#f0f2f5;transform:translate(4px)}.suggestion-item:last-child{margin-bottom:0}.suggestion-item strong{color:#0645ad;margin-bottom:.25rem;font-size:1rem;display:block}.suggestion-description{color:#54595d;text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;line-height:1.4;display:block;overflow:hidden}.game-instructions{background:#fef6e7;border:1px solid #fc3;border-radius:2px;margin-bottom:1rem;padding:.75rem;font-size:.9rem;line-height:1.4}.game-instructions p{margin:0}.game-stats-widget h3{color:#202122;border-bottom:1px solid #c8ccd1;margin-bottom:.75rem;padding-bottom:.5rem;font-size:1rem;font-weight:400}.stat-row{justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.25rem 0;display:flex}.stat-label{color:#54595d;font-size:.9rem}.stat-value{color:#202122;font-size:1.1rem;font-weight:700}.progress-bar{background:#eaecf0;border:1px solid #a2a9b1;border-radius:2px;height:24px;margin-top:.75rem;position:relative;overflow:hidden}.progress-fill{z-index:2;background:#36c;height:100%;transition:width .3s;position:absolute;top:0;left:0}.progress-segments{z-index:3;pointer-events:none;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.segment{border-right:2px solid #a2a9b1;flex:1}.segment:last-child{border-right:none}.game-article{position:relative}.game-header{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.game-instructions{margin-bottom:1rem;font-size:1.1rem}.game-stats{gap:2rem;margin-bottom:1rem;display:flex}.stat{align-items:center;gap:.5rem;display:flex}.stat-label{opacity:.9}.stat-value{font-size:1.3rem;font-weight:700}.hint-button{color:#fff;cursor:pointer;background:#fff3;border:1px solid #ffffff4d;border-radius:4px;padding:.5rem 1rem;transition:all .2s}.hint-button:hover{background:#ffffff4d}.hints-box li{margin-bottom:.5rem}.difficulty-badge{color:#54595d;background:#f8f9fa;border:1px solid #a2a9b1;border-radius:2px;margin-right:.5rem;padding:.25rem .5rem;font-size:.75rem;font-weight:700;display:inline-block}.difficulty-easy{border-color:#72777d}.difficulty-medium{background:#fff;border-color:#54595d}.difficulty-hard{color:#202122;background:#fff;border-color:#202122}.game-mode{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.game-mode .sentence{cursor:pointer;border-radius:2px;margin:0 -2px;padding:2px 4px;transition:all .15s;display:inline;position:relative}.game-mode .sentence:hover:not(.correct-sentence):not(.has-found-falsehood):not(.animating){background:#667eea26}.has-falsehood{position:relative}.has-falsehood.found{background:#d4f8d4!important;border-radius:2px!important;padding:2px 4px!important;font-weight:600!important;-webkit-text-decoration:underline #228b22!important;text-decoration:underline #228b22!important;text-decoration-thickness:2px!important;transition:none!important}.has-found-falsehood{cursor:default!important;background:#e8f5e8!important}.has-found-falsehood:hover{background:#e8f5e8!important}.game-mode .correct-sentence{background:#d4f8d4!important;border-radius:2px!important;padding:2px 4px!important;animation:.6s ease-out found-pulse!important;position:relative!important}.game-mode .correct-sentence:after{content:"✓"!important;color:#228b22!important;background:#fff!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:20px!important;height:20px!important;font-size:1.2rem!important;font-weight:700!important;animation:.3s ease-out .3s both checkmark-pop!important;display:flex!important;position:absolute!important;top:50%!important;right:-25px!important;transform:translateY(-50%)!important;box-shadow:0 2px 4px #0003!important}@keyframes checkmark-pop{0%{opacity:0;transform:translateY(-50%)scale(0)}50%{transform:translateY(-50%)scale(1.2)}to{opacity:1;transform:translateY(-50%)scale(1)}}.correct-sentence .has-falsehood.found{background:#d4f8d4;border-radius:2px;padding:2px 4px;font-weight:600;-webkit-text-decoration:underline #228b22;text-decoration:underline #228b22;text-decoration-thickness:2px}@keyframes found-pulse{0%{transform:scale(1);box-shadow:0 0 #228b2266}50%{transform:scale(1.02);box-shadow:0 0 0 10px #228b2200}to{transform:scale(1);box-shadow:0 0 #228b2200}}.wrong-sentence{background:#ffe6e6!important;border-radius:2px!important;padding:2px 4px!important;transition:none!important;position:relative!important}.game-mode .wrong-sentence{background:#ffe6e6!important;border-radius:2px!important;animation:.5s wrong-shake!important;position:relative!important}.game-mode .wrong-sentence:after{content:"✗"!important;color:#dc3545!important;background:#fff!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:20px!important;height:20px!important;font-size:1.2rem!important;font-weight:700!important;animation:.8s ease-out x-fade!important;display:flex!important;position:absolute!important;top:50%!important;right:-25px!important;transform:translateY(-50%)!important;box-shadow:0 2px 4px #0003!important}@keyframes x-fade{0%{opacity:1;transform:translateY(-50%)scale(1.2)}to{opacity:0;transform:translateY(-50%)scale(.8)}}@keyframes wrong-shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-4px)}20%,40%,60%,80%{transform:translate(4px)}}.game-complete-overlay{z-index:1000;background:#000c;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.game-complete{text-align:center;background:#fff;border-radius:12px;max-width:600px;max-height:80vh;padding:2rem;animation:.5s slideUp;position:relative;overflow-y:auto}.close-button{color:#999;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:2rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.close-button:hover{color:#666;background:#f0f0f0}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.game-complete h2{color:#202122;border-bottom:1px solid #a2a9b1;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.8rem;font-weight:400}.completion-message{color:#54595d;margin-bottom:1.5rem;font-size:1.05rem}.performance-metrics{background:#f8f9fa;border:1px solid #a2a9b1;border-radius:2px;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:grid}.metric{text-align:center}.metric-label{color:#72777d;margin-bottom:.25rem;font-size:.9rem;display:block}.metric-value{color:#202122;font-size:1.5rem;font-weight:700;display:block}.ai-training-notice{color:#54595d;background:#fef6e7;border:1px solid #fc3;border-radius:2px;margin-bottom:1.5rem;padding:1rem;font-size:.9rem;line-height:1.5}.final-score{color:#202122;margin:1rem 0;font-size:2rem;font-weight:700}.falsehood-breakdown{text-align:left;margin:2rem 0}.falsehood-breakdown h3{margin-bottom:1rem}.falsehood-reveal{background:#f8f9fa;border-left:4px solid #667eea;border-radius:4px;margin-bottom:1rem;padding:1rem}.falsehood-reveal p{margin:.5rem 0 0;font-style:italic}.game-complete-actions{justify-content:center;gap:1rem;margin-top:2rem;display:flex}.button{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;text-decoration:none;transition:all .2s}.button:hover{background:#764ba2;transform:translateY(-2px)}.button.secondary{background:#6c757d}.button.secondary:hover{background:#5a6268}@media (max-width:768px){.game-complete{max-width:95%;max-height:90vh;margin:1rem;padding:1rem}.game-complete h2{margin-bottom:1rem;font-size:1.4rem}.performance-metrics{grid-template-columns:1fr;gap:.75rem}.metric-value{font-size:1.2rem}.falsehood-breakdown{margin:1rem 0}.game-complete-actions{flex-direction:column;gap:.75rem}.button{width:100%;padding:1rem;font-size:1.1rem}.game-stats{flex-direction:column;gap:.5rem}.close-button{width:40px;height:40px;font-size:1.5rem;top:.5rem;right:.5rem}}.game-stats-widget{background:#f8f9fa;border:1px solid #a2a9b1;border-radius:4px;margin-bottom:1.5rem;padding:1rem}.game-stats-widget h3{color:#202122;border-bottom:1px solid #a2a9b1;margin:0 0 1rem;padding-bottom:.5rem;font-size:1rem}.stat-row{justify-content:space-between;margin-bottom:.75rem;font-size:.9rem;display:flex}.stat-label{color:#54595d}.stat-value{color:#202122;font-weight:600}.progress-bar{background:#eaecf0;border-radius:4px;width:100%;height:8px;margin-top:.5rem;overflow:hidden}.progress-fill{background:#0645ad;height:100%;transition:width .3s}.game-instructions{background:#f8f9fa;border:1px solid #a2a9b1;border-radius:4px;margin-bottom:1.5rem;padding:1rem}.game-instructions p{margin:0 0 .75rem;font-size:.95rem;line-height:1.5}.hint-button{color:#202122;cursor:pointer;background:#fff;border:1px solid #a2a9b1;border-radius:2px;padding:.5rem 1rem;font-size:.9rem;transition:all .2s}.hint-button:hover{background:#f8f9fa;border-color:#72777d}.hints-box{background:#fef6e7;border:1px solid #fc3;border-radius:4px;margin-bottom:1.5rem;padding:1rem}.hints-box p{margin:0 0 .5rem;font-weight:600}.hints-box ul{margin:0;padding:0;list-style:none}.hints-box li{margin-bottom:.5rem;font-size:.9rem}.difficulty-badge{color:#000;border-radius:3px;padding:.2rem .4rem;font-size:.75rem;font-weight:700;display:inline-block}.mobile-game-stats{display:none}.desktop-game-stats{display:block}@media (max-width:768px){.mobile-game-stats{z-index:100;background:#f8f9fa;border-top:1px solid #a2a9b1;display:block;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #0000001a}.desktop-game-stats{display:none}.mobile-game-stats .game-stats-widget{background:0 0;border:none;margin:0;padding:.5rem;position:static}.mobile-game-stats .game-instructions{margin-bottom:.5rem}.mobile-game-stats .game-instructions p{margin:0;font-size:.8rem;line-height:1.2}.game-stats-widget h3{margin-bottom:.5rem;padding-bottom:.25rem;font-size:.9rem}.stat-row{margin-bottom:.25rem;padding:.1rem 0}.stat-label{font-size:.8rem}.stat-value{font-size:.9rem;font-weight:600}.progress-bar{height:6px;margin-top:.25rem}.game-instructions{margin-bottom:.75rem;padding:.5rem;font-size:.85rem}.game-instructions p{margin:0;line-height:1.3}}.article-of-the-day{text-align:center;background:linear-gradient(135deg,#f8f9fa 0%,#e8e9ea 100%);border:2px solid #0645ad;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.article-of-the-day h2{color:#202122;margin-bottom:1rem;font-size:1.5rem}.aotd-link{color:#0645ad;margin-bottom:.5rem;font-size:1.3rem;display:inline-block}.aotd-link:hover{text-decoration:underline}.article-of-the-day p{color:#54595d;margin:0;font-size:.95rem}.search-row{align-items:flex-start;gap:1rem;display:flex}.search-container{flex:1}.random-button{color:#fff;cursor:pointer;white-space:nowrap;background:#0645ad;border:none;border-radius:2px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;transition:background .2s;display:flex}.random-button:hover{background:#0b0080;transform:translateY(-1px)}.random-button:active{transform:translateY(0)}.random-button:disabled{cursor:not-allowed;background:#a2a9b1;transform:none}@media (max-width:768px){.search-row{flex-direction:column;gap:.75rem}.search-row .search-container{flex:none;width:100%}.search-row .search-box,.random-button{width:100%}}
