.wiki-container{background:#f8f9fa;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.wiki-sidebar{background:#fff;border-right:1px solid #e9ecef;width:300px;height:100vh;padding:1rem;position:sticky;top:0;overflow-y:auto}.sidebar-header{border-bottom:1px solid #e9ecef;margin-bottom:1.5rem;padding-bottom:1rem}.sidebar-header h2{color:#2d3748;margin:0;font-size:1.1rem;font-weight:600}.nav-section{margin-bottom:.5rem}.section-title{color:#2d3748;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:4px;align-items:center;padding:.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.nav-entry{cursor:pointer;border-radius:4px;padding:.5rem;transition:all .2s}.nav-entry.active{background-color:#e3f2fd;font-weight:600}.nav-entry[data-level="1"]{margin-left:0}.nav-entry[data-level="2"]{margin-left:16px}.nav-entry[data-level="3"]{margin-left:32px}.nav-entry[data-level="4"]{margin-left:48px}.entry-item{cursor:pointer;border-radius:8px;padding:.75rem;transition:all .2s}.entry-item[data-level="1"]{margin-left:0}.entry-item[data-level="2"]{margin-left:20px}.entry-item[data-level="3"]{margin-left:40px}.entry-item[data-level="4"]{margin-left:60px}.section-title:hover{background:#f8f9fa}.section-toggle{color:#6c757d;margin-right:.5rem;font-size:.75rem;transition:transform .2s}.section-toggle.expanded{transform:rotate(90deg)}.section-entries{margin-top:.25rem;padding-left:1.5rem}.nav-entry{color:#4a5568;cursor:pointer;border-radius:4px;margin-bottom:.125rem;padding:.25rem .5rem;font-size:.9rem;line-height:1.4;transition:all .2s}.nav-entry:hover{color:#2d3748;background:#f8f9fa}.nav-entry.active{color:#15076b;background:#2f4a72;font-weight:500}.nav-entry.level-1{border-left:3px solid #007bff;padding-left:8px;font-weight:600}.nav-entry.level-2{background-color:#f8f9fa;border-left:3px solid #28a745;font-size:.85rem;font-weight:500}.nav-entry.level-3{background-color:#fcfcfc;border-left:3px solid #ffc107;font-size:.8rem;font-weight:400}.nav-entry.level-4{background-color:#fafafa;border-left:3px solid #dc3545;font-size:.75rem;font-weight:400}.entry-item-container{margin-bottom:2px}.no-entries{color:#a0aec0;padding:.25rem .5rem;font-size:.85rem;font-style:italic}.wiki-main{flex:1;overflow-y:auto}.wiki-browser.loading{justify-content:center;align-items:center;display:flex}.loading-spinner{color:#2f4a72;font-size:1.5rem;animation:2s infinite pulse}.loading-content{justify-content:center;align-items:center;min-height:200px;display:flex}.wiki-header{text-align:center;color:#fff;background:linear-gradient(135deg,#2f4a72 0%,#0e2c40 100%);margin-bottom:3rem;padding:3rem 2rem;position:relative;overflow:hidden}.wiki-header:before{content:"";pointer-events:none;background:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"grain\" width=\"100\" height=\"100\" patternUnits=\"userSpaceOnUse\"><circle cx=\"25\" cy=\"25\" r=\"1\" fill=\"white\" opacity=\"0.1\"/><circle cx=\"75\" cy=\"75\" r=\"1\" fill=\"white\" opacity=\"0.1\"/><circle cx=\"50\" cy=\"10\" r=\"0.5\" fill=\"white\" opacity=\"0.1\"/><circle cx=\"10\" cy=\"60\" r=\"0.5\" fill=\"white\" opacity=\"0.1\"/><circle cx=\"90\" cy=\"40\" r=\"0.5\" fill=\"white\" opacity=\"0.1\"/></pattern></defs><rect width=\"100\" height=\"100\" fill=\"url(%23grain)\"/></svg>");position:absolute;inset:0}.wiki-header>*{z-index:1;position:relative}.wiki-header h1{text-shadow:0 2px 4px #0000004d;margin:0 0 1rem;font-size:3rem;font-weight:800}.wiki-header p{opacity:.9;margin:0 0 2rem;font-size:1.25rem;font-weight:300}.wiki-search{gap:.5rem;max-width:500px;margin:0 auto 2rem;display:flex}.wiki-search input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:none;border-radius:50px;flex:1;padding:1rem 1.5rem;font-size:1rem;transition:all .3s;box-shadow:0 4px 20px #0000001a}.wiki-search input:focus{background:#fff;outline:none;transform:translateY(-2px);box-shadow:0 4px 30px #0003}.wiki-search button{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:none;border-radius:50px;padding:1rem 2rem;font-weight:600;transition:all .3s}.wiki-search button:hover{background:#ffffff4d;transform:translateY(-2px)}.back-button{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:0 0;border:2px solid #ffffff4d;border-radius:50px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.back-button:hover{background:#fff3;transform:translateY(-2px)}.wiki-navigation{flex-direction:column;gap:3rem;max-width:1200px;margin:0 auto;padding:2rem;display:flex}.sections-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.section-card{background:#fff;border:1px solid #e9ecef;border-radius:16px;padding:2rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.section-card:before{content:"";background:linear-gradient(90deg,#2f4a72,#0e2c40);height:4px;position:absolute;top:0;left:0;right:0}.section-card:hover{transform:translateY(-4px);box-shadow:0 8px 40px #0000001f}.section-header{border-bottom:1px solid #e9ecef;margin-bottom:1.5rem;padding-bottom:1rem}.section-header h2{color:#2d3748;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.section-description{color:#718096;margin:0 0 .75rem;line-height:1.5}.entry-count{color:#2f4a72;background:#f0f4ff;border-radius:20px;padding:.25rem .75rem;font-size:.875rem;font-weight:600;display:inline-block}.entries-list{flex-direction:column;gap:.75rem;display:flex}.entry-item{cursor:pointer;border:1px solid #0000;border-radius:12px;padding:1rem;transition:all .3s}.entry-item:hover{background:#f8f9fa;border-color:#2f4a72;transform:translate(4px)}.entry-item h4{color:#2d3748;margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.entry-item.level-1{border-left:4px solid #007bff}.entry-item.level-2{background-color:#f8f9fa;border-left:4px solid #28a745}.entry-item.level-2 h4{font-size:1rem}.entry-item.level-3{background-color:#fcfcfc;border-left:4px solid #ffc107}.entry-item.level-3 h4{font-size:.95rem}.entry-item.level-4{background-color:#fafafa;border-left:4px solid #dc3545}.entry-item.level-4 h4{font-size:.9rem}.entry-excerpt{color:#718096;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9rem;line-height:1.4;display:-webkit-box;overflow:hidden}.tags-section{background:#fff;border:1px solid #e9ecef;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014}.tags-section h3{color:#2d3748;text-align:center;margin:0 0 1.5rem;font-size:1.25rem;font-weight:700}.tags-cloud{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.tag-button{color:#4a5568;cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:25px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .3s}.tag-button:hover{color:#fff;background:#2f4a72;border-color:#2f4a72;transform:translateY(-2px);box-shadow:0 4px 15px #667eea4d}.wiki-entry{background:#fff;border:1px solid #e9ecef;border-radius:16px;max-width:900px;margin:2rem auto;padding:2rem;overflow:hidden;box-shadow:0 4px 20px #00000014}.entry-header{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-bottom:1px solid #e9ecef;padding:2rem 2rem 1.5rem}.breadcrumb{color:#718096;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;display:flex}.section-name{color:#2f4a72;font-weight:600}.separator{color:#a0aec0}.entry-title{color:#4a5568}.entry-header h1{color:#2d3748;margin:0 0 1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.entry-meta{color:#718096;gap:2rem;margin-bottom:1rem;font-size:.875rem;display:flex}.view-count{align-items:center;gap:.25rem;display:flex}.view-count:before{content:"👁"}.last-updated{align-items:center;gap:.25rem;display:flex}.last-updated:before{content:"📅"}.entry-tags{flex-wrap:wrap;gap:.5rem;display:flex}.tag{color:#4a5568;cursor:pointer;background:#e2e8f0;border:none;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:500;transition:all .3s}.tag:hover{color:#fff;background:#2f4a72;transform:translateY(-1px)}.entry-content{color:#2d3748;padding:2rem;font-size:1.1rem;line-height:1.7}.entry-content h1,.entry-content h2,.entry-content h3{color:#2d3748;margin:2rem 0 1rem;font-weight:700}.entry-content h1{border-bottom:2px solid #e2e8f0;padding-bottom:.5rem;font-size:2rem}.entry-content h2{font-size:1.5rem}.entry-content h3{font-size:1.25rem}.entry-content strong{color:#2d3748;font-weight:700}.entry-content em{color:#4a5568;font-style:italic}.search-results,.tag-results{background:#fff;border:1px solid #e9ecef;border-radius:16px;max-width:1200px;margin:0 auto;padding:2rem;box-shadow:0 4px 20px #00000014}.search-results h2,.tag-results h2{color:#2d3748;text-align:center;margin:0 0 2rem;font-size:1.75rem;font-weight:700}.no-results{text-align:center;color:#718096;padding:3rem 2rem}.no-results p{margin:0 0 1rem;font-size:1.1rem}.results-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;display:grid}.result-card{cursor:pointer;background:#f8f9fa;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .3s}.result-card:hover{background:#fff;border-color:#2f4a72;transform:translateY(-2px);box-shadow:0 4px 20px #0000001a}.result-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.result-header h3{color:#2d3748;flex:1;margin:0;font-size:1.25rem;font-weight:600}.section-badge{color:#fff;white-space:nowrap;background:#2f4a72;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.result-excerpt{color:#718096;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 1rem;line-height:1.5;display:-webkit-box;overflow:hidden}.result-meta{justify-content:space-between;align-items:center;gap:1rem;display:flex}.result-tags{flex-wrap:wrap;gap:.25rem;display:flex}.result-tags .tag{padding:.15rem .5rem;font-size:.7rem}.view-count{color:#a0aec0;white-space:nowrap;font-size:.875rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:1024px){.wiki-sidebar{width:250px}}@media (max-width:768px){.wiki-container{flex-direction:column}.wiki-sidebar{width:100%;height:auto;max-height:200px;position:relative;overflow-y:auto}.wiki-navigation{padding:1rem}.wiki-header{margin-bottom:2rem;padding:2rem 1rem}.wiki-header h1{font-size:2rem}.wiki-header p{font-size:1rem}.wiki-search{flex-direction:column;max-width:none}.wiki-search input,.wiki-search button{border-radius:12px}.sections-grid{grid-template-columns:1fr;gap:1.5rem}.section-card{padding:1.5rem}.tags-cloud{gap:.5rem}.tag-button{padding:.4rem .8rem;font-size:.8rem}.entry-header{padding:1.5rem}.entry-header h1{font-size:2rem}.entry-content{padding:1.5rem;font-size:1rem}.entry-meta{flex-direction:column;gap:.5rem}.results-grid{grid-template-columns:1fr}.result-header,.result-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.breadcrumb{flex-wrap:wrap}}@media (max-width:480px){.wiki-header h1{font-size:1.75rem}.section-card,.entry-header{padding:1rem}.entry-header h1{font-size:1.75rem}.entry-content,.search-results,.tag-results,.result-card{padding:1rem}}
