:root{font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;background-color:#f8f9fa;color:#202122;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f8f9fa}.main-nav{display:flex;justify-content:space-between;align-items:center;background:#fff;border-bottom:1px solid #a2a9b1;padding:.75rem clamp(1rem,4vw,2.5rem);position:sticky;top:0;z-index:20;font-family:Linux Libertine,Georgia,Times New Roman,serif;color:#202122}.main-nav-logo{border:none;background:transparent;padding:.5rem 0;min-height:44px;font-size:1.6rem;font-weight:700;color:#202122;cursor:pointer;font-family:Linux Libertine,Georgia,Times New Roman,serif;letter-spacing:-.02em;transition:color .12s ease}.main-nav-logo:hover{color:#36c}.main-nav-links{display:flex;gap:1.5rem;align-items:center}.main-nav-links button{border:none;background:transparent;padding:.5rem .75rem;min-height:44px;font-size:1.05rem;font-weight:600;color:inherit;cursor:pointer;border-bottom:2px solid transparent;transition:color .12s ease,border-color .12s ease}.main-nav-links button:hover{color:#36c}.main-nav-links button.active{color:#36c;border-bottom-color:#36c}@media(max-width:640px){.main-nav{padding:.5rem 1rem}.main-nav-logo{font-size:1.3rem;padding:.25rem 0}.main-nav-links{gap:.75rem}.main-nav-links button{font-size:.95rem;padding:.4rem .5rem}}a{color:inherit}button,input,select,textarea{font-family:inherit}button{cursor:pointer}button.primary,button.secondary,button.link{font-size:1rem}button.primary{background:linear-gradient(135deg,#36c,#2a4b8d);color:#fff;border:none;border-radius:.9rem;padding:.9rem 1.5rem;min-height:44px;font-weight:600;box-shadow:0 10px 24px #3666cc59;transition:transform .12s ease,box-shadow .12s ease}button.primary:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}button.primary:not(:disabled):hover{transform:translateY(-1px)}button.secondary{background:#fff;color:#202122;border:1px solid #c8ccd1;border-radius:.9rem;padding:.85rem 1.4rem;min-height:44px;font-weight:600;transition:transform .12s ease}button.secondary:hover{transform:translateY(-1px)}button.secondary:disabled{opacity:.6;cursor:not-allowed;transform:none}button.link{background:none;border:none;color:#38bdf8;text-decoration:underline}.field input{width:100%}.article-header{position:sticky;top:0;z-index:10;background:#fff;border-bottom:1px solid #a2a9b1;padding:1.5rem 3rem;box-shadow:0 2px 4px #0000000d}.article-title{margin:0;font-size:2rem;font-weight:600;color:#202122;font-family:Linux Libertine,Georgia,Times New Roman,serif}.wiki-article>h1:first-child{display:none}@media(max-width:640px){.article-header{padding:1.5rem}.article-title{font-size:1.5rem}}.home-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e8ebed);padding:2rem 1.5rem;color:#202122}.home-container{width:100%;max-width:1200px;display:flex;flex-direction:column;gap:2rem}.home-hero{background:#fff;border:1px solid #a2a9b1;border-radius:.75rem;padding:2.5rem 3rem;box-shadow:0 2px 8px #a2a9b126;display:flex;align-items:center;justify-content:space-between;gap:2rem}.hero-content h1{font-family:Linux Libertine,Georgia,Times New Roman,serif;font-size:3rem;margin:0 0 .5rem;color:#202122;line-height:1.1}.hero-description{margin:0;color:#54595d;font-size:1.15rem;line-height:1.5}.help-button{display:flex;align-items:center;gap:.5rem;padding:.85rem 1.5rem;min-height:44px;background:#eaf3ff;border:2px solid #36c;border-radius:.5rem;color:#36c;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .2s ease;flex-shrink:0}.help-button:hover{background:#36c;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #3366cc40}.help-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#36c;color:#fff;border-radius:50%;font-weight:700;font-size:.9rem}.help-button:hover .help-icon{background:#fff;color:#36c}.identity-section{background:#fff;border:2px solid #36c;border-radius:.75rem;padding:1.75rem 2rem;box-shadow:0 2px 8px #a2a9b126}.identity-field{display:flex;flex-direction:column;gap:.6rem;margin:0}.identity-label{font-size:1.05rem;font-weight:700;color:#36c;letter-spacing:.01em}.identity-input{padding:.9rem 1.1rem;border-radius:.5rem;border:2px solid #a2a9b1;background:#fff;color:#202122;font-size:1.05rem;transition:all .2s ease}.identity-input:focus{outline:none;border-color:#36c;box-shadow:0 0 0 4px #3366cc26}.error-banner{background:#fee;border:2px solid #d33;border-radius:.5rem;padding:1rem 1.25rem;color:#a11919;font-weight:600;text-align:center}.modes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.75rem}.mode-card{background:#fff;border:2px solid #a2a9b1;border-radius:.75rem;padding:2rem;box-shadow:0 2px 8px #a2a9b126;display:flex;flex-direction:column;gap:1.25rem;transition:all .3s ease;position:relative}.mode-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #a2a9b140}.mode-header{display:flex;align-items:center;gap:.75rem;position:relative}.mode-icon{font-size:2rem;line-height:1}.mode-title{font-family:Linux Libertine,Georgia,Times New Roman,serif;font-size:1.65rem;margin:0;color:#202122;line-height:1.2}.mode-description{margin:0;color:#54595d;font-size:.95rem;line-height:1.5}.mode-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:auto}.mode-button{width:100%;padding:.9rem 1.25rem;border-radius:.5rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;border:2px solid}.mode-button:disabled{opacity:.6;cursor:not-allowed}.multiplayer-card{border-color:#36c}.multiplayer-card:hover{border-color:#2a5db0}.primary-mode-button{background:#36c;border-color:#36c;color:#fff}.primary-mode-button:hover:not(:disabled){background:#2a5db0;border-color:#2a5db0;transform:translateY(-2px);box-shadow:0 4px 12px #3366cc4d}.divider-with-text{display:flex;align-items:center;text-align:center;color:#72777d;font-weight:600;font-size:.85rem;margin:.25rem 0}.divider-with-text:before,.divider-with-text:after{content:"";flex:1;border-bottom:1px solid #c8ccd1}.divider-with-text span{padding:0 .75rem}.join-form{display:flex;flex-direction:column;gap:.5rem}.join-code-input{padding:.85rem 1rem;border-radius:.5rem;border:2px solid #a2a9b1;background:#fff;color:#202122;font-size:1rem;text-transform:uppercase;letter-spacing:.05em;text-align:center;font-weight:600}.join-code-input:focus{outline:none;border-color:#36c;box-shadow:0 0 0 3px #3366cc26}.secondary-mode-button{background:#fff;border-color:#36c;color:#36c}.secondary-mode-button:hover:not(:disabled){background:#eaf3ff;border-color:#2a5db0;color:#2a5db0}.daily-card{border-color:#0645ad}.daily-card:hover{border-color:#054a9e}.new-badge{position:absolute;right:0;top:0;background:gold;color:#202122;padding:.35rem .75rem;border-radius:.35rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;box-shadow:0 2px 6px #ffd70066}.daily-mode-button{background:#eaf3ff;border-color:#0645ad;color:#0645ad}.daily-mode-button:hover:not(:disabled){background:#0645ad;border-color:#0645ad;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0645ad4d}.marathon-mode-button{background:#fff0f0;border-color:#b32424;color:#a11919}.marathon-mode-button:hover:not(:disabled){background:#b32424;border-color:#b32424;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #b324244d}.community-card{border-color:#16a34a}.community-card:hover{border-color:#15803d}.community-mode-button{background:#dcfce7;border-color:#16a34a;color:#166534}.community-mode-button:hover:not(:disabled){background:#16a34a;border-color:#16a34a;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #16a34a4d}.modal-overlay{position:fixed;inset:0;background:#202122bf;display:flex;justify-content:center;align-items:center;padding:2rem;z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{background:#fff;padding:2.5rem;border-radius:.75rem;max-width:580px;width:100%;color:#202122;box-shadow:0 24px 48px #0003;border:2px solid #a2a9b1}.modal h2{margin:0 0 1.5rem;font-family:Linux Libertine,Georgia,Times New Roman,serif;font-size:2rem;color:#202122}.modal ol{margin:0 0 2rem 1.5rem;padding:0;display:flex;flex-direction:column;gap:.85rem;color:#202122;line-height:1.6}.modal ol li{padding-left:.5rem}.modal button.primary{width:100%;padding:.9rem 1.5rem;background:#36c;border:2px solid #36c;border-radius:.5rem;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:all .2s ease}.modal button.primary:hover{background:#2a5db0;border-color:#2a5db0;transform:translateY(-2px);box-shadow:0 4px 12px #3366cc4d}@media(max-width:1024px){.modes-grid{grid-template-columns:1fr}}@media(max-width:768px){.home-hero{flex-direction:column;align-items:flex-start;padding:2rem}.help-button{width:100%;justify-content:center}.hero-content h1{font-size:2.5rem}.hero-description{font-size:1.05rem}.mode-card{padding:1.75rem}.new-badge{position:static;align-self:flex-start;margin-left:auto}}@media(max-width:480px){.home-screen{padding:1rem}.home-container{gap:1.5rem}.home-hero{padding:1.5rem}.hero-content h1{font-size:2rem}.hero-description{font-size:1rem}.identity-section,.mode-card{padding:1.5rem}.mode-title{font-size:1.5rem}.modal{padding:2rem}.modal h2{font-size:1.75rem}}.ad-container{width:100%;max-width:728px;margin:2rem auto;padding:1rem;background-color:#f8f9fa;border:1px solid #c8ccd1;border-radius:8px;text-align:center;box-sizing:border-box}.ad-label{font-family:var(--community-text, "Inter", "Segoe UI", system-ui, sans-serif);font-size:.75rem;color:#72777d;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.adsbygoogle{min-height:90px;background-color:#fff;border-radius:4px}@media(max-width:768px){.ad-container{margin:1.5rem auto;padding:.75rem}.adsbygoogle{min-height:50px}}.ad-container *{max-width:100%;box-sizing:border-box}.wiki-search{position:relative}.wiki-search .search-helper{margin-top:.25rem;font-size:.85rem;color:#54595d}.wiki-search .suggestions{position:absolute;z-index:10;background:#fff;list-style:none;padding:.5rem 0;margin:.25rem 0 0;border-radius:.5rem;box-shadow:0 12px 24px #a2a9b140;width:100%;max-height:220px;overflow-y:auto;border:1px solid #a2a9b1}.wiki-search .suggestions li button{width:100%;text-align:left;background:none;border:none;color:#202122;padding:.75rem 1.2rem;min-height:44px;cursor:pointer;font-size:.95rem}.wiki-search .suggestions li button:hover{background:#eaf3ff}@media(max-width:640px){.wiki-search .suggestions{max-height:40vh}}.lobby-screen-modern{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:2rem 1.5rem;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif}.lobby-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.lobby-hero{background:#fff;border-radius:20px;padding:2rem 2.5rem;box-shadow:0 4px 20px #00000014;display:flex;align-items:center;justify-content:space-between;gap:2rem;border:1px solid #e9ecef}.back-btn{background:#f8f9fa;border:2px solid #e9ecef;border-radius:999px;padding:.75rem 1.5rem;min-height:44px;font-weight:600;color:#495057;cursor:pointer;transition:all .2s ease}.back-btn:hover:not(:disabled){background:#e9ecef;border-color:#dee2e6}.back-btn:disabled{opacity:.5;cursor:not-allowed}.lobby-code-card{flex:1;text-align:center;display:flex;flex-direction:column;gap:.5rem}.code-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:#868e96;font-weight:600}.code-display{font-size:3rem;font-weight:800;color:#36c;font-family:Courier New,monospace;letter-spacing:.15em;text-shadow:0 2px 8px rgba(51,102,204,.2)}.code-hint{font-size:.9rem;color:#adb5bd;margin:0}.copy-link-btn{background:linear-gradient(135deg,#36c,#5c8ce9);border:none;border-radius:999px;padding:.85rem 1.75rem;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:.6rem;transition:all .3s ease;box-shadow:0 4px 12px #3366cc4d}.copy-link-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #36c6}.copy-link-btn.copied{background:linear-gradient(135deg,#14866d,#20c997)}.copy-link-btn .icon{font-size:1.25rem}.lobby-content{display:grid;grid-template-columns:320px 1fr;gap:2rem;align-items:start}.players-sidebar{background:#fff;border-radius:16px;padding:1.75rem;box-shadow:0 4px 16px #0000000f;border:1px solid #e9ecef;position:sticky;top:2rem;overflow:hidden}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f1f3f5}.sidebar-header h3{margin:0;font-size:1.25rem;font-weight:700;color:#212529}.min-players{background:#e7f5ff;color:#1971c2;padding:.35rem .75rem;border-radius:999px;font-size:.8rem;font-weight:600}.players-list{display:flex;flex-direction:column;gap:1rem;overflow:hidden}.player-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:12px;border:2px solid #e9ecef;transition:all .2s ease;max-width:100%}.player-card:hover{border-color:#36c;transform:translate(4px)}.player-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#36c,#5c8ce9);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0;box-shadow:0 2px 8px #3366cc4d}.player-info{flex:1;min-width:0}.player-name-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.player-name{font-weight:600;color:#212529;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.host-badge{background:linear-gradient(135deg,#f59f00,#fab005);color:#fff;padding:.2rem .6rem;border-radius:999px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.player-status{font-size:.85rem;color:#868e96}.waiting-notice{margin-top:1rem;padding:1.25rem;background:linear-gradient(135deg,#fff3bf,#ffec99);border-radius:12px;text-align:center;color:#7a5c00;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.75rem;border:2px solid #ffd43b}.wait-icon{font-size:1.5rem}.settings-main{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 16px #0000000f;border:1px solid #e9ecef;display:flex;flex-direction:column;gap:2.5rem}.settings-title{margin:0;font-size:2rem;font-weight:700;color:#212529;font-family:Linux Libertine,Georgia,Times New Roman,serif}.config-section{display:flex;flex-direction:column;gap:1.25rem}.section-title{margin:0;font-size:1.1rem;font-weight:600;color:#495057}.mode-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.mode-card{background:#f8f9fa;border:3px solid #e9ecef;border-radius:16px;padding:1.5rem 1.25rem;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.mode-card:hover{border-color:#36c;transform:translateY(-4px);box-shadow:0 8px 20px #36c3}.mode-card.selected{background:linear-gradient(135deg,#e7f5ff,#d0ebff);border-color:#36c;box-shadow:0 4px 12px #3366cc40}.mode-icon{font-size:2.5rem}.mode-label{font-weight:700;color:#212529;font-size:1rem}.mode-desc{font-size:.85rem;color:#868e96}.selection-mode-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.selection-card{background:#f8f9fa;border:3px solid #e9ecef;border-radius:16px;padding:1.75rem 1.5rem;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:.75rem}.selection-card:hover{border-color:#36c;transform:scale(1.02)}.selection-card.selected{background:linear-gradient(135deg,#e7f5ff,#d0ebff);border-color:#36c;box-shadow:0 4px 12px #3366cc40}.selection-icon{font-size:2.5rem}.selection-label{font-weight:700;color:#212529;font-size:1.1rem}.tour-waypoints-modern{display:flex;flex-direction:column;gap:1rem}.waypoint-row-modern{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center;padding:.75rem 1rem;background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;transition:all .2s ease}.waypoint-row-modern:hover{border-color:#36c}.waypoint-num{width:36px;height:36px;background:#36c;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.remove-btn-modern{width:48px;height:48px;min-width:48px;min-height:48px;background:#ffe3e3;border:2px solid #ffc9c9;border-radius:50%;color:#c92a2a;font-weight:700;font-size:1.2rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.remove-btn-modern:hover{background:#ffc9c9;transform:scale(1.1)}.add-waypoint-btn-modern{background:#fff;border:2px dashed #ced4da;border-radius:12px;padding:1.25rem;color:#36c;font-weight:700;cursor:pointer;transition:all .2s ease}.add-waypoint-btn-modern:hover{border-color:#36c;background:#f8f9fa;border-style:solid}.hint-text{font-size:.85rem;color:#868e96;margin:0;font-style:italic}.manual-inputs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem}.config-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.config-section-small{display:flex;flex-direction:column;gap:1rem}.section-title-small{margin:0;font-size:1rem;font-weight:600;color:#495057}.language-selector-modern{display:flex;gap:.75rem;flex-wrap:wrap}.lang-btn{width:56px;height:56px;background:#f8f9fa;border:3px solid #e9ecef;border-radius:12px;font-size:2rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.lang-btn:hover{border-color:#36c;transform:scale(1.05)}.lang-btn.selected{background:linear-gradient(135deg,#e7f5ff,#d0ebff);border-color:#36c;box-shadow:0 2px 8px #3366cc4d}.time-selector-modern{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:.75rem}.time-btn{background:#f8f9fa;border:3px solid #e9ecef;border-radius:12px;padding:.85rem 1rem;min-height:44px;font-weight:700;color:#495057;cursor:pointer;transition:all .2s ease;text-align:center}.time-btn:hover{border-color:#36c}.time-btn.selected{background:linear-gradient(135deg,#e7f5ff,#d0ebff);border-color:#36c;color:#1971c2;box-shadow:0 2px 8px #36c3}.start-section{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-top:1.5rem;border-top:2px solid #f1f3f5}.start-hint{color:#fa5252;font-weight:600;margin:0;font-size:.95rem}.start-game-btn{background:linear-gradient(135deg,#14866d,#20c997);border:none;border-radius:999px;padding:1.25rem 3rem;color:#fff;font-weight:800;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;box-shadow:0 6px 20px #14866d66;text-transform:uppercase;letter-spacing:.05em}.start-game-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 24px #14866d80}.start-game-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.start-icon{font-size:1.5rem}.spinner-modern{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin-modern .6s linear infinite}@keyframes spin-modern{to{transform:rotate(360deg)}}.waiting-view{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:3rem 2rem;text-align:center}.waiting-animation{position:relative;width:120px;height:120px;display:flex;align-items:center;justify-content:center}.pulse-circle{position:absolute;width:100%;height:100%;border-radius:50%;background:radial-gradient(circle,#36c3,#36c0 70%);animation:pulse-anim 2s ease-in-out infinite}@keyframes pulse-anim{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.3);opacity:.3}}.waiting-icon{font-size:4rem;z-index:1}.waiting-title{margin:0;font-size:2rem;font-weight:700;color:#212529}.waiting-subtitle{margin:0;font-size:1.1rem;color:#868e96}.settings-preview{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem;width:100%;max-width:600px}.preview-item{background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.5rem}.preview-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:#868e96;font-weight:600}.preview-value{font-size:1.1rem;font-weight:700;color:#212529}.tour-preview-modern{width:100%;max-width:600px;background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;padding:1.5rem}.tour-preview-modern h4{margin:0 0 1rem;font-size:1.1rem;font-weight:700;color:#212529}.tour-preview-list{margin:0;padding-left:1.5rem;display:flex;flex-direction:column;gap:.5rem;color:#495057}.manual-pages-preview{display:flex;flex-direction:column;gap:.75rem}.preview-page{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;background:#fff;border:1px solid #dee2e6;border-radius:8px}.page-label{font-weight:700;color:#495057;font-size:.9rem;flex-shrink:0}.page-value{color:#36c;font-weight:600;font-size:.95rem;word-break:break-word}.feedback-banner{background:linear-gradient(135deg,#ffe3e3,#ffc9c9);border:2px solid #fa5252;border-radius:12px;padding:1.25rem 1.75rem;color:#c92a2a;font-weight:700;text-align:center}@media(max-width:1024px){.lobby-content{grid-template-columns:1fr}.players-sidebar{position:static;max-width:100%}.player-card:hover{transform:none}}@media(max-width:768px){.lobby-screen-modern{padding:1.5rem 1rem}.lobby-hero{flex-direction:column;padding:1.75rem}.code-display{font-size:2.5rem}.settings-main{padding:1.75rem}.settings-title{font-size:1.75rem}.mode-cards-grid,.config-row{grid-template-columns:1fr}.start-game-btn{width:100%;justify-content:center}}@media(max-width:480px){.code-display{font-size:2rem}.language-selector-modern{justify-content:center}.lang-btn{width:50px;height:50px;font-size:1.75rem}}.game-screen{display:grid;grid-template-columns:320px 1fr;min-height:100vh;background:#f8f9fa;color:#202122}.game-sidebar{padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem;background:#fff;border-right:1px solid #a2a9b1;box-shadow:inset -1px 0 #c8ccd1}.game-sidebar h3{margin-bottom:.75rem;font-weight:600;color:#202122}.target-card{display:grid;gap:.75rem;padding:1rem;border-radius:.5rem;background:#f1f2f3;border:1px solid #a2a9b1}.tour-card{display:grid;gap:1.25rem;padding:1.1rem;border-radius:.5rem;background:#f1f2f3;border:1px solid #a2a9b1}.tour-summary{display:grid;gap:.75rem}.tour-summary>div{display:flex;flex-direction:column}.tour-steps{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.tour-step{display:flex;gap:.6rem;align-items:center;padding:.6rem .75rem;border-radius:.5rem;border:1px solid #c8ccd1;background:#fff;color:#202122}.tour-step.done{border-color:#36c;background:#eaf3ff}.tour-step.current{border-color:#f59f00;background:#fff4d6}.tour-step .marker{font-family:Menlo,Courier New,monospace;font-size:.8rem;color:#54595d}.label{display:block;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:#54595d;margin-bottom:.25rem}.players-list{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.players-list li{display:flex;justify-content:space-between;align-items:center;padding:.75rem .9rem;border-radius:.5rem;background:#f8f9fa;border:1px solid #c8ccd1}.players-list li.self{border-color:#36c;background:#eaf3ff}.player-name{font-weight:600}.player-badge{margin-left:.5rem;padding:.2rem .55rem;border-radius:.75rem;background:#eaf3ff;color:#36c;font-size:.75rem}.player-status{color:#54595d;font-size:.85rem}.actions{display:grid;gap:1rem}.stat-card{padding:.9rem;border-radius:.5rem;background:#f8f9fa;border:1px solid #c8ccd1}.stat-card .danger{color:#d7331c}.game-content{overflow-y:auto;padding:0}.game-content .article-shell{padding:2.5rem 3rem}.game-content .loading{display:flex;align-items:center;justify-content:center;min-height:100vh;color:#54595d}.article-shell{max-width:1200px;margin:0 auto}.article-shell.with-toc{display:grid;grid-template-columns:260px minmax(0,1fr);gap:2rem;align-items:flex-start}.article-toc{position:sticky;top:2rem;align-self:flex-start;background:#f8f9fa;border:1px solid #c8ccd1;border-radius:.5rem;padding:1.25rem 1.5rem;box-shadow:0 10px 30px #a2a9b138;font-family:Helvetica Neue,Arial,sans-serif}.article-toc-title{margin:0 0 .85rem;font-size:1rem;text-transform:uppercase;letter-spacing:.08em;color:#54595d}.article-toc-list{list-style:none;margin:0;padding:0;display:grid;gap:.35rem}.article-toc-button{width:100%;text-align:left;border:none;background:transparent;padding:.65rem .85rem;min-height:44px;border-radius:.35rem;font-size:.95rem;color:#202122;cursor:pointer;transition:background-color .15s ease,color .15s ease}.article-toc-button:hover,.article-toc-button:focus{background:#eaecf0;color:#202122;outline:none}.toc-item.level-3 .article-toc-button{padding-left:1.5rem;font-size:.9rem}.toc-item.level-4 .article-toc-button{padding-left:2.25rem;font-size:.85rem}.article-shell.with-toc .wiki-article{margin:0;width:100%}.wiki-article{background:#fff;color:#202122;padding:2rem 2.5rem;border:1px solid #a2a9b1;border-radius:.5rem;box-shadow:0 10px 30px #a2a9b140;max-width:940px;margin:0 auto;font-family:Linux Libertine,Georgia,Times New Roman,serif}.wiki-article .article-content{font-family:Helvetica Neue,Arial,sans-serif;line-height:1.65;font-size:1rem;color:#202122}.wiki-article h1,.wiki-article h2,.wiki-article h3,.wiki-article h4,.wiki-article h5,.wiki-article h6{font-family:Linux Libertine,Georgia,Times New Roman,serif;color:#202122;font-weight:600;margin-top:1.8rem;margin-bottom:.6rem;border-bottom:1px solid #a2a9b1;padding-bottom:.2rem}.wiki-article h1{font-size:2.1rem}.wiki-article h2{font-size:1.75rem}.wiki-article h3{font-size:1.4rem}.wiki-article p,.wiki-article li{line-height:1.65;color:#202122}.wiki-article ul,.wiki-article ol{padding-left:1.8rem;margin:.75rem 0}.wiki-article blockquote{border-left:3px solid #36c;margin:1rem 0;padding-left:1rem;color:#202122;background:#f8f9fa}.wiki-article a{color:#0645ad;text-decoration:underline;cursor:pointer}.wiki-article a:hover{color:#0b0080}.wiki-article table{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.95rem}.wiki-article table td,.wiki-article table th{border:1px solid #c8ccd1;padding:.5rem .75rem}.wiki-article hr{border:none;border-bottom:1px solid #a2a9b1;margin:2rem 0}.feedback{color:#d7331c;font-size:.9rem}@media(max-width:960px){.game-screen{grid-template-columns:1fr}.game-sidebar{border-right:none;border-bottom:1px solid #c8ccd1;padding-bottom:1.5rem}.game-content{padding:2rem 1.5rem}.article-shell.with-toc{grid-template-columns:minmax(0,1fr)}.article-toc{position:static;order:-1;width:100%;margin-bottom:1.5rem}}@media(max-width:640px){.game-sidebar{padding:1.5rem 1rem}.game-content{padding:0}.game-content .article-shell{padding:1.5rem 0}.article-toc{display:none}.wiki-article{padding:1.5rem;border-radius:0;border-left:none;border-right:none}}.waiting-screen{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:2rem 1.5rem;display:flex;align-items:center;justify-content:center}.waiting-container{max-width:900px;width:100%;display:flex;flex-direction:column;gap:2rem}.waiting-hero{background:#fff;border-radius:1rem;padding:2.5rem;text-align:center;box-shadow:0 4px 20px #a2a9b126;border:2px solid #00af89}.hero-icon{font-size:4rem;margin-bottom:1rem;animation:hero-pulse 2s ease-in-out infinite}@keyframes hero-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.hero-title{font-family:Linux Libertine,Georgia,Times New Roman,serif;font-size:2.5rem;color:#00af89;margin:0 0 .5rem;font-weight:700}.hero-subtitle{font-size:1.15rem;color:#54595d;margin:0}.waiting-content{display:flex;flex-direction:column;gap:1.75rem}.section-title{font-family:Linux Libertine,Georgia,Times New Roman,serif;font-size:1.5rem;margin:0 0 1.25rem;color:#202122;display:flex;align-items:center;gap:.5rem}.score-section{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 2px 12px #a2a9b11a;border:1px solid #a2a9b1}.score-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.25rem}.score-card{background:#f0f6ff;border:2px solid #36c;border-radius:.75rem;padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;text-align:center}.score-label{font-size:.85rem;color:#54595d;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.score-value{font-size:2.25rem;color:#36c;font-weight:700;font-family:Courier New,monospace}.score-value.rank{color:#00af89}.players-section{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 2px 12px #a2a9b11a;border:1px solid #a2a9b1}.players-progress{margin-bottom:1.5rem}.progress-bar-container{width:100%;height:12px;background:#eaecf0;border-radius:999px;overflow:hidden;margin-bottom:.75rem}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#36c,#00af89);transition:width .5s ease;border-radius:999px}.progress-text{text-align:center;color:#54595d;font-size:.95rem;margin:0;font-weight:600}.players-list-waiting{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.player-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#f8f9fa;border:1px solid #c8ccd1;border-radius:.5rem;transition:all .2s ease}.player-item.finished{background:#e6f7f1;border-color:#00af89}.player-item.playing{background:#f0f6ff;border-color:#36c;animation:player-pulse 2s ease-in-out infinite}@keyframes player-pulse{0%,to{box-shadow:0 0 #36c6}50%{box-shadow:0 0 0 4px #36c0}}.player-main{display:flex;align-items:center;gap:.75rem}.player-status-icon{font-size:1.5rem}.player-name{font-weight:600;color:#202122;font-size:1.05rem}.you-badge{background:#36c;color:#fff;padding:.25rem .6rem;border-radius:.35rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.player-info{color:#54595d;font-size:.95rem;font-weight:500}.path-section{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 2px 12px #a2a9b11a;border:1px solid #a2a9b1}.path-card{background:#f8f9fa;border:1px solid #c8ccd1;border-radius:.5rem;padding:1.5rem}.path-step{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border:1px solid #eaecf0;border-radius:.5rem}.step-number{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:#36c;color:#fff;border-radius:50%;font-weight:700;font-size:.9rem;flex-shrink:0}.step-page{flex:1;color:#202122;font-weight:500}.arrival-badge{background:#00af89;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-size:.9rem;font-weight:700;flex-shrink:0;white-space:nowrap}.show-more-btn{margin-top:1rem;width:100%;padding:.75rem;background:#fff;border:1px solid #a2a9b1;border-radius:.5rem;color:#36c;font-weight:600;cursor:pointer;transition:all .2s ease}.show-more-btn:hover{background:#f0f6ff;border-color:#36c}.status-section{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 2px 12px #a2a9b11a;border:1px solid #a2a9b1;text-align:center}.status-animation{display:flex;flex-direction:column;align-items:center;gap:1.25rem;margin-bottom:1.5rem}.spinner{width:50px;height:50px;border:4px solid #eaecf0;border-top-color:#36c;border-radius:50%;animation:spinner-rotate 1s linear infinite}@keyframes spinner-rotate{to{transform:rotate(360deg)}}.status-message{font-size:1.15rem;color:#54595d;margin:0;font-weight:600}.time-remaining{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;background:#f0f6ff;border:2px solid #36c;border-radius:.75rem}.time-label{font-size:1rem;color:#54595d;font-weight:600}.time-value{font-size:1.5rem;color:#36c;font-weight:700;font-family:Courier New,monospace}.time-value.danger{color:#d7331c;animation:time-blink 1s ease-in-out infinite}@keyframes time-blink{0%,to{opacity:1}50%{opacity:.5}}@media(max-width:768px){.waiting-hero{padding:2rem 1.5rem}.hero-title{font-size:2rem}.score-grid{grid-template-columns:1fr}.section-title{font-size:1.25rem}}@media(max-width:640px){.waiting-screen{padding:1rem}.waiting-hero{padding:1.5rem}.hero-icon{font-size:3rem}.hero-title{font-size:1.75rem}.score-section,.players-section,.path-section,.status-section{padding:1.5rem}}.results-screen-modern{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:0}.results-hero{background:linear-gradient(135deg,#00af89,#00d9a6);color:#fff;text-align:center;padding:3rem 2rem;box-shadow:0 4px 20px #00af894d;position:relative;overflow:hidden}.results-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.1) 0%,transparent 70%);pointer-events:none}.trophy-icon{font-size:5rem;margin-bottom:1rem;animation:trophy-bounce 1s ease-in-out;position:relative;z-index:1}@keyframes trophy-bounce{0%,to{transform:scale(1) rotate(0)}25%{transform:scale(1.1) rotate(-5deg)}75%{transform:scale(1.1) rotate(5deg)}}.champion-title{font-family:Linux Libertine,Georgia,Times New Roman,serif;font-size:2.5rem;margin:0 0 .75rem;font-weight:700;position:relative;z-index:1}.champion-score{font-size:1.5rem;margin:0 0 1rem;font-weight:600;opacity:.95;position:relative;z-index:1}.route-info{font-size:1.1rem;opacity:.9;position:relative;z-index:1}.results-content{max-width:1200px;margin:0 auto;padding:2.5rem 2rem;display:flex;flex-direction:column;gap:2.5rem}.section-title{font-family:Linux Libertine,Georgia,Times New Roman,serif;font-size:1.75rem;color:#202122;margin:0 0 1.5rem;font-weight:700}.personal-score-section{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #a2a9b126;border:2px solid #36c}.personal-score-card{display:flex;align-items:center;gap:2rem}.rank-badge-large{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:120px;height:120px;background:linear-gradient(135deg,#36c,#2a4b8d);border-radius:1rem;color:#fff;flex-shrink:0}.rank-emoji{font-size:3rem;margin-bottom:.25rem}.rank-text{font-size:1.5rem;font-weight:700;font-family:Courier New,monospace}.personal-details{flex:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.25rem}.stat-row{display:flex;flex-direction:column;gap:.5rem}.stat-label{font-size:.85rem;color:#54595d;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.stat-value{font-size:1.75rem;color:#36c;font-weight:700;font-family:Courier New,monospace}.status-badge{font-size:1rem;padding:.25rem .75rem;background:#f8f9fa;border:1px solid #a2a9b1;border-radius:.5rem;width:fit-content;font-family:inherit}.podium-section{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #a2a9b126;border:1px solid #a2a9b1}.podium{display:flex;align-items:flex-end;justify-content:center;gap:1.5rem;padding:2rem 1rem}.podium-place{display:flex;flex-direction:column;align-items:center;gap:1rem;flex:1;max-width:200px}.medal{font-size:3.5rem;animation:medal-float 3s ease-in-out infinite}@keyframes medal-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.podium-bar{width:100%;background:linear-gradient(180deg,#f0f6ff,#d4e4ff);border:2px solid #36c;border-radius:.75rem .75rem 0 0;display:flex;align-items:center;justify-content:center;padding:1rem;position:relative}.place-1 .podium-bar{height:140px;background:linear-gradient(180deg,gold,#ffed4e);border-color:#d4af37}.place-2 .podium-bar{height:100px;background:linear-gradient(180deg,silver,#e8e8e8);border-color:#a8a8a8}.place-3 .podium-bar{height:80px;background:linear-gradient(180deg,#cd7f32,#e6a157);border-color:#b8732d}.podium-rank{font-size:2rem;font-weight:700;color:#202122}.podium-player{text-align:center;display:flex;flex-direction:column;gap:.5rem}.podium-name{font-size:1.1rem;color:#202122;word-break:break-word}.you-label{color:#36c;font-weight:700}.podium-score{font-size:.95rem;color:#54595d}.podium-place.self{transform:scale(1.05)}.podium-place.self .podium-bar{box-shadow:0 0 0 3px #36c}.leaderboard-section{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #a2a9b126;border:1px solid #a2a9b1}.leaderboard-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.leaderboard-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#f8f9fa;border:2px solid #c8ccd1;border-radius:.75rem;transition:all .2s ease}.leaderboard-item.finished{background:#f0f6ff;border-color:#36c}.leaderboard-item.self{background:linear-gradient(135deg,#e6f7f1,#d4f0e6);border-color:#00af89;border-width:3px;transform:scale(1.02);box-shadow:0 4px 12px #00af8933}.position-indicator{font-size:1.75rem;font-weight:700;min-width:3rem;text-align:center;color:#36c}.player-info{flex:1;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-width:0}.player-name{font-size:1.1rem;color:#202122;display:flex;align-items:center;gap:.5rem;word-break:break-word}.you-badge{background:#36c;color:#fff;padding:.25rem .6rem;border-radius:.35rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;flex-shrink:0}.player-result{color:#54595d;font-size:.95rem;font-weight:500;white-space:nowrap}.stats-section{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #a2a9b126;border:1px solid #a2a9b1}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem}.stat-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#f8f9fa;border:1px solid #c8ccd1;border-radius:.75rem;transition:all .2s ease}.stat-card:hover{background:#fff;border-color:#36c;transform:translateY(-2px);box-shadow:0 4px 12px #3366cc26}.stat-icon{font-size:2.5rem;flex-shrink:0}.stat-content{display:flex;flex-direction:column;gap:.25rem;min-width:0}.stat-card .stat-label{font-size:.8rem;color:#54595d;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.stat-card .stat-value{font-size:1.5rem;color:#202122;font-weight:700;word-break:break-word}.paths-section{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #a2a9b126;border:1px solid #a2a9b1}.paths-list{display:flex;flex-direction:column;gap:1rem}.path-item{background:#f8f9fa;border-radius:.75rem;border:2px solid #c8ccd1;overflow:hidden;transition:all .2s ease}.path-item[open]{border-color:#36c;box-shadow:0 4px 12px #3366cc26}.path-summary{cursor:pointer;padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem;background:#fff;font-weight:500;transition:background .2s ease;-webkit-user-select:none;user-select:none}.path-summary:hover{background:#f0f6ff}.path-rank{font-size:1.5rem;font-weight:700;min-width:3rem;text-align:center}.path-name{flex:1;color:#202122;font-size:1.05rem;display:flex;align-items:center;gap:.5rem;min-width:0;word-break:break-word}.you-badge-inline{background:#36c;color:#fff;padding:.2rem .5rem;border-radius:.3rem;font-size:.7rem;font-weight:700;text-transform:uppercase;flex-shrink:0}.path-result{color:#54595d;font-size:.95rem;white-space:nowrap}.path-length{color:#72777d;font-size:.85rem;font-weight:600;white-space:nowrap}.path-content{padding:1.5rem;background:#fff}.path-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.path-list li{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.5rem;background:#f8f9fa;border:1px solid #eaecf0}.step-index{display:flex;align-items:center;justify-content:center;min-width:44px;width:44px;height:44px;flex-shrink:0;background:#36c;color:#fff;border-radius:50%;font-weight:600;font-size:.875rem}.step-title{flex:1;min-width:0;color:#202122;word-break:break-word;overflow-wrap:break-word}.arrival-indicator{background:#00af89;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-size:.9rem;font-weight:700;flex-shrink:0;white-space:nowrap}.path-empty{color:#72777d;font-style:italic;text-align:center;padding:1rem;margin:0}.actions-section{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.action-btn{flex:1;min-width:200px;padding:1rem 2rem;border-radius:.75rem;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .2s ease;border:none}.share-btn{background:linear-gradient(135deg,#36c,#2a4b8d);color:#fff;box-shadow:0 4px 12px #3366cc40}.share-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3366cc59;background:linear-gradient(135deg,#2a4b8d,#36c)}.replay-btn{background:linear-gradient(135deg,#00af89,#00d9a6);color:#fff;box-shadow:0 4px 12px #00af8940}.replay-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #00af8959;background:linear-gradient(135deg,#00d9a6,#00af89)}.home-btn{background:#f8f9fa;color:#202122;border:2px solid #a2a9b1}.home-btn:hover:not(:disabled){background:#fff;border-color:#72777d;transform:translateY(-2px);box-shadow:0 4px 12px #a2a9b133}.action-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.action-btn:active:not(:disabled){transform:translateY(0)!important}.feedback-error{color:#d7331c;text-align:center;font-weight:600;background:#fee7e6;padding:1rem;border-radius:.5rem;border:1px solid #d7331c;margin:0}@media(max-width:1024px){.stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.podium{gap:1rem}}@media(max-width:768px){.champion-title{font-size:2rem}.champion-score{font-size:1.25rem}.personal-score-card{flex-direction:column;text-align:center}.personal-details{grid-template-columns:1fr;width:100%}.stat-row{flex-direction:row;justify-content:space-between;align-items:center}.podium{flex-direction:column;align-items:stretch}.podium-place{max-width:none;flex-direction:row;align-items:center}.podium-bar{width:auto;flex:1}.place-1 .podium-bar,.place-2 .podium-bar,.place-3 .podium-bar{height:80px}.stats-grid{grid-template-columns:1fr}.actions-section{flex-direction:column}.action-btn{min-width:auto;width:100%}}@media(max-width:640px){.results-content{padding:2rem 1.25rem}.results-hero{padding:2.5rem 1.5rem}.trophy-icon{font-size:4rem}.champion-title{font-size:1.75rem}.section-title{font-size:1.5rem}.personal-score-section,.podium-section,.leaderboard-section,.stats-section,.paths-section{padding:1.5rem}.player-info{flex-direction:column;align-items:flex-start}.path-summary{flex-wrap:wrap}.path-length{width:100%;text-align:right}}.daily-challenge{display:grid;grid-template-columns:320px 1fr;min-height:100vh;background:#f8f9fa;color:#202122}.daily-sidebar{padding:2.5rem 1.75rem;border-right:1px solid #c8ccd1;background:#fff;display:flex;flex-direction:column;gap:1.25rem}.daily-sidebar h2{margin:0;font-family:Linux Libertine,Georgia,Times New Roman,serif}.daily-card{background:#f8f9fa;border:1px solid #c8ccd1;border-radius:.5rem;padding:.85rem 1rem}.daily-card .label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#54595d;margin-bottom:.25rem}.daily-path{border:1px solid #c8ccd1;border-radius:.5rem;padding:1rem;background:#f8f9fa;flex:1;overflow-y:auto}.daily-path h3{margin-top:0;font-size:1rem}.daily-path ol{padding-left:1.25rem;display:flex;flex-direction:column;gap:.4rem}.daily-article{padding:0;overflow-y:auto}.daily-article .loading{color:#54595d;font-size:1.1rem;padding:2.5rem}.daily-article-shell{max-width:1200px;margin:0 auto;padding:2.5rem}.daily-article-shell.with-toc{display:grid;grid-template-columns:260px minmax(0,1fr);gap:2rem;align-items:flex-start}.daily-article-toc{position:sticky;top:2rem;align-self:flex-start;background:#f8f9fa;border:1px solid #c8ccd1;border-radius:.5rem;padding:1.25rem 1.5rem;box-shadow:0 10px 30px #a2a9b138;font-family:Helvetica Neue,Arial,sans-serif}.daily-article-toc-title{margin:0 0 .85rem;font-size:1rem;text-transform:uppercase;letter-spacing:.08em;color:#54595d}.daily-article-toc-list{list-style:none;margin:0;padding:0;display:grid;gap:.35rem}.daily-article-toc-button{width:100%;text-align:left;border:none;background:transparent;padding:.65rem .85rem;min-height:44px;border-radius:.35rem;font-size:.95rem;color:#202122;cursor:pointer;transition:background-color .15s ease,color .15s ease}.daily-article-toc-button:hover,.daily-article-toc-button:focus{background:#eaecf0;color:#202122;outline:none}.daily-article-shell.with-toc .wiki-article{margin:0;width:100%}.daily-article-shell .toc-item.level-3 .daily-article-toc-button{padding-left:1.5rem;font-size:.9rem}.daily-article-shell .toc-item.level-4 .daily-article-toc-button{padding-left:2.25rem;font-size:.85rem}@media(max-width:960px){.daily-challenge{grid-template-columns:1fr}.daily-sidebar{border-right:none;border-bottom:1px solid #c8ccd1;flex-direction:row;flex-wrap:wrap}.daily-path{width:100%;max-height:220px}.daily-article-shell.with-toc{grid-template-columns:minmax(0,1fr)}.daily-article-toc{position:static;width:100%;margin-bottom:1.5rem}}@media(max-width:640px){.daily-sidebar{flex-direction:column;padding:1.5rem 1rem}.daily-article{padding:0}.daily-article-shell{padding:1.5rem 0}.daily-article-toc{display:none}.daily-article-shell .wiki-article{padding:1.5rem;border-radius:0;border-left:none;border-right:none}}.daily-results{min-height:100vh;background:#f8f9fa;color:#202122;padding:3rem 2.5rem;display:grid;gap:2.5rem}.daily-results-header{display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.daily-results-header h2{margin:0 0 .5rem;font-family:Linux Libertine,Georgia,Times New Roman,serif}.daily-results-header p{margin:.2rem 0;color:#54595d}.daily-results-header .actions{display:flex;gap:1rem}.daily-leaderboard{background:#fff;border:1px solid #a2a9b1;border-radius:.75rem;padding:1.75rem;box-shadow:0 18px 36px #a2a9b133}.daily-leaderboard h3{margin-top:0}.daily-leaderboard .rank{font-weight:700;color:#36c}.daily-leaderboard .clicks{text-align:right;color:#202122}.daily-histogram{background:#fff;border:1px solid #a2a9b1;border-radius:.75rem;padding:1.75rem;box-shadow:0 18px 36px #a2a9b133}.histogram-grid{display:flex;gap:1rem;align-items:flex-end;margin-top:1.25rem;overflow-x:auto;padding-bottom:.5rem}.histogram-bar{display:flex;flex-direction:column;align-items:center;gap:.4rem;min-width:60px}.histogram-bar .bar{width:100%;background:#36c;border-radius:.4rem .4rem 0 0;transition:height .2s ease}.histogram-bar .label{font-weight:600}.histogram-bar .value{color:#54595d;font-size:.9rem}.daily-player-path{background:#fff;border:1px solid #a2a9b1;border-radius:.75rem;padding:1.75rem;box-shadow:0 18px 36px #a2a9b133}.daily-leaderboard-list{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:.6rem}.daily-leaderboard-list li{border:1px solid #c8ccd1;border-radius:.65rem;background:#f8f9fa;padding:.4rem .6rem}.daily-leaderboard-list li details{cursor:pointer}.daily-leaderboard-list .clicks{margin-left:auto;font-weight:600}.daily-leaderboard-list li details[open]{background:#fff;border-radius:.6rem;transition:background .2s ease}.daily-leaderboard-list li summary{display:flex;align-items:center;gap:.75rem;list-style:none}.daily-leaderboard-list li summary::-webkit-details-marker{display:none}.daily-leaderboard-list li summary:after{content:"▾";margin-left:.75rem;font-size:.85rem;color:#6b7280;transition:transform .2s ease}.daily-leaderboard-list li details[open] summary:after{transform:rotate(180deg)}.daily-leaderboard-list .name{flex:1}.path-list{margin:.75rem 0 .5rem;padding-left:1.25rem;display:grid;gap:.35rem;color:#202122}.path-list li{display:grid;grid-template-columns:30px auto;gap:.6rem;align-items:center}.step-index{font-weight:700;color:#fff}.path-empty{margin:.75rem 0 0;color:#6b7280}@media(max-width:768px){.daily-leaderboard-list li summary{flex-direction:column;align-items:flex-start;gap:.4rem}.daily-leaderboard-list .clicks{margin-left:0}.daily-results-header{flex-direction:column;align-items:flex-start}.daily-results-header .actions{width:100%;flex-direction:column}.daily-results-header .actions button{width:100%}}@media(max-width:640px){.daily-results{padding:2rem 1.5rem}}.daily-tour{display:grid;grid-template-columns:320px 1fr;min-height:100vh;background:#f8f9fa;color:#202122}.daily-tour-sidebar{padding:2.5rem 1.75rem;border-right:1px solid #c8ccd1;background:#fff;display:flex;flex-direction:column;gap:1.25rem}.daily-tour-sidebar h2{margin:0;font-family:Linux Libertine,Georgia,Times New Roman,serif}.daily-tour-card{background:#f8f9fa;border:1px solid #c8ccd1;border-radius:.5rem;padding:.85rem 1rem}.daily-tour-card .label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#54595d;margin-bottom:.25rem}.daily-tour-steps{border:1px solid #c8ccd1;border-radius:.5rem;padding:1rem;background:#f8f9fa}.daily-tour-steps h3{margin:0 0 .6rem;font-size:1rem}.daily-tour-steps ol{margin:0;padding:0;display:grid;gap:.5rem}.daily-tour-path{border:1px solid #c8ccd1;border-radius:.5rem;padding:1rem;background:#f8f9fa;flex:1;overflow-y:auto}.daily-tour-path h3{margin-top:0;font-size:1rem}.daily-tour-path ol{padding-left:1.25rem;display:flex;flex-direction:column;gap:.4rem}.daily-tour-article{padding:0;overflow-y:auto}.daily-tour-article .loading{color:#54595d;font-size:1.1rem;padding:2.5rem}.daily-tour-article-shell{max-width:1200px;margin:0 auto;padding:2.5rem}.daily-tour-article-shell.with-toc{display:grid;grid-template-columns:260px minmax(0,1fr);gap:2rem;align-items:flex-start}.daily-tour-article-toc{position:sticky;top:2rem;align-self:flex-start;background:#f8f9fa;border:1px solid #c8ccd1;border-radius:.5rem;padding:1.25rem 1.5rem;box-shadow:0 10px 30px #a2a9b138;font-family:Helvetica Neue,Arial,sans-serif}.daily-tour-article-toc-title{margin:0 0 .85rem;font-size:1rem;text-transform:uppercase;letter-spacing:.08em;color:#54595d}.daily-tour-article-toc-list{list-style:none;margin:0;padding:0;display:grid;gap:.35rem}.daily-tour-article-toc-button{width:100%;text-align:left;border:none;background:transparent;padding:.65rem .85rem;min-height:44px;border-radius:.35rem;font-size:.95rem;color:#202122;cursor:pointer;transition:background-color .15s ease,color .15s ease}.daily-tour-article-toc-button:hover,.daily-tour-article-toc-button:focus{background:#eaecf0;color:#202122;outline:none}.daily-tour-article-shell.with-toc .wiki-article{margin:0;width:100%}.daily-tour-article-shell .toc-item.level-3 .daily-tour-article-toc-button{padding-left:1.5rem;font-size:.9rem}.daily-tour-article-shell .toc-item.level-4 .daily-tour-article-toc-button{padding-left:2.25rem;font-size:.85rem}@media(max-width:960px){.daily-tour{grid-template-columns:1fr}.daily-tour-sidebar{border-right:none;border-bottom:1px solid #c8ccd1;flex-direction:row;flex-wrap:wrap}.daily-tour-path{width:100%;max-height:220px}.daily-tour-article-shell.with-toc{grid-template-columns:minmax(0,1fr)}.daily-tour-article-toc{position:static;width:100%;margin-bottom:1.5rem}}@media(max-width:640px){.daily-tour-sidebar{flex-direction:column;padding:1.5rem 1rem}.daily-tour-article{padding:0}.daily-tour-article-shell{padding:1.5rem 0}.daily-tour-article-toc{display:none}.daily-tour-article-shell .wiki-article{padding:1.5rem;border-radius:0;border-left:none;border-right:none}}.daily-tour-results{min-height:100vh;background:#f8f9fa;color:#202122;padding:3rem 2.5rem;display:grid;gap:2.5rem}.daily-tour-results-header{display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.daily-tour-results-header h2{margin:0 0 .5rem;font-family:Linux Libertine,Georgia,Times New Roman,serif}.daily-tour-results-header p{margin:.2rem 0;color:#54595d}.daily-tour-results-header .actions{display:flex;gap:1rem}.daily-tour-leaderboard{background:#fff;border:1px solid #a2a9b1;border-radius:.75rem;padding:1.75rem;box-shadow:0 18px 36px #a2a9b133}.daily-tour-leaderboard h3{margin-top:0}.daily-tour-leaderboard ol{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:.5rem}.daily-tour-leaderboard li{display:grid;grid-template-columns:60px 1fr 120px 100px;align-items:center;gap:.75rem;padding:.6rem .8rem;border-radius:.5rem;background:#f8f9fa;border:1px solid #c8ccd1}.daily-tour-leaderboard .rank{font-weight:700;color:#36c}.daily-tour-leaderboard .time{text-align:right;font-weight:600}.daily-tour-leaderboard .clicks{text-align:right;color:#202122}.daily-tour-histogram{background:#fff;border:1px solid #a2a9b1;border-radius:.75rem;padding:1.75rem;box-shadow:0 18px 36px #a2a9b133}.daily-tour-histogram .histogram-grid{display:flex;gap:1rem;align-items:flex-end;margin-top:1.25rem;overflow-x:auto;padding-bottom:.5rem}.daily-tour-histogram .histogram-bar{display:flex;flex-direction:column;align-items:center;gap:.4rem;min-width:70px}.daily-tour-histogram .bar{width:100%;background:#36c;border-radius:.4rem .4rem 0 0;transition:height .2s ease}.daily-tour-histogram .label{font-weight:600}.daily-tour-histogram .value{color:#54595d;font-size:.9rem}@media(max-width:768px){.daily-tour-results-header{flex-direction:column;align-items:flex-start}.daily-tour-results-header .actions{width:100%;flex-direction:column}.daily-tour-results-header .actions button{width:100%}.daily-tour-leaderboard li{grid-template-columns:50px 1fr 100px 80px}}@media(max-width:640px){.daily-tour-results{padding:2rem 1.5rem}}:root{--community-bg: #f8f9fa;--community-surface: #ffffff;--community-border: #a2a9b1;--community-border-soft: #c8ccd1;--community-heading: "Linux Libertine", "Georgia", "Times New Roman", serif;--community-text: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;--community-accent: #3366cc;--community-accent-muted: #447ff5;--community-muted: #54595d}.community-shell{background:var(--community-bg);min-height:100vh;padding:2.5rem clamp(1rem,4vw,2.75rem) 4rem;color:var(--community-muted);font-family:var(--community-text)}.community-shell>*{max-width:1100px;margin:0 auto}.community-shell h1,.community-shell h2,.community-shell h3,.community-shell h4{font-family:var(--community-heading);font-weight:600;color:#202122}.community-hero{display:grid;grid-template-columns:minmax(0,2fr) minmax(220px,1fr);gap:2rem;padding:clamp(1.5rem,3vw,2.5rem);background:var(--community-surface);border:1px solid var(--community-border);border-radius:12px;box-shadow:0 2px 4px #0000000f}.community-hero h1{margin:0 0 .5rem;font-size:clamp(2rem,4vw,2.6rem)}.community-hero p{margin:0 0 1.5rem;color:#444;line-height:1.55}.hero-actions{display:flex;flex-wrap:wrap;gap:.6rem}.hero-actions .primary{background:var(--community-accent);border-radius:999px;padding:.7rem 1.4rem;box-shadow:none}.hero-actions .primary:not(:disabled):hover{background:var(--community-accent-muted)}.hero-actions .ghost{border-radius:999px;padding:.65rem 1.2rem;border-color:var(--community-border)}.hero-stats{align-self:start;border:1px solid var(--community-border);border-radius:10px;background:#fdfdfd;padding:1.25rem;display:grid;gap:1rem}.hero-card{display:flex;flex-direction:column;gap:.25rem;border-bottom:1px solid var(--community-border-soft);padding-bottom:.75rem}.hero-card:last-child{border-bottom:none;padding-bottom:0}.hero-card .label{font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;color:var(--community-muted)}.hero-card strong{font-size:1.6rem;color:#202122}.community-toolbar{margin-top:2rem;background:var(--community-surface);border:1px solid var(--community-border);border-radius:12px;padding:1rem 1.5rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.community-toolbar .tabs{display:inline-flex;gap:.4rem;padding:.2rem;border:1px solid var(--community-border);border-radius:999px;background:#f8fbff}.community-toolbar .tabs button{border:none;background:transparent;padding:.65rem 1.3rem;min-height:44px;border-radius:999px;font-weight:600;color:var(--community-muted)}.community-toolbar .tabs button.active{background:var(--community-accent);color:#fff}.search-group{margin-left:auto;display:flex;gap:.5rem;align-items:center}.search-group input{border:1px solid var(--community-border);border-radius:20px;padding:.55rem 1rem;min-width:clamp(180px,30vw,260px);font-size:1rem}.search-group button{border-radius:20px;padding:.7rem 1.3rem;min-height:44px;border:1px solid var(--community-border);background:#f8f9fa;font-weight:600;color:var(--community-accent)}.search-group button:disabled{opacity:.6}.community-shell .error-message{background:#fee7e6;border:1px solid #f3b7b3;border-radius:8px;padding:.7rem 1rem;color:#a51d2d}.community-shell .feedback{background:#eef5ff;border:1px solid #a7c8ff;border-radius:8px;padding:.7rem 1rem;color:#1862c0}.community-shell .loading-message{color:#444;font-style:italic}.community-list{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem}.community-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.community-card{background:var(--community-surface);border:1px solid var(--community-border);border-radius:8px;padding:1.2rem 1.35rem;display:flex;flex-direction:column;gap:.8rem;transition:transform .1s ease,box-shadow .1s ease}.community-card:hover{transform:translateY(-2px);box-shadow:0 2px 8px #0000001f}.card-meta{display:flex;gap:.5rem;flex-wrap:wrap}.capsule{display:inline-flex;align-items:center;padding:.3rem .8rem;border-radius:999px;font-size:.75rem;font-weight:600;background:#eaf2ff;color:var(--community-accent);text-transform:uppercase;letter-spacing:.05em}.capsule.victory{background:#f1f8f6;color:#367532}.community-card h4{margin:0;font-size:1.2rem;line-height:1.4}.community-description{margin:0;color:#4a4a4a;line-height:1.6;flex:1}.card-footer{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.creator{display:flex;align-items:center;gap:.6rem}.creator .avatar{width:38px;height:38px;border-radius:50%;background:#eaecf0;display:grid;place-items:center;font-weight:600;color:#202122;font-family:var(--community-heading)}.creator span,.creator strong{display:block;color:#202122;font-size:.9rem}.stats{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem;font-size:.9rem;color:var(--community-muted)}.stats .score{color:var(--community-accent);font-weight:600}.empty-state{border:1px dashed var(--community-border);border-radius:10px;background:#fefefe;padding:2rem;text-align:center;color:var(--community-muted)}.empty-state h3{font-family:var(--community-heading);margin:0 0 .5rem;color:#202122}.community-detail{margin-top:2.5rem;background:var(--community-surface);border:1px solid var(--community-border);border-radius:12px;padding:clamp(1.5rem,3vw,2.75rem);display:flex;flex-direction:column;gap:2rem}.detail-header{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}.detail-header h2{margin:.2rem 0 0;font-size:clamp(1.8rem,3vw,2.4rem);font-family:var(--community-heading);font-weight:600;color:#202122}.detail-description{margin:.75rem 0 0;color:#3b3b3b;line-height:1.6;font-family:var(--community-text)}.detail-tags{margin-top:.8rem;display:flex;flex-wrap:wrap;gap:.4rem;font-size:.9rem;font-family:var(--community-text)}.detail-tags span{background:#f0f6ff;border:1px solid var(--community-border);border-radius:999px;padding:.35rem .7rem}.detail-actions{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center}.detail-actions .share-button{background:var(--community-accent);font-weight:600;box-shadow:0 4px 12px #3366cc40}.detail-actions .share-button:hover{background:var(--community-accent-muted);box-shadow:0 6px 16px #3366cc59}.challenge-route{border:1px solid var(--community-border);border-radius:12px;background:var(--community-surface);padding:1.5rem}.challenge-route h3{margin:0 0 1rem;font-size:1.5rem;font-family:var(--community-heading);font-weight:600;color:#202122}.route-simple{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.route-point{display:flex;flex-direction:column;gap:.4rem;padding:1rem 1.5rem;background:#f8f9fa;border-radius:8px;border:2px solid var(--community-border-soft);flex:1;min-width:200px}.route-point.start{border-color:#36c;background:#eaf3ff}.route-point.target{border-color:#14866d;background:#d5fdf1}.point-label{font-size:.8rem;font-family:var(--community-text);text-transform:uppercase;font-weight:600;letter-spacing:.05em;color:var(--community-muted)}.route-point strong{font-size:1.2rem;font-family:var(--community-heading);font-weight:600;color:#202122}.route-arrow{font-size:2rem;color:var(--community-muted);flex-shrink:0}.route-path{display:grid;gap:.75rem;margin-bottom:1rem}.route-step{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#f8f9fa;border-radius:8px;border:1px solid var(--community-border-soft)}.route-step .step-number{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;background:var(--community-accent);color:#fff;border-radius:50%;font-weight:600;font-size:.875rem;flex-shrink:0}.route-step .step-name{flex:1;color:#202122;font-size:1.05rem;font-family:var(--community-text)}.route-info{color:var(--community-muted);font-size:.9rem;font-family:var(--community-text);margin:0;font-style:italic}.creator-proof{border-left:3px solid #f7d774;background:#fffbe6;padding:.9rem 1.1rem;border-radius:6px;color:#7a5c00;font-family:var(--community-text)}.creator-proof h3{font-family:var(--community-heading);font-weight:600}.leaderboard,.hall-of-fame{border:1px solid var(--community-border);border-radius:12px;background:var(--community-surface);padding:1.5rem;font-family:var(--community-text)}.leaderboard h3,.hall-of-fame h3{font-family:var(--community-heading);font-weight:600;color:#202122}.leaderboard header,.hall-of-fame header{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:.75rem}.leaderboard table{width:100%;border-collapse:collapse;margin-top:1rem;font-size:.95rem;font-family:var(--community-text)}.leaderboard th,.leaderboard td{border-top:1px solid var(--community-border);padding:.75rem .5rem;text-align:left}.leaderboard th{background:#f6f7f9;border-bottom:2px solid var(--community-border);font-weight:600;font-family:var(--community-text)}.leaderboard td button{border-radius:999px;border:1px solid var(--community-border);padding:.35rem .9rem;background:#f8f9fa;color:var(--community-accent);font-weight:600}.hall-of-fame .podium{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.podium-card{border:1px solid var(--community-border);border-radius:10px;padding:1rem;background:#fdfdfd;display:flex;flex-direction:column;gap:.4rem;font-family:var(--community-text)}.podium-card h4{font-family:var(--community-heading);font-weight:600}.podium-card button{margin-top:auto;align-self:flex-start;border:1px solid var(--community-border);border-radius:999px;padding:.4rem .9rem;background:#f8f9fa;color:var(--community-accent);font-weight:600;font-family:var(--community-text)}.community-create-wizard{margin-top:2.5rem;background:var(--community-surface);border:1px solid var(--community-border);border-radius:16px;padding:clamp(2rem,5vw,3rem);box-shadow:0 4px 20px #00000014;font-family:var(--community-text)}.wizard-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:2px solid #f0f2f5}.wizard-header-content h2{margin:0 0 .4rem;font-family:var(--community-heading);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:600;color:#202122}.wizard-subtitle{margin:0;color:var(--community-muted);font-size:1.05rem}.ghost-button{border:1px solid var(--community-border);background:transparent;padding:.6rem 1.2rem;border-radius:999px;font-weight:600;color:var(--community-muted);cursor:pointer;transition:all .2s ease}.ghost-button:hover{background:#f8f9fa;border-color:#999}.wizard-progress{display:flex;align-items:center;justify-content:center;gap:.75rem;margin:0 auto 3rem;max-width:600px}.progress-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1}.step-circle{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;background:#e8ecef;color:#72777d;border:3px solid transparent;transition:all .3s ease}.progress-step.active .step-circle{background:var(--community-accent);color:#fff;border-color:var(--community-accent);box-shadow:0 0 0 4px #3366cc26;transform:scale(1.1)}.progress-step.completed .step-circle{background:#14866d;color:#fff;border-color:#14866d}.step-label{font-size:.85rem;font-weight:600;color:#72777d;text-align:center}.progress-step.active .step-label{color:var(--community-accent)}.progress-line{flex:1;height:3px;background:#e8ecef;border-radius:999px;margin-bottom:2rem}.wizard-form{max-width:800px;margin:0 auto}.wizard-step{animation:fadeIn .4s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.step-title{margin:0 0 .6rem;font-family:var(--community-heading);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:600;color:#202122;text-align:center}.step-description{margin:0 0 2.5rem;color:var(--community-muted);font-size:1.05rem;text-align:center}.mode-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:2.5rem}.mode-card{position:relative;background:#f8f9fa;border:3px solid var(--community-border-soft);border-radius:16px;padding:2rem 1.5rem;cursor:pointer;transition:all .3s ease;text-align:center;display:flex;flex-direction:column;gap:.75rem;min-height:240px}.mode-card:hover{border-color:var(--community-accent);transform:translateY(-4px);box-shadow:0 8px 24px #36c3}.mode-card.selected{background:linear-gradient(135deg,#eaf3ff,#f0f6ff);border-color:var(--community-accent);box-shadow:0 8px 24px #3366cc40}.mode-card.selected:before{content:"✓";position:absolute;top:1rem;right:1rem;width:32px;height:32px;background:var(--community-accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.mode-icon{font-size:4rem;margin:0 auto}.mode-card h4{margin:0;font-family:var(--community-heading);font-size:1.5rem;font-weight:600;color:#202122}.mode-card p{margin:0;color:var(--community-muted);line-height:1.5;flex:1}.mode-example{margin-top:auto;padding:.75rem 1rem;background:#fff;border-radius:8px;font-size:.9rem;color:var(--community-accent);font-weight:600;border:1px solid #d4e3ff}.form-section{display:flex;flex-direction:column;gap:2rem;margin-bottom:2.5rem}.form-label{display:flex;flex-direction:column;gap:.6rem}.label-text{font-weight:600;color:#202122;font-size:1rem}.required{color:#d73333}.optional{color:#72777d;font-size:.9em;font-weight:400}.form-input,.form-textarea{border:2px solid var(--community-border-soft);border-radius:10px;padding:.85rem 1rem;font-size:1rem;font-family:var(--community-text);background:#fff;transition:all .2s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--community-accent);box-shadow:0 0 0 4px #3366cc1a}.form-textarea{resize:vertical;line-height:1.6}.input-hint{font-size:.85rem;color:var(--community-muted)}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.victory-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.victory-option{background:#f8f9fa;border:2px solid var(--community-border-soft);border-radius:12px;padding:1.25rem 1rem;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:.5rem}.victory-option:hover{border-color:var(--community-accent);transform:translateY(-2px)}.victory-option.selected{background:linear-gradient(135deg,#eaf3ff,#f0f6ff);border-color:var(--community-accent);box-shadow:0 4px 12px #36c3}.option-icon{font-size:2rem}.option-label{font-weight:600;color:#202122;text-align:center}.language-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem}.language-option{background:#f8f9fa;border:2px solid var(--community-border-soft);border-radius:10px;padding:.75rem 1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.6rem;justify-content:center}.language-option:hover{border-color:var(--community-accent)}.language-option.selected{background:linear-gradient(135deg,#eaf3ff,#f0f6ff);border-color:var(--community-accent);box-shadow:0 2px 8px #36c3}.flag{font-size:1.5rem}.lang-label{font-weight:600;color:#202122;font-size:.9rem}.route-section{margin-bottom:2.5rem}.standard-route{display:grid;grid-template-columns:1fr auto 1fr;gap:1.5rem;align-items:center}.route-point{background:#f8f9fa;border:2px solid var(--community-border-soft);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.route-point.start{border-color:#36c;background:linear-gradient(135deg,#eaf3ff,#f0f6ff)}.route-point.target{border-color:#14866d;background:linear-gradient(135deg,#d5fdf1,#e6fffa)}.point-badge{font-weight:700;font-size:1rem;color:#202122;text-align:center}.route-arrow{font-size:2.5rem;color:var(--community-accent);font-weight:700}.tour-route{display:flex;flex-direction:column;gap:1.5rem}.waypoints-list{display:flex;flex-direction:column;gap:1rem}.waypoint-item{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center;background:#f8f9fa;border:2px solid var(--community-border-soft);border-radius:12px;padding:1rem 1.25rem;transition:all .2s ease}.waypoint-item:hover{border-color:var(--community-accent);box-shadow:0 2px 8px #3366cc26}.waypoint-number{width:44px;height:44px;min-width:44px;min-height:44px;background:var(--community-accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}.waypoint-input-wrapper{flex:1}.remove-waypoint{width:48px;height:48px;min-width:48px;min-height:48px;background:#fee;border:2px solid #fcc;border-radius:50%;color:#d33;font-weight:700;font-size:1.2rem;cursor:pointer;transition:all .2s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center}.remove-waypoint:hover{background:#fcc;transform:scale(1.1)}.add-waypoint-button{background:#fff;border:2px dashed var(--community-border);border-radius:12px;padding:1.25rem;color:var(--community-accent);font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.75rem}.add-waypoint-button:hover{border-color:var(--community-accent);background:#f0f6ff;border-style:solid}.plus-icon{font-size:1.5rem;font-weight:700}.error-banner{background:#fee7e6;border:2px solid #f3b7b3;border-radius:10px;padding:1rem 1.25rem;color:#a51d2d;font-weight:600;display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.error-icon{font-size:1.5rem}.wizard-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:2px solid #f0f2f5}.primary-button,.secondary-button{padding:.85rem 2rem;border-radius:999px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;border:none}.primary-button{background:var(--community-accent);color:#fff;box-shadow:0 4px 12px #3366cc4d}.primary-button:hover:not(:disabled){background:var(--community-accent-muted);transform:translateY(-2px);box-shadow:0 6px 16px #36c6}.primary-button:disabled{opacity:.5;cursor:not-allowed}.secondary-button{background:#fff;color:var(--community-muted);border:2px solid var(--community-border)}.secondary-button:hover{border-color:#999;background:#f8f9fa}.submit-button{font-size:1.1rem;padding:1rem 2.5rem}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.wizard-progress{flex-direction:column;gap:.5rem}.progress-line{display:none}.mode-cards,.standard-route{grid-template-columns:1fr}.route-arrow{text-align:center}.form-row{grid-template-columns:1fr}.wizard-actions{flex-direction:column-reverse}.primary-button,.secondary-button{width:100%;justify-content:center}}.community-play{margin-top:2.5rem;display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr);gap:1.5rem}.play-sidebar{background:var(--community-surface);border:1px solid var(--community-border);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1.2rem;position:sticky;top:1.5rem;height:fit-content}.play-sidebar header h3{margin:0 0 .4rem;font-size:1.4rem}.play-sidebar header p{margin:0;color:#4a4a4a;line-height:1.5}.play-sidebar .badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:999px;background:#f1f6ff;border:1px solid var(--community-border);font-size:.75rem;font-weight:600;color:var(--community-accent)}.stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.stat{border:1px solid var(--community-border);border-radius:8px;padding:.65rem;background:#fdfdfd;display:flex;flex-direction:column;gap:.35rem;color:#202122}.stat .label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--community-muted)}.tour-progress,.standard-info,.path-progress{border:1px solid var(--community-border);border-radius:8px;background:#fdfdfd;padding:.9rem}.tour-progress ol,.path-progress ol{margin:0;padding-left:1rem;display:grid;gap:.4rem;color:#202122}.tour-progress li.done{color:#14866d}.tour-progress li.current{color:var(--community-accent);font-weight:600}.play-sidebar .secondary{border-radius:999px;border:1px solid var(--community-border);background:#f8f9fa;color:#202122}.play-content{background:var(--community-surface);border:1px solid var(--community-border);border-radius:12px;padding:0;overflow:auto;max-height:calc(100vh - 5rem)}.play-article-shell{max-width:1200px;margin:0 auto;padding:1.75rem 2rem}.play-article-shell.with-toc{display:grid;grid-template-columns:260px minmax(0,1fr);gap:2rem;align-items:flex-start}.play-article-toc{position:sticky;top:1.5rem;align-self:flex-start;background:#f8f9fa;border:1px solid var(--community-border);border-radius:10px;padding:1.2rem 1.4rem;box-shadow:0 10px 30px #a2a9b12e;font-family:var(--community-text)}.play-article-toc-title{margin:0 0 .75rem;font-size:.95rem;text-transform:uppercase;letter-spacing:.08em;color:var(--community-muted)}.play-article-toc-list{list-style:none;margin:0;padding:0;display:grid;gap:.35rem}.play-article-toc-button{width:100%;text-align:left;border:none;background:transparent;padding:.35rem .5rem;border-radius:.35rem;font-size:.95rem;color:#202122;cursor:pointer;transition:background-color .15s ease,color .15s ease}.play-article-toc-button:hover,.play-article-toc-button:focus{background:#eaecf0;color:#202122;outline:none}.play-article-shell.with-toc .wiki-article{margin:0;width:100%}.play-article-shell .toc-item.level-3 .play-article-toc-button{padding-left:1.5rem;font-size:.9rem}.play-article-shell .toc-item.level-4 .play-article-toc-button{padding-left:2.25rem;font-size:.85rem}.play-content .wiki-article{font-family:Linux Libertine,Georgia,Times New Roman,serif;color:#202122;line-height:1.7}.play-content .wiki-article a{color:var(--community-accent);text-decoration:underline}.play-content .loading{text-align:center;color:var(--community-muted);padding:3rem 0}.community-path-modal{background:var(--community-surface);border:1px solid var(--community-border);border-radius:12px;padding:1.6rem;max-width:520px;width:100%;color:#202122;font-family:var(--community-text)}.community-path-modal header{display:flex;justify-content:space-between;gap:1rem;align-items:baseline}.community-path-modal .path-list{margin:1rem 0 0;padding-left:1.2rem;display:grid;gap:.3rem}@media(max-width:1024px){.community-hero,.community-play{grid-template-columns:1fr}.play-sidebar{position:static;top:unset}.play-article-shell.with-toc{grid-template-columns:minmax(0,1fr)}.play-article-toc{position:static;margin-bottom:1.5rem;width:100%}}@media(max-width:768px){.community-toolbar{flex-direction:column;align-items:stretch}.search-group{margin-left:0;width:100%;justify-content:stretch}.search-group input{flex:1}.detail-actions{width:100%;justify-content:flex-start}}@media(max-width:640px){.community-shell{padding:1.5rem 1rem 3rem}.community-toolbar .tabs{width:100%;justify-content:space-between}.community-card{min-height:0}.community-play{gap:1rem}.play-content{padding:0}.play-article-shell{padding:1.5rem 0}.play-article-shell .wiki-article{padding:1.5rem;border-radius:0;border-left:none;border-right:none}}.notification-stack{position:fixed;top:1.5rem;right:1.5rem;display:flex;flex-direction:column;gap:.75rem;z-index:20}.notification-card{background:#fffffff2;color:#202122;padding:.75rem 1rem;border-radius:.75rem;box-shadow:0 6px 18px #a2a9b159;display:flex;align-items:center;gap:.75rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);max-width:320px;border:1px solid #c8ccd1}.notification-card button{background:transparent;border:none;color:inherit;cursor:pointer;font-size:1.25rem;line-height:1;padding:.5rem;width:44px;height:44px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notification-card button:hover{color:#36c}@media(max-width:640px){.notification-stack{top:1rem;right:1rem;left:1rem}.notification-card{max-width:none}}.daily-victory-modal-overlay{position:fixed;inset:0;background:#202122d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;opacity:0;transition:opacity .3s ease}.daily-victory-modal-overlay.show{opacity:1}.daily-victory-modal{background:#fff;border-radius:1rem;padding:3rem 2.5rem;max-width:550px;width:100%;box-shadow:0 24px 48px #0000004d;border:2px solid #00af89;position:relative;overflow:hidden;transform:scale(.9);opacity:0;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.daily-victory-modal.show{transform:scale(1);opacity:1}.daily-confetti-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}.daily-confetti{position:absolute;width:10px;height:10px;top:-10px;border-radius:50%;animation:daily-confetti-fall 3s linear infinite;opacity:.8}@keyframes daily-confetti-fall{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(120vh) rotate(720deg);opacity:0}}.daily-victory-content{position:relative;z-index:1;text-align:center}.daily-victory-icon{font-size:4rem;margin-bottom:1rem;animation:daily-victory-bounce .6s ease-in-out}@keyframes daily-victory-bounce{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.daily-victory-title{font-family:Linux Libertine,Georgia,Times New Roman,serif;font-size:2.5rem;color:#00af89;margin:0 0 2rem;font-weight:700}.daily-victory-path{margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,#f0f6ff,#e6f2ff);border-radius:.75rem;border:2px solid #36c}.path-label{font-size:.85rem;color:#54595d;text-transform:uppercase;letter-spacing:.05em;font-weight:600;margin:0 0 .75rem}.path-route{font-size:1.1rem;color:#202122;font-weight:600;margin:0;line-height:1.5;word-break:break-word}.path-route .arrow{color:#36c;font-weight:700;margin:0 .5rem}.daily-victory-stats{display:flex;gap:2rem;justify-content:center;margin-bottom:2rem}.daily-victory-stat{display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.5rem;background:#f8f9fa;border:2px solid #a2a9b1;border-radius:.75rem;min-width:120px}.daily-victory-stat .stat-label{font-size:.9rem;color:#54595d;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.daily-victory-stat .stat-value{font-size:2rem;color:#00af89;font-weight:700;font-family:Courier New,monospace}.daily-victory-message{margin:0 0 2rem;color:#202122;font-size:1.1rem;line-height:1.5;font-weight:500}.daily-victory-buttons{display:flex;flex-direction:column;gap:1rem}.daily-victory-button{border:none;border-radius:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;width:100%}.daily-victory-button.primary{background:linear-gradient(135deg,#36c,#4a7cff);color:#fff;box-shadow:0 4px 12px #3666cc4d}.daily-victory-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3666cc66;background:linear-gradient(135deg,#4a7cff,#36c)}.daily-victory-button.primary:active{transform:translateY(0)}.daily-victory-button.secondary{background:#fff;color:#36c;border:2px solid #36c}.daily-victory-button.secondary:hover{background:#f0f6ff;transform:translateY(-1px)}.daily-victory-button.secondary:active{transform:translateY(0)}@media(max-width:640px){.daily-victory-modal{padding:2.5rem 2rem}.daily-victory-title{font-size:2rem}.daily-victory-path{padding:1.25rem}.path-route{font-size:1rem}.daily-victory-stats{flex-direction:column;gap:1rem}.daily-victory-stat{min-width:auto}.daily-victory-stat .stat-value{font-size:1.75rem}.daily-victory-button{font-size:1rem;padding:.875rem 1.5rem}}.victory-modal-overlay{position:fixed;inset:0;background:#202122d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;opacity:0;transition:opacity .3s ease}.victory-modal-overlay.show{opacity:1}.victory-modal{background:#fff;border-radius:1rem;padding:3rem 2.5rem;max-width:500px;width:100%;box-shadow:0 24px 48px #0000004d;border:2px solid #00af89;position:relative;overflow:hidden;transform:scale(.9);opacity:0;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.victory-modal.show{transform:scale(1);opacity:1}.confetti-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}.confetti{position:absolute;width:10px;height:10px;top:-10px;border-radius:50%;animation:confetti-fall 3s linear infinite;opacity:.8}@keyframes confetti-fall{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(120vh) rotate(720deg);opacity:0}}.victory-content{position:relative;z-index:1;text-align:center}.victory-icon{font-size:4rem;margin-bottom:1rem;animation:victory-bounce .6s ease-in-out}@keyframes victory-bounce{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.victory-title{font-family:Linux Libertine,Georgia,Times New Roman,serif;font-size:2.5rem;color:#00af89;margin:0 0 2rem;font-weight:700}.victory-stats{display:flex;gap:2rem;justify-content:center;margin-bottom:2rem}.victory-stat{display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.5rem;background:#f0f6ff;border:2px solid #36c;border-radius:.75rem;min-width:120px}.stat-label{font-size:.9rem;color:#54595d;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.stat-value{font-size:2rem;color:#36c;font-weight:700;font-family:Courier New,monospace}.victory-message{margin:0 0 2rem;color:#202122;font-size:1.15rem;line-height:1.5}.victory-button{background:linear-gradient(135deg,#00af89,#00d9a6);color:#fff;border:none;border-radius:.75rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00af894d;width:100%}.victory-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00af8966;background:linear-gradient(135deg,#00d9a6,#00af89)}.victory-button:active{transform:translateY(0)}@media(max-width:640px){.victory-modal{padding:2.5rem 2rem}.victory-title{font-size:2rem}.victory-stats{flex-direction:column;gap:1rem}.victory-stat{min-width:auto}.stat-value{font-size:1.75rem}}.admin-login-wiki{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f8f9fa;padding:2rem}.admin-login-container{background:#fff;border:1px solid #a2a9b1;border-radius:.5rem;padding:3rem;width:min(480px,100%);box-shadow:0 2px 8px #00000014}.admin-login-header{text-align:center;margin-bottom:2rem}.admin-login-header h1{font-family:Linux Libertine,Georgia,Times New Roman,serif;font-size:2.5rem;font-weight:400;margin:0 0 .5rem;color:#202122}.admin-login-subtitle{margin:0;color:#54595d;font-size:1.1rem}.admin-login-form{display:flex;flex-direction:column;gap:1.5rem}.admin-login-form .form-field{display:flex;flex-direction:column;gap:.5rem}.admin-login-form .field-label{font-weight:600;color:#202122;font-size:.95rem}.admin-login-form .field-input{padding:.85rem 1rem;border:1px solid #a2a9b1;border-radius:.5rem;background:#fff;color:#202122;font-size:1rem;transition:all .2s ease}.admin-login-form .field-input:focus{outline:none;border-color:#36c;box-shadow:0 0 0 3px #3366cc1a}.login-error{padding:.85rem 1rem;background:#fee;border:1px solid #d7331c;border-radius:.5rem;color:#d7331c;font-weight:600}.login-button{padding:1rem;background:#36c;color:#fff;border:none;border-radius:.5rem;font-weight:600;font-size:1.05rem;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #36c3}.login-button:hover:not(:disabled){background:#2a4b8d;box-shadow:0 4px 8px #3366cc4d;transform:translateY(-1px)}.login-button:disabled{opacity:.6;cursor:not-allowed}.admin-login-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #eaecf0;text-align:center}.admin-login-footer p{margin:0;color:#72777d;font-size:.9rem}.admin-shell-wiki{display:grid;grid-template-columns:280px 1fr;min-height:100vh;background:#f8f9fa}.admin-sidebar-wiki{background:#fff;border-right:1px solid #a2a9b1;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:2rem;box-shadow:2px 0 8px #0000000d}.sidebar-header{display:flex;justify-content:space-between;align-items:flex-start}.sidebar-branding h1{font-family:Linux Libertine,Georgia,Times New Roman,serif;font-size:1.8rem;font-weight:400;margin:0 0 .25rem;color:#202122}.sidebar-subtitle{margin:0;color:#54595d;font-size:.9rem}.mobile-menu-close{display:none;background:none;border:none;font-size:1.5rem;color:#202122;cursor:pointer;padding:.25rem}.sidebar-admin-info{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8f9fa;border:1px solid #c8ccd1;border-radius:.5rem}.admin-avatar{width:48px;height:48px;background:#36c;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.4rem;font-family:Linux Libertine,Georgia,serif}.admin-details{display:flex;flex-direction:column;gap:.25rem;flex:1}.admin-role{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#72777d;font-weight:600}.admin-username{color:#202122;font-weight:600;font-size:1rem}.sidebar-navigation{display:flex;flex-direction:column;gap:.5rem;flex:1}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;background:transparent;border:1px solid transparent;border-radius:.5rem;color:#202122;font-weight:600;text-align:left;cursor:pointer;transition:all .2s ease}.nav-item:hover{background:#f8f9fa;border-color:#c8ccd1}.nav-item.active{background:#eaf3ff;border-color:#36c;color:#36c}.nav-icon{font-size:1.2rem;width:24px;text-align:center}.nav-label{flex:1}.sidebar-footer{padding-top:1rem;border-top:1px solid #eaecf0}.logout-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1rem;background:#fff;border:1px solid #d7331c;border-radius:.5rem;color:#d7331c;font-weight:600;cursor:pointer;transition:all .2s ease}.logout-button:hover{background:#fee}.logout-icon{font-size:1.1rem}.admin-content-wiki{padding:3rem;overflow-y:auto}.mobile-header,.mobile-overlay{display:none}.loading-state{display:flex;align-items:center;justify-content:center;padding:4rem;color:#54595d;font-style:italic}.admin-dashboard-wiki{max-width:1400px;margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2.5rem}.dashboard-header h1{font-family:Linux Libertine,Georgia,Times New Roman,serif;font-size:2.5rem;font-weight:400;margin:0 0 .5rem;color:#202122}.dashboard-subtitle{margin:0;color:#54595d;font-size:1.05rem}.refresh-button{padding:.75rem 1.5rem;background:#fff;border:1px solid #a2a9b1;border-radius:.5rem;color:#202122;font-weight:600;cursor:pointer;transition:all .2s ease}.refresh-button:hover:not(:disabled){background:#f8f9fa;border-color:#72777d}.refresh-button:disabled{opacity:.6;cursor:not-allowed}.dashboard-error{padding:1rem 1.25rem;background:#fee;border:1px solid #d7331c;border-radius:.5rem;color:#d7331c;margin-bottom:2rem}.metrics-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:3rem}.metric-card-wiki{background:#fff;border:1px solid #a2a9b1;border-radius:.5rem;padding:1.5rem;display:flex;gap:1.25rem;align-items:flex-start;transition:all .2s ease}.metric-card-wiki:hover{border-color:#72777d;box-shadow:0 2px 8px #00000014}.metric-icon{font-size:2.5rem;line-height:1}.metric-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.metric-title{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:#54595d;font-weight:600}.metric-value{font-size:2.5rem;font-weight:700;color:#36c;font-family:Linux Libertine,Georgia,serif;line-height:1}.metric-description{font-size:.9rem;color:#72777d}.dashboard-insights{background:#fff;border:1px solid #a2a9b1;border-radius:.5rem;padding:2rem}.dashboard-insights h2{font-family:Linux Libertine,Georgia,Times New Roman,serif;font-size:1.8rem;font-weight:400;margin:0 0 1.5rem;color:#202122}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.insight-card{padding:1.5rem;background:#f8f9fa;border:1px solid #c8ccd1;border-radius:.5rem}.insight-card h3{font-size:1rem;font-weight:600;margin:0 0 .75rem;color:#202122}.insight-card p{margin:0;color:#54595d;line-height:1.5}.insight-card strong{color:#36c;font-weight:700}.admin-users-wiki{max-width:1600px;margin:0 auto}.users-header{margin-bottom:2.5rem}.users-header h1{font-family:Linux Libertine,Georgia,Times New Roman,serif;font-size:2.5rem;font-weight:400;margin:0 0 .5rem;color:#202122}.users-subtitle{margin:0;color:#54595d;font-size:1.05rem}.users-error{padding:1rem 1.25rem;background:#fee;border:1px solid #d7331c;border-radius:.5rem;color:#d7331c;margin-bottom:2rem}.users-success{padding:1rem 1.25rem;background:#d5fdf1;border:1px solid #14866d;border-radius:.5rem;color:#14866d;margin-bottom:2rem;font-weight:600}.users-controls{background:#fff;border:1px solid #a2a9b1;border-radius:.5rem;padding:1.5rem;margin-bottom:2rem;display:flex;flex-direction:column;gap:1.5rem}.search-form{display:flex;gap:1rem}.search-input{flex:1;padding:.75rem 1rem;border:1px solid #a2a9b1;border-radius:.5rem;background:#fff;color:#202122;font-size:1rem}.search-input:focus{outline:none;border-color:#36c;box-shadow:0 0 0 3px #3366cc1a}.search-button{padding:.75rem 1.5rem;background:#36c;color:#fff;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease}.search-button:hover:not(:disabled){background:#2a4b8d}.search-button:disabled{opacity:.6;cursor:not-allowed}.filter-controls{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.filter-label{font-weight:600;color:#202122;font-size:.95rem}.filter-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.filter-button{padding:.6rem 1.25rem;background:#fff;border:1px solid #a2a9b1;border-radius:.5rem;color:#202122;font-weight:600;cursor:pointer;transition:all .2s ease}.filter-button:hover{background:#f8f9fa;border-color:#72777d}.filter-button.active{background:#36c;color:#fff;border-color:#36c}.users-table-container{background:#fff;border:1px solid #a2a9b1;border-radius:.5rem;overflow:hidden;margin-bottom:1.5rem}.users-table-wiki{width:100%;border-collapse:collapse}.users-table-wiki thead{background:#f8f9fa;border-bottom:2px solid #a2a9b1}.users-table-wiki th{padding:1rem 1.25rem;text-align:left;font-weight:600;color:#202122;text-transform:uppercase;font-size:.85rem;letter-spacing:.05em}.users-table-wiki td{padding:1rem 1.25rem;border-bottom:1px solid #eaecf0;color:#202122}.users-table-wiki tbody tr:hover{background:#f8f9fa}.users-table-wiki tbody tr.banned-row{opacity:.7}.player-name{display:flex;align-items:center;gap:.75rem}.banned-badge{display:inline-block;padding:.25rem .6rem;background:#fee;color:#d7331c;border-radius:.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-badge{display:inline-block;padding:.4rem .85rem;border-radius:.5rem;font-size:.85rem;font-weight:600}.status-badge.status-active{background:#d5fdf1;color:#14866d}.status-badge.status-banned{background:#fee;color:#d7331c}.action-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.action-ban,.action-unban,.action-reset{padding:.5rem 1rem;border-radius:.5rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease}.action-ban{background:#fff;border:1px solid #d7331c;color:#d7331c}.action-ban:hover{background:#fee}.action-unban{background:#fff;border:1px solid #14866d;color:#14866d}.action-unban:hover{background:#d5fdf1}.action-reset{background:#fff;border:1px solid #a2a9b1;color:#202122}.action-reset:hover:not(:disabled){background:#f8f9fa;border-color:#72777d}.action-reset:disabled{opacity:.4;cursor:not-allowed}.empty-state{text-align:center;padding:3rem 2rem;color:#72777d;font-style:italic}.users-summary{padding:1rem 1.25rem;background:#f8f9fa;border:1px solid #c8ccd1;border-radius:.5rem;color:#54595d;text-align:center}.users-summary strong{color:#202122;font-weight:700}.admin-reports-wiki{max-width:1800px;margin:0 auto}.reports-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2.5rem}.reports-header h1{font-family:Linux Libertine,Georgia,Times New Roman,serif;font-size:2.5rem;font-weight:400;margin:0 0 .5rem;color:#202122}.reports-subtitle{margin:0;color:#54595d;font-size:1.05rem}.reports-error{padding:1rem 1.25rem;background:#fee;border:1px solid #d7331c;border-radius:.5rem;color:#d7331c;margin-bottom:2rem}.reports-success{padding:1rem 1.25rem;background:#d5fdf1;border:1px solid #14866d;border-radius:.5rem;color:#14866d;margin-bottom:2rem;font-weight:600}.reports-stats{display:flex;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.stat-badge{padding:.75rem 1.25rem;background:#fff;border:1px solid #a2a9b1;border-radius:.5rem;color:#54595d}.stat-badge strong{color:#36c;font-weight:700;font-size:1.25rem;margin-right:.5rem}.reports-filters{background:#fff;border:1px solid #a2a9b1;border-radius:.5rem;padding:1.5rem;margin-bottom:2rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.reports-table-container{background:#fff;border:1px solid #a2a9b1;border-radius:.5rem;overflow-x:auto;margin-bottom:1.5rem}.reports-table-wiki{width:100%;min-width:1200px;border-collapse:collapse}.reports-table-wiki thead{background:#f8f9fa;border-bottom:2px solid #a2a9b1}.reports-table-wiki th{padding:1rem 1.25rem;text-align:left;font-weight:600;color:#202122;text-transform:uppercase;font-size:.85rem;letter-spacing:.05em}.reports-table-wiki td{padding:1rem 1.25rem;border-bottom:1px solid #eaecf0;color:#202122;vertical-align:top}.reports-table-wiki tbody tr:hover{background:#f8f9fa}.challenge-info{display:flex;flex-direction:column;gap:.35rem}.challenge-title{color:#202122;font-weight:600}.challenge-id{color:#72777d;font-size:.85rem;font-family:monospace}.mode-badge{display:inline-block;padding:.4rem .85rem;border-radius:.5rem;font-size:.85rem;font-weight:600}.mode-badge.mode-standard{background:#d5fdf1;color:#14866d}.mode-badge.mode-tour{background:#dbeafe;color:#1e40af}.victory-type{color:#54595d;font-size:.9rem}.reporter-info{display:flex;flex-direction:column;gap:.35rem}.reporter-info strong{color:#202122}.reporter-token{color:#72777d;font-size:.8rem;font-family:monospace}.report-reason{max-width:300px;color:#202122;line-height:1.5}.resolve-button{padding:.6rem 1.25rem;background:#36c;color:#fff;border:none;border-radius:.5rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.resolve-button:hover{background:#2a4b8d}.reports-summary{padding:1rem 1.25rem;background:#f8f9fa;border:1px solid #c8ccd1;border-radius:.5rem;color:#54595d;text-align:center}.reports-summary strong{color:#202122;font-weight:700}.admin-wiki-pages-wiki{max-width:1400px;margin:0 auto}.wiki-pages-header{margin-bottom:2.5rem}.wiki-pages-header h1{font-family:Linux Libertine,Georgia,Times New Roman,serif;font-size:2.5rem;font-weight:400;margin:0 0 .5rem;color:#202122}.wiki-pages-subtitle{margin:0;color:#54595d;font-size:1.05rem;line-height:1.6}.language-selector{background:#fff;border:1px solid #a2a9b1;border-radius:.5rem;padding:1.5rem;margin-bottom:2rem;display:flex;flex-direction:column;gap:1rem}.language-label{font-weight:600;color:#202122;font-size:.95rem}.language-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.language-button{display:flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;background:#fff;border:1px solid #a2a9b1;border-radius:.5rem;color:#202122;font-weight:600;cursor:pointer;transition:all .2s ease}.language-button:hover:not(:disabled){background:#f8f9fa;border-color:#72777d}.language-button.active{background:#36c;color:#fff;border-color:#36c}.language-button:disabled{opacity:.6;cursor:not-allowed}.language-flag{font-size:1.2rem}.language-name{font-size:.95rem}.refresh-button-small{padding:.65rem 1.25rem;background:#fff;border:1px solid #a2a9b1;border-radius:.5rem;color:#202122;font-weight:600;cursor:pointer;transition:all .2s ease;align-self:flex-start}.refresh-button-small:hover:not(:disabled){background:#f8f9fa;border-color:#72777d}.refresh-button-small:disabled{opacity:.6;cursor:not-allowed}.wiki-pages-feedback{padding:1rem 1.25rem;border-radius:.5rem;margin-bottom:2rem;font-weight:600}.wiki-pages-feedback.success{background:#d5fdf1;border:1px solid #14866d;color:#14866d}.wiki-pages-feedback.error{background:#fee;border:1px solid #d7331c;color:#d7331c}.collections-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem;margin-bottom:3rem}.collection-card{background:#fff;border:1px solid #a2a9b1;border-radius:.5rem;padding:2rem}.collection-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.collection-header h2{font-family:Linux Libertine,Georgia,Times New Roman,serif;font-size:1.6rem;font-weight:400;margin:0;color:#202122}.collection-count{padding:.4rem .85rem;background:#f8f9fa;border:1px solid #c8ccd1;border-radius:.5rem;font-weight:600;font-size:.9rem;color:#54595d}.collection-description{margin:0 0 1.5rem;color:#54595d;line-height:1.6}.collection-empty{padding:2rem;text-align:center;color:#72777d;font-style:italic;background:#f8f9fa;border:1px dashed #c8ccd1;border-radius:.5rem}.pages-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.page-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;background:#f8f9fa;border:1px solid #c8ccd1;border-radius:.5rem;transition:all .2s ease}.page-item:hover{background:#eaecf0}.page-item.curated{border-left:3px solid #36c}.page-item.custom{border-left:3px solid #14866d}.page-item-content{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.page-icon{font-size:1.1rem;flex-shrink:0}.page-title{color:#202122;font-weight:500;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.delete-page-button{background:#fee;border:1px solid #fcc;border-radius:.35rem;padding:.4rem .6rem;cursor:pointer;font-size:1.1rem;transition:all .2s ease;flex-shrink:0;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.delete-page-button:hover:not(:disabled){background:#fcc;transform:scale(1.05)}.delete-page-button:disabled{opacity:.5;cursor:not-allowed}.add-page-section{background:#fff;border:1px solid #a2a9b1;border-radius:.5rem;padding:2rem;margin-bottom:2rem}.add-page-header{margin-bottom:1.5rem}.add-page-header h2{font-family:Linux Libertine,Georgia,Times New Roman,serif;font-size:1.6rem;font-weight:400;margin:0 0 .5rem;color:#202122}.add-page-description{margin:0;color:#54595d;line-height:1.6}.add-page-form{display:flex;gap:1rem;align-items:flex-end}.form-input-wrapper{flex:1}.add-page-button{padding:.75rem 1.75rem;background:#36c;color:#fff;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.add-page-button:hover:not(:disabled){background:#2a4b8d}.add-page-button:disabled{opacity:.6;cursor:not-allowed}.total-summary{padding:1rem 1.25rem;background:#f8f9fa;border:1px solid #c8ccd1;border-radius:.5rem;color:#54595d;text-align:center}.total-summary strong{color:#202122;font-weight:700}.admin-schedule-wiki{background:#fff;min-height:100vh;padding:3rem clamp(1.5rem,4vw,4rem);color:#202122}.schedule-header{margin-bottom:2.5rem}.schedule-header h1{font-family:Linux Libertine,Georgia,Times New Roman,serif;font-size:2.5rem;font-weight:400;margin:0 0 .5rem;color:#202122}.schedule-header .subtitle{margin:0;color:#54595d;font-size:1.1rem}.schedule-header .feedback{margin-top:1rem;padding:.75rem 1rem;border-radius:.5rem;font-weight:600}.schedule-header .feedback.success{background:#d5fdf1;color:#14866d;border:1px solid #5eead4}.schedule-header .feedback.error{background:#fee;color:#d7331c;border:1px solid #f8a3a3}.month-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-bottom:2.5rem}.stat-card{background:#f8f9fa;border:1px solid #a2a9b1;border-radius:.5rem;padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}.stat-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:#54595d;font-weight:600}.stat-value{font-size:2rem;font-weight:700;color:#36c;font-family:Linux Libertine,Georgia,serif}.month-navigation{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:2rem;padding:1rem 1.5rem;background:#f8f9fa;border:1px solid #c8ccd1;border-radius:.5rem}.nav-button{background:#fff;border:1px solid #a2a9b1;color:#202122;padding:.65rem 1.25rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease}.nav-button:hover{background:#36c;color:#fff;border-color:#36c}.month-title{font-family:Linux Libertine,Georgia,Times New Roman,serif;font-size:1.6rem;font-weight:400;margin:0;color:#202122;text-transform:capitalize;flex:1;text-align:center}.calendar-wiki{background:#fff;border:1px solid #a2a9b1;border-radius:.5rem;padding:1.5rem;margin-bottom:2.5rem;box-shadow:0 1px 2px #0000000d}.calendar-grid-wiki{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem}.calendar-header-wiki{text-align:center;font-weight:700;color:#202122;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em;padding:.5rem;border-bottom:2px solid #a2a9b1;margin-bottom:.5rem}.calendar-cell-wiki{display:flex;flex-direction:column;align-items:center;gap:.5rem;border:1px solid #c8ccd1;border-radius:.5rem;background:#f8f9fa;padding:.75rem;min-height:85px;cursor:pointer;transition:all .2s ease}.calendar-cell-wiki:hover{background:#eaecf0;border-color:#36c;transform:translateY(-2px);box-shadow:0 4px 8px #3366cc26}.calendar-cell-wiki.selected{background:#eaf3ff;border-color:#36c;border-width:2px;box-shadow:0 0 0 3px #3366cc1a}.calendar-cell-wiki.today{border-color:#f97316;background:#fff7ed}.calendar-cell-wiki.faded{opacity:.4}.date-number{font-weight:700;font-size:1.1rem;color:#202122}.cell-badges{display:flex;gap:.35rem;flex-wrap:wrap;justify-content:center}.badge{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;font-size:.7rem;font-weight:700;color:#fff}.badge-standard.badge-active{background:#14866d}.badge-standard.badge-draft{background:#6b7280}.badge-tour.badge-active{background:#0ea5e9}.badge-tour.badge-draft{background:#9ca3af}.schedule-detail-wiki{background:#fff;border:1px solid #a2a9b1;border-radius:.5rem;padding:2rem;box-shadow:0 1px 2px #0000000d}.detail-header h2{font-family:Linux Libertine,Georgia,Times New Roman,serif;font-size:1.8rem;font-weight:400;margin:0 0 1.5rem;color:#202122;text-transform:capitalize}.loading-text{color:#54595d;font-style:italic}.tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:2px solid #c8ccd1}.tab{background:transparent;border:none;color:#54595d;padding:.75rem 1.5rem;font-weight:600;cursor:pointer;position:relative;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.tab:hover{color:#36c;background:#f8f9fa}.tab.active{color:#36c;border-bottom:3px solid #36c;margin-bottom:-2px}.tab-indicator{color:#14866d;font-size:.6rem}.tab-content{min-height:400px}.challenge-form{display:flex;flex-direction:column;gap:1.5rem}.form-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid #eaecf0}.form-header h3{font-family:Linux Libertine,Georgia,Times New Roman,serif;font-size:1.4rem;font-weight:400;margin:0;color:#202122}.toggle-switch{display:flex;align-items:center;gap:.75rem;cursor:pointer}.toggle-switch input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.toggle-slider{position:relative;display:inline-block;width:48px;height:24px;background:#c8ccd1;border-radius:24px;transition:background .3s ease}.toggle-slider:before{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;top:3px;left:3px;transition:transform .3s ease}.toggle-switch input:checked+.toggle-slider{background:#36c}.toggle-switch input:checked+.toggle-slider:before{transform:translate(24px)}.toggle-label{font-weight:600;color:#202122;font-size:.95rem}.form-content{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.field-label{font-weight:600;color:#202122;font-size:.95rem}.field-input,.field-select{padding:.75rem 1rem;border:1px solid #a2a9b1;border-radius:.5rem;background:#fff;color:#202122;font-size:1rem;transition:all .2s ease}.field-input:focus,.field-select:focus{outline:none;border-color:#36c;box-shadow:0 0 0 3px #3366cc1a}.validate-button{background:#f8f9fa;border:1px solid #a2a9b1;color:#202122;padding:.75rem 1.25rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease}.validate-button:hover{background:#eaecf0;border-color:#72777d}.empty-state{color:#72777d;font-style:italic;text-align:center;padding:2rem}.waypoints-editor{display:flex;flex-direction:column;gap:1rem}.waypoints-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.waypoint-item{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:flex-start;background:#f8f9fa;padding:.75rem 1rem;border-radius:.5rem;border:1px solid #c8ccd1}.waypoint-search-wrapper{flex:1;width:100%}.waypoint-number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#36c;color:#fff;border-radius:50%;font-weight:700;font-size:.9rem}.waypoint-input{padding:.65rem .9rem;border:1px solid #a2a9b1;border-radius:.5rem;background:#fff;color:#202122;font-size:.95rem}.waypoint-input:focus{outline:none;border-color:#36c;box-shadow:0 0 0 3px #3366cc1a}.waypoint-actions{display:flex;gap:.5rem}.action-button{background:#fff;border:1px solid #a2a9b1;color:#202122;padding:.5rem .75rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease}.action-button:hover:not(:disabled){background:#eaecf0;border-color:#72777d}.action-button:disabled{opacity:.4;cursor:not-allowed}.action-button.danger:hover:not(:disabled){background:#fee;border-color:#d7331c;color:#d7331c}.add-waypoint-button{background:#f8f9fa;border:2px dashed #a2a9b1;color:#36c;padding:.75rem 1.25rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease}.add-waypoint-button:hover{background:#eaf3ff;border-color:#36c;border-style:solid}.validation-result{padding:1rem 1.25rem;border-radius:.5rem;font-weight:600;margin-top:1.5rem}.validation-result.success{background:#d5fdf1;color:#14866d;border:1px solid #5eead4}.validation-result.error{background:#fee;color:#d7331c;border:1px solid #f8a3a3}.form-actions{margin-top:2rem;padding-top:1.5rem;border-top:2px solid #eaecf0;display:flex;justify-content:flex-end}.save-button{background:#36c;border:none;color:#fff;padding:.85rem 2rem;border-radius:.5rem;font-weight:600;font-size:1.05rem;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #36c3}.save-button:hover:not(:disabled){background:#2a4b8d;box-shadow:0 4px 8px #3366cc4d;transform:translateY(-1px)}.save-button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:1024px){.admin-shell-wiki{grid-template-columns:240px 1fr}.admin-content-wiki{padding:2.5rem 2rem}.collections-grid{grid-template-columns:1fr}}@media(max-width:900px){.admin-shell-wiki{grid-template-columns:1fr}.admin-sidebar-wiki{position:fixed;left:-100%;top:0;bottom:0;width:280px;z-index:1000;transition:left .3s ease;box-shadow:4px 0 12px #0000001a}.admin-sidebar-wiki.mobile-open{left:0}.mobile-menu-close{display:block}.mobile-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #eaecf0}.mobile-menu-toggle{background:#fff;border:1px solid #a2a9b1;border-radius:.5rem;padding:.65rem 1rem;font-size:1.5rem;color:#202122;cursor:pointer;transition:all .2s ease}.mobile-menu-toggle:hover{background:#f8f9fa}.mobile-header h2{font-family:Linux Libertine,Georgia,Times New Roman,serif;font-size:1.6rem;font-weight:400;margin:0;color:#202122}.mobile-overlay{display:block;position:fixed;inset:0;background:#00000080;z-index:999}.admin-content-wiki{padding:2rem 1.5rem}}@media(max-width:640px){.admin-login-container{padding:2rem 1.5rem}.admin-content-wiki{padding:1.5rem 1rem}.dashboard-header,.users-header,.reports-header{flex-direction:column;align-items:flex-start}.metrics-container{grid-template-columns:1fr}.month-navigation{flex-direction:column}.calendar-cell-wiki{min-height:70px;font-size:.85rem}.form-row{grid-template-columns:1fr}.tabs{flex-wrap:wrap}.waypoint-item{grid-template-columns:auto 1fr;gap:.75rem}.waypoint-actions{grid-column:1 / -1;justify-content:flex-end}.users-controls{padding:1rem}.search-form{flex-direction:column}.filter-controls{flex-direction:column;align-items:flex-start}.add-page-form{flex-direction:column}.add-page-button{width:100%}.reports-table-container{border-radius:0;margin-left:-1rem;margin-right:-1rem}.action-buttons{flex-direction:column}.action-ban,.action-unban,.action-reset{width:100%}}@media(max-width:480px){.admin-login-header h1,.dashboard-header h1,.users-header h1,.reports-header h1,.wiki-pages-header h1{font-size:2rem}.month-stats{grid-template-columns:1fr}.language-buttons{flex-direction:column}.language-button{width:100%;justify-content:center}.collections-grid{gap:1.5rem}}.admin-statistics-wiki{max-width:1400px;margin:0 auto;padding:2rem}.stats-section{background:#fff;border:1px solid #a2a9b1;border-radius:.5rem;padding:2rem;margin-bottom:2rem}.stats-section-title{font-family:Linux Libertine,Georgia,Times New Roman,serif;font-size:1.75rem;font-weight:600;margin:0 0 1.5rem;color:#202122;border-bottom:2px solid #eaecf0;padding-bottom:.75rem}.stat-card-large{display:flex;align-items:center;gap:1.5rem;background:#f8f9fa;border:1px solid #c8ccd1;border-radius:.5rem;padding:1.5rem;transition:all .2s ease}.stat-card-large:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stat-card-blue{border-left:4px solid #36c}.stat-card-green{border-left:4px solid #14866d}.stat-card-purple{border-left:4px solid #6b4ba1}.stat-card-orange{border-left:4px solid #d68000}.stat-card-cyan{border-left:4px solid #0e7e91}.stat-card-red{border-left:4px solid #d73333}.stat-icon-large{font-size:3rem;line-height:1;opacity:.9}.stat-content-large{flex:1;min-width:0}.stat-title-large{font-size:.875rem;font-weight:600;color:#54595d;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.stat-value-large{font-size:2.25rem;font-weight:700;color:#202122;line-height:1.2;margin-bottom:.25rem}.stat-subtitle-large{font-size:.875rem;color:#72777d}.engagement-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.engagement-card{background:linear-gradient(135deg,#f8f9fa,#fff);border:1px solid #c8ccd1;border-radius:.5rem;padding:2rem;text-align:center;box-shadow:0 2px 4px #0000000d}.engagement-number{font-size:3.5rem;font-weight:700;color:#36c;line-height:1;margin-bottom:.75rem}.engagement-label{font-size:1.1rem;font-weight:600;color:#202122;margin-bottom:.5rem}.engagement-percent{font-size:.875rem;color:#72777d}.timeline-container{background:#f8f9fa;border-radius:.5rem;padding:2rem}.timeline-chart{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.timeline-section{background:#fff;border:1px solid #c8ccd1;border-radius:.5rem;padding:1.5rem}.timeline-metric-title{font-size:1rem;font-weight:600;color:#202122;margin:0 0 1.5rem;text-align:center}.timeline-bars{display:flex;align-items:flex-end;justify-content:space-around;gap:.5rem;height:200px}.timeline-bar-wrapper{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:0}.timeline-bar{width:100%;min-height:4px;border-radius:4px 4px 0 0;transition:all .3s ease}.timeline-bar:hover{opacity:.8}.timeline-bar-blue{background:linear-gradient(to top,#36c,#6b9eff)}.timeline-bar-green{background:linear-gradient(to top,#14866d,#36c6a0)}.timeline-bar-purple{background:linear-gradient(to top,#6b4ba1,#9b7bce)}.timeline-bar-label{font-size:.75rem;color:#72777d;white-space:nowrap}.timeline-bar-value{font-size:.875rem;font-weight:600;color:#202122}.challenge-difficulty-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.difficulty-column{background:#f8f9fa;border:1px solid #c8ccd1;border-radius:.5rem;padding:1.5rem}.difficulty-title{font-size:1.25rem;font-weight:600;color:#202122;margin:0 0 1.5rem;text-align:center}.challenge-list{display:flex;flex-direction:column;gap:1rem}.challenge-item{display:flex;align-items:flex-start;gap:1rem;background:#fff;border:1px solid #c8ccd1;border-radius:.5rem;padding:1rem}.challenge-rank{font-size:1.5rem;font-weight:700;color:#72777d;flex-shrink:0;width:3rem;text-align:center}.challenge-info{flex:1;min-width:0}.challenge-route{font-size:.95rem;font-weight:600;color:#202122;margin-bottom:.5rem;word-break:break-word}.challenge-stats{font-size:.875rem;color:#72777d}.challenge-stats strong{color:#36c;font-weight:600}.popular-pages{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.popular-page-item{display:flex;align-items:center;gap:1rem;background:#f8f9fa;border:1px solid #c8ccd1;border-radius:.5rem;padding:1rem}.page-rank{font-size:1.5rem;font-weight:700;color:#36c;flex-shrink:0;width:3rem;text-align:center}.page-title{flex:1;font-size:.95rem;font-weight:600;color:#202122;word-break:break-word}.page-count{font-size:.875rem;color:#72777d;flex-shrink:0}.community-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2rem}.community-column{background:#f8f9fa;border:1px solid #c8ccd1;border-radius:.5rem;padding:1.5rem}.community-subtitle{font-size:1.25rem;font-weight:600;color:#202122;margin:0 0 1.5rem;text-align:center}.community-list{display:flex;flex-direction:column;gap:1rem}.community-item{display:flex;align-items:flex-start;gap:1rem;background:#fff;border:1px solid #c8ccd1;border-radius:.5rem;padding:1rem}.community-rank{font-size:1.5rem;font-weight:700;color:#72777d;flex-shrink:0;width:3rem;text-align:center}.community-info{flex:1;min-width:0}.community-title{font-size:1rem;font-weight:600;color:#202122;margin-bottom:.5rem;word-break:break-word}.community-meta{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.875rem;color:#72777d}.community-badge{background:#36c;color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600}.creator-list{display:flex;flex-direction:column;gap:1rem}.creator-item{display:flex;align-items:center;gap:1rem;background:#fff;border:1px solid #c8ccd1;border-radius:.5rem;padding:1rem}.creator-rank{font-size:1.5rem;font-weight:700;color:#72777d;flex-shrink:0;width:3rem;text-align:center}.creator-name{flex:1;font-size:1rem;font-weight:600;color:#202122}.creator-count{font-size:.875rem;color:#72777d;flex-shrink:0}.records-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.record-card{background:linear-gradient(135deg,#f8f9fa,#fff);border:2px solid #36c;border-radius:.5rem;padding:2rem;text-align:center;box-shadow:0 4px 12px #3666cc1a}.record-icon{font-size:3rem;margin-bottom:1rem}.record-title{font-size:1.1rem;font-weight:600;color:#202122;margin-bottom:1rem}.record-value{font-size:2.5rem;font-weight:700;color:#36c;margin-bottom:.5rem}.record-holder{font-size:1rem;font-weight:600;color:#202122;margin-bottom:.25rem}.record-date{font-size:.875rem;color:#72777d}.record-none{font-size:1rem;color:#72777d;font-style:italic}.no-data{text-align:center;color:#72777d;font-style:italic;padding:2rem}@media(max-width:768px){.admin-statistics-wiki{padding:1rem}.stats-section{padding:1.5rem}.stats-section-title{font-size:1.5rem}.challenge-difficulty-grid,.community-stats-grid,.timeline-chart{grid-template-columns:1fr}.stat-value-large{font-size:1.75rem}.engagement-number{font-size:2.5rem}.popular-pages,.records-grid{grid-template-columns:1fr}}.dashboard-welcome{background:linear-gradient(135deg,#f8f9fa,#fff);border:1px solid #a2a9b1;border-left:4px solid #36c;border-radius:.5rem;margin-bottom:2rem}.welcome-message{padding:2rem}.welcome-message h2{font-family:Linux Libertine,Georgia,Times New Roman,serif;font-size:2rem;font-weight:600;margin:0 0 1rem;color:#202122}.welcome-message p{font-size:1.05rem;color:#54595d;line-height:1.6;margin:0}.welcome-message strong{color:#36c;font-weight:600}.dashboard-quick-links{background:#fff;border:1px solid #a2a9b1;border-radius:.5rem;padding:2rem;margin-top:2rem}.dashboard-quick-links h2{font-family:Linux Libertine,Georgia,Times New Roman,serif;font-size:1.75rem;font-weight:600;margin:0 0 1.5rem;color:#202122}.quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.quick-link-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:#f8f9fa;border:1px solid #c8ccd1;border-radius:.5rem;padding:2rem 1.5rem;text-decoration:none;color:inherit;transition:all .3s ease}.quick-link-card:hover{background:#fff;border-color:#36c;transform:translateY(-4px);box-shadow:0 6px 16px #3666cc26}.quick-link-icon{font-size:3rem;margin-bottom:1rem}.quick-link-title{font-size:1.1rem;font-weight:600;color:#202122;margin-bottom:.5rem}.quick-link-desc{font-size:.875rem;color:#72777d}@media(max-width:768px){.quick-links-grid{grid-template-columns:1fr}.welcome-message{padding:1.5rem}.welcome-message h2{font-size:1.5rem}.dashboard-quick-links{padding:1.5rem}}
