:root{--navy:#001e43;--deep:#00142f;--gold:#f4bd3b;--line:#d8e2ee;--soft:#f2f6fb;--ink:#10243f;--muted:#5d6f84;--green:#087d4c}*{box-sizing:border-box}[hidden]{display:none!important}body{margin:0;min-height:100vh;background:linear-gradient(145deg,#edf3f9,#fff 48%,#eef5fb);color:var(--ink);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}a{color:inherit}.profile-header{min-height:78px;padding:12px max(20px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--deep);color:#fff;box-shadow:0 8px 24px #00142f2e}.profile-header img{display:block;width:154px;height:auto}.profile-header nav{display:flex;align-items:center;gap:12px}.profile-header nav a{padding:10px 14px;border-radius:999px;color:#dce9f8;font-size:.88rem;font-weight:800;text-decoration:none}.profile-header .profile-store-link{background:var(--gold);color:var(--deep)}.profile-shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:46px 0 70px}.profile-loading{min-height:45vh;display:grid;place-items:center;color:var(--navy);font-weight:900}.profile-login{min-height:68vh;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.75fr);align-items:center;gap:64px}.profile-login-copy>span,.profile-welcome span,.profile-section-title span{display:block;color:#a76d00;font-size:.76rem;font-weight:950;letter-spacing:.13em;text-transform:uppercase}.profile-login-copy h1{max-width:720px;margin:12px 0 18px;color:var(--navy);font-size:clamp(2.35rem,5vw,4.8rem);line-height:.98;letter-spacing:-.055em}.profile-login-copy p{max-width:650px;color:var(--muted);font-size:1.08rem;line-height:1.65}.profile-login-copy ul{display:grid;gap:10px;padding:0;list-style:none;color:var(--navy);font-weight:800}.profile-login-copy li:before{content:"\2713";margin-right:10px;color:var(--green)}.profile-login-card{padding:30px;border:1px solid rgba(174,194,216,.7);border-radius:24px;background:#fff;box-shadow:0 24px 60px #001e4324}.profile-login-card h2{margin:0 0 22px;color:var(--navy);font-size:1.5rem}.profile-login-card>label:not(.profile-remember){display:grid;gap:8px;margin:0 0 16px;color:var(--navy);font-size:.86rem;font-weight:850}.profile-login-card input[type=text],.profile-login-card input[type=tel]{width:100%;min-height:50px;padding:0 14px;border:1px solid #b9c9dc;border-radius:12px;background:#fff;color:var(--ink);font:inherit;font-weight:700}.profile-login-card input:focus{outline:3px solid rgba(11,107,203,.2);border-color:#0b6bcb}.profile-remember{display:flex;align-items:center;gap:9px;margin:6px 0 18px;color:#40556e;font-size:.86rem;cursor:pointer}.profile-remember input{width:19px;height:19px;accent-color:#0b6bcb}.profile-login-card button{width:100%;min-height:52px;border:0;border-radius:13px;background:var(--gold);color:var(--deep);font-size:1rem;font-weight:950;cursor:pointer}.profile-login-card button:disabled{opacity:.55;cursor:wait}.profile-login-card>small{display:block;margin-top:13px;color:var(--muted);line-height:1.45;text-align:center}.profile-message{padding:12px;border-radius:10px;background:#fee2e2;color:#991b1b;font-size:.86rem;font-weight:800}.profile-welcome{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:6px 0 28px}.profile-welcome h1{margin:8px 0 6px;color:var(--navy);font-size:clamp(2.2rem,5vw,4rem);letter-spacing:-.045em}.profile-welcome p{margin:0;color:var(--muted)}.profile-welcome button{padding:11px 16px;border:1px solid #bdcadd;border-radius:999px;background:#fff;color:var(--navy);font-weight:850;cursor:pointer}.profile-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:28px}.profile-summary article{min-height:118px;padding:22px;display:grid;align-content:space-between;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 12px 28px #001e430f}.profile-summary span{color:var(--muted);font-size:.82rem;font-weight:800}.profile-summary strong{color:var(--navy);font-size:1.9rem}.profile-summary-phone strong{font-size:1.05rem!important}.profile-summary-pending{border-color:#efc76b!important;background:linear-gradient(145deg,#fff9e9,#fff)!important}.profile-summary-pending strong{color:#9a5200!important}.profile-section{margin-top:22px;padding:26px;border:1px solid var(--line);border-radius:24px;background:#ffffffeb;box-shadow:0 16px 38px #001e4312}.profile-section-title{display:flex;align-items:end;justify-content:space-between;gap:18px;padding-bottom:18px;border-bottom:1px solid #e2e9f2}.profile-section-title h2{margin:5px 0 0;color:var(--navy);font-size:1.5rem}.profile-section-title>a{color:#0b5ba8;font-size:.84rem;font-weight:900}.profile-list{display:grid;gap:14px;padding-top:18px}.profile-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:20px;border:1px solid #d6e0ec;border-radius:18px;background:#f9fbfe}.profile-card.payment-pending{border-color:#e7bd58;box-shadow:inset 4px 0 0 var(--gold);background:#fffdf7}.profile-card-top{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-bottom:10px}.profile-card-protocol{color:var(--navy);font-size:.82rem;font-weight:950;letter-spacing:.05em}.profile-status{padding:5px 9px;border-radius:999px;background:#e4eefb;color:#09599e;font-size:.72rem;font-weight:950}.profile-status.success{background:#dcf7e8;color:#087244}.profile-status.warning{background:#fff0c8;color:#815300}.profile-card h3{margin:0 0 7px;color:var(--navy);font-size:1.08rem}.profile-card p{margin:0;color:var(--muted);font-size:.86rem;line-height:1.55}.profile-card-items{margin-top:10px;color:#40556e;font-size:.82rem;font-weight:750}.profile-payment-alert{width:fit-content;margin:0 0 10px;padding:9px 11px;display:grid;gap:2px;border:1px solid #efcb79;border-radius:10px;background:#fff4d5;color:#704900;font-size:.78rem}.profile-payment-alert b{color:#8b4800}.profile-card-side{min-width:154px;display:grid;align-content:center;justify-items:end;gap:10px;text-align:right}.profile-card-side strong{color:var(--navy);font-size:1.05rem}.profile-card-side small{color:var(--muted)}.profile-card-side a{padding:9px 12px;border-radius:10px;background:var(--navy);color:#fff;font-size:.78rem;font-weight:900;text-decoration:none}.profile-card-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:7px}.profile-card-side a.profile-pay-link{background:var(--gold);color:var(--deep);box-shadow:0 6px 14px #f4bd3b40}.profile-card-side a.profile-secondary-link{background:var(--navy);color:#fff}.profile-pending-section{border-color:#e8bd57;background:linear-gradient(145deg,#fff9e8,#fff 72%)}.profile-pending-section .profile-section-title>small{color:#76551c;font-weight:750}.profile-pending-list{display:grid;gap:10px;padding-top:18px}.profile-pending-card{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:18px;padding:16px 18px;border:1px solid #edce87;border-radius:15px;background:#fff}.profile-pending-card>div{display:grid;gap:3px}.profile-pending-card span{color:#9a6500;font-size:.7rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.profile-pending-card b{color:var(--navy)}.profile-pending-card small{color:var(--muted)}.profile-pending-card>strong{color:#8b4800;white-space:nowrap}.profile-pending-card>a{padding:10px 14px;border-radius:10px;background:var(--gold);color:var(--deep);font-size:.8rem;font-weight:950;text-decoration:none;white-space:nowrap}.profile-pending-card>a.profile-pending-contact{background:var(--navy);color:#fff}.profile-empty{padding:34px 20px 16px;color:var(--muted);text-align:center}.profile-empty b{color:var(--navy)}.profile-empty p{margin:6px 0 0}.profile-help{margin-top:22px;padding:22px 26px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-radius:20px;background:var(--navy);color:#fff}.profile-help div{display:grid;gap:4px}.profile-help span{color:#9fb4cc;font-size:.8rem}.profile-help a{padding:11px 15px;border-radius:999px;background:#18c96e;color:#002c18;font-size:.84rem;font-weight:950;text-decoration:none}@media(max-width:820px){.profile-login{grid-template-columns:1fr;gap:26px;padding-top:12px}.profile-summary{grid-template-columns:1fr 1fr}.profile-pending-card{grid-template-columns:minmax(0,1fr) auto}.profile-pending-card>a{grid-column:1/-1;text-align:center}}@media(max-width:580px){.profile-header{align-items:flex-start}.profile-header img{width:126px}.profile-header nav{align-items:flex-end;flex-direction:column;gap:3px}.profile-header nav a{padding:6px 9px;font-size:.72rem}.profile-shell{width:min(100% - 22px,1180px);padding-top:28px}.profile-login-copy h1{font-size:2.5rem}.profile-login-card,.profile-section{padding:20px;border-radius:19px}.profile-welcome{align-items:flex-start;flex-direction:column}.profile-summary{grid-template-columns:1fr}.profile-summary article{min-height:104px}.profile-section-title{align-items:flex-start;flex-direction:column}.profile-card{grid-template-columns:1fr}.profile-card-side{justify-items:start;text-align:left}.profile-card-actions{justify-content:flex-start}.profile-pending-card{grid-template-columns:1fr}.profile-pending-card>a{grid-column:auto;text-align:center}.profile-help{align-items:flex-start;flex-direction:column}}
