:root{--dough-accent: #D97757;--dough-accent-hover: #C4663F;--dough-bg: #FAFAF7;--dough-surface: #FFFFFF;--dough-border: #E8E6E0;--dough-text: #1A1A18;--dough-text-subtle: #6B6B67;--dough-nav-h: 56px}.dough-shell *,.dough-shell *:before,.dough-shell *:after{box-sizing:border-box}.dough-shell{display:flex;flex-direction:column;min-height:100vh;background:var(--dough-bg);font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--dough-text)}.dough-shell__nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;gap:24px;height:var(--dough-nav-h);padding:0 24px;background:var(--dough-surface);border-bottom:1px solid var(--dough-border)}.dough-shell__brand{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.dough-shell__nav nav{display:flex;gap:4px;flex:1}.dough-shell__nav nav a{padding:6px 12px;border-radius:6px;font-size:14px;font-weight:500;color:var(--dough-text-subtle);text-decoration:none;transition:background .12s,color .12s}.dough-shell__nav nav a:hover{background:#f3f0eb;color:var(--dough-text)}.dough-shell__nav nav a.is-active{background:#fef0e8;color:var(--dough-accent)}.dough-shell__user{font-size:13px;color:var(--dough-text-subtle);white-space:nowrap;flex-shrink:0}.dough-shell__main{flex:1;padding:32px 24px;max-width:860px;width:100%;margin:0 auto}.dough-empty{padding:48px 0;text-align:center;color:var(--dough-text-subtle);font-size:15px}.dough-empty h1{font-size:18px;font-weight:600;color:var(--dough-text);margin:0 0 8px}.dough-today-header{margin-bottom:24px}.dough-today-header h1{font-size:22px;font-weight:600;margin:0 0 4px}.dough-today-header p{font-size:14px;color:var(--dough-text-subtle);margin:0}.dough-brief-card{background:var(--dough-surface);border:1px solid var(--dough-border);border-radius:10px;padding:24px}.dough-brief-content{font-size:15px;line-height:1.7;color:var(--dough-text);white-space:pre-wrap;margin:0}.dough-brief-content strong,.dough-brief-content b{font-weight:600;color:var(--dough-text)}.dough-brief-loading{padding:48px 24px;text-align:center;color:var(--dough-text-subtle);font-size:14px}.dough-sources{display:flex;flex-direction:column;gap:1px;border:1px solid var(--dough-border);border-radius:8px;overflow:hidden;background:var(--dough-border)}.dough-source-row{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--dough-surface)}.dough-source-row__name{flex:1;font-size:14px;font-weight:500}.dough-source-row__desc{font-size:13px;color:var(--dough-text-subtle);flex:2}.dough-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:500;flex-shrink:0}.dough-badge--connected{background:#d1fae5;color:#065f46}.dough-badge--disconnected{background:#f3f4f6;color:var(--dough-text-subtle)}.dough-badge--always-on{background:#ede9fe;color:#4c1d95}.dough-timeline{display:flex;gap:4px;align-items:center}.dough-timeline__dot{width:8px;height:8px;border-radius:50%;background:#e8e6e0}.dough-timeline__dot--done{background:var(--dough-accent)}.dough-briefs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.dough-brief-tile{display:flex;flex-direction:column;gap:8px;padding:20px;background:var(--dough-surface);border:1px solid var(--dough-border);border-radius:10px;text-decoration:none;color:inherit;transition:border-color .12s,box-shadow .12s}.dough-brief-tile:hover{border-color:var(--dough-accent);box-shadow:0 2px 8px #d9775714}.dough-brief-tile__name{font-size:15px;font-weight:600;color:var(--dough-text)}.dough-brief-tile__desc{font-size:13px;color:var(--dough-text-subtle);line-height:1.55;margin:0;flex:1}.dough-brief-tile__cta{font-size:13px;font-weight:500;color:var(--dough-accent);margin-top:4px}.dough-brief-items{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.dough-brief-item{background:var(--dough-surface);border:1px solid var(--dough-border);border-radius:10px;padding:16px 20px;transition:border-color .12s}.dough-brief-item--acted{opacity:.6}.dough-brief-item__header{display:flex;align-items:flex-start;gap:8px;margin-bottom:6px;flex-wrap:wrap}.dough-brief-item__title{font-size:15px;font-weight:600;color:var(--dough-text);flex:1;margin:0;min-width:0}.dough-brief-item__summary{font-size:14px;color:var(--dough-text-subtle);line-height:1.6;margin:0 0 10px}.dough-brief-item__why{font-size:12px;color:var(--dough-text-subtle);font-style:italic;margin:0 0 10px}.dough-mode-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0;white-space:nowrap}.dough-mode-badge--act{background:#fef3c7;color:#92400e}.dough-mode-badge--clarify{background:#fee2e2;color:#991b1b}.dough-mode-badge--monitor{background:#f3f4f6;color:#6b7280}.dough-conflict-chip{display:inline-flex;align-items:center;gap:3px;padding:2px 7px;border-radius:4px;font-size:11px;font-weight:500;background:#fff7ed;color:#c2410c;border:1px solid #FED7AA;cursor:pointer;flex-shrink:0}.dough-conflict-chip:hover{background:#fef3c7}.dough-conflict-detail{font-size:13px;color:#c2410c;background:#fff7ed;border-radius:6px;padding:8px 12px;margin:6px 0 10px;line-height:1.5}.dough-evidence-row{display:flex;align-items:center;gap:5px;flex-wrap:wrap;margin-bottom:10px}.dough-evidence-source{font-size:11px;padding:2px 7px;background:#f3f4f6;color:var(--dough-text-subtle);border-radius:3px;font-weight:500}.dough-evidence-count{font-size:11px;color:#9ca3af}.dough-item-actions{display:flex;gap:5px;flex-wrap:wrap;margin-top:4px}.dough-item-btn{padding:5px 10px;font-size:12px;font-weight:500;border:1px solid var(--dough-border);border-radius:5px;background:var(--dough-surface);color:var(--dough-text-subtle);cursor:pointer;transition:background .1s,border-color .1s,color .1s;font-family:inherit}.dough-item-btn:hover:not(:disabled){background:#f3f0eb;color:var(--dough-text);border-color:#d4cfc8}.dough-item-btn:disabled{opacity:.5;cursor:not-allowed}.dough-item-btn--primary{background:#fef0e8;color:var(--dough-accent);border-color:#fddac5}.dough-item-btn--primary:hover:not(:disabled){background:#fde8d4}.dough-item-acted-label{font-size:12px;color:#6b7280;margin-top:4px}.dough-assign-form{display:flex;gap:6px;margin-top:8px;align-items:center}.dough-assign-input{flex:1;padding:5px 10px;font-size:13px;border:1px solid var(--dough-border);border-radius:5px;font-family:inherit;color:var(--dough-text);background:var(--dough-bg)}.dough-assign-input:focus{outline:none;border-color:var(--dough-accent)}.dough-brief-item-skeleton{border:1px solid var(--dough-border);border-radius:10px;height:120px;background:linear-gradient(90deg,#f3f0eb 25%,#ebe7e0,#f3f0eb 75%);background-size:200% 100%;animation:dough-shimmer 1.4s infinite}@keyframes dough-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.dough-action-panel{margin-top:24px;background:var(--dough-surface);border:1px solid var(--dough-border);border-radius:10px;padding:20px}.dough-action-panel__heading{font-size:14px;font-weight:600;color:var(--dough-text);margin:0 0 4px}.dough-action-panel__desc{font-size:13px;color:var(--dough-text-subtle);margin:0 0 12px}.dough-action-form{display:flex;flex-direction:column;gap:8px}.dough-action-textarea{width:100%;padding:10px 12px;font-family:inherit;font-size:14px;color:var(--dough-text);background:var(--dough-bg);border:1px solid var(--dough-border);border-radius:6px;resize:vertical;transition:border-color .12s}.dough-action-textarea:focus{outline:none;border-color:var(--dough-accent)}.dough-action-btn{align-self:flex-end;padding:8px 16px;font-size:14px;font-weight:500;color:#fff;background:var(--dough-accent);border:none;border-radius:6px;cursor:pointer;transition:background .12s}.dough-action-btn:hover:not(:disabled){background:var(--dough-accent-hover)}.dough-action-btn:disabled{opacity:.6;cursor:not-allowed}.dough-followup-result{margin-top:16px;padding:12px;background:#fef0e8;border-radius:6px;font-size:14px}.dough-followup-q{font-weight:500;color:var(--dough-text-subtle);margin:0 0 8px;font-size:13px}.dough-followup-a{color:var(--dough-text);margin:0;line-height:1.6}.dough-action-success{margin-top:12px;font-size:14px;color:#065f46;font-weight:500}.dough-action-error{margin-top:12px;font-size:14px;color:#991b1b}
