.account-screen{position:fixed;top:65px;left:220px;right:0;bottom:0;background:var(--bg-dark, #0a0c10);z-index:5;display:none;overflow-y:auto;overflow-x:hidden}.account-screen.active{display:block}body.nav-collapsed .account-screen{left:56px}.account-container{max-width:1200px;margin:0 auto;padding:32px 40px 60px}.account-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.account-title{font-size:28px;font-weight:700;color:#fff;letter-spacing:-.5px}.account-edit-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fffc;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.account-edit-btn:hover{background:#ffffff1a;color:#fff}.account-edit-btn svg{width:16px;height:16px}.account-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;margin-bottom:24px;overflow:hidden}.account-card-header{padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between}.account-card-title{font-size:18px;font-weight:600;color:#fff}.account-card-subtitle{font-size:13px;color:#ffffff80;margin-top:4px}.account-card-body{padding:24px}.account-card-action{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#00e6cc1a;border:1px solid rgba(0,230,204,.2);border-radius:8px;color:#00e6cc;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.account-card-action:hover{background:#00e6cc33}.account-card-action svg{width:16px;height:16px}.shift-row{display:flex;align-items:center;gap:12px;padding:10px 14px;background:#ffffff08;border-radius:10px;transition:background .2s}.shift-row:hover{background:#ffffff0d}.shift-row.active{background:#00e6cc0f;border:1px solid rgba(0,230,204,.15)}.shift-row:not(.active){border:1px solid transparent}.shift-checkbox{width:18px;height:18px;accent-color:#00e6cc;cursor:pointer;flex-shrink:0}.shift-day-label{width:36px;font-size:13px;font-weight:600;color:#ffffffb3;flex-shrink:0}.shift-row.active .shift-day-label{color:#00e6cc}.shift-times{display:flex;align-items:center;gap:8px;flex:1}.shift-time-input{background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:6px;color:#fff;font-family:inherit;font-size:13px;padding:6px 10px;width:90px;text-align:center;color-scheme:dark}.shift-time-input:focus{outline:none;border-color:#00e6cc66}.shift-time-input:disabled{opacity:.3;cursor:not-allowed}.shift-time-sep{font-size:12px;color:#fff6}.shift-hours-label{font-size:12px;color:#fff6;margin-left:auto;min-width:40px;text-align:right}.shift-row.active .shift-hours-label{color:#fff9}body.light-theme .shift-row{background:#00000008}body.light-theme .shift-row:hover{background:#0000000d}body.light-theme .shift-row.active{background:#00b4a00f;border-color:#00b4a026}body.light-theme .shift-day-label{color:#0009}body.light-theme .shift-row.active .shift-day-label{color:#00a89a}body.light-theme .shift-time-input{background:#0000000d;border-color:#0000001f;color:#1a1a2e;color-scheme:light}body.light-theme .shift-time-input:focus{border-color:#00b4a066}.profile-overview{display:flex;align-items:flex-start;gap:32px;padding:24px}.profile-avatar-section{flex-shrink:0;text-align:center}.profile-avatar{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#00e6cc4d,#7aaddb4d);display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:700;color:#fff;margin-bottom:12px;position:relative;overflow:hidden;cursor:pointer;transition:all .2s}.profile-avatar:hover{transform:scale(1.02)}.profile-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-avatar-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.profile-avatar:hover .profile-avatar-overlay{opacity:1}.profile-avatar-overlay svg{width:32px;height:32px;color:#fff}.profile-change-photo{font-size:12px;color:#00e6cc;cursor:pointer}.profile-change-photo:hover{text-decoration:underline}.profile-info{flex:1}.profile-name{font-size:28px;font-weight:700;color:#fff;margin-bottom:8px}.profile-meta{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px}.profile-meta-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#fff9}.profile-meta-item.highlight{color:#00e6cc}.profile-meta-item svg{width:16px;height:16px;opacity:.7}.profile-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#00e6cc1a;border-radius:20px;font-size:13px;color:#00e6cc}.profile-badge svg{width:16px;height:16px}.details-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width: 900px){.details-grid{grid-template-columns:repeat(2,1fr)}}.detail-item{display:flex;align-items:flex-start;gap:12px}.detail-icon{width:40px;height:40px;border-radius:10px;background:#ffffff0d;display:flex;align-items:center;justify-content:center;flex-shrink:0}.detail-icon svg{width:18px;height:18px;color:#ffffff80}.detail-content{flex:1;min-width:0}.detail-item-wrap{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.detail-edit-btn{width:28px;height:28px;border-radius:6px;background:#ffffff0f;border:none;display:none;align-items:center;justify-content:center;cursor:pointer;color:#ffffff80;opacity:.6;transition:all .2s;flex-shrink:0}body.account-edit-mode .detail-edit-btn{display:flex}.detail-edit-btn:hover{background:#00e6cc26;color:#00e6cc;opacity:1}.detail-edit-btn svg{width:14px;height:14px}.setting-edit-btn{width:24px;height:24px;border-radius:6px;background:#ffffff0f;border:none;display:none;align-items:center;justify-content:center;cursor:pointer;color:#ffffff80;opacity:.6;flex-shrink:0}body.account-edit-mode .setting-edit-btn{display:flex}.setting-edit-btn:hover{background:#00e6cc26;color:#00e6cc;opacity:1}.setting-edit-btn svg{width:12px;height:12px}.wearable-logo{width:40px;height:40px;border-radius:10px;-o-object-fit:contain;object-fit:contain;background:#ffffff14}.edit-contact-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;z-index:1000;display:none;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.edit-contact-modal-overlay.active{display:flex}.edit-contact-modal{background:#1a1d24;border:1px solid rgba(255,255,255,.1);border-radius:16px;width:100%;max-width:420px}.edit-contact-modal-header{padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between}.edit-contact-modal-title{font-size:18px;font-weight:600;color:#fff}.edit-contact-modal-close{width:32px;height:32px;border-radius:8px;background:#ffffff0f;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff9;font-size:18px}.edit-contact-modal-body{padding:24px}.edit-contact-field{margin-bottom:16px}.edit-contact-label{font-size:13px;color:#ffffffb3;margin-bottom:8px;display:block}.edit-contact-input{width:100%;padding:12px 14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:8px;font-size:14px;color:#fff;box-sizing:border-box}.edit-contact-input:focus{outline:none;border-color:#00e6cc66}.edit-contact-hint{font-size:12px;color:#ffffff8c;margin-top:8px;line-height:1.4}.edit-contact-resend{margin-top:10px;padding:0;background:none;border:none;color:#00e6cc;font-size:13px;font-weight:600;cursor:pointer}.edit-contact-resend:hover{text-decoration:underline}.edit-contact-modal-footer{padding:16px 24px;border-top:1px solid rgba(255,255,255,.08);display:flex;gap:12px;justify-content:flex-end}.edit-contact-btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.edit-contact-btn.cancel{background:#ffffff0f;color:#ffffffb3}.edit-contact-btn.save{background:linear-gradient(135deg,#00e6cc,#00b8a3);color:#0a0c10}.detail-label{font-size:12px;color:#ffffff80;margin-bottom:4px;display:flex;align-items:center;gap:6px}.detail-value{font-size:15px;color:#fff;font-weight:500;word-break:break-word}.detail-value.editable{padding:8px 12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;cursor:text}.support-table{width:100%;border-collapse:collapse}.support-table th{text-align:left;padding:12px 16px;font-size:12px;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid rgba(255,255,255,.08)}.support-table td{padding:16px;font-size:14px;color:#fffc;border-bottom:1px solid rgba(255,255,255,.05)}.support-table tr:last-child td{border-bottom:none}.support-table .actions{text-align:right}.support-delete-btn{padding:8px;background:#ef44441a;border:none;border-radius:6px;color:#ef4444;cursor:pointer;transition:all .2s}.support-delete-btn:hover{background:#ef444433}.support-delete-btn svg{width:16px;height:16px}.support-empty{text-align:center;padding:40px;color:#fff6;font-size:14px}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media (max-width: 900px){.settings-grid{grid-template-columns:1fr}}.settings-section{background:#ffffff05;border-radius:12px;padding:20px}.settings-section-title{font-size:16px;font-weight:600;color:#fff;margin-bottom:6px}.settings-section-subtitle{font-size:13px;color:#ffffff80;margin-bottom:20px}.setting-item{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.05)}.setting-item:last-child{border-bottom:none}.setting-icon{width:36px;height:36px;border-radius:8px;background:#ffffff0d;display:flex;align-items:center;justify-content:center;flex-shrink:0}.setting-icon svg{width:18px;height:18px;color:#ffffff80}.setting-content{flex:1;min-width:0}.setting-label{font-size:14px;color:#ffffffe6;display:flex;align-items:center;gap:6px}.setting-value{font-size:13px;color:#ffffff80;margin-top:2px}.setting-action{flex-shrink:0}.toggle-switch{width:44px;height:24px;background:#ffffff26;border-radius:12px;position:relative;cursor:pointer;transition:all .2s}.toggle-switch.active{background:#00e6cc}.toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:all .2s}.toggle-switch.active:after{left:22px}.wearable-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#ffffff08;border-radius:10px;margin-bottom:10px}.wearable-icon{width:40px;height:40px;background:#ffffff14;border-radius:10px;display:flex;align-items:center;justify-content:center}.wearable-icon svg{width:20px;height:20px;color:#fff}.wearable-name{flex:1;font-size:14px;font-weight:500;color:#fff}.wearable-status{font-size:12px}.wearable-status.connected{color:#22c55e}.wearable-status.not-connected{color:#fff6}.wearable-btn{padding:6px 14px;background:#ffffff14;border:none;border-radius:6px;font-size:12px;color:#ffffffb3;cursor:pointer;transition:all .2s}.wearable-btn:hover{background:#ffffff26;color:#fff}.wearable-btn.primary{background:#00e6cc26;color:#00e6cc}.wearable-btn.primary:hover{background:#00e6cc40}.device-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;z-index:1000;display:none;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.device-modal-overlay.active{display:flex}.device-modal{background:#1a1d24;border:1px solid rgba(255,255,255,.1);border-radius:16px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto}.device-modal-header{padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between}.device-modal-title{font-size:18px;font-weight:600;color:#fff}.device-modal-close{width:32px;height:32px;border-radius:8px;background:#ffffff0f;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff9;font-size:18px;transition:all .2s}.device-modal-close:hover{background:#ffffff1a;color:#fff}.device-modal-body{padding:20px 24px}.device-modal-subtitle{font-size:13px;color:#ffffff80;margin-bottom:16px}.device-card{display:flex;align-items:center;gap:14px;padding:14px 16px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;margin-bottom:10px;cursor:pointer;transition:all .2s}.device-card:hover{background:#ffffff0f;border-color:#ffffff26}.device-card.connected{border-color:#22c55e4d;background:#22c55e0d}.device-card.connecting{border-color:#00e6cc4d;background:#00e6cc0d}.device-card-icon{width:44px;height:44px;background:#ffffff14;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.device-card-icon svg{width:22px;height:22px;color:#fff}.device-card-info{flex:1;min-width:0}.device-card-name{font-size:14px;font-weight:600;color:#fff}.device-card-desc{font-size:12px;color:#ffffff73;margin-top:2px}.device-card-status{font-size:11px;font-weight:500;padding:4px 10px;border-radius:20px;white-space:nowrap}.device-card-status.available{color:#ffffff80;background:#ffffff0f}.device-card-status.connected{color:#22c55e;background:#22c55e1f}.device-card-status.connecting{color:#00e6cc;background:#00e6cc1f}.device-card-status.error{color:#ef4444;background:#ef44441f}.device-connect-view{display:none}.device-connect-view.active{display:block}.device-connect-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.device-connect-back{width:32px;height:32px;border-radius:8px;background:#ffffff0f;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff9;transition:all .2s}.device-connect-back:hover{background:#ffffff1a;color:#fff}.device-connect-back svg{width:16px;height:16px}.device-connect-icon{width:56px;height:56px;background:#ffffff0f;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.device-connect-icon svg{width:28px;height:28px;color:#fff}.device-connect-name{font-size:20px;font-weight:600;color:#fff;text-align:center;margin-bottom:6px}.device-connect-info{font-size:13px;color:#ffffff80;text-align:center;margin-bottom:24px;line-height:1.5}.device-connect-features{margin-bottom:24px}.device-connect-feature{display:flex;align-items:center;gap:10px;padding:8px 0;font-size:13px;color:#ffffffb3}.device-connect-feature svg{width:16px;height:16px;color:#00e6cc;flex-shrink:0}.device-connect-btn{width:100%;padding:14px;background:linear-gradient(135deg,#00e6cc,#00b8a3);border:none;border-radius:10px;font-size:15px;font-weight:600;color:#0a0c10;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.device-connect-btn:hover{transform:translateY(-1px);box-shadow:0 4px 20px #00e6cc4d}.device-connect-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.device-connect-btn.success{background:linear-gradient(135deg,#22c55e,#16a34a)}.device-connect-spinner{width:18px;height:18px;border:2px solid rgba(10,12,16,.3);border-top-color:#0a0c10;border-radius:50%;animation:spin .8s linear infinite;display:none}.device-connect-btn.loading .device-connect-spinner{display:block}.device-connect-btn.loading .device-connect-btn-text{display:none}.device-disconnect-btn{width:100%;padding:10px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:8px;font-size:13px;color:#ef4444;cursor:pointer;transition:all .2s;margin-top:10px}.device-disconnect-btn:hover{background:#ef444433}.dietician-cta{display:flex;align-items:center;gap:16px;padding:16px;background:linear-gradient(135deg,#00e6cc14,#7aaddb14);border:1px solid rgba(0,230,204,.15);border-radius:12px;margin-top:16px}.dietician-icon{width:44px;height:44px;background:#00e6cc26;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dietician-icon svg{width:22px;height:22px;color:#00e6cc}.dietician-content{flex:1}.dietician-title{font-size:14px;font-weight:600;color:#fff;margin-bottom:2px}.dietician-desc{font-size:12px;color:#fff9}.dietician-btn{padding:10px 20px;background:linear-gradient(135deg,#00e6cc,#00b8a3);border:none;border-radius:8px;font-size:13px;font-weight:600;color:#0a0c10;cursor:pointer;transition:all .2s}.dietician-btn:hover{transform:translateY(-1px);box-shadow:0 4px 15px #00e6cc4d}.survey-table{width:100%;border-collapse:collapse}.survey-table th{text-align:left;padding:12px 16px;font-size:12px;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.08)}.survey-table td{padding:16px;font-size:14px;color:#fffc;border-bottom:1px solid rgba(255,255,255,.05);vertical-align:middle}.survey-table tr:last-child td{border-bottom:none}.survey-table tr:hover td{background:#ffffff05}.survey-type-badge{display:inline-flex;padding:4px 10px;background:#a78bfa26;border-radius:6px;font-size:12px;color:#a78bfa}.survey-actions{display:flex;gap:8px}.survey-action-btn{padding:6px 8px;background:#ffffff0d;border:none;border-radius:6px;color:#ffffff80;cursor:pointer;transition:all .2s}.survey-action-btn:hover{background:#ffffff1a;color:#fff}.survey-action-btn.delete:hover{background:#ef444426;color:#ef4444}.survey-action-btn svg{width:16px;height:16px}.supporter-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;z-index:1000;display:none;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.supporter-modal-overlay.active{display:flex}.supporter-modal{background:#1a1d24;border:1px solid rgba(255,255,255,.1);border-radius:16px;width:100%;max-width:480px}.supporter-modal-header{padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between}.supporter-modal-title{font-size:18px;font-weight:600;color:#fff}.supporter-modal-close{width:32px;height:32px;border-radius:8px;background:#ffffff0f;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff9;font-size:18px}.supporter-modal-body{padding:24px}.supporter-field{margin-bottom:20px}.supporter-field:last-child{margin-bottom:0}.supporter-label{font-size:13px;color:#ffffffb3;margin-bottom:8px;display:block}.supporter-input{width:100%;padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;font-size:14px;color:#fff;transition:all .2s}.supporter-input:focus{outline:none;border-color:#00e6cc;background:#00e6cc0d}.supporter-phone-row{display:flex;gap:12px}.supporter-country{width:80px;flex-shrink:0;padding:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:14px;color:#fff}.supporter-modal-footer{padding:16px 24px;border-top:1px solid rgba(255,255,255,.08);display:flex;gap:12px}.supporter-btn{flex:1;padding:14px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.supporter-btn.cancel{background:#ffffff0f;color:#ffffffb3}.supporter-btn.cancel:hover{background:#ffffff1a}.supporter-btn.primary{background:linear-gradient(135deg,#00e6cc,#00b8a3);color:#0a0c10}.supporter-btn.primary:hover{transform:translateY(-1px);box-shadow:0 4px 15px #00e6cc4d}.confirm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;z-index:10001;display:none;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.confirm-modal-overlay.active{display:flex}.confirm-modal{background:#1a1d24;border:1px solid rgba(255,255,255,.1);border-radius:16px;width:100%;max-width:440px;overflow:hidden;animation:modalSlideIn .2s ease}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.confirm-modal-header{padding:20px 24px 16px;display:flex;align-items:center;gap:14px}.confirm-modal-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.confirm-modal-icon.warning{background:#ef444426;color:#ef4444}.confirm-modal-icon.info{background:#7aaddb26;color:#7aaddb}.confirm-modal-icon svg{width:24px;height:24px}.confirm-modal-title{font-size:18px;font-weight:600;color:#fff}.confirm-modal-body{padding:0 24px 20px}.confirm-modal-message{font-size:14px;color:#ffffffb3;line-height:1.6}.confirm-modal-warning{margin-top:16px;padding:12px 16px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:10px}.confirm-modal-warning-title{font-size:12px;font-weight:600;color:#ef4444;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;display:flex;align-items:center;gap:6px}.confirm-modal-warning-text{font-size:13px;color:#fff9;line-height:1.5}.confirm-modal-footer{padding:16px 24px;background:#0003;display:flex;gap:12px;justify-content:flex-end}.confirm-modal-btn{padding:12px 24px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.confirm-modal-btn.cancel{background:#ffffff0f;color:#ffffffb3}.confirm-modal-btn.cancel:hover{background:#ffffff1a;color:#fff}.confirm-modal-btn.delete{background:#ef4444;color:#fff}.confirm-modal-btn.delete:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 15px #ef44444d}.checkin-question-actions{display:flex;align-items:center;gap:8px;margin-left:8px}.checkin-question-delete{width:28px;height:28px;border-radius:6px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#ffffff4d;transition:all .2s}.checkin-question-delete:hover{background:#ef444426;color:#ef4444}.checkin-question-delete svg{width:16px;height:16px}.survey-mode-toggle{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#7aaddb14;border:1px solid rgba(122,173,219,.2);border-radius:10px;margin-bottom:16px}.survey-mode-toggle-label{font-size:13px;color:#ffffffb3}.survey-mode-toggle-label strong{color:#7aaddb}.survey-mode-switch{margin-left:auto}.survey-mode-info{font-size:12px;color:#fff6;margin-top:4px}
