:root{--text:#1f2937;--radius:20px;--shadow:0 10px 24px #0000001f}html{-webkit-text-size-adjust:100%}body{color:#1f2937}.login-center{align-items:center;display:flex;font-weight:600;height:100vh;justify-content:center}.login-shell{background:#f6f6f6;background:var(--bg);display:flex;flex-direction:column;min-height:100vh}.login-header{align-items:flex-start;background:linear-gradient(135deg,#b18337,#8a652a);background:linear-gradient(135deg,var(--gold),var(--goldDark));border-bottom-left-radius:28px;border-bottom-right-radius:28px;color:#fff;display:flex;height:180px;justify-content:space-between;padding:48px 24px 0}.login-title{font-size:28px;font-weight:800}.login-logo{height:40px;object-fit:contain;opacity:.95;width:40px}.login-card-wrap{display:flex;justify-content:center;margin-top:-40px;padding:0 20px 40px}.login-card{background:#fff;background:var(--white);border-radius:20px;border-radius:var(--radius);box-shadow:0 10px 24px #0000001f;box-shadow:var(--shadow);max-width:520px;padding:70px 20px 80px;width:100%}.login-welcome{color:#1f2937;color:var(--text);font-size:22px;font-weight:800;margin:0}.login-sub{color:#6b7280;color:var(--muted);margin:6px 0 16px}.input-wrap{margin-bottom:12px;position:relative}.input{background:#f3f5f7;border:1px solid #e6e8eb;color:#1f2937;color:var(--text);font-size:16px;line-height:1.2;padding:14px 44px 14px 56px;transition:box-shadow .15s ease,border-color .15s ease,background .15s ease}.input-wrap.has-left .input,.input-wrap.has-right .input{padding-left:40px}.input::placeholder{color:#9aa0a6}.input:focus{background:#fff;border-color:#b18337;border-color:var(--gold);box-shadow:0 0 0 3px #b1833726}.left-icon,.right-icon-btn{align-items:center;display:inline-flex;justify-content:center;line-height:0;position:absolute;top:50%;transform:translateY(-50%)}.left-icon{color:#d2b98a;left:14px}.left-icon svg{height:18px;width:18px}.right-icon-btn{background:#0000;border:none;color:#9aa0a6;cursor:pointer;padding:6px 8px;right:10px}.right-icon-btn svg{height:20px;width:20px}.row{justify-content:space-between;margin:4px 0 8px}.check,.row{align-items:center;display:flex}.check{cursor:pointer;-webkit-user-select:none;user-select:none}.box{align-items:center;background:#fff;border:1.5px solid #9aa0a6;border-radius:5px;color:#fff;display:flex;font-size:14px;height:18px;justify-content:center;margin-right:8px;width:18px}.box.on{background:#8a652a;background:var(--goldDark);border-color:#8a652a;border-color:var(--goldDark)}.check-label{color:#4b5563}.btn{border-radius:14px;font-size:16px;font-weight:800;height:50px;width:100%}.btn.grad{background:linear-gradient(135deg,#b18337,#8a652a);background:linear-gradient(135deg,var(--gold),var(--goldDark));box-shadow:0 8px 18px #b1833759;color:#fff;transition:transform .06s ease,filter .2s ease}.btn.grad:active{transform:translateY(1px)}.btn:disabled{box-shadow:none;cursor:default;opacity:.7}.error{font-weight:400;margin-bottom:12px;margin-top:12px;text-align:center}.divider-row{align-items:center;display:flex;gap:10px;margin:14px 0}.divider{background:#e6e8eb;flex:1 1;height:1px}.divider-text{color:#9aa0a6}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-text-fill-color:#1f2937;-webkit-text-fill-color:var(--text);-webkit-box-shadow:inset 0 0 0 1000px #f3f5f7;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}@media (min-width:768px){.login-card{padding:72px 28px 84px}.login-title{font-size:30px}}:root{--gold:#b18337;--goldDark:#8a652a;--bg:#f6f6f6;--text:#191f28;--muted:#6b7280;--white:#fff;--border:#e6e8eb;--borderSoft:#f0f1f3;--shadow:0 10px 28px #00000014;--radius:14px;--radiusLg:20px;--ease:cubic-bezier(0.22,0.61,0.36,1)}.msg-input,.search-input,button,input,select,textarea{font-size:16px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f6f6f6;color:#191f28;font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif}button{color:#b18337;color:var(--gold);text-decoration:none}.leads-web{display:flex;flex-direction:column;min-height:100vh}.leads-header{background:#fff;background:var(--white);box-shadow:0 10px 28px #00000014;box-shadow:var(--shadow);gap:12px;height:68px;padding:0 16px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.hdr-left,.leads-header{align-items:center;display:flex}.hdr-left{gap:10px}.hdr-icon{color:#8a652a;color:var(--goldDark)}.hdr-icon svg{height:22px;width:22px}.hdr-title{color:#b18337;color:var(--gold);font-size:18px;font-weight:800;letter-spacing:.2px}.hdr-title.single{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hdr-right{gap:10px;margin-left:auto}.hdr-right,.icon-square{align-items:center;display:flex}.icon-square{background:#f7f8fa;border:1px solid #e6e8eb;border:1px solid var(--border);border-radius:12px;cursor:pointer;height:42px;justify-content:center;transition:transform .08s cubic-bezier(.22,.61,.36,1),background .2s cubic-bezier(.22,.61,.36,1),border-color .2s cubic-bezier(.22,.61,.36,1),box-shadow .2s cubic-bezier(.22,.61,.36,1);transition:transform .08s var(--ease),background .2s var(--ease),border-color .2s var(--ease),box-shadow .2s var(--ease);width:42px}.icon-square svg{height:18px;width:18px}.icon-square:hover{background:#fff;box-shadow:0 4px 14px #0000000f}.icon-square:active{transform:translateY(1px)}.icon-square.active{background:linear-gradient(135deg,#b18337,#8a652a);background:linear-gradient(135deg,var(--gold),var(--goldDark));border-color:#0000;box-shadow:0 6px 18px #b1833759;color:#fff}.back{align-items:center;background:#0000;border:none;border-radius:12px;cursor:pointer;display:flex;height:40px;justify-content:center;transition:background .2s cubic-bezier(.22,.61,.36,1);transition:background .2s var(--ease);width:40px}.back:hover{background:#f3f5f7}.back svg{height:20px;width:20px}.header-avatar{border-radius:18px;height:36px;object-fit:cover;width:36px}.list-wrap{display:flex;flex:1 1;flex-direction:column}.search-row{align-items:center;background:#fff;border:1px solid #8a652a;border:1px solid var(--goldDark);border-radius:12px;box-shadow:0 4px 10px #0000000a;display:flex;gap:10px;height:46px;margin:14px 16px 10px;padding:0 12px}.search-ico{color:#98a1ad}.search-ico svg{height:18px;width:18px}.search-input{background:#0000;border:none;color:#191f28;color:var(--text);flex:1 1;font-size:16px;outline:none}.center{align-items:center;display:flex;flex:1 1;justify-content:center;padding:28px}.center.empty{color:#98a1ad}.chat-list{list-style:none;margin:0;padding:0}.lead-item{align-items:center;background:#fff;border:none;cursor:pointer;display:flex;gap:12px;padding:14px 16px;text-align:left;transition:background .15s cubic-bezier(.22,.61,.36,1);transition:background .15s var(--ease);width:100%}.lead-item:hover{background:#fcfcfd}.lead-avatar{background:#fff3e0;border:1px solid #efd7a8;border-radius:50%;height:48px;object-fit:cover;width:48px}.lead-main{flex:1 1;min-width:0}.lead-top{align-items:center;display:flex;gap:6px}.lead-name{color:#191f28;color:var(--text);font-weight:700}.lead-name.unread{color:#b18337;color:var(--gold);font-weight:700}.lead-fire{align-items:center;color:#8a652a;color:var(--goldDark);display:flex}.lead-fire svg{height:16px;width:16px}.lead-last{color:#6f7680;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lead-last.unread{color:#b18337;color:var(--gold)}.lead-side{align-items:flex-end;display:flex;flex-direction:column;gap:6px}.lead-time{color:#9aa0a6;font-size:12px}.lead-time.unread{color:#191f28;color:var(--text)}.new-dot{background:#b18337;background:var(--gold);border-radius:4px;height:8px;width:8px}.chat-pane{display:flex;flex:1 1;flex-direction:column;overflow:auto;padding:10px 14px 8px;scroll-behavior:smooth}.chat-pane::-webkit-scrollbar{width:10px}.chat-pane::-webkit-scrollbar-thumb{background:#e6d7b6;border-radius:8px}.chat-pane::-webkit-scrollbar-track{background:#0000}.date-label{align-self:center;background:#8a652a;background:var(--goldDark);border:1px solid #fff;border-radius:100px;box-shadow:0 4px 10px #0000000f;color:#fff;font-size:12px;margin:12px 0;padding:4px 10px}.bubble{background:#fff;border:1px solid #8a652a;border:1px solid var(--goldDark);box-shadow:0 2px 10px #0000000a;margin:6px 0;max-width:82%;padding:10px 12px;position:relative}.bubble.in{align-self:flex-start;background:#fff8e6;border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-top-right-radius:12px}.bubble.out{align-self:flex-end;background:#fff;border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-color:#edd9a5;border-top-left-radius:12px}.bubble-text{color:#191f28;color:var(--text);line-height:1.35;white-space:pre-wrap}.bubble-image{background:#0001;border-radius:10px;height:220px;margin-bottom:6px;object-fit:cover;width:220px}.img-btn{all:unset;background:#0000;display:flex;flex-direction:column}.media-card{align-items:center;background:#fafafa;border:1px solid #eee;border-radius:10px;display:flex;gap:8px;padding:10px;width:220px}.media-card svg{height:18px;width:18px}.doc-name{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.time{color:#7a7a7a;display:block;font-size:10px;margin-top:6px;text-align:right}.time.dim{opacity:.6}.composer{align-items:center;background:linear-gradient(0deg,#fff,#fff 70%,#fff0);bottom:0;display:flex;gap:10px;padding:12px;position:-webkit-sticky;position:sticky}.msg-input{background:#fff;border:1px solid #8a652a;border:1px solid var(--goldDark);border-radius:23px;color:#191f28;color:var(--text);flex:1 1;font-size:16px;height:46px;outline:none;padding:0 14px;transition:box-shadow .15s cubic-bezier(.22,.61,.36,1),border-color .15s cubic-bezier(.22,.61,.36,1);transition:box-shadow .15s var(--ease),border-color .15s var(--ease)}.msg-input:focus{border-color:#b18337;border-color:var(--gold);box-shadow:0 0 0 3px #b1833726}.send-btn{align-items:center;background:linear-gradient(135deg,#b18337,#8a652a);background:linear-gradient(135deg,var(--gold),var(--goldDark));border:none;border-radius:23px;box-shadow:0 8px 18px #b1833759;color:#fff;cursor:pointer;display:flex;height:46px;justify-content:center;transition:transform .08s cubic-bezier(.22,.61,.36,1),filter .2s cubic-bezier(.22,.61,.36,1);transition:transform .08s var(--ease),filter .2s var(--ease);width:46px}.send-btn:disabled{box-shadow:none;cursor:default;filter:grayscale(.25);opacity:.8}.send-btn:active{transform:translateY(1px)}.send-btn svg{height:18px;width:18px}.backdrop{-webkit-backdrop-filter:saturate(120%) blur(1px);backdrop-filter:saturate(120%) blur(1px);background:#0007;z-index:40}.drawer{animation:slideIn .2s cubic-bezier(.22,.61,.36,1);animation:slideIn .2s var(--ease);background:#fff;border-left:1px solid #e6e8eb;border-left:1px solid var(--border);bottom:0;box-shadow:0 10px 28px #00000014;box-shadow:var(--shadow);max-width:420px;padding:64px 16px 16px;position:fixed;right:0;top:0;width:76%;z-index:50}@keyframes slideIn{0%{opacity:.6;transform:translateX(12px)}to{opacity:1;transform:none}}.drawer-title{color:#191f28;color:var(--text);font-weight:800;margin-bottom:10px}.tpl-list{list-style:none;margin:0;padding:0}.tpl-item{background:#fff;border:none;border-bottom:1px solid #f3e7c7;cursor:pointer;padding:12px 8px;text-align:left;transition:background .15s cubic-bezier(.22,.61,.36,1);transition:background .15s var(--ease);width:100%}.tpl-item:hover{background:#fffdf6}.tpl-name{color:#191f28;color:var(--text);font-weight:700;margin-bottom:4px}.tpl-text{color:#6b7280}.drawer-empty{color:#98a1ad}.picker{animation:rise .15s cubic-bezier(.22,.61,.36,1);animation:rise .15s var(--ease);background:#fff;border:1px solid #8a652a;border:1px solid var(--goldDark);border-radius:14px;bottom:16px;box-shadow:0 10px 28px #00000014;box-shadow:var(--shadow);left:12px;padding:12px;position:fixed;right:12px;z-index:50}@keyframes rise{0%{opacity:.6;transform:translateY(6px)}to{opacity:1;transform:none}}.picker-title{color:#191f28;color:var(--text);font-weight:700;margin-bottom:8px}.picker-row{display:flex;gap:12px}.picker-btn{align-items:center;background:#fffaf0;border:1px solid #edd9a5;border-radius:10px;cursor:pointer;display:flex;flex:1 1;gap:8px;justify-content:center;padding:12px;transition:transform .08s cubic-bezier(.22,.61,.36,1),background .15s cubic-bezier(.22,.61,.36,1),border-color .15s cubic-bezier(.22,.61,.36,1);transition:transform .08s var(--ease),background .15s var(--ease),border-color .15s var(--ease)}.picker-btn:hover{background:#fff;border-color:#b18337;border-color:var(--gold)}.picker-btn:active{transform:translateY(1px)}.picker-btn svg{height:16px;width:16px}.img-preview{align-items:center;animation:fadeIn .15s cubic-bezier(.22,.61,.36,1);animation:fadeIn .15s var(--ease);background:#000;border-radius:14px;bottom:80px;display:flex;justify-content:center;left:16px;overflow:hidden;position:fixed;right:16px;top:80px;z-index:60}@keyframes fadeIn{0%{opacity:.6}to{opacity:1}}.img-preview img{height:100%;object-fit:contain;width:100%}.close-img{align-items:center;background:#0008;border:none;border-radius:16px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:8px;position:absolute;right:10px;top:10px}.close-img svg{height:16px;width:16px}@media (min-width:900px){.leads-header{height:72px;padding:0 22px}.hdr-title{font-size:24px}.lead-item{padding:16px 22px}.chat-pane{padding:14px 22px 10px}}.backdrop{background:#00000080;inset:0;position:fixed;z-index:50}.templates-popup{background:#fff;border-radius:16px 16px 0 0;bottom:0;display:flex;flex-direction:column;left:0;max-height:70%;padding:16px;position:fixed;right:0;z-index:60}.templates-header{align-items:center;display:flex;font-weight:700;justify-content:space-between;margin-bottom:12px}.templates-list{flex:1 1;overflow-y:auto}.template-item{background:#f6f6f6;border:none;border-radius:8px;margin-bottom:8px;padding:12px}.template-item:hover{background:#eaeaea}.tpl-preview{color:#555;font-size:12px;margin-top:4px}.recording-container{align-items:center;display:flex;flex:1 1;height:46px;justify-content:space-between}.recording-dot{animation:blink 2s infinite;background-color:red;border-radius:50%;height:12px;width:12px}.recording-time{color:#191f28;color:var(--text);font-size:14px;margin-left:10px}.cancel-recording-button{align-items:center;align-self:center;background:#0000;border:none;color:#8a652a;color:var(--goldDark);cursor:pointer;font-size:1.6rem;justify-content:center;justify-self:center;margin-left:auto;margin-top:6px}.template-dialog{background:#fff;background:var(--branco,#fff);border-radius:12px;box-shadow:0 4px 16px #00000040;display:flex;flex-direction:column;left:50%;max-height:80vh;max-width:500px;overflow:hidden;position:fixed;top:50%;transform:translate(-50%,-50%);width:90%;z-index:1100}.template-dialog .dialog-header{align-items:center;background:#c9a23f;background:var(--douradoEscuro,#c9a23f);color:#fff;color:var(--branco,#fff);display:flex;font-weight:600;justify-content:space-between;padding:12px 16px}.template-dialog .dialog-header .close-btn{background:#0000;border:none;color:inherit;cursor:pointer;font-size:18px}.template-dialog .dialog-body{flex:1 1;overflow-y:auto;padding:16px}.template-dialog .var-field{display:flex;flex-direction:column;margin-bottom:12px}.template-dialog .var-field label{font-size:14px;font-weight:500;margin-bottom:4px}.template-dialog .var-field input{border:1px solid #ccc;border:1px solid var(--cinza,#ccc);border-radius:6px;font-size:14px;outline:none;padding:8px 10px;transition:border .2s}.template-dialog .var-field input:focus{border-color:#c9a23f;border-color:var(--douradoEscuro,#c9a23f)}.template-dialog .preview{background:#f8f8f8;border:1px solid #ddd;border-radius:6px;font-size:14px;line-height:1.4;margin-top:16px;padding:12px;white-space:pre-wrap}.template-dialog .preview strong{display:block;margin-bottom:6px}.template-dialog .dialog-actions{border-top:1px solid #eee;display:flex;justify-content:flex-end;padding:12px 16px}.template-dialog .dialog-actions button{background:#c9a23f;background:var(--douradoEscuro,#c9a23f);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:background .2s}.template-dialog .dialog-actions button:disabled{background:#ccc;cursor:not-allowed}.template-dialog .dialog-actions button:hover:not(:disabled){background:#b18d32}.chip{align-items:center;background:#f3f4f6;border:1px solid #0000000f;border-radius:999px;color:#111827;display:inline-flex;font-size:.72rem;font-weight:600;gap:.4rem;letter-spacing:.02em;line-height:1;padding:.38rem .56rem;-webkit-user-select:none;user-select:none;white-space:nowrap}.chip+.chip{margin-left:.4rem}.chip.cat.marketing{background:#feebc8;border-color:#f6ad55;color:#7b341e}.chip.cat.utility{background:#c6f6d5;border-color:#68d391;color:#22543d}.chip.cat.local{background:#bfdbfe;border-color:#60a5fa;color:#1e3a8a}.chip.type.text{background:#e5e7eb;border-color:#d1d5db;color:#374151}.chip.type.image{background:#dbeafe;border-color:#93c5fd;color:#1e40af}.chip.type.video{background:#ede9fe;border-color:#c4b5fd;color:#5b21b6}.chip.type.audio{background:#ccfbf1;border-color:#5eead4;color:#134e4a}.chip.type.document{background:#e5e7eb;border-color:#d1d5db;color:#374151}.chip.vars{background:#fff7ed;border-color:#fdba74;color:#9a3412}.templates-list{list-style:none;margin:0;padding:0}.template-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;margin-bottom:.75rem;padding:.9rem 1rem;text-align:left;transition:border-color .15s ease,box-shadow .15s ease,transform .05s ease;width:100%}.template-item:hover{border-color:#93c5fd;box-shadow:0 1px 0 #00000005,0 4px 12px #3b82f61a}.template-item:active{transform:translateY(1px)}.template-item.disabled,.template-item:disabled{cursor:not-allowed;filter:grayscale(12%);opacity:.55}.tpl-top{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;margin-bottom:.5rem}.tpl-title{color:#111827;font-size:.95rem;font-weight:700}.tpl-chips{align-items:center;display:flex;flex-wrap:wrap}.tpl-preview{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#4b5563;display:-webkit-box;font-size:.875rem;line-height:1.35;overflow:hidden;word-break:break-word}@media (prefers-color-scheme:dark){.template-item{background:#0b0f14;border-color:#1f2937}.template-item:hover{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb40}.tpl-title{color:#e5e7eb}.tpl-preview{color:#9ca3af}.chip{border-color:#ffffff14}}.rhap_container{background-color:#fff;box-shadow:0 0 3px 0 #0003;box-sizing:border-box;display:flex;flex-direction:column;font-family:inherit;line-height:1;padding:10px 15px;width:100%}.rhap_container:focus:not(:focus-visible){outline:0}.rhap_container svg{vertical-align:initial}.rhap_header{margin-bottom:10px}.rhap_footer{margin-top:5px}.rhap_main{display:flex;flex:1 1 auto;flex-direction:column}.rhap_stacked .rhap_controls-section{margin-top:8px}.rhap_horizontal{flex-direction:row}.rhap_horizontal .rhap_controls-section{margin-left:8px}.rhap_horizontal-reverse{flex-direction:row-reverse}.rhap_horizontal-reverse .rhap_controls-section{margin-right:8px}.rhap_stacked-reverse{flex-direction:column-reverse}.rhap_stacked-reverse .rhap_controls-section{margin-bottom:8px}.rhap_progress-section{align-items:center;display:flex;flex:3 1 auto}.rhap_progress-container{align-items:center;align-self:center;cursor:pointer;display:flex;flex:1 0 auto;height:20px;margin:0 calc(10px + 1%);user-select:none;-webkit-user-select:none}.rhap_progress-container:focus:not(:focus-visible){outline:0}.rhap_time{color:#333;font-size:16px;user-select:none;-webkit-user-select:none}.rhap_progress-bar{background-color:#ddd;border-radius:2px;box-sizing:border-box;height:5px;position:relative;width:100%;z-index:0}.rhap_progress-filled{background-color:#868686;border-radius:2px;height:100%;position:absolute;z-index:2}.rhap_progress-bar-show-download{background-color:#dddddd80}.rhap_download-progress{background-color:#ddd;border-radius:2px;height:100%;position:absolute;z-index:1}.rhap_progress-indicator{background:#868686;border-radius:50px;box-shadow:0 0 5px #86868680;box-sizing:border-box;height:20px;margin-left:-10px;position:absolute;top:-8px;width:20px;z-index:3}.rhap_controls-section{align-items:center;display:flex;flex:1 1 auto;justify-content:space-between}.rhap_additional-controls{align-items:center;display:flex;flex:1 0 auto}.rhap_repeat-button{color:#868686;font-size:26px;height:26px;margin-right:6px;width:26px}.rhap_main-controls{align-items:center;display:flex;flex:0 1 auto;justify-content:center}.rhap_main-controls-button{color:#868686;font-size:35px;height:35px;margin:0 3px;width:35px}.rhap_play-pause-button{font-size:40px;height:40px;width:40px}.rhap_volume-controls{align-items:center;display:flex;flex:1 0 auto;justify-content:flex-end}.rhap_volume-button{color:#868686;flex:0 0 26px;font-size:26px;height:26px;margin-right:6px;width:26px}.rhap_volume-container{align-items:center;display:flex;flex:0 1 100px;user-select:none;-webkit-user-select:none}.rhap_volume-bar-area{align-items:center;cursor:pointer;display:flex;height:14px;width:100%}.rhap_volume-bar-area:focus:not(:focus-visible){outline:0}.rhap_volume-bar{background:#ddd;border-radius:2px;box-sizing:border-box;height:4px;position:relative;width:100%}.rhap_volume-indicator{background:#868686;border-radius:50px;box-shadow:0 0 3px #86868680;box-sizing:border-box;cursor:pointer;height:12px;left:0;margin-left:-6px;opacity:.9;position:absolute;top:-4px;width:12px}.rhap_volume-indicator:hover{opacity:.9}.rhap_volume-filled{background-color:#868686;border-radius:2px;height:100%;position:absolute;z-index:2}.rhap_button-clear{background-color:initial;border:none;cursor:pointer;overflow:hidden;padding:0}.rhap_button-clear:hover{opacity:.9;transition-duration:.2s}.rhap_button-clear:active{opacity:.95}.rhap_button-clear:focus:not(:focus-visible){outline:0}:root{--brand:#b18337;--brand-dark:#8a652a;--bg:#f6f5f3;--card:#fff;--muted:#7a7a7a;--text:#222;--shadow:0 8px 24px #00000014;--radius:16px}*{box-sizing:border-box}#root,body,html{height:100%}body{background:#f6f5f3;background:var(--bg);color:#222;color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;margin:0}.btn{border:none;border-radius:12px;cursor:pointer;font-weight:600;height:48px}.btn.primary{background:linear-gradient(90deg,#b18337,#8a652a);background:linear-gradient(90deg,var(--brand),var(--brand-dark));color:#fff}.btn.primary:disabled{cursor:default;opacity:.7}.btn.outline{color:#222;color:var(--text)}.btn.outline,.input{background:#fff;border:1px solid #ddd}.input{border-radius:12px;height:48px;outline:none;padding:0 14px;width:100%}.field-label{color:#333;font-size:.9rem;margin:14px 0 6px}.error{color:#c03434;margin-top:10px}.splash{padding:40px;text-align:center}.divider{align-items:center;display:flex;gap:12px;margin:16px 0}.divider:after,.divider:before{background:#e5e5e5;content:"";flex:1 1;height:1px}.divider span{color:#7a7a7a;color:var(--muted);font-size:.9rem}
/*# sourceMappingURL=main.6dc58f18.css.map*/