*{box-sizing:border-box}:root{--background: hsl(160 15% 96%);--foreground: hsl(200 18% 18%);--primary: hsl(168 40% 42%);--primary-foreground: hsl(0 0% 100%);--secondary: hsl(28 50% 58%);--muted: hsl(160 12% 91%);--muted-foreground: hsl(200 10% 46%);--accent: hsl(168 25% 92%);--accent-foreground: hsl(168 40% 28%);--card: hsl(0 0% 100%);--border: hsl(160 10% 88%);--success: hsl(152 40% 42%);--warm: hsl(28 50% 58%);--destructive: hsl(0 55% 50%);--radius: 1rem;--radius-lg: 1rem;--radius-md: calc(1rem - 2px) ;--radius-sm: calc(1rem - 4px) ;--border-subtle: hsl(160 10% 88% / .6);--primary-muted: hsl(168 40% 42% / .3);--primary-hover: hsl(168 40% 38%);--accent-bg: hsl(168 25% 92% / .5);--success-muted: hsl(152 40% 42% / .15);--destructive-muted: hsl(0 55% 50% / .15);--primary-bg-muted: hsl(168 40% 42% / .15);font-family:Poppins,system-ui,sans-serif;line-height:1.5;font-weight:400;color:var(--foreground);background-color:var(--background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}@media(prefers-color-scheme:dark){:root{--background: hsl(200 18% 9%);--foreground: hsl(160 10% 90%);--primary: hsl(168 40% 45%);--secondary: hsl(28 45% 50%);--card: hsl(200 16% 13%);--muted: hsl(200 12% 18%);--border: hsl(200 12% 22%);--muted-foreground: hsl(160 10% 65%);--accent: hsl(200 12% 18%);--accent-foreground: hsl(168 40% 65%);--border-subtle: hsl(200 12% 22% / .6);--primary-muted: hsl(168 40% 45% / .3);--primary-hover: hsl(168 40% 50%);--accent-bg: hsl(200 12% 18% / .6);--success-muted: hsl(152 40% 42% / .2);--destructive-muted: hsl(0 55% 50% / .2);--primary-bg-muted: hsl(168 40% 45% / .2)}}body{margin:0;min-width:320px;min-height:100vh}.app{min-height:100vh;padding:0 1.5rem 2rem;max-width:720px;margin:0 auto}.app__header{position:sticky;top:0;z-index:50;width:100vw;margin-left:calc(-50vw + 50%);padding:1.25rem 1.5rem;background:var(--card);box-shadow:0 1px 0 0 var(--border);transition:all .2s}.app__header-inner{display:flex;align-items:center;justify-content:space-between;max-width:720px;margin:0 auto}.app__header h1{margin:0;font-family:Poppins,system-ui,sans-serif;font-size:1.5rem;font-weight:600;color:var(--foreground)}.status-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.35rem .75rem;font-size:.8125rem;font-weight:500;border-radius:9999px;transition:all .2s}.status-badge--connected{background:var(--success-muted);color:var(--success)}.status-badge--disconnected{background:var(--destructive-muted);color:var(--destructive)}.status-badge__dot{width:6px;height:6px;border-radius:50%;background:currentColor}.status-badge--connected .status-badge__dot{animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.app__main{padding-top:2rem;min-height:200px}.summary-list{display:flex;flex-direction:column;gap:1rem}.empty-state{text-align:center;padding:4rem 2rem;background:var(--card);border:1px solid var(--border);border-radius:1rem;box-shadow:0 1px 3px #0000000d}.empty-state p{margin:0;color:var(--muted-foreground);font-size:1rem}.empty-state__title{font-weight:600;font-size:1.125rem;color:var(--foreground)!important;margin-bottom:.5rem!important}.empty-state__hint{font-size:.875rem!important;margin-top:.5rem!important}.summary-card{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1.25rem 1.5rem;box-shadow:0 1px 3px #0000000d;transition:all .2s}.summary-card:hover{box-shadow:0 4px 6px -1px #00000014;border-color:var(--primary-muted);background:var(--accent-bg)}.summary-card__title{margin:0 0 .5rem;font-family:Poppins,sans-serif;font-size:1.0625rem;font-weight:600;color:var(--foreground)}.summary-card__from{margin:0 0 .5rem;font-size:.8125rem;color:var(--secondary)}.summary-card__summary{margin:0 0 1.25rem;font-size:.9375rem;line-height:1.6;color:var(--foreground);white-space:pre-wrap}.summary-card__btn{background:var(--primary);color:var(--primary-foreground);border:none;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:inherit;border-radius:.75rem;cursor:pointer;transition:all .2s}.summary-card__btn:hover{background:var(--primary-hover)}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:1000}.modal{background:var(--card);border:1px solid var(--border);border-radius:1rem;max-width:560px;width:100%;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000040}.modal__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);flex-shrink:0}.modal__header h2{margin:0;font-size:1.125rem;font-weight:600;color:var(--foreground)}.modal__close{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;font-size:1.5rem;line-height:1;background:var(--muted);color:var(--muted-foreground);border:none;border-radius:.5rem;cursor:pointer;transition:all .2s}.modal__close:hover{background:var(--primary-bg-muted);color:var(--primary)}.modal__content{padding:1.5rem;overflow-y:auto;flex:1}.modal__text{margin:0;font-family:inherit;font-size:.9375rem;line-height:1.65;white-space:pre-wrap;word-break:break-word;color:var(--foreground)}
