:root{--bg:#fff;--surface:#fff;--accent:#2600ff;--muted:#000f2c;--text:#000;--radius:10px;--gap:1rem;--max-width:1100px}*{box-sizing:border-box}html,body{height:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}.container{width:100%;max-width:var(--max-width);color:#000;margin:0 auto;padding:0 1rem}header{--text:#fff;background:linear-gradient(#0a0274,#0a0274);border-bottom:1px solid #0f172a0f}.header-container{justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex;position:relative}.header-logo{align-items:center;display:flex}.header-logo img{object-fit:contain;width:auto;height:48px}.nav-links{gap:1.25rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav-links a{color:var(--text);font-weight:500;text-decoration:none}.nav-links a:hover{color:var(--accent)}.header-spacer{width:48px}@media (width<=600px){.shared-text h2{font-size:2rem}.shared-text p{font-size:1rem}}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mb-1{margin-bottom:.5rem}.row{align-items:center;gap:.75rem;display:flex}.stack{flex-direction:column;gap:.5rem;display:flex}.resource-page-header{text-align:center;padding:2rem 1.25rem 1rem}.resource-page-title{color:var(--resource-text-main);margin:0 0 .5rem;font-size:2rem;font-weight:700}.resource-page-subtitle{color:var(--resource-text-muted);max-width:700px;margin:0 auto;font-size:1.1rem}.resource-page-main{text-align:center;max-width:900px;margin:0 auto;padding:0 1.25rem 2rem}.resource-search-section{margin-top:1.75rem;margin-bottom:1.75rem}.resource-search-label{color:var(--resource-text-muted);margin-bottom:.5rem;font-size:1rem;font-weight:600;display:none}.resource-search-input{background:#fff;border:2px solid #333;border-radius:8px;outline:none;width:100%;max-width:700px;margin-left:auto;margin-right:auto;padding:.75rem 1rem;font-size:1rem}.resource-search-input:focus{border-color:var(--resource-accent);box-shadow:0 0 0 1px var(--resource-accent-soft)}.resource-list{margin:0;padding:0;list-style:none}.resource-item{border-bottom:1px solid var(--resource-border);padding:1.25rem 0}.resource-item:last-child{border-bottom:none}.resource-title{color:var(--resource-text-main);text-align:center;margin:0 0 .35rem;font-size:1.3rem;font-weight:700}.resource-description{color:var(--resource-text-muted);text-align:center;max-width:700px;margin:0 auto .5rem;font-size:1rem}.resource-link{color:var(--resource-accent);font-size:1rem;font-weight:600;text-decoration:none}.resource-link:hover{text-decoration:underline}.resource-no-results{color:var(--resource-text-muted);text-align:center;margin-top:1.5rem;font-size:1rem}@media (width>=768px){.resource-page-title{font-size:2.25rem}.resource-title{font-size:1.4rem}.resource-description{font-size:1.05rem}}.resource-detail{text-align:center;margin-top:2rem}.resource-back-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;margin-bottom:1.5rem;padding:.6rem 1rem;font-size:1rem}.resource-back-button:hover{background:#1e4fcf}.resource-detail-title{margin-bottom:1rem;font-size:1.6rem;font-weight:700}.resource-detail-content{color:var(--resource-text-main);max-width:700px;margin:0 auto;font-size:1rem;line-height:1.6}.resource-hero{background-image:url(https://images.pexels.com/photos/1370295/pexels-photo-1370295.jpeg?cs=srgb&dl=bookcase-books-bookshelf-1370295.jpg&fm=jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;height:260px;display:flex;position:relative}.resource-hero:before{content:"";background:#0000008c;position:absolute;inset:0}.resource-hero-overlay{text-align:center;color:#fff;padding:1rem;position:relative}.resource-hero-title{margin:0 0 .5rem;font-size:2.5rem;font-weight:800}.resource-hero-subtitle{max-width:700px;margin:0;font-size:1.2rem}.user-container{z-index:1001;flex-direction:row;align-items:center;gap:10px;margin-left:auto;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}#user-status{color:#fff;cursor:pointer;align-items:center;font-size:16px;font-weight:500;transition:color .2s;display:inline-flex;position:relative}#user-status:hover{color:#ffb71b}#user-pic{cursor:pointer;border-radius:50%;width:45px;height:45px}.sub-menu-wrap{z-index:9999;width:280px;max-height:0;transition:max-height .5s;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden}.sub-menu-wrap.open-menu{max-height:400px}.sub-menu{background:#fff;border-radius:12px;margin:0;padding:16px;box-shadow:0 14px 30px #0f172a2e}.user-info{align-items:center;display:flex}.user-info h3{margin:0;font-size:1rem;font-weight:500}.sub-menu img{object-fit:cover;border-radius:50%;width:52px;height:52px;margin-right:12px}.sub-menu hr{background:#ccc;border:0;width:100%;height:1px;margin:15px 0 10px}.sub-menu-link{color:#525252;align-items:center;gap:12px;margin:10px 0;text-decoration:none;display:flex}.sub-menu-link p{flex:1;margin:0}.sub-menu-link img{object-fit:cover;background:#e5e5e5;border-radius:50%;width:36px;height:36px;margin-right:0;padding:7px}.sub-menu-link span{margin-left:auto;font-size:22px;transition:transform .5s}.sub-menu-link:hover span{transform:translate(5px)}.sub-menu-link:hover p{font-weight:600}
