.profile-app{max-width:1040px;margin:0 auto;font-family:"Poppins","Segoe UI",sans-serif}.profile-shell{background:var(--surface);border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.profile-hero{padding:28px;color:#fff;background:linear-gradient(135deg,#143f27,#1a4d2e 62%,#b28b22);display:flex;justify-content:space-between;gap:18px;align-items:center}.profile-hero h2{margin:4px 0;font-size:clamp(1.45rem,4vw,2.3rem)}.profile-kicker{font-size:12px;opacity:.8;text-transform:uppercase;letter-spacing:.12em}.profile-hero-meta{opacity:.84;font-size:13px}.profile-body{padding:clamp(16px,4vw,28px)}.profile-auth{max-width:480px;margin:30px auto;padding:24px;border:1px solid var(--line);border-radius:20px;background:var(--surface)}.profile-auth h2{color:var(--primary);margin:0 0 8px}.profile-auth p{color:var(--muted);line-height:1.55}.profile-form{display:grid;gap:12px}.profile-form label{font-size:12px;font-weight:700;color:var(--muted)}.profile-form input,.profile-form textarea,.profile-form select{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;background:var(--surface-2);color:var(--text);font:inherit}.profile-form textarea{min-height:100px;resize:vertical}.profile-btn{border:0;border-radius:999px;padding:11px 17px;font:700 13px/1 "Poppins",sans-serif;cursor:pointer;background:var(--primary);color:#fff}.profile-btn.secondary{background:var(--surface-2);color:var(--primary);border:1px solid var(--line)}.profile-btn.warn{background:#b42318}.profile-btn:disabled{opacity:.55;cursor:wait}.profile-auth-switch{display:flex;gap:8px;margin:16px 0}.profile-alert{padding:11px 13px;border-radius:12px;font-size:13px;margin:10px 0;background:rgba(26,77,46,.09);color:var(--primary)}.profile-alert.error{background:rgba(196,49,75,.11);color:#a61b36}.profile-subtabs{display:flex;gap:7px;overflow:auto;padding:6px 0 18px;scrollbar-width:none}.profile-subtabs button{flex:0 0 auto;border:1px solid var(--line);border-radius:999px;background:var(--surface-2);color:var(--muted);padding:9px 14px;font-weight:700;cursor:pointer}.profile-subtabs button.active{background:var(--primary);color:#fff}.profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(155px,1fr));gap:12px}.profile-card{border:1px solid var(--line);border-radius:16px;padding:16px;background:var(--surface-2)}.profile-card small{display:block;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.06em}.profile-card strong{display:block;font-size:1.35rem;color:var(--primary);margin-top:5px}.profile-months,.profile-list{display:grid;gap:12px}.profile-month{width:100%;text-align:left;border:1px solid var(--line);border-radius:16px;padding:15px;background:var(--surface);color:var(--text);cursor:pointer;display:flex;justify-content:space-between;gap:12px;align-items:center}.profile-month strong{color:var(--primary)}.profile-breakdown{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:9px;margin-top:14px}.profile-days{display:grid;grid-template-columns:repeat(7,minmax(42px,1fr));gap:7px}.profile-day{min-height:76px;border:1px solid var(--line);border-radius:13px;background:var(--surface);color:var(--text);cursor:pointer;padding:8px 5px;text-align:center}.profile-day strong,.profile-day span{display:block}.profile-day span{margin-top:7px;color:var(--primary);font-weight:800;font-size:12px}.profile-day.future{opacity:.42;cursor:default}.profile-day.has-record{border-color:rgba(26,77,46,.4);background:rgba(26,77,46,.06)}.profile-request{border:1px solid var(--line);border-radius:15px;padding:14px;background:var(--surface-2);cursor:pointer;text-align:left;color:var(--text)}.profile-request-head{display:flex;justify-content:space-between;gap:10px}.profile-status{border-radius:999px;padding:4px 9px;font-size:11px;font-weight:800;background:rgba(212,175,55,.16);color:#795f0d}.profile-sheet{position:fixed;inset:0;z-index:140;background:rgba(4,12,8,.58);display:none;align-items:flex-end;justify-content:center;padding-top:30px}.profile-sheet.open{display:flex}.profile-sheet-card{width:min(680px,100%);max-height:90vh;overflow:auto;background:var(--surface);border-radius:24px 24px 0 0;padding:22px;color:var(--text);box-shadow:0 -20px 60px rgba(0,0,0,.25)}.profile-sheet-head{display:flex;justify-content:space-between;gap:15px;align-items:center}.profile-close{border:0;border-radius:50%;width:38px;height:38px;background:var(--surface-2);color:var(--text);cursor:pointer}.profile-actions{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.profile-entry{border-left:3px solid var(--primary);padding:10px 12px;margin:8px 0;background:var(--surface-2);border-radius:0 12px 12px 0}.profile-timeline{border-left:2px solid var(--line);margin:15px 4px;padding-left:16px}.profile-event{margin:0 0 14px}.profile-event small{color:var(--muted)}.profile-recipient-results{display:grid;gap:6px}.profile-recipient{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:10px;padding:10px;text-align:left;cursor:pointer}.profile-recipient.selected{border-color:var(--primary);background:rgba(26,77,46,.08)}body.dark .profile-shell,body.dark .profile-auth,body.dark .profile-month,body.dark .profile-day,body.dark .profile-sheet-card,body.dark .profile-recipient{background:#090d0a}@media(max-width:600px){.profile-hero{align-items:flex-start;flex-direction:column}.profile-days{gap:4px}.profile-day{min-height:66px;padding:7px 2px}.profile-body{padding:14px}.profile-sheet-card{padding:18px}}
