:root{font-family:Manrope,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17201c;background:#f4f8f6;font-synthesis:none;--green:#07965c;--green-dark:#08744a;--mint:#e8f7ef;--line:#e2e9e5;--muted:#6c7772}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 50% -12%,rgba(205,246,225,.85),transparent 35rem),#f4f8f6}button,a,input{font:inherit}.page-shell{min-height:100vh}.topbar{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 980px)/2));border-bottom:1px solid var(--line);background:#ffffffeb;box-shadow:0 5px 24px #1d45320f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:11px;color:#17201c;text-decoration:none;font-size:20px}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--green);box-shadow:0 8px 20px #07965c38}.brand-mark svg{width:23px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.logout{border:0;background:transparent;color:var(--green-dark);font-weight:750;cursor:pointer}.content{width:min(100% - 32px,680px);margin:0 auto;padding:48px 0 64px}.intro{margin-bottom:24px}.intro h1{margin:0 0 8px;font-size:34px;line-height:1.1;letter-spacing:-1px}.intro p{margin:0;color:var(--muted);font-size:16px}.profile-card{padding:24px;border:1px solid rgba(7,150,92,.1);border-radius:22px;background:#fffffff5;box-shadow:0 16px 50px #1d453214}.profile-main{display:flex;align-items:center;gap:18px}.avatar{position:relative;width:92px;height:92px;flex:0 0 92px;padding:0;border:0;border-radius:50%;background:var(--mint);color:var(--green-dark);font-size:28px;font-weight:850;cursor:pointer;overflow:visible}.avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.avatar i{position:absolute;right:-2px;bottom:2px;width:32px;height:32px;display:grid;place-items:center;border:3px solid #fff;border-radius:50%;background:var(--green);color:#fff}.identity h2{margin:0 0 7px;font-size:23px;letter-spacing:-.45px}.identity p{margin:0;color:var(--muted);overflow-wrap:anywhere}.photo-actions{display:flex;gap:10px;margin-top:22px}.photo-actions input{display:none}.primary,.secondary{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 17px;border-radius:12px;font-weight:750;cursor:pointer}.primary{border:0;background:var(--green);color:#fff;box-shadow:0 8px 20px #07965c2e}.secondary{border:1px solid var(--line);background:#fff;color:#45514c}.primary:disabled,.secondary:disabled{opacity:.58;cursor:wait}.message{margin:14px 0 0;padding:13px 15px;border-radius:13px;background:var(--mint);color:var(--green-dark);font-weight:700}.settings-list{margin-top:22px;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff}.settings-list a{min-height:78px;display:grid;grid-template-columns:42px 1fr 20px;align-items:center;gap:14px;padding:14px 18px;border-bottom:1px solid var(--line);color:#17201c;text-decoration:none}.settings-list a:last-child{border-bottom:0}.settings-list a:hover{background:#f8fcfa}.settings-list svg{width:20px;color:#7b8581}.settings-list .row-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:var(--mint)}.settings-list .row-icon svg{color:var(--green)}.settings-list span:nth-child(2){min-width:0}.settings-list b,.settings-list small{display:block}.settings-list b{margin-bottom:4px;font-size:15px}.settings-list small{color:var(--muted);font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.note{margin:18px 6px 0;color:var(--muted);font-size:13px;line-height:1.5}.loading{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:12px;color:var(--green-dark);font-weight:700}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:600px){.topbar{height:64px;padding:0 18px}.brand{font-size:18px}.brand-mark{width:35px;height:35px}.content{width:min(100% - 24px,680px);padding:30px 0 44px}.intro h1{font-size:29px}.profile-card{padding:20px;border-radius:19px}.avatar{width:78px;height:78px;flex-basis:78px;font-size:24px}.identity h2{font-size:20px}.photo-actions{flex-direction:column}.primary,.secondary{width:100%}.settings-list a{padding:13px 14px;grid-template-columns:40px 1fr 18px}.settings-list .row-icon{width:40px;height:40px}}.editor-intro{margin-bottom:24px}.back-link{width:max-content;display:inline-flex;align-items:center;gap:7px;margin-bottom:24px;color:var(--green-dark);font-size:14px;font-weight:800;text-decoration:none}.back-link:hover{text-decoration:underline}.editor-intro h1{margin:0 0 8px;font-size:34px;line-height:1.1;letter-spacing:-1px}.editor-intro p{max-width:520px;margin:0;color:var(--muted);font-size:16px;line-height:1.5}.editor-card{display:grid;gap:18px;padding:24px;border:1px solid rgba(7,150,92,.1);border-radius:22px;background:#fffffff5;box-shadow:0 16px 50px #1d453214}.editor-card label{display:grid;gap:8px}.editor-card label>span{color:#34403b;font-size:13px;font-weight:800}.editor-card input{width:100%;min-height:50px;padding:0 14px;border:1px solid var(--line);border-radius:12px;outline:0;background:#f9fbfa;color:#17201c}.editor-card input:focus{border-color:#70c69d;background:#fff;box-shadow:0 0 0 4px #07965c1a}.editor-submit{width:max-content;min-width:150px}.editor-hint{display:flex;align-items:flex-start;gap:10px;padding:13px 14px;border-radius:13px;background:#f4f8f6;color:var(--muted);font-size:13px;line-height:1.45}.editor-hint svg{flex:0 0 auto;color:var(--green)}.password-rules{display:flex;align-items:flex-start;gap:10px;padding:13px 14px;border-radius:13px;background:#f4f8f6;color:var(--muted);font-size:13px;line-height:1.45}.password-rules svg{flex:0 0 auto;color:var(--green)}.success-message{background:#e6f8ee}@media(max-width:600px){.editor-intro h1{font-size:29px}.back-link{margin-bottom:20px}.editor-card{padding:20px;border-radius:19px}.editor-submit{width:100%}}
