.settings-page{min-height:100vh;padding:3rem 1.5rem}.settings-profile-card{max-width:88rem;margin:0 auto 2rem;padding:1px;background:linear-gradient(135deg,#ffc46b,orange);border-radius:1.625rem}.settings-profile-inner{display:flex;align-items:center;gap:1rem;padding:1.125rem;background:#fff;border-radius:1.5rem}.settings-profile-avatar{width:3.5rem;height:3.5rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#ffb76a;border-radius:50%;color:#fff;font-weight:600;font-size:1.25rem}.settings-profile-info{flex:1;min-width:0}.settings-profile-name{font-size:1.125rem;font-weight:600;color:#1f2937}.settings-profile-email,.settings-profile-business{font-size:.875rem;color:#6a6a6a;margin-top:.125rem}.settings-profile-widget{font-size:.75rem;color:#ffb76a;font-weight:500;margin-top:.25rem}.setting-website-card{flex-direction:column;align-items:stretch}.website-display{display:flex;align-items:center;cursor:pointer}.website-edit{padding:.5rem 0}.website-edit-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.website-edit-icon{font-size:1.25rem}.website-edit-label{font-size:1rem;color:#111;font-weight:400}.website-input{width:100%;padding:.625rem .75rem;margin-bottom:.75rem;border:1px solid #e5e5e5;border-radius:.5rem;font-size:.875rem;background:#fff;color:#111}.website-edit-buttons{display:flex;gap:.75rem}.website-btn{flex:1;padding:.5rem .875rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;border:1px solid #e5e5e5;background:#fff;color:#6a6a6a}.website-btn-save{background:#ffb76a;border-color:#0003;color:#000}.website-btn-save:hover:not(:disabled){background:#ffa94d}.website-btn-save:disabled{opacity:.7;cursor:not-allowed}.settings-signout-wrap{max-width:88rem;margin:3rem auto 0}.settings-signout-btn{display:block;width:100%;padding:1rem;min-height:3.5rem;background:#ff3b30;color:#fff;border:none;border-radius:1.75rem;font-size:1rem;font-weight:600;cursor:pointer}.settings-signout-btn:hover{background:#e6352b}.settings-header{max-width:88rem;margin:0 auto 3rem}.settings-header h1{font-size:3rem;font-weight:300;color:#d4af37;margin-bottom:.5rem;letter-spacing:.05em}@media (min-width: 768px){.settings-header h1{font-size:4rem}}.settings-header p{font-size:1.125rem;color:#a1a1aa;font-weight:300}.settings-section{max-width:88rem;margin:0 auto 3rem}.section-heading{font-size:.875rem;font-weight:300;color:#71717a;letter-spacing:.1em;margin-bottom:1.5rem;text-transform:uppercase}.settings-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.settings-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1280px){.settings-grid{grid-template-columns:repeat(3,1fr)}}.setting-card{display:flex;align-items:center;gap:1rem;background:linear-gradient(to bottom right,#18181b,#09090b);border:1px solid #27272a;border-radius:1rem;padding:1.5rem;cursor:pointer;transition:all .3s ease;position:relative}.setting-card:hover{border-color:#d4af374d;transform:translateY(-2px)}.setting-card-info,.setting-card-toggle{cursor:default}.setting-card-info:hover,.setting-card-toggle:hover{transform:none}.setting-card-link{text-decoration:none;color:inherit}.setting-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:.75rem;background-color:#d4af371a}.setting-icon svg{color:#d4af37}.icon-user svg{color:#3b9fff}.icon-globe svg{color:#10b981}.icon-lock svg{color:#f59e0b}.icon-building svg{color:#8b5cf6}.icon-palette svg{color:#ec4899}.icon-credit svg{color:#d4af37}.icon-flag svg{color:#f59e0b}.icon-key svg{color:#d4af37}.icon-bell svg{color:#f59e0b}.icon-language svg{color:#3b9fff}.icon-help svg{color:#10b981}.icon-phone svg{color:#3b9fff}.icon-shield svg{color:#10b981}.icon-document svg{color:#a1a1aa}.icon-info svg{color:#3b9fff}.setting-content{flex:1;min-width:0}.setting-content h3{font-size:1.125rem;font-weight:300;color:#fff;margin-bottom:.25rem;letter-spacing:.025em}.setting-content p{font-size:.875rem;color:#a1a1aa;font-weight:300;line-height:1.5}.url-text,.version-text{color:#d4af37!important;font-family:monospace;font-size:.813rem}.setting-arrow{flex-shrink:0;color:#71717a;transition:transform .3s,color .3s}.setting-card:hover .setting-arrow{color:#d4af37;transform:translate(4px)}.toggle-switch{position:relative;display:inline-block;width:52px;height:28px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#3f3f46;transition:.4s;border-radius:34px}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.toggle-slider{background-color:#d4af37}input:checked+.toggle-slider:before{transform:translate(24px)}.danger-section .section-heading{color:#dc2626}.danger-card{border-color:#dc262633}.danger-card:hover{border-color:#dc262666}.danger-card .setting-icon{background-color:#dc26261a}.danger-card .icon-trash svg,.danger-card .icon-warning svg{color:#dc2626}.danger-card .setting-arrow{color:#dc2626}.danger-card:hover .setting-arrow{color:#ef4444}@media (max-width: 767px){.settings-page{padding:2rem 1rem}.settings-header h1{font-size:2.5rem}.setting-card{padding:1.25rem}.setting-icon{width:40px;height:40px}.setting-icon svg{width:20px;height:20px}.setting-content h3{font-size:1rem}.setting-content p{font-size:.813rem}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.settings-section{animation:slideIn .5s ease-out}.settings-section:nth-child(2){animation-delay:.1s}.settings-section:nth-child(3){animation-delay:.2s}.settings-section:nth-child(4){animation-delay:.3s}.settings-section:nth-child(5){animation-delay:.4s}.settings-section:nth-child(6){animation-delay:.5s}.settings-section:nth-child(7){animation-delay:.6s}.settings-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem}.settings-modal[hidden]{display:none}.settings-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.settings-modal-content{position:relative;width:100%;max-width:28rem;background:linear-gradient(to bottom right,#18181b,#09090b);border:1px solid #27272a;border-radius:1rem;padding:2rem;box-shadow:0 25px 50px -12px #00000080}.settings-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.settings-modal-header h2{font-size:1.5rem;font-weight:300;color:#d4af37}.settings-modal-close{background:none;border:none;color:#a1a1aa;font-size:1.75rem;line-height:1;cursor:pointer;padding:.25rem}.settings-modal-close:hover{color:#d4af37}.settings-modal-error{padding:.75rem 1rem;margin-bottom:1rem;background:#dc262626;border:1px solid rgba(220,38,38,.4);border-radius:.5rem;color:#fca5a5;font-size:.875rem}.settings-modal-success{padding:.75rem 1rem;margin-bottom:1rem;background:#10b98126;border:1px solid rgba(16,185,129,.4);border-radius:.5rem;color:#6ee7b7;font-size:.875rem}
