:root{--bg-primary: #FFFFFF;--bg-secondary: #FAFCFA;--bg-tertiary: #F0F6F0;--bg-hover: #F0F6F0;--bg-active: #E8F5E9;--bg-message-mine: #E8F5E9;--bg-message-other: #F5F9F5;--bg-input: #FFFFFF;--text-primary: #1A2E1A;--text-secondary: #7A9B7A;--text-tertiary: #9BB89B;--text-accent: #2E7D32;--text-muted: #6B8F6B;--border-color: #E0EBE0;--border-active: #C8E6C9;--accent: #4CAF50;--font-family: "Montserrat", sans-serif;--icon-stroke-width: 1.8;--icon-fill: none;--accent-hover: #388E3C;--shadow-color: rgba(0,0,0,.08);--bg-edit: #FFFDE7;--bg-highlight: #FFF176;--text-content: #2E5D2E;--text-footer: #BFD5BF;--color-danger: #E53935;--color-warning: #FFA000;--color-info: #1976D2}.dark-theme{--bg-primary: #1a1a2e;--bg-secondary: #16213e;--bg-tertiary: #2a3a5e;--bg-hover: #252a4a;--bg-active: #1e3a2e;--bg-message-mine: #1e3a2e;--bg-message-other: #1e2745;--bg-input: #16213e;--text-primary: #e0e0e0;--text-secondary: #a0b0a0;--text-tertiary: #708070;--text-accent: #66bb6a;--text-muted: #708070;--border-color: #2a2a4a;--border-active: #3a5a3a;--accent: #4CAF50;--accent-hover: #66bb6a;--shadow-color: rgba(0,0,0,.3);--bg-edit: #3a3520;--bg-highlight: #665500;--text-content: #c0d0c0;--text-footer: #506050;--color-danger: #ef5350;--color-warning: #FFB74D;--color-info: #42A5F5}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow:hidden}body{font-family:Montserrat,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);background:var(--bg-secondary)}#root{width:100%;height:100vh;height:100dvh;overflow:hidden}@media (display-mode: standalone){#root{padding-top:env(safe-area-inset-top,0px);box-sizing:border-box}}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c8e6c9;border-radius:10px}.dark-theme ::-webkit-scrollbar-thumb{background:#3a5a3a}::-webkit-scrollbar-thumb:hover{background:#9bb89b}.dark-theme ::-webkit-scrollbar-thumb:hover{background:#4a6a4a}textarea:focus,input:focus{outline:none}.dark-theme input,.dark-theme textarea{color:var(--text-primary)!important;background-color:var(--bg-input)!important;border-color:var(--border-color)!important}.dark-theme input::placeholder,.dark-theme textarea::placeholder{color:var(--text-tertiary)!important}.dark-theme [style*="color: #1A2E1A"],.dark-theme [style*="color: rgb(26, 46, 26)"]{color:var(--text-primary)!important}.dark-theme [style*="color: #7A9B7A"],.dark-theme [style*="color: rgb(122, 155, 122)"]{color:var(--text-secondary)!important}.dark-theme [style*="color: #9BB89B"],.dark-theme [style*="color: rgb(155, 184, 155)"]{color:var(--text-tertiary)!important}.dark-theme [style*="color: #2E7D32"],.dark-theme [style*="color: rgb(46, 125, 50)"]{color:var(--text-accent)!important}.dark-theme [style*="color: #6B8F6B"],.dark-theme [style*="color: rgb(107, 143, 107)"]{color:var(--text-muted)!important}.dark-theme [style*="color: #2E5D2E"],.dark-theme [style*="color: rgb(46, 93, 46)"]{color:#90b090!important}.dark-theme [style*="color: #BFD5BF"],.dark-theme [style*="color: rgb(191, 213, 191)"]{color:#506050!important}.dark-theme [style*="background-color: #FFFFFF"],.dark-theme [style*="background-color: rgb(255, 255, 255)"],.dark-theme [style*="backgroundColor: #FFFFFF"]{background-color:var(--bg-primary)!important}.dark-theme [style*="background-color: #FAFCFA"],.dark-theme [style*="background-color: rgb(250, 252, 250)"],.dark-theme [style*="backgroundColor: #FAFCFA"]{background-color:var(--bg-secondary)!important}.dark-theme [style*="background-color: #F0F6F0"],.dark-theme [style*="background-color: rgb(240, 246, 240)"],.dark-theme [style*="backgroundColor: #F0F6F0"],.dark-theme [style*="background-color: #F0F9F0"],.dark-theme [style*="background-color: rgb(240, 249, 240)"],.dark-theme [style*="backgroundColor: #F0F9F0"]{background-color:var(--bg-tertiary)!important}.dark-theme [style*="background-color: #E8F5E9"],.dark-theme [style*="background-color: rgb(232, 245, 233)"],.dark-theme [style*="backgroundColor: #E8F5E9"]{background-color:var(--bg-active)!important}.dark-theme [style*="background-color: #F5F9F5"],.dark-theme [style*="background-color: rgb(245, 249, 245)"],.dark-theme [style*="backgroundColor: #F5F9F5"]{background-color:var(--bg-message-other)!important}.dark-theme [style*="background-color: #f0f0f0"],.dark-theme [style*="background-color: rgb(240, 240, 240)"],.dark-theme [style*="backgroundColor: #f0f0f0"],.dark-theme [style*="background-color: #f9fafb"],.dark-theme [style*="backgroundColor: #f9fafb"]{background-color:var(--bg-tertiary)!important}.dark-theme [style*="background: #FFFFFF"],.dark-theme [style*="background: rgb(255, 255, 255)"]{background:var(--bg-primary)!important}.dark-theme [style*="border-color: #E0EBE0"],.dark-theme [style*="border-color: rgb(224, 235, 224)"]{border-color:var(--border-color)!important}.dark-theme [style*="border-color: #C8E6C9"],.dark-theme [style*="border-color: rgb(200, 230, 201)"]{border-color:var(--border-active)!important}.dark-theme [style*="border: 0.5px solid #E0EBE0"],.dark-theme [style*="border: 1px solid #E0EBE0"]{border-color:var(--border-color)!important}.dark-theme [style*="border: 0.5px solid #C8E6C9"],.dark-theme [style*="border: 1px solid #C8E6C9"]{border-color:var(--border-active)!important}.dark-theme [style*="border: 1px solid transparent"]{border-color:transparent!important}.dark-theme [style*="border-bottom: 0.5px solid #E0EBE0"],.dark-theme [style*="borderBottom: 0.5px solid #E0EBE0"],.dark-theme [style*="border-bottom: 0.5px solid #F0F6F0"],.dark-theme [style*="borderBottom: 0.5px solid #F0F6F0"]{border-bottom-color:var(--border-color)!important}.dark-theme [style*="border-top: 0.5px solid #E0EBE0"],.dark-theme [style*="borderTop: 0.5px solid #E0EBE0"]{border-top-color:var(--border-color)!important}.dark-theme [style*="border-left: 3px solid transparent"]{border-left-color:transparent!important}.dark-theme [style*="border-right: 0.5px solid #E0EBE0"],.dark-theme [style*="borderRight: 0.5px solid #E0EBE0"]{border-right-color:var(--border-color)!important}.dark-theme [style*="background-color: #E0EBE0"],.dark-theme [style*="backgroundColor: #E0EBE0"]{background-color:var(--border-color)!important}.dark-theme [style*="background-color: #e8f5e9"],.dark-theme [style*="backgroundColor: #e8f5e9"]{background-color:var(--bg-active)!important}.dark-theme code[style]{background-color:var(--bg-tertiary)!important;color:var(--accent)!important}.dark-theme [style*="background-color: #FFFDE7"],.dark-theme [style*="backgroundColor: #FFFDE7"],.dark-theme [style*="background-color: #FFF9C4"],.dark-theme [style*="backgroundColor: #FFF9C4"]{background-color:#3a3520!important}.dark-theme [style*=box-shadow],.dark-theme [style*=boxShadow]{--tw-shadow-color: rgba(0,0,0,.3)}.dark-theme svg[style*="color: #7A9B7A"]{color:var(--text-secondary)!important}.dark-theme svg[style*="color: #9BB89B"]{color:var(--text-tertiary)!important}.dark-theme [style*="background: #F0F6F0"]{background:var(--bg-hover)!important}.dark-theme [style*="background-color: #ef4444"]{background-color:#ef4444!important}.dark-theme [style*="background-color: #4CAF50"],.dark-theme [style*="backgroundColor: #4CAF50"]{background-color:#4caf50!important}.dark-theme .header-btn{background-color:var(--bg-tertiary)!important;border-color:var(--border-color)!important}.dark-theme .header-btn:hover{background-color:var(--bg-active)!important;border-color:var(--accent)!important}.dark-theme div[style*="color: #1A2E1A"]>*,.dark-theme span[style*="color: #1A2E1A"]{color:var(--text-primary)!important}[data-icon-style=bold] svg{stroke-width:2.5!important}.hover-bg:hover{background-color:var(--bg-hover)!important}.hover-bg-active:hover{background-color:var(--bg-active)!important}.hover-bg-tertiary:hover{background-color:var(--bg-tertiary)!important}.hover-accent:hover{color:var(--accent)!important}.hover-danger:hover{color:var(--color-danger)!important}@media (hover: none) and (pointer: coarse){*{-webkit-tap-highlight-color:transparent!important}}@media (hover: hover){.room-item-hover:hover{background-color:var(--bg-hover)!important}}@media (max-width: 768px){html{-webkit-text-size-adjust:100%;text-size-adjust:100%}button,a,input,textarea,label{touch-action:manipulation}button:not([style*="width: 30"]):not([style*="width: 26"]):not([style*="width: 24"]){min-height:36px}.modal-overlay{padding:0!important;align-items:flex-end!important}.modal-overlay>div{max-width:100%!important;width:100%!important;margin:0!important;border-radius:16px 16px 0 0!important;max-height:92vh!important;max-height:92dvh!important;overflow-y:auto!important;animation:slideInUp .25s ease-out}[style*="max-width: 480px"],[style*="max-width: 440px"],[style*="max-width: 380px"],[style*="max-width: 360px"],[style*="max-width: 340px"],[style*="maxWidth: 480px"],[style*="maxWidth: 440px"],[style*="maxWidth: 380px"],[style*="maxWidth: 360px"],[style*="maxWidth: 340px"]{max-width:100%!important;margin:0!important;border-radius:12px!important}input,textarea{font-size:16px!important}::-webkit-scrollbar{display:none}*{scrollbar-width:none}.mobile-slide-in{animation:slideInRight .25s ease-out}}@media (max-width: 380px){[style*="padding: 24px"]{padding:14px!important}}@media (max-height: 500px) and (orientation: landscape){[style*="max-height: 80vh"],[style*="maxHeight: 80vh"]{max-height:95vh!important}}@media (min-width: 768px) and (max-width: 1024px){[style*="width: 300px"]{width:260px!important;min-width:260px!important}}@keyframes slideInRight{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}
