.stkty-wrap{max-width:980px;margin:22px auto;padding:0 14px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;}
.stkty-card{background:#fff;border:1px solid #e6e6e6;border-radius:14px;padding:16px;box-shadow:0 1px 2px rgba(0,0,0,.04);}
.stkty-subcard{margin-top:12px;}
.stkty-h2{margin:0 0 10px;font-size:24px;}
.stkty-h3{margin:0 0 10px;font-size:18px;}
.stkty-h4{margin:0 0 10px;font-size:16px;}
.stkty-muted{color:#6b7280;font-size:13px;}
.stkty-form{margin-top:12px;}
.stkty-label{display:block;font-size:13px;color:#111827;margin:10px 0 6px;font-weight:600;}
.stkty-input{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:10px;font-size:14px;background:#fff;}
textarea.stkty-input{resize:vertical;}
.stkty-grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
@media (max-width:700px){.stkty-grid2{grid-template-columns:1fr;}}
.stkty-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 12px;border-radius:10px;border:1px solid #2563eb;background:#2563eb;color:#fff;text-decoration:none;font-weight:700;font-size:14px;cursor:pointer}
.stkty-btn:hover{filter:brightness(.95)}
.stkty-btn-ghost{background:#fff;border-color:#d1d5db;color:#111827}
.stkty-row{display:flex;justify-content:space-between;gap:10px;align-items:center;margin:10px 0}
.stkty-divider{height:1px;background:#e5e7eb;margin:14px 0;}
.stkty-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:10px 12px;border-radius:10px;margin:10px 0;}
.stkty-warning{background:#fffbeb;border:1px solid #fde68a;color:#92400e;padding:10px 12px;border-radius:10px;margin:10px 0;}
.stkty-success{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;padding:10px 12px;border-radius:10px;margin:10px 0;}
.stkty-tabs{display:flex;gap:8px;margin:10px 0 2px;}
.stkty-tab{padding:10px 12px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;color:#111827;text-decoration:none;font-weight:700;font-size:14px;}
.stkty-tab.active{border-color:#2563eb;color:#2563eb}
.stkty-table{width:100%;border-collapse:collapse;font-size:14px;}
.stkty-table th,.stkty-table td{padding:10px 10px;border-bottom:1px solid #e5e7eb;text-align:left;white-space:nowrap;}
.stkty-table td:nth-child(3){white-space:normal;}
.stkty-pill{display:inline-flex;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:800;border:1px solid #e5e7eb;background:#f9fafb;}
.stkty-pill-new{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}
.stkty-pill-in_review{background:#fff7ed;border-color:#fed7aa;color:#9a3412}
.stkty-pill-approved{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}
.stkty-pill-denied{background:#fef2f2;border-color:#fecaca;color:#991b1b}
.stkty-pill-waitlist{background:#f5f3ff;border-color:#ddd6fe;color:#5b21b6}
.stkty-header{display:flex;gap:12px;align-items:flex-start;margin:10px 0;}
.stkty-logo{max-width:72px;max-height:72px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;}
.stkty-header-name{font-weight:900;font-size:16px;margin-bottom:2px;}
.stkty-kv{margin:10px 0;}
.stkty-k{font-weight:800;color:#111827;margin-bottom:4px;}
.stkty-v{color:#111827}
.stkty-checkgrid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:6px 0 10px;}
@media (max-width:700px){.stkty-checkgrid{grid-template-columns:1fr;}}
.stkty-check{display:flex;gap:8px;align-items:center;font-size:14px;}
