:root{--sugh-red:#ef3d25;--sugh-red2:#ff6a36;--sugh-ink:#17213b;--sugh-muted:#667085;--sugh-line:#e6eaf0;--sugh-bg:#f5f7fb}*{box-sizing:border-box}.sugh-page{margin:0;background:var(--sugh-bg);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--sugh-ink)}.sugh-shell{max-width:1080px;margin:0 auto;padding:16px}.sugh-topbar{height:66px;display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--sugh-line);border-radius:18px;padding:10px 18px;margin-bottom:12px;box-shadow:0 8px 25px rgba(23,33,59,.06)}.sugh-home{display:flex;gap:7px;align-items:center;color:var(--sugh-ink);text-decoration:none;font-weight:700}.sugh-brand{display:flex;align-items:center;gap:10px}.sugh-brand-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;color:#fff;background:linear-gradient(135deg,var(--sugh-red),var(--sugh-red2));font-size:21px}.sugh-brand div{display:flex;flex-direction:column}.sugh-brand small{color:var(--sugh-muted);font-size:11px;margin-top:2px}.sugh-badge{padding:7px 11px;border-radius:999px;background:#fff2ed;color:var(--sugh-red);font-weight:800;font-size:12px}.sugh-card{background:#fff;border:1px solid var(--sugh-line);border-radius:22px;padding:22px;box-shadow:0 14px 45px rgba(23,33,59,.08)}.sugh-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.sugh-title h1{font-size:25px;margin:0 0 5px}.sugh-title p{margin:0;color:var(--sugh-muted);font-size:14px}.sugh-title-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:#fff2ed;color:var(--sugh-red);font-size:27px;font-weight:900}.sugh-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:18px}.sugh-inputs,.sugh-results{border:1px solid var(--sugh-line);border-radius:17px;padding:18px}.sugh-inputs label{display:block;font-weight:750;font-size:13px;margin-bottom:12px}.sugh-inputs input,.sugh-inputs select{width:100%;margin-top:6px;height:45px;border:1px solid #d8dee8;border-radius:11px;background:#fff;padding:0 12px;font-size:14px;color:var(--sugh-ink);outline:none}.sugh-inputs input:focus,.sugh-inputs select:focus{border-color:var(--sugh-red);box-shadow:0 0 0 3px rgba(239,61,37,.1)}.sugh-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.sugh-inputs>button{width:100%;height:46px;border:0;border-radius:12px;font-weight:900;cursor:pointer}.sugh-inputs>button#sugh-calc{background:linear-gradient(90deg,var(--sugh-red),var(--sugh-red2));color:#fff;box-shadow:0 8px 18px rgba(239,61,37,.22)}.sugh-inputs>button span{float:right;font-size:20px}.sugh-inputs .sugh-secondary{margin-top:9px;background:#fff4ef;color:var(--sugh-red)}.sugh-results{background:linear-gradient(150deg,#fff8f5,#fff)}.sugh-net{text-align:center;border-bottom:1px dashed #f0c8bd;padding:5px 0 15px}.sugh-net small{display:block;color:var(--sugh-red);font-weight:900;letter-spacing:.6px}.sugh-net strong{display:block;font-size:38px;line-height:1.2;margin:6px 0;color:var(--sugh-red)}.sugh-net span{color:var(--sugh-muted);font-size:13px}.sugh-breakdown{padding-top:10px}.sugh-breakdown div{display:flex;justify-content:space-between;align-items:center;padding:8px 2px;font-size:13px}.sugh-breakdown span{color:var(--sugh-muted)}.sugh-breakdown b{font-size:14px}.sugh-list-wrap{margin-top:14px;border:1px solid var(--sugh-line);border-radius:15px;padding:13px}.sugh-list-head,.sugh-grand{display:flex;justify-content:space-between;align-items:center}.sugh-list-head button{border:0;background:none;color:var(--sugh-red);cursor:pointer;font-weight:700}.sugh-list-row{display:grid;grid-template-columns:1fr auto 28px;gap:10px;align-items:center;padding:10px 0;border-top:1px solid var(--sugh-line)}.sugh-list-row:first-child{margin-top:8px}.sugh-list-row small{display:block;color:var(--sugh-muted);margin-top:3px}.sugh-list-row button{border:0;background:#fff0ec;color:var(--sugh-red);border-radius:8px;height:28px;font-size:18px;cursor:pointer}.sugh-grand{border-top:2px solid var(--sugh-line);padding-top:11px;margin-top:3px}.sugh-grand strong{font-size:20px;color:var(--sugh-red)}.sugh-note{margin-top:13px;background:#f6f8fb;color:var(--sugh-muted);border-radius:11px;padding:10px 12px;font-size:12px}.sugh-footer{text-align:center;color:var(--sugh-muted);font-size:12px;padding:12px 8px}.sugh-footer p{margin:0 0 8px}.sugh-footer nav{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.sugh-footer a{color:var(--sugh-ink);text-decoration:none;font-weight:750;padding:5px 9px;background:#fff;border:1px solid var(--sugh-line);border-radius:8px}@media(max-width:760px){.sugh-shell{padding:8px}.sugh-topbar{height:58px;border-radius:14px;padding:8px 12px}.sugh-brand small,.sugh-home span{display:none}.sugh-card{padding:14px;border-radius:17px}.sugh-title h1{font-size:20px}.sugh-title p{font-size:12px}.sugh-title-icon{display:none}.sugh-grid{grid-template-columns:1fr;gap:10px}.sugh-inputs,.sugh-results{padding:13px}.sugh-inputs label{margin-bottom:8px}.sugh-inputs input,.sugh-inputs select{height:42px}.sugh-net strong{font-size:32px}.sugh-breakdown div{padding:6px 2px}}@media(min-width:761px) and (max-height:800px){.sugh-shell{padding-top:8px}.sugh-topbar{height:56px;margin-bottom:8px}.sugh-card{padding:16px}.sugh-title{margin-bottom:11px}.sugh-inputs,.sugh-results{padding:13px}.sugh-inputs label{margin-bottom:8px}.sugh-inputs input,.sugh-inputs select{height:40px}.sugh-net strong{font-size:32px}.sugh-breakdown div{padding:5px 2px}.sugh-note{margin-top:8px}.sugh-footer{padding:7px}}

.sugh-institution-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:0 0 16px}
.sugh-institution-tabs button{border:1px solid #e4e8f0;background:#fff;color:#24324a;border-radius:10px;padding:10px 6px;font-size:12px;font-weight:800;cursor:pointer;line-height:1.2;min-height:46px}
.sugh-institution-tabs button:hover{border-color:#f0a11b;background:#fffaf0}
.sugh-institution-tabs button.is-active{border-color:#f15a24;background:linear-gradient(135deg,#ff7a2f,#e83f25);color:#fff;box-shadow:0 6px 16px rgba(232,63,37,.2)}
.sugh-inputs button:disabled{opacity:.5;cursor:not-allowed}
@media(max-width:760px){.sugh-institution-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.sugh-institution-tabs button:last-child{grid-column:1/-1}}
