:root{font-family:system-ui,-apple-system,"Segoe UI",Tahoma,sans-serif;color:#17332f;background:#f3f7f6;font-size:16px}*{box-sizing:border-box}body{margin:0;min-height:100vh}button,input,select,textarea{font:inherit}button{cursor:pointer;border:0;border-radius:12px;background:#0c5b50;color:white;padding:.78rem 1.25rem;font-weight:700}button:disabled{opacity:.55;cursor:not-allowed}button.secondary{background:#e1edeb;color:#0b5148}button.danger{background:#a32f38}a{color:#0c5b50}header{background:#0b4039;color:white;padding:1rem max(1rem,calc((100vw - 960px)/2));display:flex;align-items:center;justify-content:space-between;gap:1rem}header strong{font-size:1.25rem}header a{color:#fff}main{width:min(960px,calc(100% - 2rem));margin:2rem auto 5rem}.card{background:white;border:1px solid #d9e5e2;border-radius:18px;box-shadow:0 10px 32px #123c3210;padding:1.5rem;margin:1.2rem 0}h1,h2,h3{margin:.1rem 0 1rem;line-height:1.35}h1{font-size:1.8rem}h2{font-size:1.3rem}h3{font-size:1.06rem}p{line-height:1.7}.muted{color:#637572}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}label{display:block;font-weight:600;margin:.9rem 0 .35rem}input:not([type=checkbox]),select,textarea{width:100%;padding:.75rem;border:1px solid #c2d2ce;border-radius:10px;background:#fff;color:#17332f}textarea{min-height:110px}input[type=checkbox]{width:1.2rem;height:1.2rem;vertical-align:middle}.actions{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;margin-top:1rem}.plan{border:2px solid #d6e3df;border-radius:15px;padding:1rem;background:#fff;text-align:right;color:#17332f;width:100%}.plan[aria-pressed=true]{border-color:#bd8b2f;background:#fff9e9}.plan strong{font-size:1.25rem}.plan .price{display:block;font-size:1.55rem;color:#0b5148;font-weight:800;margin-top:.4rem}.notice{padding:.85rem 1rem;border-radius:12px;background:#eaf4f1;border:1px solid #b7d9cf;margin:1rem 0}.notice.error{background:#fff0f0;border-color:#ebaaaa;color:#7d2630}.notice.warn{background:#fff6df;border-color:#ecd196;color:#624c13}.record{border-top:1px solid #e3ece9;padding:1rem 0}.record:first-child{border-top:0}.badge{display:inline-block;border-radius:999px;padding:.25rem .65rem;background:#e7eceb;font-size:.9rem;font-weight:700}.badge.approved{background:#d4f1df;color:#17603e}.badge.pending{background:#fff0c6;color:#735113}.badge.rejected{background:#ffe2e3;color:#842a36}.hidden{display:none!important}.inline{display:flex;align-items:center;gap:.5rem}small{color:#647674}@media(max-width:600px){header{padding:1rem}main{margin:1.1rem auto}.card{padding:1rem}h1{font-size:1.45rem}}
