@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.layout{position:relative}#building{display:grid;place-items:center;min-height:calc(100vh - 52px);padding:2rem}#building .building-container{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;background-color:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:3rem 4rem;box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f;max-width:480px;width:100%}#building .building-icon{width:56px;height:56px;color:#4f46e5}#building h1{margin:0;font-size:1.5rem;font-weight:700;color:#1f2937}#building p{margin:0;font-size:.95rem;color:#6b7280}.dark-mode #building .building-container{background-color:#1f2937;border-color:#ffffff1a;box-shadow:0 1px 3px #00000080}.dark-mode #building h1{color:#f3f4f6}.dark-mode #building .building-icon{color:#818cf8}.dark-mode #building p{color:#9ca3af}#filterBar{display:flex;justify-content:center;padding:0 1rem}#filterBar .searchBar{width:100%;max-width:520px;height:44px;padding:0 1.25rem 0 2.75rem;border-radius:50px;border:1.5px solid rgba(0,0,0,.08);background-color:#fff;color:#1f2937;font-size:.9rem;font-family:inherit;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236B7280' viewBox='0 0 256 256'%3E%3Cpath d='M229.66,218.34l-50.07-50.07a88.11,88.11,0,1,0-11.31,11.31l50.06,50.07a8,8,0,0,0,11.32-11.31ZM40,112a72,72,0,1,1,72,72A72.08,72.08,0,0,1,40,112Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:14px center;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;outline:none;appearance:none}#filterBar .searchBar:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e526}#filterBar .searchBar::placeholder{color:#6b7280}.dark-mode #filterBar .searchBar{background-color:#1f2937;color:#f3f4f6;border-color:#ffffff1a}.dark-mode #filterBar .searchBar::placeholder{color:#9ca3af}.dark-mode #filterBar .searchBar:focus{border-color:#818cf8;box-shadow:0 0 0 3px #818cf833}.footerPage{position:fixed;bottom:0;left:0;right:0;height:52px;display:flex;align-items:center;justify-content:center;background-color:#4f46e5;color:#fff;font-size:.84rem;letter-spacing:.01em;z-index:100;box-shadow:0 -2px 12px #0000001f}.footerPage a{color:#c7d2fe;text-decoration:none;font-weight:600;margin-left:4px;transition:color .2s ease}.footerPage a:hover{color:#fff;text-decoration:underline}.footerPage.dark-mode{background-color:#1e1b4b;box-shadow:0 -2px 12px #00000080}.navbar{background-color:#4f46e5;display:flex;justify-content:flex-start;align-items:center;position:fixed;width:100%;height:64px;z-index:998;box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f;padding:0 1.5rem}.menu-bars{font-size:1.75rem;background:none;color:#fff;display:flex;align-items:center;text-decoration:none;cursor:pointer;border:none;transition:opacity .2s ease}.menu-bars:hover{opacity:.8}.nav-menu{background-color:#4f46e5;width:260px;height:100vh;display:flex;justify-content:center;position:fixed;top:0;left:-100%;transition:left .35s cubic-bezier(.4,0,.2,1);z-index:999;box-shadow:0 10px 25px #0000001a,0 4px 10px #00000014}.nav-menu.active{left:0}.nav-menu-items{width:100%;list-style:none;margin:0;padding:0}.navbar-toggle{background-color:#4f46e5;width:100%;height:64px;display:flex;justify-content:flex-start;align-items:center;padding:0 1.5rem}.nav-text{display:flex;align-items:center;padding:0;height:52px}.nav-text a{display:flex;align-items:center;gap:.75rem;width:100%;height:100%;padding:0 1.25rem;color:#ffffffd9;text-decoration:none;font-size:.95rem;font-weight:500;transition:background-color .2s ease,color .2s ease;border-radius:6px;margin:0 .5rem}.nav-text a:hover{background-color:#ffffff1f;color:#fff}.nav-text a span{margin:0}.dark-mode .navbar,.dark-mode .nav-menu,.dark-mode .navbar-toggle{background-color:#1e1b4b}#resourceCard{display:flex;flex-direction:column;background-color:#fff;border-radius:10px;border:1px solid rgba(0,0,0,.08);box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;overflow:hidden;text-decoration:none;color:inherit;cursor:pointer;height:100%;transition:transform .2s ease,box-shadow .2s ease}#resourceCard:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a,0 4px 10px #00000014}#resourceCard .resource-header{padding:.85rem 1rem;display:flex;flex-direction:column;gap:.4rem}#resourceCard .resource-name{font-size:.95rem;font-weight:700;line-height:1.3}#resourceCard .resource-badges{display:flex;flex-wrap:wrap;gap:.3rem}#resourceCard .badge{display:inline-block;font-size:.68rem;font-weight:600;padding:2px 8px;border-radius:50px;background-color:#fff3;color:inherit;letter-spacing:.03em;text-transform:uppercase}#resourceCard .card-body{padding:.85rem 1rem;flex:1;display:flex;flex-direction:column}#resourceCard .card-text{font-size:.82rem;color:#6b7280;line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.dark-mode #resourceCard{background-color:#1f2937;border-color:#ffffff1a;box-shadow:0 1px 3px #00000080}.dark-mode #resourceCard .card-text{color:#9ca3af}.dark-mode #resourceCard:hover{box-shadow:0 4px 6px #0006}.toggle{position:fixed;top:1rem;right:1.25rem;z-index:999;width:52px;height:28px;border-radius:50px;border:1.5px solid rgba(0,0,0,.08);background-color:#fff;display:flex;align-items:center;justify-content:space-around;padding:2px 5px;cursor:pointer;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease;appearance:none}.toggle:hover{box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f}.toggle--dark{background-color:#1e1b4b;border-color:#ffffff1a}.toggle--dark .toggle-thumb{transform:translate(23px);background-color:#818cf8}.toggle-icon{width:14px;height:14px;object-fit:contain;flex-shrink:0;z-index:1;pointer-events:none}.toggle-thumb{position:absolute;left:2px;width:22px;height:22px;border-radius:50%;background-color:#4f46e5;transition:transform .2s ease,background-color .2s ease;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;pointer-events:none}#api{max-width:1400px;margin:0 auto;padding:3rem 2rem 2rem}#api .dashboard-header{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:2.5rem}#api .dashboard-header h1{margin:0;font-size:2.25rem;font-weight:800;color:#1f2937;letter-spacing:-.03em}#api .dashboard-header .dashboard-subtitle{margin:0;font-size:.95rem;color:#6b7280;margin-bottom:1.25rem}#api .cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem}#api .no-results{text-align:center;color:#6b7280;font-size:.95rem;padding:3rem 0}.dark-mode #api .dashboard-header h1{color:#f3f4f6}.dark-mode #api .dashboard-subtitle,.dark-mode #api .no-results{color:#9ca3af}@media(max-width:640px){#api{padding:2rem 1rem 1.5rem}#api .dashboard-header h1{font-size:1.75rem}#api .cards{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.85rem}}#notFound{display:grid;place-items:center;min-height:calc(100vh - 52px);padding:2rem}.not-found-container{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.not-found-code{font-size:7rem;font-weight:800;line-height:1;background:linear-gradient(135deg,#4f46e5,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.not-found-title{margin:0;font-size:1.75rem;font-weight:700;color:#1f2937}.not-found-message{margin:0;font-size:.95rem;color:#6b7280;max-width:340px}.not-found-link{display:inline-flex;align-items:center;margin-top:.75rem;padding:.6rem 1.5rem;border-radius:50px;background-color:#4f46e5;color:#fff;font-size:.9rem;font-weight:600;text-decoration:none;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.not-found-link:hover{background-color:#4338ca;transform:translateY(-1px);box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f}.dark-mode .not-found-title{color:#f3f4f6}.dark-mode .not-found-message{color:#9ca3af}.dark-mode .not-found-link{background-color:#818cf8;color:#111}.dark-mode .not-found-link:hover{background-color:#a5b4fc}*,*:before,*:after{box-sizing:border-box}:root{font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:1.6;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:light dark}body{margin:0;padding:0;background-color:#f9fafb;color:#1f2937;transition:background-color .2s ease,color .2s ease}.layout{min-height:100dvh;display:flex;flex-direction:column;background-color:#f9fafb;color:#1f2937;transition:background-color .2s ease,color .2s ease}.layout.dark-mode{background-color:#111827;color:#f3f4f6}.layout .scroll{flex:1;overflow-y:auto;padding-bottom:4rem}
