:root{color-scheme:light;--background:#f4f1ea;--surface:#fffdf8;--surface-strong:#ffffff;--surface-muted:#ebe7de;--border:#ded9cf;--text:#202622;--text-muted:#69716c;--accent:#285f53;--accent-hover:#174b41;--accent-soft:#deece7;--shadow:0 14px 34px rgba(50,46,38,0.07);--available:#398461;--degraded:#ba7918;--unavailable:#bb4d43}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--background:#151916;--surface:#1c221e;--surface-strong:#232a25;--surface-muted:#2c332e;--border:#343c36;--text:#f1f1e9;--text-muted:#a8b0a9;--accent:#80c5ad;--accent-hover:#a3d7c5;--accent-soft:#253c34;--shadow:0 16px 36px rgba(0,0,0,0.2)}}:root[data-theme=dark]{color-scheme:dark;--background:#151916;--surface:#1c221e;--surface-strong:#232a25;--surface-muted:#2c332e;--border:#343c36;--text:#f1f1e9;--text-muted:#a8b0a9;--accent:#80c5ad;--accent-hover:#a3d7c5;--accent-soft:#253c34;--shadow:0 16px 36px rgba(0,0,0,0.2)}*{box-sizing:border-box}html{background:var(--background);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{margin:0;min-width:320px;background:radial-gradient(circle at 80% -10%,rgba(106,155,137,.14),transparent 28rem),var(--background);color:var(--text)}button,input,select,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid color-mix(in srgb,var(--accent),transparent 45%);outline-offset:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:sticky;z-index:20;top:0;border-bottom:1px solid color-mix(in srgb,var(--border),transparent 25%);background:color-mix(in srgb,var(--background),transparent 10%);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-inner{width:min(1180px,calc(100% - 40px));height:72px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:11px;color:var(--text);font-size:1.05rem;font-weight:720;letter-spacing:-.02em;text-decoration:none}.brand-mark{display:grid;width:36px;height:36px;place-items:center;border-radius:11px;color:var(--surface-strong);background:var(--accent)}.brand-mark svg,.icon-button svg{width:21px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.header-actions{display:flex;align-items:center;gap:10px}.icon-button{display:grid;width:42px;height:42px;padding:0;place-items:center;border:1px solid var(--border);border-radius:50%;color:var(--text-muted);background:var(--surface);cursor:pointer}.icon-button:hover{color:var(--text);border-color:var(--text-muted)}.account{position:relative}.account-button{display:flex;height:44px;padding:4px 9px 4px 5px;align-items:center;gap:9px;border:1px solid var(--border);border-radius:24px;color:var(--text);background:var(--surface);cursor:pointer}.account-button img,.account-button>span:first-child{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;background:var(--accent-soft);object-fit:cover}.account-button svg{width:16px;stroke:currentColor;stroke-width:1.8}.account-name{max-width:130px;overflow:hidden;font-size:.88rem;font-weight:620;text-overflow:ellipsis;white-space:nowrap}.account-menu{position:absolute;top:calc(100% + 10px);right:0;min-width:230px;padding:8px;border:1px solid var(--border);border-radius:14px;background:var(--surface-strong);box-shadow:var(--shadow)}.account-summary{display:flex;padding:10px 11px 12px;flex-direction:column;border-bottom:1px solid var(--border)}.account-summary span{margin-top:2px;color:var(--text-muted);font-size:.78rem}.account-menu a{display:block;margin-top:6px;padding:9px 11px;border-radius:8px;color:var(--text);font-size:.88rem;text-decoration:none}.account-menu a:hover{background:var(--surface-muted)}.login-button,.sign-in-banner a{display:inline-flex;min-height:42px;padding:0 18px;align-items:center;justify-content:center;border-radius:22px;color:var(--surface-strong);background:var(--accent);font-size:.88rem;font-weight:700;text-decoration:none}.login-button:hover,.sign-in-banner a:hover{background:var(--accent-hover)}.page-shell{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:42px 0 80px}.welcome{display:flex;align-items:center;justify-content:space-between;gap:32px}.eyebrow{margin:0 0 9px;color:var(--accent);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.welcome h1{margin:0;font-size:2rem;font-weight:720;letter-spacing:-.035em;line-height:1.15}.welcome-copy{margin:6px 0 0;color:var(--text-muted);font-size:.92rem;line-height:1.5}.system-status{display:flex;min-width:max-content;margin:0;padding:9px 13px;align-items:center;gap:8px;border:1px solid var(--border);border-radius:20px;color:var(--text-muted);background:var(--surface);font-size:.78rem;font-weight:650}.status-dot{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:var(--available);box-shadow:0 0 0 3px color-mix(in srgb,var(--available),transparent 82%)}.status-unavailable .status-dot,.system-status-warning .status-dot{background:var(--unavailable);box-shadow:0 0 0 3px color-mix(in srgb,var(--unavailable),transparent 82%)}.sign-in-banner{display:flex;margin-top:24px;padding:20px 22px;align-items:center;justify-content:space-between;gap:18px;border:1px solid color-mix(in srgb,var(--accent),transparent 72%);border-radius:16px;background:var(--accent-soft)}.sign-in-banner strong{display:block;margin-bottom:4px}.sign-in-banner p{margin:0;color:var(--text-muted);font-size:.88rem}.search-container{position:relative;max-width:650px;margin-top:30px}.search-container>svg{position:absolute;top:50%;left:17px;width:20px;transform:translateY(-50%);stroke:var(--text-muted);stroke-width:1.8;stroke-linecap:round}.search-container input{width:100%;height:52px;padding:0 75px 0 49px;border:1px solid var(--border);border-radius:15px;color:var(--text);background:var(--surface-strong);box-shadow:0 5px 18px rgba(50,46,38,.035);appearance:none}.search-container input::placeholder{color:var(--text-muted)}.search-container button{position:absolute;top:50%;right:10px;padding:7px 9px;transform:translateY(-50%);border:0;border-radius:8px;color:var(--accent);background:transparent;font-size:.76rem;font-weight:700;cursor:pointer}.catalogue-section{margin-top:44px}.section-heading{display:flex;margin-bottom:18px;align-items:flex-end;justify-content:space-between}.section-heading h2{margin:0;font-size:1.35rem;font-weight:700;letter-spacing:-.025em}.section-heading p:not(.eyebrow){margin:5px 0 0;color:var(--text-muted);font-size:.86rem}.section-heading>span{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;color:var(--text-muted);background:var(--surface-muted);font-size:.75rem;font-weight:700}.application-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.application-card{display:flex;min-height:180px;padding:20px;gap:15px;border:1px solid var(--border);border-radius:18px;color:var(--text);background:var(--surface);box-shadow:0 1px 0 rgba(50,46,38,.02);text-decoration:none;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.application-card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--accent),transparent 45%);box-shadow:var(--shadow)}.icon-container{display:grid;width:46px;height:46px;flex:0 0 auto;place-items:center;border-radius:14px;color:#3f695d;background:#dfece7}.icon-camera{color:#68558b;background:#ebe5f4}.icon-shield{color:#8a5e28;background:#f2e7d8}.icon-chart{color:#986344;background:#f3e2d8}.icon-network{color:#2f7468;background:#dcece7}.icon-message{color:#426b85;background:#dfebf1}.icon-code{color:#5d617e;background:#e5e6ef}.icon-globe{color:#426b85;background:#dfebf1}.application-icon{width:25px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.card-content{display:flex;min-width:0;flex:1 1;flex-direction:column}.card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.card-heading h3{margin:3px 0 0;font-size:1rem;font-weight:720;letter-spacing:-.015em}.status{display:inline-flex;margin-top:4px;align-items:center;gap:6px;color:var(--text-muted);font-size:.68rem;font-weight:650;white-space:nowrap}.status .status-dot{width:6px;height:6px;box-shadow:none}.status-degraded .status-dot{background:var(--degraded)}.status-unknown .status-dot{background:var(--text-muted)}.card-content>p{margin:12px 0 14px;color:var(--text-muted);font-size:.84rem;line-height:1.55}.open-link{display:inline-flex;margin-top:auto;align-items:center;gap:5px;color:var(--accent);font-size:.78rem;font-weight:750}.open-link svg{width:15px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.empty-state{margin-top:48px;padding:60px 20px;border:1px dashed var(--border);border-radius:18px;text-align:center}.empty-state h2{margin:0}.empty-state p{color:var(--text-muted)}.empty-state button{padding:9px 14px;border:0;border-radius:9px;color:var(--surface-strong);background:var(--accent);cursor:pointer}.explorer-heading{display:flex;margin-bottom:28px;align-items:flex-end;justify-content:space-between;gap:24px}.explorer-heading h1{margin:10px 0 6px;font-size:clamp(1.8rem,4vw,2.6rem);letter-spacing:-.04em}.data-toolbar p,.explorer-heading p{margin:0;color:var(--text-muted)}.back-link{color:var(--accent);font-size:.82rem;font-weight:700;text-decoration:none}.explorer-heading button,.pagination button{padding:9px 13px;border:1px solid var(--border);border-radius:9px;color:var(--text);background:var(--surface);cursor:pointer}.explorer-layout{display:grid;grid-template-columns:230px minmax(0,1fr);align-items:start;gap:18px}.data-panel,.resource-list{border:1px solid var(--border);border-radius:18px;background:var(--surface)}.resource-list{padding:14px}.resource-list .eyebrow{margin:7px 8px 12px}.resource-list button{display:flex;width:100%;padding:11px 12px;align-items:flex-start;flex-direction:column;gap:3px;border:0;border-radius:10px;color:var(--text);background:transparent;text-align:left;cursor:pointer}.resource-list button.active,.resource-list button:hover{background:var(--accent-soft)}.resource-list button span{color:var(--text-muted);font-size:.72rem}.data-panel{min-width:0;overflow:hidden}.data-toolbar{display:flex;padding:20px;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--border)}.data-toolbar h2{margin:0 0 4px}.data-toolbar p{font-size:.8rem}.clear-filters{padding:8px 10px;border:1px solid var(--border);border-radius:9px;color:var(--accent);background:transparent;cursor:pointer}.data-table-wrap{overflow-x:auto}.data-table-wrap table{width:100%;border-collapse:collapse;font-size:.8rem;white-space:nowrap}.data-table-wrap td,.data-table-wrap th{max-width:360px;padding:12px 15px;overflow:hidden;border-bottom:1px solid var(--border);text-align:left;text-overflow:ellipsis}.data-table-wrap th{color:var(--text-muted);background:var(--surface-muted);font-size:.7rem;letter-spacing:.04em;text-transform:uppercase}.data-table-wrap th>button{padding:0;border:0;color:inherit;background:transparent;font:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer}.filter-row th{padding:8px;background:var(--surface)}.filter-row input,.filter-row select,.pagination select{width:100%;min-width:100px;padding:7px 8px;border:1px solid var(--border);border-radius:7px;color:var(--text);background:var(--surface-strong);font-size:.75rem}.filter-row input::placeholder{color:var(--text-muted)}.explorer-message{padding:70px 20px;color:var(--text-muted);text-align:center}.explorer-error{color:var(--unavailable)}.pagination{display:flex;padding:14px 18px;align-items:center;justify-content:space-between;color:var(--text-muted);font-size:.78rem}.pagination div{display:flex;gap:8px}.pagination select{min-width:92px}.pagination button:disabled{opacity:.45;cursor:default}@media (max-width:920px){.application-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.explorer-layout{grid-template-columns:1fr}.resource-list{display:flex;overflow-x:auto}.resource-list .eyebrow{display:none}.resource-list button{min-width:max-content}}@media (max-width:620px){.header-inner,.page-shell{width:min(100% - 28px,1180px)}.header-inner{height:64px}.account-button>svg,.account-name{display:none}.account-button{width:42px;padding:4px}.page-shell{padding-top:30px}.welcome{align-items:flex-start;flex-direction:column;gap:14px}.system-status{min-width:0}.sign-in-banner{align-items:flex-start;flex-direction:column}.sign-in-banner a{width:100%}.search-container{margin-top:26px}.catalogue-section{margin-top:38px}.application-grid{grid-template-columns:1fr}.featured-grid{width:calc(100vw - 14px);margin-right:-14px;padding-right:14px;grid-auto-columns:minmax(285px,86vw);grid-auto-flow:column;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory}.featured-grid .application-card{scroll-snap-align:start}.data-toolbar,.explorer-heading{align-items:stretch;flex-direction:column}}