*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f6f8;color:#1a1a2e;line-height:1.5}.app-loading{display:flex;align-items:center;justify-content:center;height:100vh;font-size:1.1rem;color:#666}.app-header{background:#1a1a2e;color:#fff;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-left{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.app-header h1{font-size:1.25rem;font-weight:600}.view-tabs{display:flex;gap:.25rem}.view-tab{background:transparent;border:1px solid rgba(255,255,255,.25);color:#ffffffbf;padding:.35rem .85rem;border-radius:6px;font-size:.8rem;cursor:pointer}.view-tab:hover{color:#fff;border-color:#ffffff80}.view-tab.active{background:#4a6cf7;border-color:#4a6cf7;color:#fff}.header-right{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.header-user{font-size:.8rem;color:#fffc}.btn-header{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.25);padding:.35rem .75rem;border-radius:6px;font-size:.8rem;cursor:pointer}.btn-header:hover{background:#fff3}.toast-fixed{position:fixed;top:1rem;right:1rem;z-index:1000}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#1a1a2e;padding:1.5rem}.login-card{width:100%;max-width:380px;background:#fff;border-radius:10px;padding:2rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 12px 40px #00000040}.login-card h1{font-size:1.25rem;font-weight:600;color:#1a1a2e}.login-subtitle{font-size:.875rem;color:#666;margin-top:-.5rem}.users-layout{padding:1.5rem 2rem;max-width:960px}.users-hint{font-size:.875rem;color:#666;margin-bottom:1rem}.users-table{width:100%;border-collapse:collapse;font-size:.875rem}.users-table th,.users-table td{text-align:left;padding:.65rem .5rem;border-bottom:1px solid #e8e8e8}.users-table th{color:#666;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.02em}.users-you{color:#4a6cf7;font-size:.8rem}.toast{padding:.5rem 1rem;border-radius:6px;font-size:.875rem;animation:fadeIn .2s ease}.toast-success{background:#d4edda;color:#155724}.toast-error{background:#f8d7da;color:#721c24}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.app-layout{display:flex;height:calc(100vh - 56px)}.sidebar{width:300px;min-width:300px;background:#fff;border-right:1px solid #e0e0e0;display:flex;flex-direction:column}.sidebar-header{padding:1rem;border-bottom:1px solid #e0e0e0;display:flex;flex-direction:column;gap:.5rem}.search-input{width:100%;padding:.5rem .75rem;border:1px solid #ccc;border-radius:6px;font-size:.875rem}.search-input:focus{outline:none;border-color:#4a6cf7;box-shadow:0 0 0 2px #4a6cf726}.customer-list{list-style:none;overflow-y:auto;flex:1}.customer-list-empty{padding:2rem 1rem;text-align:center;color:#999;font-size:.875rem}.customer-item{padding:.75rem 1rem;border-bottom:1px solid #f0f0f0;cursor:pointer;position:relative;transition:background .15s}.customer-item:hover{background:#f8f9ff}.customer-item.active{background:#eef1ff;border-left:3px solid #4a6cf7}.customer-item-name{font-weight:600;font-size:.9rem}.customer-item-contact{font-size:.8rem;color:#666;margin-top:2px}.btn-icon{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.25rem;color:#999;cursor:pointer;padding:.25rem .5rem;border-radius:4px;line-height:1}.btn-icon:hover{background:#fee;color:#c00}.main-content{flex:1;overflow-y:auto;padding:1.5rem 2rem}.empty-state{display:flex;align-items:center;justify-content:center;height:100%;color:#999;font-size:1rem}.section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.25rem;margin-bottom:1.25rem}.section h2{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#333}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.section-header h2{margin-bottom:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}label{display:flex;flex-direction:column;gap:.35rem;font-size:.8rem;font-weight:500;color:#555}.full-width{margin-bottom:1rem}input,textarea,select{font-family:inherit;font-size:.875rem;padding:.5rem .75rem;border:1px solid #ccc;border-radius:6px;background:#fff;color:#1a1a2e}input:focus,textarea:focus,select:focus{outline:none;border-color:#4a6cf7;box-shadow:0 0 0 2px #4a6cf726}textarea{resize:vertical;width:100%}.button-row{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.btn{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s,opacity .15s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#4a6cf7;color:#fff}.btn-primary:hover:not(:disabled){background:#3b5de7}.btn-secondary{background:#e8ecf4;color:#333}.btn-secondary:hover:not(:disabled){background:#d8dde8}.btn-small{padding:.25rem .75rem;font-size:.8rem;background:#e8ecf4;color:#333;border:none;border-radius:4px;cursor:pointer}.btn-small:hover{background:#d8dde8}.markdown-preview{background:#fafbfc;border:1px solid #e8e8e8;border-radius:6px;padding:1rem 1.25rem;font-size:.875rem;line-height:1.6;max-height:500px;overflow-y:auto}.markdown-preview h1,.markdown-preview h2,.markdown-preview h3{margin-top:1rem;margin-bottom:.5rem;font-size:1rem}.markdown-preview h1:first-child,.markdown-preview h2:first-child,.markdown-preview h3:first-child{margin-top:0}.markdown-preview p{margin-bottom:.5rem}.markdown-preview ul,.markdown-preview ol{margin-left:1.25rem;margin-bottom:.5rem}.markdown-preview strong{font-weight:600}.section-hint{font-size:.8rem;color:#666;margin-bottom:.75rem}.role-groups{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin-bottom:.75rem}.role-checkbox{flex-direction:row;align-items:center;gap:.4rem;font-size:.875rem;cursor:pointer}.role-checkbox input{width:auto}.people-list{list-style:none;margin-top:1rem;border:1px solid #e8e8e8;border-radius:6px;overflow:hidden}.people-item{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid #f0f0f0}.people-item:last-child{border-bottom:none}.people-item-name{font-weight:600;font-size:.9rem}.people-item-title{font-size:.8rem;color:#555;margin-top:2px}.people-role-badge{display:inline-block;margin-left:.5rem;padding:.1rem .4rem;background:#eef1ff;color:#4a6cf7;border-radius:4px;font-size:.7rem}.people-item-email,.people-item-phone{font-size:.8rem;color:#333;margin-top:4px}.people-link{font-size:.8rem;color:#4a6cf7;margin-top:4px;display:inline-block}.people-item-actions{display:flex;flex-direction:column;gap:.35rem;flex-shrink:0}.people-empty{font-size:.85rem;color:#999;margin-top:.75rem}.btn-danger{background:#fee;color:#c00}.btn-danger:hover:not(:disabled){background:#fdd}.section-meta{font-size:.8rem;color:#666}.marketing-layout{display:flex;height:calc(100vh - 56px)}.marketing-sidebar{width:280px;min-width:280px;background:#fff;border-right:1px solid #e0e0e0;display:flex;flex-direction:column}.marketing-sidebar h3{font-size:.9rem;font-weight:600}.marketing-main{flex:1;overflow-y:auto;padding:1.5rem 2rem}.recipient-controls{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.recipient-list{max-height:360px;overflow-y:auto;border:1px solid #e8e8e8;border-radius:6px}.recipient-row{display:grid;grid-template-columns:auto 1fr 1.2fr 1fr;gap:.75rem;align-items:center;padding:.5rem .75rem;border-bottom:1px solid #f0f0f0;font-size:.85rem;cursor:pointer;flex-direction:row;font-weight:400;color:#1a1a2e}.recipient-row:last-child{border-bottom:none}.recipient-row:hover{background:#f8f9ff}.recipient-row input{width:auto}.recipient-name{font-weight:600}.recipient-email,.recipient-company{color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rte{border:1px solid #ccc;border-radius:6px;overflow:hidden;background:#fff}.rte-toolbar{display:flex;flex-wrap:wrap;gap:.25rem;padding:.5rem;border-bottom:1px solid #e8e8e8;background:#f7f8fa}.rte-toolbar button{padding:.3rem .55rem;border:1px solid #ddd;border-radius:4px;background:#fff;font-size:.75rem;cursor:pointer;color:#333}.rte-toolbar button:hover{background:#eef1ff;border-color:#4a6cf7}.rte-toolbar button.active{background:#4a6cf7;border-color:#4a6cf7;color:#fff}.rte-toolbar-sep{width:1px;background:#ddd;margin:0 .25rem;align-self:stretch}.rte-placeholder-btn{color:#4a6cf7!important;border-color:#c5d0ff!important;background:#eef1ff!important}.rte-content{min-height:200px}.rte-content .ProseMirror{min-height:200px;padding:.75rem 1rem;outline:none;font-size:.875rem;line-height:1.6}.rte-content .ProseMirror p{margin-bottom:.5rem}.rte-content .ProseMirror ul,.rte-content .ProseMirror ol{margin-left:1.25rem;margin-bottom:.75rem}.rte-content .ProseMirror a{color:#4a6cf7;text-decoration:underline;cursor:pointer}.rte-content .ProseMirror p.is-editor-empty:first-child:before{color:#aaa;content:attr(data-placeholder);float:left;height:0;pointer-events:none}@media (max-width: 900px){.recipient-row{grid-template-columns:auto 1fr}.recipient-email,.recipient-company{grid-column:2}}@media (max-width: 768px){.marketing-layout{flex-direction:column}.marketing-sidebar{width:100%;min-width:unset;max-height:30vh}.app-layout{flex-direction:column}.sidebar{width:100%;min-width:unset;max-height:40vh}.form-grid{grid-template-columns:1fr}}
