/* Page composition. Reusable presentation rules live in ui.css. */
.site-header{background:white;border-bottom:1px solid var(--line)}.header-inner{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:12px;font-size:23px;font-weight:600;color:var(--ink);white-space:nowrap}.brand:hover{text-decoration:none}.brand-accent{color:var(--primary)}.brand small{display:block;font-size:9px;font-weight:500;letter-spacing:1px;color:var(--muted);margin-top:0;line-height:1.3}.brand-icon{display:grid;place-items:center;width:47px;height:47px;border-radius:15px;background:var(--primary);color:white;flex-shrink:0}.brand-icon .ui-icon{width:27px;height:27px}.site-header nav{display:flex;gap:8px;align-items:center;font-size:13px;font-weight:500}.site-header nav a{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:11px 12px;min-height:44px;border-radius:10px;color:var(--muted)}.site-header nav a:hover{background:#f7f0fa;text-decoration:none;color:var(--primary)}.site-header nav a[aria-current]{color:var(--primary);background:#f3eaf7}.site-header nav .nav-pill{background:#f0e2f5;color:var(--primary);padding:11px 15px}.site-header form{margin:0}.main-content{min-height:65vh;padding-top:32px;padding-bottom:64px}.hero{display:flex;align-items:center;justify-content:space-between;border:1px solid #e7d7ed;border-radius:28px;padding:44px 52px;background:var(--hero-gradient);position:relative;overflow:hidden;min-height:364px}.hero-copy{position:relative;z-index:1}.hero-kicker{display:inline-flex;align-items:center;gap:8px;background:#ffffff9e;border:1px solid #dcc5e4;color:#62205e;border-radius:30px;padding:6px 12px;font-size:10px;letter-spacing:1.3px;font-weight:500;margin-bottom:22px}.hero-kicker .ui-icon{color:var(--primary);width:16px;height:16px}.hero h1{font-size:clamp(2.2rem,3.8vw,3.5rem);line-height:1.35;margin-bottom:20px;letter-spacing:normal}.hero h1 span{color:var(--primary)}@supports(background-clip:text){.hero h1 span{background-image:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;color:transparent}}.hero p{color:#654d6e;font-size:16px;line-height:1.9;margin-bottom:0}.hero-note{display:flex;align-items:center;gap:9px;margin-top:26px;font-size:12px;color:#6d5375}.hero-note .ui-icon{color:var(--primary)}.hero-art{position:relative;width:365px;height:305px;flex-shrink:0;margin-right:4px}.art-orbit{position:absolute;width:274px;height:274px;border:1px dashed #c9abd7;border-radius:50%;top:22px;left:47px;transform:rotate(-20deg)}.art-orbit::before{content:'';position:absolute;inset:33px;border:1px solid #ddc8e8;border-radius:50%}.art-caption{position:absolute;left:14px;top:3px;font-size:10px;line-height:1.6;color:#775b83;transform:rotate(-8deg)}.art-core{position:absolute;top:95px;left:121px;width:135px;height:139px;background:#fff;border:1px solid #e1cce8;border-radius:30px;transform:rotate(-8deg);box-shadow:0 17px 30px #62205e22;color:var(--primary);display:flex;flex-direction:column;align-items:center;justify-content:center}.art-core .ui-icon{width:27px;height:27px;margin-bottom:4px}.art-core strong{font-size:28px;line-height:1.2;font-weight:600}.art-core span{font-size:12px;letter-spacing:1px}.art-tile{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;width:78px;height:80px;border-radius:20px;background:white;color:#6d3d79;border:3px solid #ffffffad;box-shadow:0 10px 22px #35203f0d}.art-tile .ui-icon{width:28px;height:28px}.art-tile span{font-size:10px;font-weight:500}.tile-a{left:37px;top:75px;transform:rotate(-12deg)}.tile-b{right:27px;top:28px;background:#ffebaf;color:#785513;transform:rotate(12deg)}.tile-c{left:36px;bottom:9px;background:#ffe1d3;color:#8a4e3c;transform:rotate(8deg)}.tile-d{right:0;bottom:16px;background:#e4edff;color:#43669c;transform:rotate(-10deg)}.art-dot{position:absolute;border-radius:50%;width:13px;height:13px;background:#f2be6a}.dot-a{right:1px;top:139px}.dot-b{left:171px;bottom:0;width:9px;height:9px;background:#af83c4}.filter-panel{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:26px 28px;margin-top:24px;box-shadow:var(--shadow)}.filter-heading{display:flex;align-items:center;gap:9px;margin-bottom:20px}.filter-heading>.ui-icon{color:var(--primary)}.filter-heading h2{font-size:18px;margin:0}.filter-heading>span{margin-left:auto;color:var(--muted);font-size:12px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:38px 0 24px}.section-heading h2{font-size:25px;margin:0}.section-heading .eyebrow{margin-bottom:7px}.heading-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#d68a4c;margin-left:10px;vertical-align:middle}.result-count{color:var(--muted);font-size:13px}.result-count>span{background:#eee5f3;padding:7px 13px;border-radius:24px}.app-card{height:100%;padding:25px;background:white;border:1px solid var(--line);border-radius:var(--radius);transition:box-shadow var(--motion),transform var(--motion),border-color var(--motion);display:flex;flex-direction:column;position:relative;overflow:hidden}.app-card::before{content:'';position:absolute;top:0;left:25px;right:25px;height:3px;border-radius:0 0 6px 6px;background:#cca5da}.app-card-blue::before{background:#b6cdef}.app-card-amber::before{background:#f0d387}.app-card-coral::before{background:#edbbab}.app-card:hover{box-shadow:0 12px 28px #35203f0d;transform:translateY(-3px);border-color:#d1b6df}.app-category{margin-top:22px;color:var(--muted);font-size:12px}.app-card h3{font-size:20px;margin:9px 0 12px;line-height:1.6}.app-card h3 a{color:var(--ink)}.app-card p{font-size:14px;color:var(--muted);margin-bottom:25px;line-height:1.85}.app-card-bottom{border-top:1px solid #f1ebf5;padding-top:15px;display:flex;align-items:center;justify-content:space-between;gap:6px;margin-top:auto;font-size:12px;flex-wrap:wrap}.app-card-bottom>a{min-height:44px;display:inline-flex;align-items:center;gap:6px;font-weight:500}.empty-state{text-align:center;padding:48px 20px 54px;border:1px dashed #d7bfdf;border-radius:24px;background:linear-gradient(120deg,#f2ecff,#fff0f7)}.empty-illustration{width:76px;height:76px;display:grid;place-items:center;background:#e9d9f1;border:5px solid white;border-radius:24px;color:var(--primary);margin:0 auto 24px;position:relative;transform:rotate(-6deg)}.empty-illustration>.ui-icon{width:34px;height:34px}.empty-illustration>span{display:grid;place-items:center;position:absolute;right:-15px;top:-10px;width:32px;height:32px;border-radius:12px;background:#ffebac;color:#866015;transform:rotate(15deg);border:2px solid white}.empty-state h3{font-size:21px}.empty-state p{color:var(--muted);font-size:14px;margin:12px 0 22px}.site-footer{background:white;border-top:1px solid var(--line);padding:30px 0;color:var(--muted);font-size:12px}.site-footer>.container{display:flex;align-items:center;justify-content:space-between;gap:25px}.footer-brand{display:flex;align-items:center;gap:12px}.site-footer .brand-icon{width:39px;height:39px;background:#efe1f4;color:var(--primary);border-radius:12px}.site-footer .brand-icon .ui-icon{width:23px;height:23px}.site-footer strong{display:block;color:var(--ink);font-size:16px;font-weight:600;line-height:1.3}.site-footer p{margin:0;line-height:1.5}.admin-strip{background:var(--brand-gradient);color:#fff;font-size:12px;padding:8px 0}.admin-strip>.container{display:flex;justify-content:space-between;align-items:center;gap:8px 18px;flex-wrap:wrap}.admin-identity{display:flex;align-items:center;gap:7px}.admin-strip nav{display:flex;gap:4px;flex-wrap:wrap}.admin-strip nav a{color:#f3eaf6;min-height:44px;padding:11px 10px;display:inline-flex;align-items:center;border-radius:8px}.admin-strip a:hover,.admin-strip a[aria-current]{background:#ffffff26;color:white;text-decoration:none}.dashboard-welcome{background:linear-gradient(120deg,#eee5ff,#ffedf5);height:100%;position:relative;overflow:hidden;padding-right:135px}.welcome-art{position:absolute;right:32px;top:50%;transform:translateY(-50%) rotate(-10deg);padding:20px;border-radius:24px;background:#e3cdeb;color:#784682}.welcome-art .ui-icon{width:50px;height:50px}.detail-panel{padding:40px}.detail-heading{display:flex;align-items:center;gap:25px}.detail-heading h1{margin-bottom:5px}.detail-heading p{color:var(--muted);margin:0 0 10px}.back-link{display:inline-flex;align-items:center;font-size:14px;min-height:44px;margin-bottom:16px}.support-box{background:#f5eff8;border-radius:16px;padding:24px;overflow-wrap:anywhere}.prose{line-height:1.9;overflow-wrap:anywhere}.login-card{max-width:470px;background:white;padding:45px 35px;text-align:center;margin:35px auto;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.login-card h1{font-size:27px}.login-card>p{color:var(--muted);font-size:15px;margin:20px 0 30px}.btn-provider{display:flex;width:100%;border:1px solid #cabbcf;min-height:54px;gap:15px;margin-top:13px}.btn-provider span{font-size:22px;font-weight:600}.line-provider{background:#087d34;color:white;border-color:#087d34}.line-provider:hover{background:#08662d;color:white}.line-provider span{font-size:12px}
@media(max-width:1199px){.hero{padding:38px}.hero-art{width:330px;margin-right:0}.site-header nav{gap:3px}.site-header nav a{padding:11px 8px}.brand small{font-size:8px;letter-spacing:.5px}.admin-strip>.container{justify-content:flex-start}}
@media(max-width:991px){.hero-art{width:270px;transform:scale(.82);transform-origin:right center;margin-left:-35px}.hero h1{font-size:38px}.brand small{display:none}.header-inner{flex-wrap:wrap;gap:4px;padding-top:16px;padding-bottom:10px}.site-header nav{flex-wrap:wrap}.dashboard-welcome{padding-right:28px}.welcome-art{display:none}.filter-heading>span{display:none}}
@media(max-width:767px){.header-inner{gap:12px}.site-header nav{width:100%;justify-content:space-between;gap:4px;font-size:12px}.site-header nav a{gap:5px;padding:10px 6px}.site-header nav .nav-pill{padding:10px}.site-header nav .nav-pill>.ui-icon:last-child{display:none}.brand{font-size:22px}.hero{padding:30px 24px;min-height:0;border-radius:22px}.hero-art{display:none}.hero h1{font-size:38px}.hero p{font-size:15px}.hero-note{margin-top:22px}.hero-kicker{font-size:9px}.main-content{padding-top:20px;padding-bottom:40px}.filter-panel{padding:22px 18px}.filter-heading h2{font-size:17px}.section-heading{align-items:flex-start;flex-wrap:wrap;margin-top:30px;gap:12px}.section-heading h2{font-size:22px}.section-heading .eyebrow{font-size:10px}.detail-panel{padding:24px}.detail-heading{gap:16px;align-items:flex-start}.detail-heading h1{font-size:25px}.app-icon.large{width:62px;height:62px}.site-footer>.container{align-items:flex-start;flex-direction:column;gap:20px}.panel{padding:21px}.login-card{padding:30px 22px}.stat-card{padding:18px}.stat-top{font-size:12px;align-items:flex-start}.stat-top .ui-badge{padding:6px}.stat-top .ui-icon{width:18px;height:18px}.stat-card strong{font-size:36px}.empty-state{padding:38px 18px}.empty-state h3{font-size:20px}.admin-strip nav{gap:2px}.admin-strip nav a{padding:10px 8px}}

.art-core{transform:none;width:132px;height:132px;left:121px;top:98px;gap:10px}.art-core .college-logo{width:66px}.art-core span{font-size:19px;font-weight:600;letter-spacing:normal}.brand .college-logo{margin-right:2px}.app-card-purple::before{background:#cca5da}
@media(max-width:767px){.brand .college-logo{width:44px}.brand{gap:10px}}

.site-footer .college-link{display:inline-flex;align-items:center;gap:6px;min-height:44px;font-weight:500}.hero-kicker{color:#6d28d9}.heading-dot{background:#db2777}

.brand-copy{line-height:1.25}.footer-org{display:flex;flex-direction:column;align-items:flex-start;gap:0;line-height:1.5}.site-footer .footer-org .college-link{align-items:flex-end;padding-bottom:2px;line-height:1.4}
