:root{font-family:Inter,Pretendard,Noto Sans KR,system-ui,sans-serif;color:#172033;background:#f4f7fb;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input{font:inherit}button{cursor:pointer}button:disabled{opacity:.55;cursor:not-allowed}.center{min-height:100vh;display:grid;place-items:center}.spinner{width:38px;height:38px;border:4px solid #dbe4f0;border-top-color:#3974ff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 15%,#edf3ff 0,#f6f8fc 48%,#eef2f7)}.login-card{width:min(430px,100%);background:#fff;padding:48px;border:1px solid #e3e9f2;border-radius:22px;box-shadow:0 24px 60px #18345b17;text-align:center}.brand-mark{margin:auto;width:54px;height:54px;border-radius:16px;background:#2563eb;color:#fff;display:grid;place-items:center;font-size:24px;box-shadow:0 10px 25px #2563eb42}.eyebrow{color:#3974ff;font-size:12px;font-weight:800;letter-spacing:.13em;margin:18px 0 8px}.login-card h1{font-size:27px;margin:0 0 8px}.muted{color:#718096}.login-card form{text-align:left;margin-top:30px}.login-card label{font-weight:700;font-size:14px}.login-card input,.add-feed input{display:block;width:100%;margin:9px 0 18px;padding:13px 15px;border:1px solid #dce3ed;border-radius:10px;outline:none;background:#fbfcfe}.login-card input:focus,.add-feed input:focus{border-color:#3974ff;box-shadow:0 0 0 3px #3974ff18}.primary,.secondary,.ghost{border:0;border-radius:9px;padding:11px 17px;font-weight:750}.primary{background:#2f6df6;color:#fff;box-shadow:0 4px 10px #2f6df62e}.secondary{background:#fff;color:#344258;border:1px solid #dce3ed}.secondary.active{color:#138447;border-color:#a9dfc0;background:#f0fbf5}.ghost{background:transparent;color:#637083}.full{width:100%;padding:13px}.form-error,.feed-error{font-size:13px;color:#dc3545}.app-shell{min-height:100vh}header{height:68px;background:#fff;border-bottom:1px solid #e4e9f1}.header-inner{height:100%;max-width:1180px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:11px}.logo>span{width:35px;height:35px;display:grid;place-items:center;color:#fff;background:#2f6df6;border-radius:10px}.logo b{display:block;font-size:16px}.logo small{display:block;color:#99a4b5;font-size:9px;letter-spacing:.13em;margin-top:2px}.dashboard{max-width:1180px;margin:auto;padding:42px 24px 80px}.hero{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.hero .eyebrow{margin:0 0 8px}.hero h1{font-size:31px;letter-spacing:-.04em;margin:0}.hero p{margin:8px 0 0}.hero-actions{display:flex;gap:10px}.notice{display:flex;justify-content:space-between;padding:13px 16px;background:#fff5f5;border:1px solid #ffd2d2;color:#b72d3d;border-radius:10px;margin:0 0 18px}.notice.success{background:#effaf4;border-color:#c8eed7;color:#187b45}.notice button{border:0;background:none;color:inherit;font-size:20px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:42px}.stats article{background:#fff;border:1px solid #e4e9f1;border-radius:13px;padding:19px;display:flex;align-items:center;gap:14px;box-shadow:0 4px 14px #14284b09}.stat-icon{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;font-size:20px;font-weight:700}.stat-icon.blue{color:#3471f6;background:#edf3ff}.stat-icon.green{color:#159558;background:#ebfaf2}.stat-icon.purple{color:#8255d6;background:#f3effc}.stats strong{display:block;font-size:22px}.stats small{display:block;color:#8591a2;margin-top:2px}.section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:16px}.section-title h2{font-size:19px;margin:0 0 5px}.section-title p{font-size:13px;color:#8490a1;margin:0}.count{font-size:13px;color:#768397}.add-feed{background:#fff;border:1px solid #e4e9f1;border-radius:13px;padding:14px;display:flex;gap:10px;margin-bottom:16px}.add-feed input{margin:0}.feed-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:44px}.feed-card{background:#fff;border:1px solid #e4e9f1;border-radius:13px;padding:19px;box-shadow:0 4px 14px #14284b08}.feed-top{display:flex;align-items:center;gap:12px}.feed-avatar{flex:none;width:42px;height:42px;border-radius:11px;background:#edf3ff;color:#2f6df6;display:grid;place-items:center;font-weight:850}.feed-main{min-width:0;flex:1}.feed-main h3{font-size:15px;margin:0 0 4px}.feed-main a{display:block;color:#8a95a5;font-size:11px;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-meta{border-top:1px solid #edf0f5;margin-top:16px;padding-top:14px;display:flex;align-items:center;gap:10px;color:#8a95a5;font-size:11px}.status{padding:4px 8px;border-radius:12px;background:#f0f2f5;color:#697587}.status.ok{background:#e9f9ef;color:#15874d}.status.error{background:#fff0f0;color:#c53b49}.delete{float:right;margin-top:-23px;border:0;background:none;color:#a1aab7;font-size:11px}.delete:hover{color:#d83a49}.switch{position:relative;width:38px;height:22px}.switch input{opacity:0;width:0;height:0}.switch span{position:absolute;inset:0;border-radius:15px;background:#ced5df;transition:.2s}.switch span:before{content:"";position:absolute;width:16px;height:16px;left:3px;top:3px;border-radius:50%;background:#fff;transition:.2s;box-shadow:0 1px 3px #0003}.switch input:checked+span{background:#2f6df6}.switch input:checked+span:before{transform:translate(16px)}.events{margin-top:10px}.event-list{background:#fff;border:1px solid #e4e9f1;border-radius:13px;overflow:hidden}.event-row{display:grid;grid-template-columns:12px 1fr auto 22px;gap:14px;align-items:center;padding:18px 20px;text-decoration:none;color:inherit;border-bottom:1px solid #edf0f5}.event-row:last-child{border:0}.event-row:hover{background:#fafcff}.event-dot{width:8px;height:8px;border-radius:50%;background:#3471f6}.event-dot.updated{background:#f0a22e}.event-content>div{display:flex;gap:7px;align-items:center}.source{font-size:10px;font-weight:800;color:#66758a;text-transform:uppercase}.kind{font-size:9px;padding:2px 6px;border-radius:8px;color:#2f6df6;background:#edf3ff}.kind.updated{color:#ae6c0c;background:#fff5dc}.event-content h3{font-size:14px;margin:6px 0 4px}.event-content p{font-size:12px;color:#828e9f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:720px;margin:0}.event-row time{color:#9aa4b3;font-size:10px}.arrow{color:#a6b0bf}.empty{text-align:center;color:#929dad;padding:42px}footer{text-align:center;border-top:1px solid #e0e6ef;color:#9ba5b3;font-size:11px;padding:26px}@media(max-width:720px){.dashboard{padding:28px 16px 60px}.header-inner{padding:0 16px}.hero{display:block}.hero-actions{margin-top:20px}.hero-actions button{flex:1}.stats,.feed-grid{grid-template-columns:1fr}.add-feed{display:block}.add-feed button{width:100%}.event-row{grid-template-columns:10px 1fr 18px}.event-row time{display:none}.event-content p{max-width:240px}.login-card{padding:34px 25px}.hero h1{font-size:27px}}
