*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Georgia,serif;background:#f5f4f0;color:#1a1a1a;min-height:100vh}.loading{display:flex;align-items:center;justify-content:center;height:100vh;font-size:1rem;color:#666}.signin-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.signin-card{background:#fff;border:1px solid #ddd;border-radius:4px;padding:3rem 2.5rem;max-width:420px;width:100%;text-align:center}.signin-card h1{font-size:2rem;margin-bottom:.5rem;letter-spacing:-.02em}.signin-card p{color:#555;margin-bottom:2rem;line-height:1.5}.google-btn{display:inline-flex;align-items:center;gap:.5rem;background:#1a1a1a;color:#fff;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;font-family:inherit;cursor:pointer;transition:background .15s}.google-btn:hover:not(:disabled){background:#333}.google-btn:disabled{opacity:.6;cursor:not-allowed}.error{color:#c0392b;margin-bottom:1rem;font-size:.9rem}.scope-note{margin-top:1.5rem;font-size:.8rem;color:#999}.dashboard{min-height:100vh;display:flex;flex-direction:column}.dashboard-header{background:#fff;border-bottom:1px solid #ddd;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.dashboard-header h1{font-size:1.25rem;letter-spacing:-.01em}.header-right{display:flex;align-items:center;gap:1rem}.header-right span{font-size:.875rem;color:#666;font-family:system-ui,sans-serif}.header-right button{background:none;border:1px solid #ddd;border-radius:4px;padding:.375rem .75rem;font-size:.875rem;font-family:system-ui,sans-serif;cursor:pointer;transition:border-color .15s}.header-right button:hover{border-color:#999}.dashboard-main{padding:2rem;flex:1;width:100%;max-width:760px;margin:0 auto}.user-email{font-size:.875rem;color:#666;font-family:system-ui,sans-serif}.card{background:#fff;border:1px solid #e6e4de;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 2px #00000008}.card h2{font-size:1.15rem;font-weight:700;margin-bottom:.75rem}.address-box{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin:1rem 0}.inbound-address{flex:1 1 18rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:1rem;letter-spacing:.02em;background:#faf9f6;border:1px solid #e6e4de;border-radius:6px;padding:.7rem .9rem;overflow-wrap:anywhere}.btn-primary{background:#1a1a1a;color:#fff;border:none;border-radius:6px;padding:.7rem 1.4rem;font-size:.95rem;font-family:system-ui,sans-serif;cursor:pointer;transition:background .15s}.btn-primary:hover:not(:disabled){background:#333}.btn-primary:disabled{opacity:.4;cursor:not-allowed}.btn-ghost{background:none;border:1px solid #ddd;border-radius:6px;padding:.4rem .8rem;font-size:.85rem;font-family:system-ui,sans-serif;cursor:pointer;transition:border-color .15s}.btn-ghost:hover:not(:disabled){border-color:#999}.btn-ghost:disabled{opacity:.5;cursor:not-allowed}.btn-link{background:none;border:none;padding:0;font-size:.85rem;font-family:system-ui,sans-serif;color:#555;cursor:pointer;text-decoration:underline;text-decoration-color:#ccc}.btn-link:hover{color:#1a1a1a}.btn-danger{color:#c0392b}.btn-danger:hover{color:#962d22}.sender-toolbar{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.sender-search{flex:1;min-width:160px;padding:.45rem .7rem;border:1px solid #ddd;border-radius:6px;font-family:system-ui,sans-serif;font-size:.875rem}.sender-toolbar-right{display:flex;align-items:center;gap:.75rem}.count-pill{font-size:.8rem;color:#666;font-family:system-ui,sans-serif;white-space:nowrap}.preset-row{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.25rem}.chip{background:#f3f1ec;border:1px solid transparent;border-radius:999px;padding:.35rem .8rem;font-size:.8rem;font-family:system-ui,sans-serif;color:#444;cursor:pointer;transition:all .12s}.chip:hover{border-color:#ccc}.chip-active{background:#1a1a1a;color:#fff}.generate-summary{font-size:.875rem;color:#555;font-family:system-ui,sans-serif;margin:.75rem 0 1rem}.edition-item{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid #f0efea;font-family:system-ui,sans-serif}.edition-item:last-child{border-bottom:none}.edition-main{display:flex;flex-direction:column;gap:.15rem;min-width:0}.edition-title{font-size:.95rem;color:#1a1a1a;font-weight:600}.edition-sub{font-size:.78rem;color:#999}.edition-actions{display:flex;align-items:center;gap:.85rem;flex-shrink:0}.rename-input{padding:.3rem .5rem;border:1px solid #bbb;border-radius:4px;font-size:.9rem;font-family:system-ui,sans-serif}.badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .5rem;border-radius:999px}.badge-done{background:#e7f4ec;color:#1f7a44}.badge-failed{background:#fbeae8;color:#c0392b}.badge-progress{background:#f0efea;color:#777}.spinner{width:.7rem;height:.7rem;border:2px solid #ccc;border-top-color:#777;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:1.5rem 1rem}.empty-title{font-size:1rem;color:#444;margin-bottom:.35rem}.skeleton-list{display:flex;flex-direction:column;gap:.5rem}.skeleton-row{height:2.5rem;border-radius:6px;background:linear-gradient(90deg,#eee 25%,#f5f5f5 37%,#eee 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite}@keyframes shimmer{0%{background-position:100% 0}to{background-position:0 0}}@media(max-width:640px){.dashboard-header{padding:.85rem 1rem}.dashboard-main{padding:1rem}.card{padding:1.1rem}.user-email{display:none}.date-range{flex-direction:column;gap:.6rem}.date-range input{width:100%}.edition-item{flex-direction:column;align-items:flex-start;gap:.5rem}.edition-actions{flex-wrap:wrap}.sender-item label{flex-wrap:wrap;align-items:flex-start}.sender-name{flex:1 1 auto}.sender-email{flex-basis:100%;padding-left:1.75rem;word-break:break-all}}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.section-header h2{font-size:1.25rem;font-weight:700}.refresh-btn{background:none;border:1px solid #ddd;border-radius:4px;padding:.375rem .75rem;font-size:.875rem;font-family:system-ui,sans-serif;cursor:pointer;transition:border-color .15s}.refresh-btn:hover:not(:disabled){border-color:#999}.refresh-btn:disabled{opacity:.5;cursor:not-allowed}.hint{font-size:.875rem;color:#666;font-family:system-ui,sans-serif;margin-bottom:1rem}.sender-list{list-style:none;border:1px solid #ddd;border-radius:4px;overflow:hidden;margin-bottom:2rem}.sender-item{border-bottom:1px solid #eee}.sender-item:last-child{border-bottom:none}.sender-item label{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer;transition:background .1s}.sender-item label:hover{background:#fafafa}.sender-item input[type=checkbox]{width:1rem;height:1rem;flex-shrink:0;cursor:pointer}.sender-name{font-size:.9rem;flex:1}.sender-email{font-size:.8rem;color:#999;font-family:system-ui,sans-serif}.generate-section{margin-top:1rem}.generate-btn{background:#1a1a1a;color:#fff;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;font-family:inherit;cursor:pointer;transition:background .15s}.generate-btn:hover:not(:disabled){background:#333}.generate-btn:disabled{opacity:.4;cursor:not-allowed}.connect-section{margin-bottom:2rem}.date-range{display:flex;gap:1rem;margin:.75rem 0 1rem}.date-range label{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem;color:#666;font-family:system-ui,sans-serif}.date-range input{padding:.4rem .5rem;border:1px solid #ccc;border-radius:4px;font-family:inherit;font-size:.9rem}.editions{margin-top:2.5rem;border-top:1px solid #eee;padding-top:1rem}.edition-list{list-style:none;padding:0;margin:0}.edition-item{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.6rem 0;border-bottom:1px solid #f0f0f0;font-family:system-ui,sans-serif;font-size:.9rem}.edition-range{color:#333}.edition-download{color:#1a1a1a;font-weight:600}.edition-generating{color:#999}.edition-failed{font-size:.85rem}.primary-btn{background:#1a1a1a;color:#fff;border:none;border-radius:6px;padding:.8rem 1.6rem;font-size:1rem;font-family:system-ui,sans-serif;cursor:pointer;transition:background .15s}.primary-btn:hover:not(:disabled){background:#333}.primary-btn:disabled{opacity:.45;cursor:not-allowed}.landing{min-height:100vh;display:flex;flex-direction:column}.landing-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2rem;max-width:1080px;width:100%;margin:0 auto}.landing-header .wordmark{font-size:1.25rem;font-weight:700;letter-spacing:-.01em}.account-btn{background:none;border:1px solid #ccc;border-radius:999px;padding:.45rem 1.1rem;font-family:system-ui,sans-serif;font-size:.9rem;cursor:pointer;transition:border-color .15s,background .15s}.account-btn:hover{border-color:#1a1a1a}.landing main{flex:1;max-width:1080px;width:100%;margin:0 auto;padding:0 2rem}.hero{text-align:center;padding:4.5rem 0 3.5rem;max-width:720px;margin:0 auto}.hero-title{font-size:3rem;line-height:1.08;letter-spacing:-.02em;margin-bottom:1.25rem}.hero-sub{font-size:1.2rem;line-height:1.55;color:#4a4a4a;margin-bottom:2rem}.hero-cta{font-size:1.05rem;padding:.9rem 1.9rem}.waitlist-section{padding:1rem 0 4rem;display:flex;justify-content:center}.waitlist-card{background:#fff;border:1px solid #e6e4de;border-radius:12px;padding:2.25rem;max-width:560px;width:100%;box-shadow:0 2px 8px #0000000a}.waitlist-card h2{font-size:1.6rem;letter-spacing:-.01em;margin-bottom:.4rem}.waitlist-intro{color:#555;line-height:1.5;margin-bottom:1.5rem}.waitlist-form .field{margin-bottom:1.4rem;border:none}.waitlist-form label,.waitlist-form legend{display:block;font-family:system-ui,sans-serif;font-size:.85rem;font-weight:600;color:#333;margin-bottom:.5rem}.waitlist-form input[type=email]{width:100%;border:1px solid #ccc;border-radius:6px;padding:.7rem .8rem;font-size:1rem;font-family:system-ui,sans-serif}.waitlist-form input[type=email]:focus{outline:none;border-color:#1a1a1a}.mode-options{display:flex;flex-direction:column;gap:.6rem}.waitlist-form .mode-option{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:.6rem;align-items:start;border:1px solid #ddd;border-radius:8px;padding:.8rem .9rem;cursor:pointer;transition:border-color .15s,background .15s;font-weight:400;margin:0}.mode-option.selected{border-color:#1a1a1a;background:#faf9f6}.mode-option input{grid-column:1;grid-row:1 / span 2;margin-top:.2rem}.mode-option .mode-label{grid-column:2;grid-row:1;font-family:system-ui,sans-serif;font-weight:600;font-size:.95rem}.mode-option .mode-blurb{grid-column:2;grid-row:2;font-family:system-ui,sans-serif;font-size:.85rem;color:#666;line-height:1.4;margin-top:.15rem}.freq-options{display:flex;gap:.6rem}.waitlist-form .freq-option{flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;border:1px solid #ddd;border-radius:8px;padding:.7rem;cursor:pointer;font-family:system-ui,sans-serif;font-weight:500;transition:border-color .15s,background .15s;margin:0}.freq-option.selected{border-color:#1a1a1a;background:#faf9f6}.waitlist-form .primary-btn{width:100%;margin-top:.3rem}.waitlist-success{text-align:center;padding:1rem 0}.waitlist-success h3{font-size:1.5rem;margin-bottom:.6rem}.waitlist-success p{color:#555;line-height:1.55}.landing-footer{text-align:center;padding:2rem;color:#999;font-size:.85rem;font-family:system-ui,sans-serif}.magic-picks .section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.magic-sub{margin-top:.2rem}.pick-list{list-style:none;margin:.75rem 0 0;padding:0}.pick-item{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.75rem 0;border-bottom:1px solid #efede7}.pick-item:last-child{border-bottom:none}.pick-title{font-size:1.02rem;line-height:1.35}.pick-meta{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;text-align:right;font-family:system-ui,sans-serif}.pick-sender{font-size:.85rem;color:#444;font-weight:500}.pick-date{font-size:.78rem;color:#999}.magic-updated{margin-top:.9rem;font-family:system-ui,sans-serif}.advanced{padding:0}.advanced-summary{cursor:pointer;padding:1.1rem 1.5rem;font-family:system-ui,sans-serif;font-size:.9rem;font-weight:600;color:#555;list-style:none;display:flex;align-items:center;gap:.5rem}.advanced-summary::-webkit-details-marker{display:none}.advanced-summary:before{content:"▸";font-size:.8rem;transition:transform .15s}.advanced[open] .advanced-summary:before{transform:rotate(90deg)}.advanced-body{padding:0 1.5rem .5rem}.advanced-body .card{border:none;box-shadow:none;padding:.5rem 0 1.25rem;margin:0;border-top:1px solid #efede7;border-radius:0}.advanced-body .card:first-child{border-top:none}@media(max-width:640px){.hero-title{font-size:2.1rem}.hero-sub{font-size:1.05rem}.hero{padding:3rem 0 2.5rem}.waitlist-card{padding:1.5rem}.landing-header{padding:1rem 1.25rem}.landing main{padding:0 1.25rem}.pick-item{flex-direction:column;gap:.25rem}.pick-meta{flex-direction:row;align-items:baseline;gap:.6rem}}
