.layout{display:flex;min-height:100vh}.sidebar{width:260px;background:var(--white);border-right:1px solid var(--gray-200);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0}.sidebar-header{padding:1.5rem;border-bottom:1px solid var(--gray-100)}.logo{font-family:"Instrument Serif",Georgia,serif;font-size:1.25rem;color:var(--gray-900);text-decoration:none;display:flex;align-items:center;gap:.5rem}.logo:hover{text-decoration:none}.logo-dot{width:8px;height:8px;background:var(--teal);border-radius:50%}.sidebar-nav{flex:1;padding:1rem;display:flex;flex-direction:column;gap:.25rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;color:var(--gray-600);text-decoration:none;font-weight:500;transition:all .15s ease}.nav-item:hover{background:var(--gray-50);color:var(--gray-900);text-decoration:none}.nav-item.active{background:var(--teal-pale);color:var(--teal-dark)}.nav-item svg{flex-shrink:0}.sidebar-footer{padding:1rem;border-top:1px solid var(--gray-100);display:flex;align-items:center;justify-content:space-between}.user-info{min-width:0}.user-email{font-size:.875rem;font-weight:500;color:var(--gray-800);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-plan{font-size:.75rem;color:var(--gray-500);text-transform:capitalize}.logout-btn{background:none;border:none;padding:.5rem;color:var(--gray-400);cursor:pointer;border-radius:6px;transition:all .15s}.logout-btn:hover{background:var(--gray-100);color:var(--gray-600)}.main-content{flex:1;margin-left:260px;padding:2rem;max-width:1200px}@media (max-width: 768px){.sidebar{width:100%;position:relative;border-right:none;border-bottom:1px solid var(--gray-200)}.main-content{margin-left:0}.layout{flex-direction:column}.sidebar-nav{flex-direction:row;overflow-x:auto}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,var(--gray-50) 0%,var(--teal-pale) 100%)}.login-card{background:var(--white);border-radius:16px;padding:2.5rem;width:100%;max-width:420px;box-shadow:0 4px 24px #00000014}.login-header{text-align:center;margin-bottom:2rem}.login-header .logo{display:inline-flex;align-items:center;gap:.5rem;font-family:"Instrument Serif",Georgia,serif;font-size:1.5rem;color:var(--gray-900);margin-bottom:1.5rem}.login-header .logo-dot{width:8px;height:8px;background:var(--teal);border-radius:50%}.login-header h1{font-size:1.75rem;margin-bottom:.5rem;color:var(--gray-900)}.login-header p{color:var(--gray-500)}.login-form{margin-bottom:1.5rem}.btn-full{width:100%}.login-footer{text-align:center;font-size:.8rem;color:var(--gray-500)}.login-footer a{color:var(--gray-600)}.email-sent{text-align:center}.email-sent-icon{color:var(--teal);margin-bottom:1.5rem}.email-sent h2{font-size:1.5rem;margin-bottom:.75rem;color:var(--gray-900)}.email-sent p{color:var(--gray-600);margin-bottom:.5rem}.dashboard{max-width:900px}.page-header{margin-bottom:2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;padding:1.25rem}.stat-value{font-family:"Instrument Serif",Georgia,serif;font-size:2rem;color:var(--gray-900);line-height:1.2}.stat-label{font-size:.875rem;color:var(--gray-500);margin-top:.25rem}.changes-section{margin-bottom:2rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-header h2{font-size:1.25rem;color:var(--gray-900)}.changes-list{display:flex;flex-direction:column;gap:1rem}.change-card{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;padding:1.25rem;transition:border-color .2s}.change-card:hover{border-color:var(--teal-muted)}.change-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.change-date{font-size:.8rem;color:var(--gray-400)}.change-summary{font-family:Satoshi,sans-serif;font-size:1rem;font-weight:600;color:var(--gray-900);margin-bottom:.25rem}.change-source{font-size:.875rem}.change-source a{color:var(--teal)}.change-diff{margin-top:1rem;padding:.75rem;background:var(--gray-50);border-radius:8px;font-family:SF Mono,Monaco,monospace;font-size:.8rem;overflow-x:auto}.diff-removed{color:var(--red);margin-bottom:.5rem}.diff-removed div{padding:.125rem 0}.diff-added{color:var(--green)}.diff-added div{padding:.125rem 0}.monitors-page{max-width:900px}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.page-header h1{font-size:2rem;color:var(--gray-900);margin-bottom:.25rem}.usage-bar-container{margin-bottom:2rem}.usage-bar{height:8px;background:var(--gray-100);border-radius:100px;overflow:hidden}.usage-bar-fill{height:100%;background:var(--teal);border-radius:100px;transition:width .3s ease}.usage-warning{font-size:.875rem;color:var(--yellow);margin-top:.5rem}.add-form-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.add-form{width:100%;max-width:500px;padding:2rem}.add-form h2{font-size:1.5rem;margin-bottom:1.5rem;color:var(--gray-900)}.form-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.error-message{background:var(--red-light);color:var(--red);padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-bottom:1rem}.monitors-list{display:flex;flex-direction:column;gap:.75rem}.monitor-card{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;padding:1.25rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:border-color .2s}.monitor-card:hover{border-color:var(--teal-muted)}.monitor-info{flex:1;min-width:0}.monitor-name{font-weight:600;color:var(--gray-900);text-decoration:none;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.monitor-name:hover{color:var(--teal);text-decoration:none}.monitor-url{font-size:.8rem;color:var(--gray-400);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:.125rem}.monitor-meta{font-size:.8rem;color:var(--gray-500);margin-top:.5rem;display:flex;gap:.5rem}.monitor-actions{display:flex;gap:.5rem;flex-shrink:0}@media (max-width: 640px){.monitor-card{flex-direction:column;align-items:flex-start}.monitor-actions{width:100%;margin-top:1rem}.monitor-actions .btn{flex:1}}.monitor-detail{max-width:800px}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray-500);margin-bottom:1rem}.breadcrumb a{color:var(--gray-500)}.breadcrumb a:hover{color:var(--teal)}.detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.detail-info h1{font-size:1.75rem;color:var(--gray-900);margin-bottom:.25rem}.detail-url{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:var(--gray-500)}.detail-url:hover{color:var(--teal)}.detail-actions{display:flex;gap:.5rem}.detail-stats{display:flex;gap:2rem;padding:1rem 0;border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100);margin-bottom:2rem}.detail-stat{display:flex;flex-direction:column;gap:.25rem}.detail-stat .stat-label{font-size:.75rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px}.detail-stat .stat-value{font-weight:600;color:var(--gray-800);text-transform:capitalize}.changes-section h2{font-size:1.25rem;margin-bottom:1.5rem;color:var(--gray-900)}.changes-timeline{position:relative;padding-left:2rem}.changes-timeline:before{content:"";position:absolute;left:6px;top:0;bottom:0;width:2px;background:var(--gray-200)}.timeline-item{position:relative;padding-bottom:2rem}.timeline-item:last-child{padding-bottom:0}.timeline-marker{position:absolute;left:-2rem;top:4px;width:14px;height:14px;background:var(--white);border:2px solid var(--teal);border-radius:50%}.timeline-content{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;padding:1.25rem}.timeline-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.timeline-date{font-size:.8rem;color:var(--gray-400)}.timeline-summary{font-family:Satoshi,sans-serif;font-size:1rem;font-weight:600;color:var(--gray-900);margin-bottom:0}.timeline-diff{margin-top:1rem;border-radius:8px;overflow:hidden;font-family:SF Mono,Monaco,monospace;font-size:.8rem}.diff-section{padding:.75rem 1rem}.diff-removed{background:#fef2f2}.diff-added{background:#f0fdf4}.diff-label{font-family:Satoshi,sans-serif;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;opacity:.7}.diff-removed .diff-label{color:var(--red)}.diff-added .diff-label{color:var(--green)}.diff-line{padding:.125rem 0}.diff-removed .diff-line{color:var(--red)}.diff-added .diff-line{color:var(--green)}.timeline-screenshot{display:block;margin-top:1rem;border-radius:8px;overflow:hidden;border:1px solid var(--gray-200)}.timeline-screenshot img{width:100%;display:block}@media (max-width: 640px){.detail-header{flex-direction:column}.detail-actions{width:100%}.detail-actions .btn{flex:1}.detail-stats{flex-wrap:wrap;gap:1rem}.detail-stat{flex:1;min-width:120px}}.settings-page{max-width:900px}.page-header h1{font-size:2rem;color:var(--gray-900);margin-bottom:2rem}.settings-section{margin-bottom:3rem}.settings-section h2{font-size:1.25rem;color:var(--gray-900);margin-bottom:1rem}.account-info{display:flex;flex-direction:column;gap:1rem}.account-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--gray-100)}.account-row:last-child{border-bottom:none}.account-label{color:var(--gray-500);font-size:.875rem}.account-value{font-weight:500;color:var(--gray-800)}.plan-badge{background:var(--teal-pale);color:var(--teal-dark);padding:.25rem .75rem;border-radius:100px;font-size:.8rem;text-transform:capitalize}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.plan-card{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;padding:1.5rem;position:relative;display:flex;flex-direction:column}.plan-card.popular{border-color:var(--teal);box-shadow:0 4px 20px #0d948826}.plan-card.current{background:var(--gray-50)}.popular-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:var(--teal);color:var(--white);padding:.25rem .75rem;border-radius:100px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.plan-header{margin-bottom:1rem}.plan-header h3{font-family:Satoshi,sans-serif;font-size:1rem;font-weight:600;color:var(--gray-600);margin-bottom:.5rem}.plan-price{display:flex;align-items:baseline}.plan-price .currency{font-size:1.25rem;color:var(--gray-500)}.plan-price .amount{font-family:Satoshi,sans-serif;font-size:2.5rem;font-weight:700;color:var(--gray-900);line-height:1}.plan-price .period{font-size:.875rem;color:var(--gray-500);margin-left:.25rem}.plan-limits{font-size:.875rem;color:var(--gray-600);padding-bottom:1rem;border-bottom:1px solid var(--gray-100);margin-bottom:1rem;display:flex;flex-direction:column;gap:.25rem}.plan-features{list-style:none;flex:1;margin-bottom:1.5rem}.plan-features li{padding:.375rem 0 .375rem 1.5rem;position:relative;font-size:.875rem;color:var(--gray-600)}.plan-features li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:700}.plan-card .btn{width:100%}.billing-actions{display:flex;gap:.75rem;flex-wrap:wrap}.danger-zone h2{color:var(--red)}.danger-zone .card{border-color:var(--red-light)}:root{--teal: #0D9488;--teal-dark: #0F766E;--teal-light: #14B8A6;--teal-muted: #99F6E4;--teal-pale: #F0FDFA;--white: #FFFFFF;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-300: #D1D5DB;--gray-400: #9CA3AF;--gray-500: #6B7280;--gray-600: #4B5563;--gray-700: #374151;--gray-800: #1F2937;--gray-900: #111827;--red: #DC2626;--red-light: #FEE2E2;--yellow: #B45309;--yellow-light: #FEF3C7;--green: #059669;--green-light: #D1FAE5}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Satoshi,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--gray-50);color:var(--gray-800);line-height:1.6}h1,h2,h3{font-family:Satoshi,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600}a{color:var(--teal);text-decoration:none}a:hover{text-decoration:underline}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;border:none;transition:all .2s ease;font-family:Satoshi,sans-serif}.btn-primary{background:var(--teal);color:var(--white)}.btn-primary:hover{background:var(--teal-dark);transform:translateY(-1px)}.btn-primary:disabled{background:var(--gray-300);cursor:not-allowed;transform:none}.btn-secondary{background:var(--white);color:var(--gray-800);border:1px solid var(--gray-200)}.btn-secondary:hover{border-color:var(--teal);color:var(--teal)}.btn-danger{background:var(--white);color:var(--red);border:1px solid var(--red)}.btn-danger:hover{background:var(--red-light)}.btn-small{padding:.5rem 1rem;font-size:.875rem}input,textarea,select{width:100%;padding:.75rem 1rem;border:1px solid var(--gray-200);border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px var(--teal-pale)}label{display:block;font-weight:500;margin-bottom:.5rem;color:var(--gray-700)}.form-group{margin-bottom:1.5rem}.form-hint{font-size:.875rem;color:var(--gray-500);margin-top:.5rem}.card{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;padding:1.5rem}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.tag{display:inline-block;padding:.25rem .75rem;border-radius:100px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.tag-pricing{background:var(--yellow-light);color:var(--yellow)}.tag-legal{background:var(--red-light);color:var(--red)}.tag-feature{background:var(--teal-pale);color:var(--teal-dark)}.tag-content{background:var(--gray-100);color:var(--gray-600)}.tag-other{background:var(--gray-100);color:var(--gray-500)}.loading-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;color:var(--gray-500)}.spinner{width:20px;height:20px;border:2px solid var(--gray-200);border-top-color:var(--teal);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:4rem 2rem;color:var(--gray-500)}.empty-state h3{color:var(--gray-700);margin-bottom:.5rem}.empty-state p{margin-bottom:1.5rem}.text-muted{color:var(--gray-500)}.text-small{font-size:.875rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}
