*,:after,:before{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;animation:gradientShift 15s ease infinite;background:linear-gradient(135deg,#f4efca,#f66435);background:linear-gradient(135deg,var(--vanilla) 0,var(--orange-red) 100%);background-size:200% 200%;font-family:BallheadFont,sans-serif;margin:0;overflow-x:hidden;overflow-y:scroll;scrollbar-gutter:stable}.App{min-height:100vh;overflow:hidden;position:relative}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.blob{pointer-events:none}@media (max-width:768px){.blob1{height:80vw;left:-30%;top:-30%;width:80vw}.blob2{height:70vw;left:40%;top:40%;width:70vw}}.notification-container{display:flex;flex-direction:column;gap:.5rem;pointer-events:none;position:fixed;right:1rem;top:1rem;z-index:99999}.notification{animation:fadeIn .3s ease-out;border-radius:4px;box-shadow:0 2px 6px #0003;color:#fff;font-family:inherit;font-size:1rem;min-width:200px;padding:1rem 1.5rem}.notification.success{background-color:#4caf50}.notification.info{background-color:#2196f3}.notification.warning{background-color:#ff9800}.notification.error{background-color:#f44336}.notification.default{background-color:#757575}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}:root{--primary-color:#fc350b;--secondary-color:#fff;--accent-color:#fc350b}.nav-bar{background:#0000;left:0;position:fixed;right:0;top:0;transition:background .3s ease;width:100%;z-index:1100}.nav-bar.scrolled{background:#000000b3}.nav-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1.5rem}.logo-image{height:auto;vertical-align:middle;width:50px}.desktop-links{align-items:center;display:flex;gap:2rem}.nav-button{background:none;border:none;color:#fc350b;color:var(--primary-color);cursor:pointer;position:relative;transition:color .2s}.hamburger{background:none;border:none;cursor:pointer;display:none;padding:.5rem}.hamburger-icon,.hamburger-icon:after,.hamburger-icon:before{background:#fc350b;background:var(--primary-color);border-radius:1px;content:"";display:block;height:2px;position:relative;transition:all .3s;width:24px}.hamburger-icon:before{transform:translateY(-8px)}.hamburger-icon:after{transform:translateY(6px)}.hamburger-icon.open{background:#0000}.hamburger-icon.open:before{transform:rotate(45deg) translate(5px,5px)}.hamburger-icon.open:after{transform:rotate(-45deg) translate(5px,-5px)}.mobile-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;display:flex;inset:0;justify-content:flex-end;position:fixed;z-index:40}.mobile-menu{background:#fef1e1;background:var(--bg-color);box-shadow:-2px 0 8px #0003;display:flex;flex-direction:column;height:100%;padding:1rem;width:250px}.mobile-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.close-btn{background:none;border:none;color:#fc350b;color:var(--primary-color);cursor:pointer;font-size:2rem;padding:1rem}.mobile-links{display:flex;flex-direction:column;gap:1.5rem}.mobile-button{background:none;border:none;color:#fc350b;color:var(--primary-color);cursor:pointer;text-align:left;transition:color .2s}@media (max-width:756px){.desktop-links{display:none}.hamburger{display:block}}@media (min-width:768px){.mobile-menu,.mobile-overlay{display:none}}.nav-avatar{border-radius:50%;height:32px;object-fit:cover;width:32px}.nav-avatar,.nav-avatar+.nav-button,.nav-button+.nav-avatar{vertical-align:middle}.hero-logo-container{align-items:center;display:flex;justify-content:center;left:75%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.wave-emoji{animation:wave 1.4s ease-in-out infinite;bottom:-20px;font-size:12rem;left:-100px;position:absolute;transform-origin:bottom center}@keyframes wave{0%{transform:rotate(0deg)}25%{transform:rotate(20deg)}50%{transform:rotate(0deg)}75%{transform:rotate(-20deg)}to{transform:rotate(0deg)}}.landing-container{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;min-height:100vh;overflow:hidden;position:relative;text-align:center}.hero-section{align-items:center;display:flex;flex:1 1;gap:5rem;justify-content:flex-start;padding:0 5%}.hero-content{max-width:600px;padding-left:5rem;position:relative;width:90%;z-index:1}.landing-title{font-size:5rem;margin:0;text-shadow:2px 2px 4px #000000b3}.landing-subtitle,.landing-title{color:#f4efca;color:var(--vanilla)}.landing-subtitle{font-size:2.5rem;margin:1rem 0 2rem;text-shadow:1px 1px 3px #0009}.landing-nav{display:flex;gap:2rem;justify-content:center}.landing-link{background:#f4efca;background:var(--vanilla);border:2px solid #f4efca;border:2px solid var(--vanilla);border-radius:8px;color:#f66435;color:var(--orange-red);font-size:1.5rem;padding:.75rem 1.5rem;text-decoration:none;text-shadow:1px 1px 2px #00000080;transition:background .3s ease,color .3s ease}.landing-link:hover{background:#f66435;background:var(--orange-red);color:#f4efca;color:var(--vanilla)}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.metrics{display:flex;gap:4rem;justify-content:center;margin-top:3rem}.metric{text-align:center}.metric-value{font-size:3rem;text-shadow:1px 1px #0003}.metric-label,.metric-value{color:#f4efca;color:var(--vanilla)}.metric-label{font-size:1rem;margin-top:.5rem}.blob{z-index:-1}.blob1{animation-duration:20s;height:60vw;left:-20%;top:-20%;width:60vw}.blob2{animation-duration:30s;height:50vw;left:50%;top:50%;width:50vw}@media (max-width:1260px){.landing-container{grid-template-columns:1fr;grid-template-rows:auto}.hero-content{padding-left:0}.hero-section{justify-content:center;padding:2rem 5%;text-align:center}.landing-title{font-size:3.5rem}.landing-subtitle{font-size:2rem;margin:1rem 0 2rem}.landing-nav{align-items:center;flex-direction:column;gap:1.25rem;margin-top:2rem;width:100%}.landing-link{font-size:1.25rem;max-width:90%;padding:.75rem 1.5rem;width:-webkit-fit-content;width:fit-content}.blob1{height:80vw;left:-30%;top:-30%;width:80vw}.blob2{height:70vw;left:40%;top:40%;width:70vw}.hero-logo-container{display:none}}.hero-logo{height:auto;max-width:300px;width:100%}.doc-container{grid-gap:1rem 2rem;background:#0000;color:var(--orange-red);display:grid;gap:1rem 2rem;grid-template-columns:1fr;overflow:hidden;padding:env(safe-area-inset-top) 2rem 2rem;position:relative}.doc-container h1{color:var(--vanilla);font-size:2.5rem;margin-bottom:1rem;margin-top:2rem;text-align:center}.systems{grid-gap:1.5rem;display:grid;gap:1.5rem}.systems h2{border-bottom:2px solid var(--orange-red);color:var(--orange-red);font-size:2rem;margin-top:4rem;padding-bottom:.5rem;padding-top:1rem;text-align:left}.system-block{grid-gap:1rem;background:var(--vanilla);border:1px solid #f66435cc;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:grid;gap:1rem;padding:1.5rem}.system-block h3{color:var(--orange-red);font-size:1.75rem;letter-spacing:1px;margin-bottom:.5rem;text-transform:uppercase}.command-card{align-items:flex-start;align-items:center;background:#fff6;border:1px solid #f6643599;border-radius:12px;box-shadow:0 4px 12px #0000001a;display:flex;justify-content:space-between;padding:1.5rem}.command-card:hover{background:#fff3;box-shadow:0 8px 20px #00000026}.cmd-info code{background:#f0f0f0;border-radius:6px;color:#333;display:inline-block;font-family:Courier New,monospace;padding:.75rem 1rem}.demo-img{border-radius:4px;cursor:pointer;height:auto;max-width:500px;transition:transform .3s ease;width:100%}.demo-img:hover{transform:scale(1.1)}.archived .command-card{opacity:.6}@media (max-width:768px){.doc-container{gap:.5rem 1rem;padding:0 1rem 1rem}.doc-container h1{margin-bottom:.5rem}.doc-container h1,.systems{margin-top:0!important}.command-card{gap:1rem;grid-template-columns:1fr}.demo-img{display:none}}.cmd-info p{color:var(--orange-red);font-size:1rem;margin:.5rem 0}@media (min-width:768px){.systems h2{text-align:left}}.applications-page{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;min-height:100vh;overflow:hidden;padding:6rem 1rem 4rem;position:relative}.application-card{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffd9;border-radius:16px;box-shadow:0 10px 30px #00000026;display:flex;flex-direction:column;padding:2rem;transition:transform .3s ease;width:260px;z-index:1}.application-card:hover{transform:translateY(-5px)}.application-image{height:100px;margin-bottom:1rem;object-fit:contain;width:100px}.application-title{color:var(--orange-red);font-size:1.5rem;margin:0 0 1rem}.apply-button{background:var(--orange-red);border:none;border-radius:8px;color:var(--vanilla);font-size:1rem;padding:.75rem 1.5rem;text-decoration:none;transition:background .3s ease,transform .2s ease}.apply-button:hover{background:#d04f2f;transform:translateY(-3px)}@media (max-width:768px){.application-card{padding:1.5rem;width:90%}.application-image{height:80px;width:80px}.application-title{font-size:1.25rem}.apply-button{font-size:.9rem;padding:.65rem 1.25rem}}@media (max-width:480px){.applications-page{gap:1.5rem;padding:6rem .5rem 3rem}.application-image{height:70px;width:70px}.application-title{font-size:1.1rem}.apply-button{font-size:.85rem;padding:.6rem 1.1rem}}:root{--text-dark:#333;--bg-light:#f4efcad9;--vanilla:#f4efca;--orange-red-hover:#d04f2f;--bg-color:#fef1e1}.application-page{align-items:center;background:#0000;box-sizing:border-box;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:8rem 1rem;position:relative}.application-page>h1{background:#f66435;background:var(--orange-red);border-radius:8px;color:#f4efca;color:var(--vanilla);margin:0 auto 2rem;max-width:600px;padding:1rem;text-align:center}.application-form{animation:fadeInUp .6s ease-out both;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f4efcad9;background:var(--bg-light);border-radius:16px;box-shadow:0 10px 30px #00000026;box-sizing:border-box;color:#333;color:var(--text-dark);max-width:500px;padding:3rem;position:relative;width:100%;z-index:1}.application-form h1{color:#f66435;color:var(--orange-red);font-size:2.5rem;margin-bottom:2.5rem;text-align:center}.application-form fieldset,.application-form form>div.form-group{margin-bottom:4rem}.application-form label,.application-form legend{display:block;font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.application-form input[type=text],.application-form input[type=url],.application-form select,.application-form textarea{-webkit-appearance:none;appearance:none;background-color:#fff;border:2px solid #f66435;border:2px solid var(--orange-red);border-radius:8px;box-sizing:border-box;color:#333;color:var(--text-dark);font-size:1rem;padding:.85rem 1.1rem;resize:vertical;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.application-form select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 0 5 6 5-6z' fill='%23333'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:.65rem auto;padding-right:2.5rem}.application-form select option{background-color:#fff;color:#333;color:var(--text-dark);font-size:1rem;padding:.75rem 1rem}.application-form select option:checked,.application-form select option:hover{background-color:#d04f2f;background-color:var(--orange-red-hover);color:#fff}.application-form input[type=radio]{-webkit-appearance:none;appearance:none;border:2px solid #f66435;border:2px solid var(--orange-red);border-radius:50%;cursor:pointer;height:1rem;margin-right:.5rem;position:relative;vertical-align:middle;width:1rem}.application-form input[type=radio]:before{background-color:#f66435;background-color:var(--orange-red);border-radius:50%;content:"";height:.5rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease;width:.5rem}.application-form input[type=radio]:checked:before{transform:translate(-50%,-50%) scale(1)}.radio-label{margin-right:1rem}.application-form input:focus,.application-form select:focus,.application-form textarea:focus{border-color:#f4efca;border-color:var(--vanilla);box-shadow:0 0 0 3px #f4efca80;outline:none}.application-form fieldset{border:2px solid #f66435;border:2px solid var(--orange-red);border-radius:8px;margin-bottom:4rem;padding:1.25rem}.application-form fieldset legend{color:#f66435;color:var(--orange-red);font-size:1.1rem;font-weight:600;padding:0 .75rem}.application-form fieldset label{display:inline-block;font-size:1rem;font-weight:400;margin-right:1.5rem}.application-form button[type=submit]{background:#f66435;background:var(--orange-red);border:none;border-radius:8px;box-sizing:border-box;color:#f4efca;color:var(--vanilla);cursor:pointer;font-size:1.2rem;font-weight:700;margin-top:2rem;padding:1rem;transition:background .3s ease,transform .2s ease,box-shadow .2s ease;width:100%}.application-form button[type=submit]:hover{background:#d04f2f;background:var(--orange-red-hover);box-shadow:0 6px 12px #0003;transform:translateY(-3px)}.error{color:#c00;font-size:.9rem;margin-bottom:1.5rem;margin-top:.5rem}.section-divider{border-bottom:1px solid #3333331a;margin:3.5rem 0}.blob{animation:blobMovement infinite alternate;border-radius:50%;filter:blur(100px);opacity:.6;position:absolute;z-index:0}.blob1{background:#f66435;background:var(--orange-red)}.blob2{background:#f4efca;background:var(--vanilla)}@keyframes blobMovement{0%{transform:translate(0) scale(1)}50%{transform:translate(20vw,10vh) scale(1.2)}to{transform:translate(-10vw,-15vh) scale(.8)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.application-page{overflow:visible;padding:6rem 1rem}.application-form{border-radius:14px;max-width:90%;padding:2.5rem}.application-form h1{font-size:2.2rem;margin-bottom:2rem}.application-form fieldset,.application-form form>div.form-group{margin-bottom:3rem}.application-form label,.application-form legend{font-size:1rem;margin-bottom:.6rem}.application-form input[type=text],.application-form input[type=url],.application-form select,.application-form textarea{font-size:.95rem;padding:.75rem 1rem}.application-form button[type=submit]{font-size:1.1rem;margin-top:1.5rem;padding:.85rem}.error{margin-bottom:1.25rem}.section-divider{margin:2.5rem 0}}@media (max-width:480px){.application-page{overflow:visible;padding:5rem .75rem}.application-form{border-radius:12px;max-width:95%;padding:2rem}.application-form h1{font-size:1.8rem;margin-bottom:1.5rem}.application-form fieldset,.application-form form>div.form-group{margin-bottom:2.5rem}.application-form label,.application-form legend{font-size:.9rem;margin-bottom:.4rem}.application-form input[type=text],.application-form input[type=url],.application-form select,.application-form textarea{font-size:.9rem;padding:.65rem .9rem}.application-form button[type=submit]{font-size:1rem;margin-top:1.25rem;padding:.75rem}.error{margin-bottom:1rem}.application-form fieldset{margin-bottom:2.5rem;padding:1rem}.application-form fieldset legend{font-size:1rem;padding:0 .5rem}.application-form fieldset label{margin-right:1rem}.section-divider{margin:2rem 0}}.media-carousel{aspect-ratio:16/9;background-color:#f0f0f0;border-radius:8px;overflow:hidden}.media-carousel .item-image,.media-carousel .item-video{display:block;height:100%;object-fit:contain;width:100%}.carousel-arrow{background-color:#00000080;font-size:24px;padding:0;transition:background-color .2s ease}.carousel-arrow:hover{background-color:#000c}.carousel-arrow:focus{box-shadow:0 0 0 3px #ffffff80;outline:none}.carousel-prev{left:10px}.carousel-next{right:10px}.carousel-indicators{bottom:10px;gap:8px}.carousel-indicator{background-color:#ffffff80;border:1px solid #0003;height:12px;padding:0;transition:background-color .2s ease,transform .2s ease;width:12px}.carousel-indicator:hover{background-color:#fffc}.carousel-indicator.active{background-color:#fff;border:1px solid #0006;transform:scale(1.1)}.items-page{color:var(--orange-red);display:flex;flex-direction:column;gap:1rem;min-height:100vh;padding:6rem 1rem 4rem;position:relative;z-index:1}.page-title{margin:0 0 1rem}.search-bar{align-items:center;display:flex;gap:.5rem;width:100%}.item-search{flex:1 1;max-width:600px;position:relative;z-index:2}.clear-all-filters{background:#f664351a;border:1px solid #f664354d;border-radius:6px;color:var(--orange-red);cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.clear-all-filters:hover{background:#f6643533;border-color:#f6643580}.item-card{z-index:1}.access-type.pro_only{background-color:#fffde7;color:#fbc02d}.access-type.limited_event{background-color:#ffebee;color:#e53935}.status-pair{align-items:center;display:flex;gap:.5rem}.release-date{background:#e0f7fa;border-radius:20px;color:#00838f;font-size:.8rem;font-weight:600;padding:.4rem .8rem}@media (max-width:768px){.items-page{padding:6rem .5rem 3rem}.items-grid{grid-template-columns:1fr}.search-bar{flex-wrap:wrap;gap:.75rem}.item-search{min-width:100%;order:1}.quick-filters{flex-wrap:wrap;justify-content:center;order:2}.clear-all-filters,.filter-toggle{order:3}}.quick-filters{-webkit-overflow-scrolling:touch;display:flex;gap:.5rem;overflow-x:auto}.filter-toggle{border:1px solid #f6643533;border-radius:6px;color:var(--orange-red);cursor:pointer;font-size:1.25rem;padding:.3rem .6rem;position:relative;transition:background .2s ease;z-index:2}.filter-toggle:hover{background:#f664351a}.advanced-filters{border:1px solid #f6643533;border-radius:6px;box-sizing:border-box;display:none;flex-direction:column;gap:.5rem;margin-top:.75rem;padding:.75rem;position:relative;width:100%;z-index:3}.advanced-filters.open{display:flex}.advanced-filters select{border:1px solid #0003;border-radius:4px;font-size:.9rem;padding:.4rem .6rem;position:relative;width:100%;z-index:1}.filter-button{border:1px solid #f6643533;border-radius:6px;color:var(--orange-red);cursor:pointer;font-size:1.25rem;padding:.3rem .6rem;position:relative;transition:background .2s ease;z-index:2}.filter-button:hover{background:#f664351a}.filter-button.active{background:#f6643533;border-color:#f6643580;font-weight:700}.active-filters{background:#f664350d;border:1px solid #f664351a;border-radius:8px;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding:.75rem}.active-filters-label{color:var(--orange-red);font-size:.8rem;font-weight:600;margin-bottom:.25rem}.filter-chips{display:flex;flex-wrap:wrap;gap:.5rem}.filter-chip{align-items:center;border:1px solid #f6643533;border-radius:20px;color:var(--orange-red);display:flex;font-size:.85rem;gap:.5rem;padding:.4rem .8rem;position:relative;z-index:2}.filter-chip-label{font-weight:500}.filter-chip-remove{background:none;border:none;color:var(--orange-red);cursor:pointer;font-size:.9rem;line-height:1;opacity:.7;padding:0;transition:opacity .2s ease}.filter-chip-remove:hover{opacity:1}.items-results{margin-bottom:1rem}.results-info{align-items:center;color:#666;display:flex;font-size:.9rem;gap:1rem;justify-content:space-between}.load-more-hint{font-style:italic;opacity:.8}.pagination-controls{align-items:center;border-top:1px solid #e0e0e0;display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:2rem;padding:1rem 1.5rem;position:relative;z-index:1}.load-more-button{background:var(--orange-red);border:none;border-radius:8px;box-shadow:0 2px 4px #f6643533;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .2s ease}.load-more-button:hover{background:#e5523a;box-shadow:0 4px 8px #f664354d;transform:translateY(-1px)}.page-btn{background:none;border:1px solid #f664354d;border-radius:6px;color:var(--orange-red);cursor:pointer;font-size:.9rem;font-weight:600;padding:.4rem .8rem;transition:background .2s ease}.page-btn:hover:not(.active):not(:disabled){background:#f664351a}.page-btn:disabled{cursor:default;opacity:.4}.page-btn.active{background:var(--orange-red);border-color:var(--orange-red);color:#fff}.page-ellipsis{color:#666;font-size:.9rem;padding:.4rem .8rem;-webkit-user-select:none;user-select:none}@media (max-width:768px){.active-filters{padding:.5rem}.filter-chips{gap:.25rem}.filter-chip{font-size:.8rem;padding:.3rem .6rem}.results-info{align-items:flex-start;flex-direction:column;gap:.5rem}.pagination-controls{padding:1rem}.load-more-button{padding:.75rem;width:100%}}.bundles-rail{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.bundle-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px #0000000d;overflow:hidden}.bundle-hero{align-items:stretch;cursor:pointer;display:flex}.bundle-hero img{height:120px;object-fit:cover;width:120px}.bundle-info{display:flex;flex-direction:column;gap:.25rem;justify-content:center;padding:.75rem 1rem}.bundle-name{color:#1a1a1a;font-size:1rem;font-weight:700}.bundle-count{color:#666;font-size:.8rem}.bundle-items-grid{grid-gap:.5rem;background:#fafafa;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));padding:.75rem}.bundle-item-card{align-items:center;display:flex;flex-direction:column;gap:.25rem}.bundle-item-name{color:#1a1a1a;font-size:.75rem;line-height:1.2;text-align:center}.bundle-modal{align-items:flex-start;display:flex;inset:0;justify-content:center;overscroll-behavior:contain;padding-top:6rem;position:fixed;z-index:5000}.bundle-modal-backdrop{background:#00000080;inset:0;position:absolute;z-index:4999}.bundle-modal-content{background:#fff;border-radius:8px;box-shadow:0 4px 10px #00000040;display:flex;flex-direction:column;gap:1rem;max-height:calc(90vh - 5.5rem);max-width:840px;overflow-y:auto;overscroll-behavior:contain;padding:1rem 1.5rem;position:relative;width:90%;z-index:5001}.bundle-modal-close{background:#0000000d;border:none;border-radius:50%;color:#333;cursor:pointer;font-size:1.5rem;height:40px;line-height:40px;position:absolute;right:.25rem;text-align:center;top:.25rem;transition:background .15s ease;width:40px;z-index:5002}.bundle-modal-close:hover{background:#0000001a}.bundle-modal-title{font-size:1.25rem;font-weight:700;margin:0;text-align:center}.bundle-modal-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.bundle-modal-item{align-items:center;display:flex;flex-direction:column;gap:.5rem}.bundle-modal-item-info{font-size:.8rem;line-height:1.2;text-align:center}.bundle-modal-item-name{font-weight:600}.bundle-modal-item-type{color:#555}.bundle-modal-item-price{color:var(--orange-red);font-weight:700}@media (max-width:480px){.bundle-modal-content{max-height:calc(90vh - 5rem);padding:.75rem 1rem;width:95%}.bundle-modal-grid{gap:.75rem;grid-template-columns:1fr}.bundle-modal-title{font-size:1.1rem}.bundle-modal-close{font-size:1.75rem;height:44px;line-height:44px;width:44px}}.discord-select-display,.discord-select-option{align-items:center;display:flex;gap:.75rem}.option-icon img{height:20px;vertical-align:-.2em;width:20px}.option-label{color:#dcddde;font-weight:600;line-height:1.25}@font-face{font-display:swap;font-family:BallheadFont;font-style:normal;font-weight:400;src:url(https://cdn.ballhead.app/web_assets/font.ttf) format("truetype")}:root{--orange-red:#f66435;--orange-dark:#9e2c06;--vanilla:#f8f5f0;--dark-bg:#1e1f23;--light-bg:#ffffffeb;--panel-bg:#ffffffeb;--panel-border:1px solid #00000014;--card-shadow:0 6px 24px #00000014,0 0 4px #0000000a;--transition-fast:0.15s cubic-bezier(0.4,0.0,0.2,1);--transition-smooth:0.2s cubic-bezier(0.25,0.46,0.45,0.94);--sidebar-width:280px}.dashboard-container{display:flex;gap:1.5rem;min-height:100vh;overflow:hidden;padding:6rem 1rem 2rem 320px;padding-left:calc(var(--sidebar-width) + 40px)}.sidebar{align-items:flex-start;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffeb;background:var(--light-bg);border:1px solid #00000014;border:var(--panel-border);border-radius:12px;box-shadow:0 6px 24px #00000014,0 0 4px #0000000a;box-shadow:var(--card-shadow);display:flex;flex-direction:column;flex-shrink:0;height:calc(100vh - 7rem);left:1rem;overflow:hidden;padding:1.5rem 1rem;position:fixed;top:5rem;width:280px;width:var(--sidebar-width);z-index:1000}.sidebar-resizer{cursor:col-resize;height:40px;margin-top:-20px;position:absolute;right:-3px;top:50%;width:6px;z-index:1001}.sidebar-resizer:before{background:#f66435;background:var(--orange-red);border-radius:1px;content:"";height:100%;left:2px;position:absolute;top:0;width:2px}.sidebar.collapsed .sidebar-resizer{display:none}.kb-panel-resizer{background:#0000;cursor:col-resize;height:60%;position:absolute;right:-3px;top:20%;transition:background .15s cubic-bezier(.4,0,.2,1);transition:background var(--transition-fast);width:6px;z-index:1001}.kb-panel-resizer:before{background:#f6643566;border-radius:1px;content:"";height:60px;left:2px;position:absolute;top:50%;transform:translateY(-50%);transition:all .15s cubic-bezier(.4,0,.2,1);transition:all var(--transition-fast);width:2px}.kb-panel-resizer:hover:before{background:#f66435;background:var(--orange-red);box-shadow:0 0 8px #f664354d;height:80px}.sidebar-nav{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0 0 1.5rem;padding:0}.sidebar-nav li{align-items:center;border-radius:8px;color:#f66435;color:var(--orange-red);cursor:pointer;display:flex;font-weight:500;gap:.75rem;padding:.75rem 1rem;position:relative;transition:background .2s ease}.sidebar-nav li.active,.sidebar-nav li:hover{background:#f664351a}.sidebar.collapsed .icon{display:inline-block}.sidebar .label{white-space:nowrap}.main-content{display:flex;flex-direction:column;flex-grow:1;gap:1.5rem;min-width:0}.content-panel{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffeb;background:var(--panel-bg);border:1px solid #00000014;border:var(--panel-border);border-radius:12px;box-shadow:0 6px 24px #00000014,0 0 4px #0000000a;box-shadow:var(--card-shadow);min-height:calc(100vh - 10rem);padding:2rem}.kb-dashboard-layout{display:flex;gap:1.5rem;height:calc(100vh - 10rem);min-height:600px}.kb-navigation-panel{display:flex;flex-direction:column;flex-shrink:0;max-width:450px;min-width:280px;overflow:hidden;padding:1.5rem;position:relative}.kb-content-panel,.kb-navigation-panel{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffeb;background:var(--panel-bg);border:1px solid #00000014;border:var(--panel-border);border-radius:12px;box-shadow:0 6px 24px #00000014,0 0 4px #0000000a;box-shadow:var(--card-shadow)}.kb-content-panel{flex:1 1;min-width:0;overflow:auto;padding:2rem}.kb-welcome{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center}.panel-controls{border-top:1px solid #f664351a;display:flex;justify-content:flex-end;margin-top:auto;padding-top:1.5rem}@media (max-width:768px){.dashboard-container{flex-direction:column;padding:6rem 1rem 2rem}.sidebar{flex-direction:column;height:auto;left:0;max-height:60vh;min-height:auto;overflow-y:auto;position:relative;top:0;width:100%}.sidebar-nav{flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:center}.topics-section{max-height:40vh}.collapse-btn,.sidebar-resizer{display:none}.kb-topics-wrapper{max-height:30vh}.kb-dashboard-layout{flex-direction:column;height:auto;min-height:auto}.kb-navigation-panel{flex:none;height:50vh;margin-bottom:1rem}.kb-content-panel{flex:none;height:auto;min-height:60vh}}.topics-section{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.kb-navigation-panel .topics-section{height:100%}.kb-navigation-panel .topics-header{border-bottom:2px solid #f664351a;margin-bottom:1.5rem;padding-bottom:1rem}.kb-navigation-panel .topics-header h3{color:#f66435;color:var(--orange-red);font-size:1.3rem;font-weight:700}.kb-navigation-panel .topic-search{border:2px solid #f6643533;border-radius:8px;font-size:1rem;padding:.75rem 2.5rem .75rem 1rem;transition:all .2s ease}.kb-navigation-panel .topic-search:focus{border-color:#f66435;border-color:var(--orange-red);box-shadow:0 0 0 3px #f664351a}.kb-navigation-panel .kb-topics-wrapper{background:#f6643505;border:1px solid #f664351a;border-radius:8px;flex:1 1;margin-top:1rem;padding:.75rem}.kb-navigation-panel .kb-topic-header{border-radius:6px;font-size:1rem;font-weight:500;margin-bottom:.3rem;padding:.8rem;transition:all .2s ease}.kb-navigation-panel .kb-topic-header:hover{background:#f664351a;transform:translateX(2px)}.kb-navigation-panel .kb-topic-title{font-size:.95rem;font-weight:inherit}.kb-navigation-panel .kb-topic-children{margin:.5rem 0;padding-left:1.5rem}.kb-navigation-panel .topic-node.depth-0 .kb-topic-header{background:#f664350d;font-weight:600}.kb-navigation-panel .topic-node.depth-1 .kb-topic-header{font-size:.95rem;opacity:.95}.kb-navigation-panel .topic-node.depth-2 .kb-topic-header{font-size:.9rem;opacity:.9}.kb-navigation-panel .search-results{background:#f664351a;border-radius:6px;color:#f66435;color:var(--orange-red);font-weight:500;margin-bottom:.75rem;padding:.5rem .75rem}.kb-navigation-panel .breadcrumbs{border-radius:6px}.breadcrumb-nav,.kb-navigation-panel .breadcrumbs{background:#f664350d;margin-bottom:1rem;padding:.75rem}.breadcrumb-nav{border-radius:8px;display:flex;flex-direction:column;gap:.5rem}.breadcrumb-reset-btn{align-self:flex-start;background:#f66435;background:var(--orange-red);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:500;padding:.5rem .75rem;transition:all .2s ease}.breadcrumb-reset-btn:hover{background:#9e2c06;background:var(--orange-dark);transform:translateX(-2px)}.breadcrumb-path{color:#666;flex-wrap:wrap;font-size:.9rem;gap:.25rem}.breadcrumb-item,.breadcrumb-path{align-items:center;display:flex}.breadcrumb-separator{color:#f66435;color:var(--orange-red);font-weight:700;margin:0 .5rem}.breadcrumb-title{color:#f66435;color:var(--orange-red);font-weight:500}.kb-navigation-panel .no-topics{background:#f664350d;border:2px dashed #f6643533;border-radius:8px;color:#f66435;color:var(--orange-red);font-style:italic;padding:2rem;text-align:center}.kb-topics-wrapper{box-sizing:border-box;flex:1 1;overflow-x:hidden;overflow-y:auto;padding:0;scrollbar-color:#f664354d #0000;scrollbar-width:thin;width:100%}.kb-topics-wrapper::-webkit-scrollbar{width:6px}.kb-topics-wrapper::-webkit-scrollbar-track{background:#0000}.kb-topics-wrapper::-webkit-scrollbar-thumb{background:#f664354d;border-radius:3px}.kb-topics-wrapper::-webkit-scrollbar-thumb:hover{background:#f6643580}.topic-controls{flex-shrink:0;margin-bottom:1rem;padding:0}.search-box,.topic-controls{box-sizing:border-box;width:100%}.search-box{margin-bottom:.75rem;position:relative}.topic-search{background:#fff;border:1px solid #f6643533;border-radius:6px;box-sizing:border-box;font-size:.9rem;min-width:0;padding:.5rem 2rem .5rem .75rem;width:100%}.topic-search:focus{border-color:#f66435;border-color:var(--orange-red);box-shadow:0 0 0 2px #f664351a;outline:none}.view-controls{flex-direction:column;gap:.5rem;margin-bottom:.75rem}.breadcrumbs,.view-controls{box-sizing:border-box;display:flex;width:100%}.breadcrumbs{align-items:center;flex-wrap:wrap;font-size:.8rem;gap:.2rem;margin-bottom:.5rem;overflow:hidden}.breadcrumb{align-items:center;display:flex}.separator{color:#999;font-size:.7rem;margin:0 .25rem}.breadcrumb-btn{background:#f664351a;border:none;border-radius:4px;color:#f66435;color:var(--orange-red);cursor:pointer;font-size:.75rem;max-width:80px;overflow:hidden;padding:.2rem .4rem;text-overflow:ellipsis;white-space:nowrap}.breadcrumb-btn:hover{background:#f6643533}.reset-view-btn{background:#f66435;background:var(--orange-red);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.75rem;padding:.25rem .5rem;white-space:nowrap}.reset-view-btn:hover{background:#9e2c06;background:var(--orange-dark)}.search-results{background:#f664351a;border:1px solid #f6643533;border-radius:6px;box-sizing:border-box;color:#f66435;color:var(--orange-red);font-size:.85rem;font-weight:500;margin-bottom:.75rem;padding:.6rem .8rem;text-align:center;width:100%}.kb-topic-header{align-items:center;border:1px solid #0000;border-radius:6px;box-sizing:border-box;color:#333;cursor:pointer;display:flex;font-size:.95rem;justify-content:space-between;line-height:1.4;margin-bottom:3px;position:relative;transition:all .2s ease;-webkit-user-select:none;user-select:none;width:100%}.kb-topic-header:hover{background:#f6643514}.kb-topic-header.search-highlight{background:#ffeb3b33;border:1px solid #ffeb3b66}.kb-topic-header.search-highlight:hover{background:#ffeb3b4d}.topic-actions{align-items:center;display:flex;gap:.25rem;opacity:0}.kb-topic-header:hover .topic-actions{opacity:1}.focus-btn{align-items:center;background:#f664351a;border:none;border-radius:3px;display:flex;flex-shrink:0;justify-content:center;padding:.15rem .3rem}.focus-btn:hover{background:#f6643533}.no-topics{box-sizing:border-box;color:#999;font-style:italic;padding:2rem .5rem;text-align:center;width:100%}.topic-node{margin:2px 0;position:relative}.topic-node:before{height:calc(100% + 6px);top:-6px;width:2px}.topic-node:after,.topic-node:before{background:#f6643566;border-radius:1px;content:"";left:-10px;position:absolute;z-index:1}.topic-node:after{height:2px;top:22px;width:16px}.topic-node.depth-0:after,.topic-node.depth-0:before{display:none}.topic-node:last-child:before{height:30px}.topic-node.depth-0{margin-bottom:.5rem;margin-left:0}.topic-node.depth-1{margin-bottom:.3rem;margin-left:1.5rem}.topic-node.depth-2{margin-bottom:.25rem;margin-left:3rem}.topic-node.depth-3{margin-bottom:.2rem;margin-left:4.5rem}.topic-node.depth-4{margin-bottom:.2rem;margin-left:6rem}.topic-node.depth-5{margin-bottom:.2rem;margin-left:7.5rem}.topic-expand-btn{background:#f6643514;border:1px solid #f664354d;border-radius:3px;height:20px;position:relative;transition:all .2s ease;width:20px;z-index:3}.topic-expand-btn:hover{background:#f6643526;border-color:#f6643580}.topic-expand-btn img{height:10px;transition:transform .2s ease;width:10px}.topic-icon-container{left:-30px;position:absolute;top:50%;transform:translateY(-50%);z-index:3}.topic-node.depth-0 .topic-icon-container{left:auto;margin-right:.75rem;position:relative;top:auto;transform:none}.kb-topic-title{color:#f66435;color:var(--orange-red);flex-grow:1;margin-right:.5rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topic-node.depth-0 .kb-topic-header{background:#f6643514;border:1px solid #f664354d;border-radius:4px;font-size:1rem;font-weight:600;padding:.75rem 1rem}.topic-node.depth-1 .kb-topic-header{background:#f664350a;border:1px solid #f6643540;border-radius:3px;font-size:.95rem;font-weight:500;padding:.65rem .85rem}.topic-node.depth-2 .kb-topic-header{background:#f6643505;border:1px solid #f6643533;border-radius:2px;font-size:.9rem;font-weight:500;padding:.6rem .75rem}.topic-node.depth-3 .kb-topic-header,.topic-node.depth-4 .kb-topic-header,.topic-node.depth-5 .kb-topic-header{background:#f6643503;border:1px solid #f6643526;border-radius:2px;font-size:.85rem;font-weight:400;opacity:.95;padding:.5rem .65rem}.focus-btn{background:#4a6baf1a;border:1px solid #4a6baf4d;border-radius:4px;color:#4a6baf;cursor:pointer;font-size:.7rem;padding:.2rem .4rem;transition:all .2s ease}.focus-btn:hover{background:#4a6baf33;border-color:#4a6baf80}.topics-header{box-sizing:border-box;flex-shrink:0;justify-content:space-between;margin-bottom:.5rem;padding:0;width:100%}.topics-header h3{color:#f66435;color:var(--orange-red);flex-shrink:1;font-size:1.1rem;font-weight:600;margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.create-topic-btn{background:#f66435;background:var(--orange-red);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.4rem .8rem}.create-topic-btn:hover{background:#9e2c06;background:var(--orange-dark)}.kb-topics-tree{box-sizing:border-box;list-style:none;margin:0;padding:0;width:100%}.kb-topic-header.active{background:#f664351a;border:1px solid #f66435;border:1px solid var(--orange-red);box-shadow:0 2px 4px #f6643526}.kb-topic-header.active .kb-topic-title{color:#9e2c06;color:var(--orange-dark);font-weight:600}.topic-expand-btn{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;height:100%;justify-content:center;padding:0;width:100%}.kb-topic-children{animation:slideIn .3s ease-out;box-sizing:border-box;list-style:none;margin:.25rem 0;padding-left:0;position:relative;width:100%}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.edit-header{align-items:center;border-bottom:1px solid #00000014;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.edit-actions{display:flex;gap:.8rem}.edit-preview-container{align-items:flex-start;display:flex;gap:2rem}.edit-preview-container .edit-panel{flex:1 1 320px;min-width:280px}.edit-preview-container .discord-preview{background:#2b2d31;border-radius:12px;box-shadow:0 4px 16px #0003;color:#dcddde;flex:1 1 320px;font-family:Helvetica,Arial,sans-serif;font-size:14px;min-height:420px;min-width:280px;overflow:visible;padding:1.25rem}.preview-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem}.preview-header h3{color:#fff;font-size:1.1rem;margin:0}.preview-tag{background:#3ba55d;border-radius:4px;color:#fff;font-size:.75rem;font-weight:500;padding:.2rem .5rem}.discord-message{display:flex;gap:1rem;margin-bottom:1rem}.discord-message .avatar{border-radius:50%;flex-shrink:0;height:40px;width:40px}.discord-message .msg-body{flex:1 1}.discord-message .msg-body,.discord-message .msg-content{overflow-wrap:anywhere;word-break:break-word}.discord-message .msg-header{align-items:center;display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.25rem}.discord-message .username{color:#fff;font-weight:600}.discord-message .bot-tag{background:#5865f2;border-radius:3px;color:#fff;font-size:10px;line-height:1.2;padding:.15rem .4rem;text-transform:uppercase}.discord-message .timestamp{color:#b9bbbe;font-size:.75rem}.embed{background:#313338;border-left:4px solid #f66435;border-left:4px solid var(--orange-red);border-radius:4px;display:flex;margin-top:.5rem;overflow:hidden}.embed-body{flex:1 1;overflow-wrap:anywhere;padding:.75rem 1rem;word-break:break-word}.embed-title{color:#fff;font-size:1rem;font-weight:600;margin-bottom:4px}.embed-desc{color:#dcddde;font-size:.9rem;line-height:1.5;overflow-wrap:anywhere;word-break:break-word}.components-row{display:flex;justify-content:flex-start;margin:-.4rem 0 0 3.5rem}.dropdown-options-preview{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffeb;background:var(--panel-bg);border:1px solid #00000014;border:var(--panel-border);border-radius:12px;box-shadow:0 6px 24px #00000014,0 0 4px #0000000a;box-shadow:var(--card-shadow);margin-top:1rem;padding:1.5rem}.dropdown-options-preview .dropdown-options-header{border-bottom:2px solid #f664351a;margin-bottom:1rem;padding-bottom:.75rem}.dropdown-options-preview .dropdown-options-header h4{color:#f66435;color:var(--orange-red);font-size:1.1rem;font-weight:600;margin:0}.dropdown-options-preview .components-row{justify-content:center;margin:0;padding:1rem 0}.form-section{background:#f6643508;border:1px solid #f664351a;border-radius:8px;margin-bottom:1.5rem;padding:1.25rem}.form-section h3{border-bottom:1px solid #f664351a;color:#f66435;color:var(--orange-red);margin-bottom:1rem;margin-top:0;padding-bottom:.5rem}.media-upload-section{background:linear-gradient(135deg,#f6643505,#f664350d);border:1px solid #f664351f;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.media-upload-container{width:100%}.upload-area{display:flex;flex-direction:column;gap:1.5rem}.upload-item{background:#fff9;border:1px solid #f6643514;border-radius:10px;padding:1.2rem;transition:all .2s cubic-bezier(.25,.46,.45,.94);transition:all var(--transition-smooth)}.upload-item:hover{background:#fffc;border-color:#f6643526;box-shadow:0 4px 12px #f6643514;transform:translateY(-1px)}.upload-header{gap:.75rem;margin-bottom:1rem}.upload-header,.upload-icon{align-items:center;display:flex}.upload-icon{background:#f664351a;border-radius:6px;font-size:1.2rem;height:2rem;justify-content:center;width:2rem}.upload-title{color:#333;font-size:1rem;font-weight:600}.required-badge{background:linear-gradient(135deg,#e74c3c,#c0392b)}.optional-badge,.required-badge{border-radius:12px;color:#fff;font-size:.75rem;font-weight:500;margin-left:auto;padding:.2rem .6rem}.optional-badge{background:linear-gradient(135deg,#95a5a6,#7f8c8d)}.upload-dropzone{border:2px dashed #f6643533;border-radius:8px;overflow:hidden;position:relative;transition:all .2s cubic-bezier(.25,.46,.45,.94);transition:all var(--transition-smooth)}.upload-dropzone:hover{background:#f6643505;border-color:#f6643566}.upload-input{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.upload-label{cursor:pointer;display:block;margin:0;min-height:120px;padding:0}.upload-placeholder{align-items:center;background:#f6643503;color:#666;display:flex;flex-direction:column;justify-content:center;min-height:120px;padding:2rem 1rem;text-align:center}.upload-icon-large{font-size:2.5rem;margin-bottom:.75rem;opacity:.7}.upload-text{color:#333;font-size:1rem;margin-bottom:.5rem}.upload-text strong{color:#f66435;color:var(--orange-red);font-weight:600}.upload-hint{color:#888;font-size:.85rem;opacity:.8}.upload-preview{background:#ffffffe6;gap:1rem;padding:1rem;position:relative}.preview-image,.preview-video,.upload-preview{align-items:center;border-radius:6px;display:flex}.preview-image,.preview-video{background:#f0f0f0;height:80px;justify-content:center;overflow:hidden;width:80px}.preview-image img,.preview-video video{height:100%;object-fit:cover;width:100%}.preview-info{flex:1 1;min-width:0}.preview-name{color:#333;font-weight:600;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-size{color:#666;font-size:.85rem}.remove-file-btn{align-items:center;background:#e74c3c;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:.8rem;height:24px;justify-content:center;position:absolute;right:.5rem;top:.5rem;transition:all .15s cubic-bezier(.4,0,.2,1);transition:all var(--transition-fast);width:24px}.remove-file-btn:hover{background:#c0392b;transform:scale(1.1)}.upload-meta{margin-top:1rem}.ref-id-input{background:#fffc;border:1px solid #f6643526;border-radius:6px;font-size:.9rem;padding:.75rem 1rem;transition:all .15s cubic-bezier(.4,0,.2,1);transition:all var(--transition-fast);width:100%}.ref-id-input:focus{background:#fff;border-color:#f66435;border-color:var(--orange-red);box-shadow:0 0 0 2px #f664351a;outline:none}.ref-id-input::placeholder{color:#999;font-style:italic}.modal-form label{color:#333;display:flex;flex-direction:column;font-weight:500;gap:.5rem;margin-bottom:1.25rem}.modal-form .select-field,.modal-form input,.modal-form textarea{background:#fff;border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:.95rem;padding:.8rem 1rem}.modal-form .select-field:focus,.modal-form input:focus,.modal-form textarea:focus{border-color:#f66435;border-color:var(--orange-red);box-shadow:0 0 0 3px #f6643526;outline:none}.modal-form textarea{min-height:120px;resize:vertical}.options-input{grid-gap:.8rem;align-items:flex-start;display:grid;gap:.8rem;grid-template-columns:60px 1fr;margin-bottom:1rem}.add-btn{background:#f66435;background:var(--orange-red);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:.7rem 1.2rem;white-space:nowrap}.add-btn:hover{background:#9e2c06;background:var(--orange-dark)}.add-option-btn{margin-bottom:1rem;margin-top:.8rem;width:100%}.options-list{display:flex;flex-direction:column;gap:.8rem}.option-row{align-items:center;display:flex;flex-wrap:wrap;gap:.8rem}.option-row input{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.option-actions{display:flex;flex-shrink:0;gap:.4rem}.edit-btn{background:#4a6baf}.edit-btn,.remove-btn{border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.85rem;padding:.5rem .8rem}.remove-btn{background:#d9534f}.edit-btn:hover{background:#3c5991}.remove-btn:hover{background:#c9302c}.checkbox-row{align-items:center;display:flex;flex-direction:row;font-size:.95rem;gap:.6rem;margin-top:.5rem;-webkit-user-select:none;user-select:none}.checkbox-row input[type=checkbox]{-webkit-appearance:none;appearance:none;border:2px solid #f66435;border:2px solid var(--orange-red);border-radius:4px;cursor:pointer;height:1.1rem;position:relative;width:1.1rem}.checkbox-row input[type=checkbox]:checked{background:#f66435;background:var(--orange-red);border-color:#f66435;border-color:var(--orange-red)}.checkbox-row input[type=checkbox]:checked:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:8px;left:50%;position:absolute;top:50%;transform:translate(-50%,-60%) rotate(45deg);width:4px}.primary-btn{background:#f66435;background:var(--orange-red);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:.8rem 1.5rem}.primary-btn:hover{background:#9e2c06;background:var(--orange-dark)}.secondary-btn{background:#0000;border:2px solid #f66435;border:2px solid var(--orange-red);border-radius:8px;color:#f66435;color:var(--orange-red);cursor:pointer;font-weight:500;padding:.8rem 1.5rem}.secondary-btn:hover{background:#f664351a}.empty-state{background:#f6643508;border:1px dashed #f664354d;border-radius:12px;margin-top:2rem;padding:3rem 2rem;text-align:center}.empty-icon{font-size:3rem;margin-bottom:1.5rem;opacity:.6}.empty-state p{color:#666;font-size:1.1rem;margin-bottom:1.5rem}.unauthorized{padding:3rem;text-align:center}.unauthorized h2{color:#d9534f}.sidebar.collapsed{align-items:center;padding:3rem .5rem 1rem;width:80px}.dashboard-container.sidebar-collapsed{padding-left:120px}.sidebar-header{color:#f66435;color:var(--orange-red);flex-shrink:0;font-size:1.25rem;font-weight:700;margin-bottom:1rem;text-align:center;width:100%}.sidebar.collapsed .label,.sidebar.collapsed .sidebar-header{display:none}.sidebar.collapsed .sidebar-nav li{justify-content:center;padding:.75rem}.sidebar.collapsed .icon{font-size:1.6rem;margin:0}.collapse-btn{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;height:24px;justify-content:center;left:8px;padding:0;position:absolute;top:12px;width:24px}.sidebar.collapsed .collapse-btn{left:calc(50% - 12px);top:12px}.collapse-btn .collapse-icon{filter:drop-shadow(0 0 2px #F66435);filter:drop-shadow(0 0 2px var(--orange-red));height:28px;object-fit:contain;width:28px}.collapse-btn:hover .collapse-icon{filter:drop-shadow(0 0 4px #F66435);filter:drop-shadow(0 0 4px var(--orange-red))}.topic-controls,.topics-header{max-width:100%;overflow:hidden;width:100%}.topic-controls>*,.topics-header>*{box-sizing:border-box;max-width:100%}.sidebar .topics-section .topic-controls,.sidebar .topics-section .topics-header{margin-left:0;margin-right:0;padding-left:0;padding-right:0}.sidebar .topics-section{overflow:hidden}.sidebar .kb-topics-tree,.sidebar .kb-topics-wrapper,.sidebar .topics-section{max-width:100%;width:100%}.sidebar.collapsed .sidebar-toolbar{align-items:center}.sidebar.collapsed .topics-section{display:none}@media (max-width:768px){.topics-header h3{font-size:1rem}.sidebar-header-create-btn{font-size:.8rem;max-width:80px;padding:.3rem .5rem}.topic-search{font-size:.85rem;padding:.45rem 1.8rem .45rem .65rem}.breadcrumb-btn{font-size:.7rem;max-width:60px;padding:.15rem .3rem}.reset-view-btn{font-size:.7rem;padding:.2rem .4rem}}.sidebar li .tooltip{background:#f66435;background:var(--orange-red);border-radius:4px;box-shadow:0 4px 12px #00000026;color:#f8f5f0;color:var(--vanilla);display:none;font-size:.85rem;left:calc(100% + 12px);padding:.35rem .8rem;pointer-events:none;white-space:nowrap;z-index:1000}.sidebar li .tooltip,.sidebar li .tooltip:before{position:absolute;top:50%;transform:translateY(-50%)}.sidebar li .tooltip:before{border-bottom:6px solid #0000;border-right:6px solid #f66435;border-right:6px solid var(--orange-red);border-top:6px solid #0000;content:"";height:0;right:100%;width:0}.sidebar.collapsed li:hover .tooltip{display:block}@media (max-width:960px){.edit-preview-container{flex-direction:column}.discord-preview,.edit-panel{width:100%}}.modal-form input[type=color]{appearance:none;-webkit-appearance:none;border:none;border-radius:50%;box-shadow:inset 0 0 0 2px #ddd,0 0 0 2px #ddd;cursor:pointer;height:40px;outline:none;padding:0;width:40px}.modal-form input[type=color]::-webkit-color-swatch-wrapper{border:none;border-radius:50%;padding:0}.modal-form input[type=color]::-webkit-color-swatch{border:none;border-radius:50%}.modal-form input[type=color]:focus,.modal-form input[type=color]:hover{box-shadow:inset 0 0 0 2px #f66435,0 0 0 2px #f66435;box-shadow:0 0 0 2px var(--orange-red) inset,0 0 0 2px var(--orange-red)}.discord-select-wrapper{position:relative;width:100%}.discord-select-display{background:#2f3136;border:1px solid #1e1f23;border-radius:8px;color:#dcddde;cursor:pointer;font-family:inherit;font-size:.95rem;padding:.8rem 1.2rem;position:relative}.discord-select-display:after{color:#b9bbbe;content:"⌄";font-size:.8rem;pointer-events:none;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.discord-select-wrapper.open .discord-select-display:after{transform:translateY(-50%) rotate(180deg)}.discord-select-display:focus,.discord-select-wrapper.open .discord-select-display{box-shadow:0 0 0 2px #00000026}.discord-select-options{background:#2f3136;border:1px solid #1e1f23;border-radius:8px;box-shadow:0 6px 24px #0006,0 0 4px #0003;left:0;list-style:none;margin:0;max-height:240px;overflow-y:auto;padding:.25rem 0;position:absolute;right:0;z-index:10}.discord-select-option{color:#dcddde;cursor:pointer;font-size:.95rem;padding:.6rem 1rem;transition:background .2s ease,color .2s ease}.discord-select-option:hover{background:#4e5058;color:#fff}.discord-select-option.selected{background:#5865f2;color:#fff;font-weight:600}.discord-select-display img,.discord-select-option img{height:1em;vertical-align:-.125em;width:1em}.emoji-field{padding-left:0;padding-right:0;text-align:center;width:56px}.option-row,.options-input{align-items:stretch}.option-row .emoji-field,.options-input .emoji-field{height:100%;min-width:60px;padding-left:0;padding-right:0;text-align:center;width:60px}.option-icon{font-size:1.25rem;line-height:1}.options-input .option-text-fields{display:flex;flex:1 1;flex-direction:column;gap:.8rem}.options-input .option-text-fields input{min-width:120px;width:100%}.delete-btn{background:#d9534f;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:.8rem 1.5rem}.delete-btn:hover{background:#c9302c}.confirm-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:10000}.confirm-modal{background:#fff;border-radius:8px;max-width:380px;padding:1.5rem;text-align:center;width:90%}.confirm-modal .actions{display:flex;gap:.8rem;justify-content:flex-end;margin-top:1.2rem}.sidebar-toolbar{background:#ffffffeb;background:var(--light-bg);border-top:1px solid #00000014;bottom:0;box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0;gap:.75rem;margin-top:auto;padding:1rem .5rem;position:-webkit-sticky;position:sticky;width:100%;z-index:10001}.sidebar-toolbar .create-topic-btn,.sidebar-toolbar button{width:100%}.topics-header{align-items:center;display:flex}.sidebar-header-create-btn{flex-shrink:0;font-size:.85rem;margin-left:auto;max-width:100px;min-width:0;overflow:hidden;padding:.4rem .6rem;text-overflow:ellipsis;white-space:nowrap}.embed-settings-box{align-items:center;border:1px solid #f66435;border:1px solid var(--orange-red);border-radius:8px;display:flex;gap:1.5rem;margin-bottom:1.5rem;padding:.75rem 1rem}.embed-settings-box label{align-items:center;display:flex;flex-direction:row;font-weight:500;gap:.5rem;margin:0}.embed-settings-box input[type=color]{background:none;border:none;height:24px;padding:0;width:24px}.embed-settings-box input[type=checkbox]{accent-color:#f66435;accent-color:var(--orange-red);cursor:pointer;height:24px;margin:0;width:24px}.back-btn-preview{background-color:#5865f2;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:.875rem;font-weight:500;line-height:1;padding:.25rem .75rem;transition:background-color .2s ease}.back-btn-preview:hover{background-color:#4752c4}.discord-preview .back-btn-preview{display:block;margin:1rem 0 0 3.5rem}.item-category-header{align-items:center;border-bottom:1px solid #00000014;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.item-category-header h2{margin:0}.item-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:10000}.item-modal{background:#f8f5f0;background:var(--vanilla,#f8f5f0);border-radius:12px;box-shadow:0 6px 24px #00000014,0 0 4px #0000000a;box-shadow:var(--card-shadow);max-height:90vh;max-width:520px;overflow-y:auto;padding:2rem;width:100%}.item-modal h3{color:#f66435;color:var(--orange-red);font-weight:600;margin-bottom:1.5rem;margin-top:0}.item-modal .form-actions{display:flex;gap:.8rem;justify-content:flex-end;margin-top:1.5rem}.file-input-label{background:#f66435;background:var(--orange-red);border-radius:6px;color:#fff;cursor:pointer;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem;padding:.7rem 1.2rem;text-align:center;transition:.15s cubic-bezier(.4,0,.2,1);transition:var(--transition-fast)}.file-input-label:hover{background:#9e2c06;background:var(--orange-dark)}.file-input-hidden{display:none}.file-preview{align-items:center;background:#f664350d;border:1px solid #f664351a;border-radius:6px;color:#f66435;color:var(--orange-red);display:flex;font-size:.85rem;gap:.8rem;margin-top:.8rem;padding:.5rem}.file-preview img,.file-preview video{background:#e0e0e0;border-radius:4px;height:50px;object-fit:cover;width:50px}.file-preview-name{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.remove-media-btn{background:none;border:none;color:#d9534f;cursor:pointer;font-size:1.2rem;margin-left:auto;padding:.2rem}.remove-media-btn:hover{color:#c9302c}.items-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:1rem}.item-card{background:#fff;border:1px solid #e0e0e0;border-radius:16px;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;min-height:400px;overflow:hidden;position:relative;transition:transform .2s ease,box-shadow .2s ease}.item-card:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-5px)}.item-media{background:#f5f5f5;height:200px;overflow:hidden}.item-media,.media-carousel{align-items:center;display:flex;justify-content:center;position:relative}.media-carousel{height:100%;width:100%}.carousel-arrow{align-items:center;background:#000000b3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:18px;font-weight:700;height:32px;justify-content:center;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease;width:32px;z-index:10}.media-carousel:hover .carousel-arrow{opacity:1}.carousel-arrow:hover{background:#000000e6;transform:translateY(-50%) scale(1.1)}.carousel-prev{left:8px}.carousel-next{right:8px}.carousel-indicators{bottom:8px;display:flex;gap:6px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.carousel-indicator{background:#fff9;border:none;border-radius:50%;cursor:pointer;height:8px;transition:all .2s ease;width:8px}.carousel-indicator.active{background:#fff;transform:scale(1.2)}.carousel-indicator:hover{background:#fffc}.item-image,.item-video{background:#f9f9f9;height:100%;object-fit:contain;object-position:center;width:100%}.item-details{display:flex;flex-direction:column;flex-grow:1;padding:1.25rem}.item-name{color:#1a1a1a;font-size:1.2rem;font-weight:700;line-height:1.3;margin:0 0 1rem}.item-info{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr;margin-bottom:1.25rem}.item-info-group{display:flex;flex-direction:column;gap:.25rem}.item-info-label{color:#666;font-size:.7rem;font-weight:600;letter-spacing:.5px;margin-bottom:.25rem;text-transform:uppercase}.item-details-row{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.access-section,.price-section{display:flex;flex-direction:column;gap:.25rem}.item-price{color:#f66435;color:var(--orange-red);font-size:1rem;font-weight:700}.access-type,.item-tag,.item-type,.purchase-type{border-radius:8px;display:inline-block;font-size:.8rem;font-weight:600;padding:.3rem .7rem;text-align:center;text-transform:capitalize}.item-season-pass{background:#f664351a;border:1px solid #f6643533;border-radius:6px;color:#666;display:flex;flex-direction:column;font-size:.85rem;gap:.25rem;margin-bottom:.75rem;padding:.5rem .75rem}.season-pass-label{color:#f66435;color:var(--orange-red);font-size:.7rem;font-weight:600;letter-spacing:.5px;margin-bottom:.25rem;text-transform:uppercase}.item-type{background-color:#e3f2fd;color:#1e88e5}.purchase-type{background-color:#e8f5e9;color:#43a047}.access-type{background-color:#f3e5f5;color:#8e24aa}.access-type.pro-only{background-color:#fffde7;color:#fbc02d}.access-type.limited-event{background-color:#ffebee;color:#e53935}.sub-type,.sub-type2{font-weight:400;opacity:.8}.item-status{border-top:1px solid #f0f0f0;display:flex;flex-direction:column;gap:.25rem;margin-top:auto;padding-top:1rem}.status-label{color:#666;font-size:.7rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.availability{align-self:flex-start;border-radius:20px;display:inline-block;font-size:.8rem;font-weight:600;padding:.4rem .8rem}.availability.available{background-color:#4caf50;color:#fff}.availability.unavailable{background-color:#f44336;color:#fff}.item-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1rem}.item-actions .edit-btn,.item-actions .remove-btn{border-radius:8px;font-size:.9rem;font-weight:500;padding:.5rem 1rem}.item-category-container{align-items:flex-start;display:flex;gap:2rem}.item-form-section{flex:0 0 400px;min-width:350px}.item-list-section{flex:1 1;min-width:0}.item-controls{margin-bottom:1.5rem}.search-bar{margin-bottom:1rem;position:relative}.clear-search{background:none;border:none;border-radius:3px;color:#999;cursor:pointer;padding:.25rem;position:absolute;right:.5rem;top:50%;transform:translateY(-50%)}.clear-search:hover{background:#f664351a;color:#f66435;color:var(--orange-red)}.filter-controls{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.bulk-toggle{background:#4a6baf;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:.6rem 1rem;transition:background .2s ease}.bulk-toggle:hover{background:#3c5991}.item-list-header{border-bottom:1px solid #00000014;display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem}.item-list-title{align-items:center;display:flex;gap:1rem;justify-content:space-between}.item-list-header h3{color:#f66435;color:var(--orange-red);font-weight:600;margin:0}.select-all-checkbox{align-items:center;color:#666;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;-webkit-user-select:none;user-select:none}.select-all-checkbox input[type=checkbox]{margin:0}.item-controls{display:flex;flex-direction:column;gap:1rem}.item-search-box{max-width:400px;position:relative}.item-search{background:#fff;border:1px solid #f6643533;border-radius:6px;box-sizing:border-box;font-size:.9rem;padding:.6rem 2rem .6rem .75rem;width:100%}.item-search:focus{border-color:#f66435;border-color:var(--orange-red);box-shadow:0 0 0 2px #f664351a;outline:none}.item-filters{align-items:center;display:flex;flex-wrap:wrap;gap:.8rem}.filter-select,.sort-select{background:#fff;border:1px solid #f6643533;border-radius:6px;color:#333;font-size:.85rem;min-width:120px;padding:.5rem .8rem}.filter-select:focus,.sort-select:focus{border-color:#f66435;border-color:var(--orange-red);box-shadow:0 0 0 2px #f664351a;outline:none}.clear-filters-btn{background:#0000;border:1px solid #f66435;border:1px solid var(--orange-red);border-radius:6px;color:#f66435;color:var(--orange-red);cursor:pointer;font-size:.85rem;padding:.5rem 1rem;white-space:nowrap}.clear-filters-btn:hover{background:#f664351a}.bulk-mode-btn{background:#4a6baf;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;padding:.5rem 1rem;white-space:nowrap}.bulk-mode-btn:hover{background:#3c5991}.bulk-actions{align-items:center;background:#4a6baf1a;border:1px solid #4a6baf33;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem}.bulk-info{color:#4a6baf;font-size:.9rem;font-weight:500}.bulk-buttons{align-items:center;display:flex;gap:.8rem}.bulk-update-select{background:#fff;border:1px solid #4a6baf;border-radius:6px;color:#333;font-size:.85rem;min-width:140px;padding:.5rem .8rem}.bulk-update-select:focus{border-color:#3c5991;box-shadow:0 0 0 2px #4a6baf1a;outline:none}.bulk-delete-btn{background:#d9534f;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;padding:.5rem 1rem;white-space:nowrap}.bulk-delete-btn:hover{background:#c9302c}.item-selection{align-items:center;background:#ffffffe6;border-radius:4px;display:flex;justify-content:center;padding:4px;position:absolute;right:8px;top:8px;z-index:10}.item-selection input[type=checkbox]{cursor:pointer;height:16px;margin:0;width:16px}.items-grid-container{background:#fff;border:1px solid #00000014;border-radius:8px;position:relative}.items-grid.standard{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:1.5rem}.items-grid.virtualized{padding:1.5rem}.items-grid.virtualized .item-card{margin-bottom:1.5rem}.kb-topics-tree.virtualized{position:relative}.kb-topics-tree.virtualized .topic-node{left:0;position:absolute;right:0}.dashboard-container.kb-navbar-mode{flex-direction:column;padding:2rem 1rem}.kb-navbar{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffeb;background:var(--light-bg);border-bottom:1px solid #00000014;border-bottom:var(--panel-border);border-radius:30px;box-shadow:0 6px 24px #00000014,0 0 4px #0000000a;box-shadow:var(--card-shadow);display:flex;gap:1.5rem;height:60px;left:10rem;margin-top:1rem;padding:.75rem 1.5rem;position:fixed;right:1rem;top:0;z-index:1000}.navbar-logo img{display:block;height:auto;left:-8rem;max-height:4rem;position:fixed;top:0;z-index:1001}.kb-navbar .navbar-brand{color:#f66435;color:var(--orange-red);font-size:1.25rem;font-weight:700;margin-right:2rem}.kb-navbar .navbar-nav{align-items:center;display:flex;gap:1rem;list-style:none;margin:0;padding:0}.kb-navbar .navbar-nav li{align-items:center;border-radius:6px;color:#f66435;color:var(--orange-red);cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:background .2s ease}.kb-navbar .navbar-nav li.active,.kb-navbar .navbar-nav li:hover{background:#f664351a}.kb-navbar .navbar-nav .icon{font-size:1.2rem}.dashboard-container.kb-navbar-mode .main-content{margin-top:60px;padding-top:1rem}.dashboard-container.kb-navbar-mode .sidebar{display:none}.kb-navbar-layout{display:flex;gap:1.5rem;height:calc(100vh - 120px);min-height:600px}.kb-sidebar-panel{display:flex;flex-direction:column;flex-shrink:0;max-width:50vw;min-width:280px;overflow:hidden;padding:1.5rem;position:relative;width:420px}.kb-content-area,.kb-sidebar-panel{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffeb;background:var(--panel-bg);border:1px solid #00000014;border:var(--panel-border);border-radius:12px;box-shadow:0 6px 24px #00000014,0 0 4px #0000000a;box-shadow:var(--card-shadow)}.kb-content-area{flex:1 1;min-width:0;overflow:auto;padding:2rem}.pagination{align-items:center;background:#f6643508;border:1px solid #f664351a;border-radius:8px;display:flex;gap:1rem;justify-content:center;margin-top:1.5rem;padding:1rem}.pagination-btn{background:#f66435;background:var(--orange-red);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:.6rem 1.2rem;transition:background .2s ease}.pagination-btn:hover:not(:disabled){background:#9e2c06;background:var(--orange-dark)}.pagination-btn:disabled{background:#ccc;cursor:not-allowed}.pagination-info{color:#666;font-size:.9rem;font-weight:500}.form-actions{display:flex;gap:.8rem;justify-content:flex-start;margin-left:4rem;margin-top:1.5rem}@media (min-width:1400px){.kb-navigation-panel{flex:0 0 450px}}@media (max-width:1200px){.kb-navigation-panel{flex:0 0 380px}.item-category-container{flex-direction:column}.item-form-section{flex:none;min-width:auto;width:100%}.items-grid.standard{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width:900px){.kb-dashboard-layout{flex-direction:column;gap:1rem;height:auto}.kb-navigation-panel{flex:none;height:50vh;max-height:60vh;min-height:450px}.kb-content-panel{flex:none;min-height:60vh}}@media (max-width:768px){.item-category-header{align-items:flex-start;flex-direction:column;gap:1rem}.items-grid.standard{grid-template-columns:1fr}.item-filters{align-items:stretch;flex-direction:column}.filter-select,.sort-select{min-width:auto;width:100%}.pagination{flex-direction:column;gap:.8rem}.pagination-info{text-align:center}.kb-navigation-panel{height:40vh;min-height:300px}.kb-navigation-panel .topics-header h3{font-size:1.1rem}.kb-navigation-panel .kb-topic-header{font-size:.9rem;padding:.6rem}}.onboarding-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008c;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:20000}.onboarding-modal{background:#f8f5f0;background:var(--vanilla,#f8f5f0);border-radius:12px;box-shadow:0 6px 24px #00000014,0 0 4px #0000000a;box-shadow:var(--card-shadow);max-width:520px;padding:2rem;width:100%}.onboarding-actions{display:flex;gap:.8rem;justify-content:flex-end;margin-top:1.5rem}.onboarding-highlight{border-radius:8px;box-shadow:0 0 0 4px #f6643599;position:relative;z-index:20001}.last-edit-cards{display:flex;flex-wrap:wrap;margin-top:1rem}.last-edit-card{background:#ffffffeb;background:var(--panel-bg);border:1px solid #00000014;border:var(--panel-border);border-radius:8px;box-shadow:0 6px 24px #00000014,0 0 4px #0000000a;box-shadow:var(--card-shadow);flex:1 1;flex-direction:column;gap:.5rem;min-width:200px;padding:1rem}.last-edit-card:hover{box-shadow:0 0 0 2px #f6643533}.last-edit-card h4{color:#f66435;color:var(--orange-red);font-size:1rem;margin:0}.onboarding-tooltip{background:#f8f5f0;background:var(--vanilla,#f8f5f0);border-radius:8px;box-shadow:0 6px 24px #00000014,0 0 4px #0000000a;box-shadow:var(--card-shadow);padding:1rem;position:absolute;transform:translate(-50%,-120%);z-index:20002}.onboarding-tooltip:after{border:8px solid #0000;border-top:8px solid var(--vanilla,#f8f5f0);bottom:-8px;content:"";left:50%;position:absolute;transform:translateX(-50%)}.profile-panel{padding:2rem}.profile-header{background:linear-gradient(135deg,#f664351a,#f664350d);border:1px solid #f664351a;border-radius:16px;margin-bottom:2rem;padding:2rem}.profile-info{gap:1.5rem}.profile-avatar,.profile-info{align-items:center;display:flex}.profile-avatar{background:#ffffffeb;background:var(--light-bg);border:3px solid #f66435;border:3px solid var(--orange-red);border-radius:50%;height:80px;justify-content:center;overflow:hidden;position:relative;width:80px}.profile-avatar img{height:100%;object-fit:cover;width:100%}.profile-avatar-default{font-size:2rem;text-transform:uppercase}.profile-avatar-default,.profile-details h2{color:#f66435;color:var(--orange-red);font-weight:700}.profile-details h2{font-size:1.8rem;margin:0 0 .5rem}.profile-id{background:#f664351a;border-radius:4px;color:#666;display:inline-block;font-family:Courier New,monospace;font-size:.9rem;margin:0 0 1rem;padding:.25rem .5rem}.profile-stats{display:flex;gap:2rem}.stat-item{align-items:center;display:flex;flex-direction:column;text-align:center}.stat-value{color:#f66435;color:var(--orange-red);font-size:1.5rem;font-weight:700;line-height:1}.stat-label{color:#666;font-size:.8rem;font-weight:500;margin-top:.25rem;text-transform:uppercase}.profile-content{grid-gap:2rem;display:grid;gap:2rem}.profile-section{background:#ffffffeb;background:var(--light-bg);border:1px solid #00000014;border:var(--panel-border);border-radius:12px;box-shadow:0 6px 24px #00000014,0 0 4px #0000000a;box-shadow:var(--card-shadow);padding:1.5rem}.profile-section h3{border-bottom:2px solid #f664351a;color:#f66435;color:var(--orange-red);font-size:1.3rem;font-weight:600;margin:0 0 1.5rem;padding-bottom:.75rem}.last-edit-cards{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.last-edit-card{align-items:flex-start;background:#fff;border:1px solid #f664351a;border-radius:12px;cursor:pointer;display:flex;gap:1rem;overflow:hidden;padding:1.5rem;position:relative;transition:all .2s cubic-bezier(.25,.46,.45,.94);transition:all var(--transition-smooth)}.last-edit-card:before{background:linear-gradient(90deg,#f66435,#f6643599);background:linear-gradient(90deg,var(--orange-red),#f6643599);content:"";height:3px;left:0;position:absolute;right:0;top:0}.last-edit-card:hover{border-color:#f66435;border-color:var(--orange-red);box-shadow:0 8px 25px #f6643526;transform:translateY(-2px)}.card-icon{flex-shrink:0;font-size:2rem;line-height:1}.card-content{flex:1 1;min-width:0}.card-content h4{color:#f66435;color:var(--orange-red);font-size:1rem;font-weight:600;margin:0 0 .5rem}.card-content p{color:#666;font-size:.9rem;margin:0 0 1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resume-btn{background:#f66435;background:var(--orange-red);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:500;padding:.5rem 1rem;transition:background .15s cubic-bezier(.4,0,.2,1);transition:background var(--transition-fast)}.resume-btn:hover{background:#9e2c06;background:var(--orange-dark)}.no-activity{color:#666;grid-column:1/-1;padding:2rem;text-align:center}.empty-state-icon{font-size:3rem;margin-bottom:1rem;opacity:.6}.shortcuts-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.shortcuts-category{background:#fff;border:1px solid #f664351a;border-radius:8px;padding:1.25rem}.shortcuts-category h4{border-bottom:1px solid #f664351a;color:#f66435;color:var(--orange-red);font-size:1rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}.shortcut-item{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:.75rem 0}.shortcut-item:last-child{border-bottom:none}.shortcut-keys{align-items:center;display:flex;font-size:.8rem;gap:.25rem}.shortcut-keys kbd{background:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;box-shadow:0 1px 0 #0003,inset 0 0 0 2px #fff;color:#333;display:inline-block;font-family:Segoe UI,system-ui,sans-serif;font-size:.8rem;font-weight:500;line-height:1;min-width:1.5rem;padding:.25rem .4rem;text-align:center;white-space:nowrap}.shortcut-item span{color:#666;flex:1 1;font-size:.9rem;margin-left:1rem}@media (max-width:768px){.profile-info{flex-direction:column;gap:1rem;text-align:center}.profile-stats{justify-content:center}.last-edit-cards,.shortcuts-grid{grid-template-columns:1fr}.shortcut-item{align-items:flex-start;flex-direction:column;gap:.5rem}.shortcut-item span{margin-left:0}}
/*# sourceMappingURL=main.851e67bd.css.map*/