:root{--bg:#f4f7f6;--surface:#fff;--surface-2:#f8faf9;--text:#13231f;--muted:#6a7b76;--line:#dfe8e5;--green:#0b5d4b;--green-2:#08745c;--green-soft:#e8f4f0;--mint:#c9f0e2;--navy:#102a25;--danger:#b42318;--danger-bg:#fef3f2;--warn:#9a6700;--warn-bg:#fffaeb;--success:#067647;--success-bg:#ecfdf3;--shadow:0 18px 55px rgba(20,49,42,.09);--radius:22px;--font:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}*{box-sizing:border-box}html{min-height:100%;background:var(--bg)}body{margin:0;min-height:100vh;font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}button,input{font:inherit}button,a{ -webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.icon,.app-svg,.button-icon,.note-icon,.setup-icon,.empty-icon{width:22px;height:22px;display:block}.eyebrow{font-size:12px;letter-spacing:.14em;font-weight:800;color:#b7ddd2}.eyebrow.dark{color:var(--green-2)}.login-page{background:#e9f0ed}.login-shell{width:100%;min-height:100vh;display:grid;grid-template-columns:minmax(420px,1.05fr) minmax(460px,.95fr);padding:18px}.login-brand-panel,.login-form-panel{position:relative;overflow:hidden}.login-brand-panel{border-radius:30px;background:linear-gradient(145deg,#0b5d4b 0%,#103f35 55%,#0b3029 100%);padding:46px;color:#fff;display:flex;min-height:calc(100vh - 36px);flex-direction:column;justify-content:space-between}.brand-top{display:flex;align-items:center;gap:12px;position:relative;z-index:2}.brand-logo{width:44px;height:44px}.brand-name{font-weight:800;letter-spacing:-.02em;font-size:18px}.brand-copy{max-width:620px;position:relative;z-index:2;margin:auto 0}.brand-copy h1{font-size:clamp(48px,5vw,78px);line-height:.96;letter-spacing:-.055em;margin:14px 0 24px}.brand-copy p{max-width:560px;font-size:17px;line-height:1.7;color:#d0e8e1;margin:0}.security-note{position:relative;z-index:2;display:flex;gap:14px;align-items:flex-start;padding:16px 18px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(255,255,255,.075);backdrop-filter:blur(10px);max-width:560px}.security-note strong,.security-note span{display:block}.security-note strong{font-size:13px}.security-note span{font-size:12px;color:#cfe1dc;margin-top:4px;line-height:1.5}.note-icon{color:#9de0cc;flex:0 0 auto}.orb{position:absolute;border-radius:50%;filter:blur(1px);pointer-events:none}.orb-one{width:380px;height:380px;right:-170px;top:70px;background:radial-gradient(circle at 35% 35%,rgba(147,231,206,.24),rgba(147,231,206,0) 65%)}.orb-two{width:520px;height:520px;left:-220px;bottom:-250px;border:1px solid rgba(255,255,255,.08)}.login-form-panel{display:flex;align-items:center;justify-content:center;padding:42px}.login-form-wrap{width:min(100%,460px)}.mobile-brand{display:none}.login-form-wrap h2{font-size:38px;letter-spacing:-.04em;margin:8px 0 10px}.form-subtitle{color:var(--muted);line-height:1.6;margin:0 0 32px}.field{display:block;margin:0 0 18px}.field>span{display:block;font-size:13px;font-weight:700;margin:0 0 8px}.input-wrap{height:54px;border:1px solid var(--line);background:#fff;border-radius:15px;display:flex;align-items:center;gap:11px;padding:0 14px;transition:.2s box-shadow,.2s border-color}.input-wrap:focus-within{border-color:#57a892;box-shadow:0 0 0 4px rgba(11,93,75,.09)}.input-wrap svg{width:20px;height:20px;fill:none;stroke:#80908b;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}.input-wrap input{border:0;outline:0;background:transparent;min-width:0;flex:1;height:100%;color:var(--text);font-size:15px}.input-wrap input::placeholder{color:#a1ada9}.password-toggle{border:0;background:transparent;color:var(--green);font-size:12px;font-weight:800;cursor:pointer}.primary-button{border:0;width:100%;height:56px;border-radius:16px;background:var(--green);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;box-shadow:0 12px 28px rgba(11,93,75,.22);transition:.2s transform,.2s background}.primary-button:hover:not(:disabled){background:#084f40;transform:translateY(-1px)}.primary-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.button-icon{width:19px;height:19px}.help-text{font-size:12px;line-height:1.6;color:var(--muted);text-align:center;margin:22px 10px}.login-footer{font-size:11px;color:#97a49f;text-align:center;margin-top:36px}.alert{padding:13px 15px;border-radius:13px;font-size:13px;line-height:1.5;margin:0 0 18px;border:1px solid transparent}.alert code{font-size:11px}.alert-danger{background:var(--danger-bg);color:var(--danger);border-color:#fecdca}.alert-warning{background:var(--warn-bg);color:var(--warn);border-color:#fedf89}.alert-success{background:var(--success-bg);color:var(--success);border-color:#abefc6}.alert-info{background:#eff8ff;color:#175cd3;border-color:#b2ddff}.dashboard-page{background:linear-gradient(180deg,#f8fbfa 0,#f2f6f5 420px,#f4f7f6 100%)}.topbar{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1240px)/2));border-bottom:1px solid rgba(215,226,222,.8);background:rgba(255,255,255,.84);backdrop-filter:blur(16px);position:sticky;top:0;z-index:30}.topbar-brand{display:flex;align-items:center;gap:11px}.topbar-brand img{width:42px;height:42px}.topbar-brand span span,.topbar-brand strong,.topbar-brand small{display:block}.topbar-brand strong{font-size:15px}.topbar-brand small{font-size:10px;color:var(--muted);margin-top:2px}.topbar-actions{display:flex;align-items:center;gap:12px}.user-chip{display:flex;align-items:center;gap:10px;padding:5px 8px 5px 5px}.avatar{width:39px;height:39px;border-radius:13px;display:grid;place-items:center;background:var(--green-soft);color:var(--green);font-weight:900}.user-chip-copy strong,.user-chip-copy small{display:block}.user-chip-copy strong{font-size:12px;max-width:170px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-chip-copy small{font-size:9px;color:var(--muted);margin-top:3px;letter-spacing:.07em}.icon-button{border:1px solid var(--line);background:#fff;height:40px;border-radius:12px;padding:0 13px;display:inline-flex;align-items:center;gap:7px;color:#43534e;font-size:12px;font-weight:700;cursor:pointer;transition:.2s}.icon-button:hover{border-color:#b7cbc5;background:#fbfdfc}.icon-button .icon{width:18px;height:18px}.dashboard-shell{width:min(1240px,calc(100% - 48px));margin:34px auto 80px}.hero-card{border-radius:28px;background:linear-gradient(120deg,#fff 0,#f6fbf9 100%);border:1px solid #dfebe7;box-shadow:0 18px 60px rgba(25,66,56,.055);padding:34px 38px;display:flex;justify-content:space-between;gap:30px;align-items:flex-end;position:relative;overflow:hidden}.hero-card:after{content:"";position:absolute;right:-80px;top:-130px;width:330px;height:330px;border-radius:50%;border:54px solid rgba(36,144,113,.055)}.hero-content{position:relative;z-index:1;max-width:760px}.hero-content h1{font-size:clamp(30px,4vw,48px);letter-spacing:-.045em;line-height:1.05;margin:10px 0 13px}.hero-content p{font-size:14px;line-height:1.7;color:var(--muted);margin:0;max-width:680px}.hero-stat{position:relative;z-index:1;min-width:150px;padding:16px 20px;border-radius:18px;background:#0b5d4b;color:#fff}.hero-stat span{display:block;font-size:32px;font-weight:900;letter-spacing:-.04em}.hero-stat small{display:block;color:#cbe7de;font-size:11px;margin-top:2px}.dashboard-alert{margin-top:18px}.setup-banner{margin-top:18px;border:1px solid #f0d58c;background:#fffbeb;border-radius:16px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:20px}.setup-banner>div{display:flex;align-items:center;gap:12px;font-size:12px;color:#725810}.setup-banner strong,.setup-banner span{display:block}.setup-banner span span{margin-top:2px}.setup-icon{width:21px;height:21px;flex:0 0 auto}.status-badge{font-size:9px;font-weight:900;letter-spacing:.08em;border-radius:999px;padding:6px 8px;white-space:nowrap}.status-pending{background:#fef0c7;color:#93370d}.apps-section{margin-top:38px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:19px}.section-heading h2{margin:6px 0 0;font-size:25px;letter-spacing:-.03em}.apps-tools{display:flex;gap:8px}.search-box{height:40px;display:flex;align-items:center;gap:8px;border:1px solid var(--line);background:#fff;border-radius:12px;padding:0 12px;min-width:255px}.search-box .icon{width:17px;height:17px;color:#7e8e89}.search-box input{border:0;outline:0;width:100%;background:transparent;font-size:12px;color:var(--text)}.refresh-button.is-loading .icon{animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.apps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.app-card{background:#fff;border:1px solid var(--line);border-radius:21px;padding:20px;min-height:270px;display:flex;flex-direction:column;box-shadow:0 8px 28px rgba(26,61,52,.035);transition:.22s transform,.22s box-shadow,.22s border-color}.app-card:hover{transform:translateY(-3px);border-color:#c7dbd4;box-shadow:0 17px 42px rgba(25,67,56,.08)}.app-card-top{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.app-icon{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;background:var(--green-soft);color:var(--green)}.app-svg{width:25px;height:25px}.app-icon-journal{background:#eef2ff;color:#4f46e5}.app-icon-library{background:#fff4e8;color:#b54708}.app-icon-mail{background:#eff8ff;color:#175cd3}.app-icon-inventory{background:#f4f3ff;color:#6938ef}.app-icon-counseling{background:#fdf2fa;color:#c11574}.app-icon-leaf{background:#ecfdf3;color:#067647}.app-icon-reward{background:#fff9e8;color:#b27b00}.category-pill{font-size:9px;font-weight:800;letter-spacing:.06em;color:#6e7f79;background:#f3f6f5;border-radius:999px;padding:6px 8px}.app-card-copy{margin:19px 0 0;flex:1}.app-card-copy h3{font-size:18px;margin:0 0 8px;letter-spacing:-.025em}.app-card-copy p{font-size:12px;line-height:1.6;color:var(--muted);margin:0}.app-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:18px 0 12px}.role-pill{max-width:65%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:800;color:#53635e}.sso-label{font-size:8px;font-weight:900;letter-spacing:.07em;color:#899690}.sso-label.sso-on{color:#067647}.launch-form{margin:0}.app-launch-button{width:100%;height:42px;border:0;border-radius:12px;background:#f0f6f4;color:#0b5d4b;font-size:11px;font-weight:900;display:flex;align-items:center;justify-content:space-between;padding:0 13px;cursor:pointer;transition:.2s}.app-launch-button:hover:not(:disabled){background:#e2f0eb}.app-launch-button:disabled{opacity:.6}.app-launch-button .button-icon{width:16px;height:16px}.empty-state{grid-column:1/-1;border:1px dashed #c9d9d4;border-radius:22px;min-height:290px;display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column;padding:42px;background:rgba(255,255,255,.5)}.empty-icon{width:40px;height:40px;color:#86a198;margin-bottom:13px}.empty-state h3{font-size:17px;margin:0 0 8px}.empty-state p{max-width:570px;font-size:12px;line-height:1.65;color:var(--muted);margin:0}.no-search-result{text-align:center;color:var(--muted);font-size:12px;margin:22px 0}.site-footer{width:min(1240px,calc(100% - 48px));margin:-48px auto 28px;border-top:1px solid var(--line);padding-top:20px;display:flex;justify-content:space-between;color:#82908c;font-size:10px}.footer-secure{display:flex;gap:6px;align-items:center}.footer-secure .icon{width:13px;height:13px}@media(max-width:1000px){.login-shell{grid-template-columns:1fr;max-width:720px;margin:auto}.login-brand-panel{display:none}.login-form-panel{min-height:calc(100vh - 36px);background:#fff;border-radius:28px}.mobile-brand{display:flex;align-items:center;gap:10px;margin-bottom:42px;font-weight:900}.mobile-brand img{width:38px;height:38px}.apps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-stat{min-width:130px}}@media(max-width:680px){.login-shell{padding:0}.login-form-panel{min-height:100vh;border-radius:0;padding:28px 22px}.mobile-brand{margin-bottom:55px}.login-form-wrap h2{font-size:32px}.topbar{height:68px;padding:0 16px}.topbar-brand small,.user-chip-copy,.logout-button span{display:none}.topbar-brand img{width:36px;height:36px}.dashboard-shell{width:calc(100% - 28px);margin-top:20px}.hero-card{padding:25px 22px;display:block;border-radius:22px}.hero-content h1{font-size:31px}.hero-stat{display:inline-block;margin-top:22px;min-width:0}.section-heading{display:block}.apps-tools{margin-top:14px}.search-box{min-width:0;flex:1}.refresh-button span{display:none}.apps-grid{grid-template-columns:1fr}.app-card{min-height:245px}.setup-banner{align-items:flex-start}.status-badge{display:none}.site-footer{width:calc(100% - 28px);display:block;text-align:center;margin-top:-50px}.footer-secure{justify-content:center;margin-top:7px}.user-chip{padding:0}.app-card:hover{transform:none}}
