html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{--bg: #f3f4f6;--text: #1f2937;--primary: #2563eb}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}:root{--bg-page: #f0f2f5;--bg-content: #ffffff;--bg-hover: #f8f9fa;--text-primary: #333333;--text-secondary: #898d92;--text-link: #0055bb;--border-color: #eaeaea;--border-focus: #0055bb;--success-color: #10b981;--danger-color: #ef4444;--font-size-base: 14px;--font-size-lg: 16px;--font-size-sm: 13px;--font-size-xs: 11px}#root{width:100%;min-height:100vh;background-color:var(--bg-page);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.crm-header{position:sticky;top:0;z-index:1000;height:52px;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 24px;box-shadow:0 1px 2px #00000008}.crm-content{padding:24px;max-width:1800px;margin:0 auto;width:100%}.manager-card{margin-bottom:24px;position:relative}.manager-header{background:var(--bg-content);border-radius:8px;padding:12px 16px;border:1px solid #e5e7eb;display:flex;align-items:center;gap:16px;transition:box-shadow .2s}.manager-header:hover{box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.manager-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:16px;padding-top:16px}.site-card{border-radius:8px!important;border:1px solid #f0f0f0!important;box-shadow:0 2px 4px #00000005!important;background:#fff;height:100%}.site-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.site-info{display:flex;gap:10px;align-items:flex-start;flex:1;min-width:0}.site-link{font-size:14px;font-weight:600;color:#2563eb!important;display:flex;align-items:center;gap:6px;line-height:1.4}.task-row{display:flex;align-items:flex-start;gap:10px;padding:6px 0;border-bottom:1px dashed #f5f5f5}.task-checkbox{width:18px;height:18px;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-top:3px;flex-shrink:0;transition:all .2s ease-in-out}.task-checkbox.checked{background:var(--success-color);border:1px solid var(--success-color)}.task-checkbox.unchecked{background:#fff;border:1px solid #d1d5db}.task-content{flex:1;min-width:0}.task-title{font-size:13px;line-height:1.5;transition:all .2s;cursor:default}.task-title.completed{color:var(--text-secondary);text-decoration:line-through}.inline-comment-wrapper{width:100%;position:relative;cursor:pointer;min-height:22px}.inline-comment-text{font-size:13px;line-height:1.5;color:#374151;white-space:pre-wrap;word-break:break-word;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:background .2s;padding:2px 4px;border-radius:4px}.inline-comment-text:hover{background:#f3f4f6}.inline-comment-placeholder{font-size:13px;color:#d1d5db;font-style:italic;padding:2px 0;display:flex;align-items:center;gap:6px}.drag-handle{cursor:grab;color:#d1d5db;display:flex;align-items:center}.empty-state{padding:24px;text-align:center;background:#fff;border-radius:8px;border:1px dashed #e5e7eb;color:#9ca3af}input:focus,textarea:focus{outline:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}
