:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#1f2937;background:#f3f4f6}*{box-sizing:border-box}body{margin:0;background:linear-gradient(170deg,#f4f7fb,#eef3f1 60%,#fdf7ed)}.container{max-width:980px;margin:24px auto;padding:0 12px 24px}.auth{max-width:520px}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.tabs{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.tab-button{background:#cbd5e1;color:#0f172a}.tab-button.is-active{background:#0f766e;color:#fff}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;margin-bottom:16px;box-shadow:0 8px 20px #0f172a0a}.profiles-box{border:1px solid #e5e7eb;border-radius:10px;padding:12px;margin-bottom:12px;background:#f8fafc}.profiles-toolbar{display:flex;gap:10px;align-items:flex-end}.profiles-name-field{flex:1}.profiles-list{margin-top:12px;display:flex;flex-direction:column;gap:10px}.profile-item{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid #cfd8e3;border-radius:8px;background:#fff;padding:10px 12px}.profile-item-main{display:flex;flex-direction:column;gap:3px}.profile-item-main small{color:#64748b;font-weight:500}.profile-item-actions{display:flex;gap:6px}.profiles-empty{margin-top:12px;border:1px dashed #cbd5e1;border-radius:8px;padding:12px;color:#64748b;background:#fff}.setup-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.setup-header h2{margin:0}.setup-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.setup-card{border:1px solid #d8e1eb;border-radius:10px;background:#fff;padding:12px;display:flex;justify-content:space-between;gap:10px;align-items:center}.setup-card-main{display:flex;flex-direction:column;gap:4px}.setup-card-main strong{font-size:16px}.setup-card-main small{color:#64748b}.setup-card-actions{display:flex;gap:8px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:12px;z-index:30}.modal-panel{width:min(980px,100%);max-height:calc(100vh - 24px);overflow:auto;border-radius:12px;border:1px solid #d8e1eb;background:#fff;box-shadow:0 18px 44px #0f172a47;padding:16px}.modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;gap:10px}.modal-head h3{margin:0}.grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.full{grid-column:1 / -1}label{display:flex;flex-direction:column;font-weight:600;font-size:14px;gap:5px}input,select,textarea,button{font:inherit}input,select,textarea{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:9px 10px;background:#fff}textarea{resize:vertical;min-height:160px}button{border:0;background:#0f766e;color:#fff;border-radius:8px;padding:10px 12px;cursor:pointer}button.secondary{background:#334155}button.danger{background:#b91c1c}button:disabled{opacity:.6;cursor:not-allowed}.check{flex-direction:row;align-items:center;gap:8px}.check input{width:auto}.msg-ok,.msg-err{border-radius:8px;padding:10px;margin:10px 0;font-weight:600}.msg-ok{background:#e7f8ec;color:#166534}.msg-err{background:#feecec;color:#991b1b}@media (max-width: 760px){.grid{grid-template-columns:1fr}.tabs{flex-direction:column}.profiles-toolbar{flex-direction:column;align-items:stretch}.profile-item{flex-direction:column;align-items:flex-start}.setup-header{flex-direction:column;align-items:stretch}.setup-grid{grid-template-columns:1fr}.setup-card{flex-direction:column;align-items:flex-start}.setup-card-actions{width:100%}.setup-card-actions button{flex:1}.modal-panel{max-height:calc(100vh - 12px);padding:12px}.modal-head{flex-direction:column;align-items:stretch}}
