*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;width:100vw;height:100vh;overflow:hidden;margin:0;padding:0}html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden}#root{width:100vw!important;height:100vh!important;max-width:none!important;display:flex;overflow:hidden;margin:0;padding:0}.sidebar{width:80px;background:#fff;height:100vh;display:flex;flex-direction:column;align-items:center;padding:20px 0;box-shadow:2px 0 4px #0000000d;border-right:1px solid #e0e0e0;flex-shrink:0}.sidebar-item{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:8px;margin-bottom:15px;cursor:pointer;transition:all .2s;color:#212121;font-size:0}.sidebar-item:hover{background:#f5f5f5}.sidebar-item.active{background:#e3f2fd;color:#1976d2}.sidebar-item svg{width:24px;height:24px;fill:currentColor;stroke:currentColor}.main-content{flex:1;padding:20px;overflow-y:auto;background:#fafafa;display:flex;flex-direction:column;width:100%;min-width:0;align-items:center;height:100vh}.main-content-full{align-items:stretch!important;padding:0!important;height:100vh!important;width:100%!important;max-width:none!important;overflow:hidden;flex:1}.content-wrapper{width:100%;max-width:900px;margin:0 auto}.main-content-full .content-wrapper{max-width:none!important;padding:20px;margin:0!important;width:100%!important;height:100%!important;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}h1{font-size:24px;margin-bottom:20px;color:#212121;font-weight:500}.card{background:#fff;border-radius:4px;padding:20px;margin-bottom:16px;box-shadow:0 1px 3px #00000014;border:1px solid #e0e0e0;overflow-y:auto;max-height:100%;box-sizing:border-box}.send-layout .card{margin-bottom:0;height:100%;display:flex;flex-direction:column;min-width:0;max-width:100%}h2{margin-bottom:16px;color:#212121;font-size:18px;font-weight:500}h3{margin-bottom:12px;color:#424242;font-size:16px;font-weight:500}button{background:#1976d2;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:background .2s}button:hover{background:#1565c0}button:disabled{background:#bdbdbd;cursor:not-allowed}input,textarea,select{width:100%;padding:10px;border:1px solid #e0e0e0;border-radius:4px;font-size:14px;margin-bottom:12px;font-family:inherit;background:#fafafa}input:focus,textarea:focus,select:focus{outline:none;border-color:#1976d2;background:#fff}textarea{min-height:120px;resize:vertical}label{display:block;margin-bottom:8px;font-weight:500;color:#555;font-size:14px}.status-badge{display:inline-block;padding:4px 12px;border-radius:4px;font-size:12px;font-weight:500}.status-active{background:#2ecc71;color:#fff}.status-inactive{background:#e74c3c;color:#fff}.error{color:#e74c3c;margin-top:10px;padding:12px;background:#fee;border-radius:6px;border-left:4px solid #e74c3c}.success{color:#27ae60;margin-top:10px;padding:12px;background:#efe;border-radius:6px;border-left:4px solid #27ae60}.table{width:100%;border-collapse:collapse;background:#fff}.table th{text-align:left;padding:12px;border-bottom:2px solid #e0e0e0;font-weight:500;color:#616161;font-size:13px;text-transform:uppercase}.table td{padding:12px;border-bottom:1px solid #f5f5f5;color:#212121;font-size:14px}.table td:last-child{text-align:right}.table tr:hover{background:#fafafa}.table tr:last-child td{border-bottom:none}.send-form{display:grid;gap:25px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column}.timeout-inputs{display:grid;grid-template-columns:1fr 1fr;gap:10px}.timeout-inputs input{margin-bottom:0}.recipients-tabs{display:flex;gap:10px;margin-bottom:15px}.recipients-tab{padding:10px 20px;border:2px solid #3498db;background:#fff;color:#3498db;border-radius:6px;cursor:pointer;transition:all .2s;font-weight:500}.recipients-tab.active{background:#3498db;color:#fff}.recipients-textarea{min-height:200px;font-family:Courier New,monospace;font-size:13px}.character-count{text-align:right;color:#7f8c8d;font-size:12px;margin-top:-10px;margin-bottom:15px}.dialogs-layout{display:grid;grid-template-columns:350px 1fr;gap:0;height:calc(100vh - 140px);min-height:600px;border:1px solid #e0e0e0;border-radius:4px;overflow:hidden;background:#fff;width:100%;max-width:1200px}.dialogs-sidebar{border-right:1px solid #e0e0e0;overflow-y:auto;background:#fafafa}.dialog-item{padding:12px 16px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background .15s;display:flex;flex-direction:column;gap:4px}.dialog-item:hover{background:#f5f5f5}.dialog-item.active{background:#e3f2fd;border-left:3px solid #1976d2}.dialog-item:last-child{border-bottom:none}.dialog-name{font-weight:500;color:#212121;font-size:14px}.dialog-preview{color:#757575;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dialog-meta{font-size:11px;color:#9e9e9e;margin-top:2px}.dialog-view{display:flex;flex-direction:column;height:100%;background:#fff}.dialog-header-view{padding:16px;border-bottom:1px solid #e0e0e0;background:#fafafa}.dialog-messages{flex:1;overflow-y:auto;padding:16px;background:#f5f5f5}.message-item{margin-bottom:12px;max-width:70%;animation:fadeIn .2s}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-item.sent{margin-left:auto;background:#dcf8c6;padding:10px 12px;border-radius:8px;box-shadow:0 1px 2px #0000001a}.message-item.reply{background:#fff;padding:10px 12px;border-radius:8px;box-shadow:0 1px 2px #0000001a}.message-time{font-size:11px;color:#9e9e9e;margin-top:4px;text-align:right}.message-item.reply .message-time{text-align:left}.send-layout{display:grid;grid-template-columns:1fr 2fr;gap:20px;align-items:stretch;width:100%!important;max-width:none!important;padding:0;flex:1;min-height:0;overflow:hidden;box-sizing:border-box}.dialogs-column{background:#fff;border-radius:4px;border:1px solid #e0e0e0;height:100%;max-height:none;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box;min-width:0}.dialogs-column-header{padding:16px;border-bottom:1px solid #e0e0e0;font-weight:500;color:#212121;display:flex;flex-direction:column;gap:8px}.dialogs-column-header>div:first-child{display:flex;align-items:center;justify-content:space-between;width:100%}.new-messages-badge{background:#e74c3c;color:#fff;border-radius:12px;padding:2px 8px;font-size:12px;font-weight:600;min-width:20px;text-align:center;line-height:1.4}.dialogs-column-list{flex:1;overflow-y:auto}.dialog-item-compact{padding:12px 16px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background .15s;display:flex;flex-direction:column;gap:6px}.dialog-item-compact:hover{background:#f5f5f5}.dialog-item-compact.active{background:#e3f2fd}.dialog-item-compact-name{font-weight:500;color:#212121;font-size:14px;margin-bottom:4px;display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.account-badge{display:inline-block;background:#e3f2fd;color:#1976d2;padding:2px 8px;border-radius:12px;font-size:10px;font-weight:500;margin-top:2px;white-space:nowrap}.dialog-new-badge{background:#3498db;color:#fff;border-radius:10px;padding:2px 6px;font-size:11px;font-weight:600;min-width:18px;text-align:center;line-height:1.3;flex-shrink:0}.dialog-item-compact.has-new-messages{background:#f0f8ff;border-left:3px solid #3498db}.dialog-item-compact.has-new-messages.active{background:#e3f2fd}.dialog-item-compact-preview{font-size:12px;color:#757575;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px;line-height:1.4}.dialog-item-compact-meta{font-size:11px;color:#9e9e9e;margin-top:4px;display:flex;align-items:center;flex-wrap:wrap;gap:4px}.chat-window{position:fixed;bottom:20px;right:20px;width:380px;height:500px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;z-index:1000;border:1px solid #e0e0e0}.chat-window-header{padding:12px 16px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center;background:#fafafa;border-radius:8px 8px 0 0}.chat-window-title{font-weight:500;color:#212121;font-size:14px}.chat-window-close{background:none;border:none;font-size:20px;cursor:pointer;color:#757575;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.chat-window-close:hover{color:#212121}.chat-window-messages{flex:1;overflow-y:auto;padding:16px;background:#f5f5f5}.chat-window-input{padding:12px 16px;border-top:1px solid #e0e0e0;background:#fff;border-radius:0 0 8px 8px;display:flex;gap:8px}.chat-window-input input{flex:1;margin:0;padding:8px 12px;border:1px solid #e0e0e0;border-radius:20px;font-size:14px}.chat-window-input button{padding:8px 16px;margin:0;border-radius:20px;font-size:14px}
