:root{--brand: #1e88e5;--brand-strong: #2962ff;--green: #43a047;--orange: #ffb300;--text-dark: #263238;--text-light: #78909c;--bg: #f5f8fc;--card: #ffffff;--border: #e6edf5;--shadow: 0 10px 30px rgba(38, 50, 56, .08);--radius: 18px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text-dark)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:100%;max-width:1080px;margin:0 auto;padding:0 20px}.app-shell{display:flex;flex-direction:column;min-height:100vh}main{flex:1}.site-header{position:sticky;top:0;z-index:20;background:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.brand{display:flex;align-items:center;gap:10px}.brand-logo{width:34px;height:34px;border-radius:9px}.brand-logo.small{width:24px;height:24px;border-radius:6px}.brand-name{font-weight:800;font-size:1.15rem;letter-spacing:-.02em}.nav{display:flex;align-items:center;gap:22px}.nav a{color:var(--text-light);font-weight:600;font-size:.95rem}.nav a:hover{color:var(--brand)}.hero{background:radial-gradient(1200px 400px at 50% -120px,rgba(41,98,255,.16),transparent),linear-gradient(180deg,#eaf2fe 0%,var(--bg) 100%);padding:72px 0 64px;text-align:center}.hero-logo{width:92px;height:92px;border-radius:22px;margin:0 auto 20px;box-shadow:var(--shadow)}.hero h1{font-size:clamp(2rem,5vw,3.1rem);line-height:1.08;letter-spacing:-.03em;margin:0 0 16px}.hero-sub{max-width:640px;margin:0 auto 28px;color:var(--text-light);font-size:1.12rem;line-height:1.6}.hero-cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.hero-note{margin-top:20px;color:var(--text-light);font-size:.9rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 26px;border-radius:999px;font-weight:700;font-size:1rem;cursor:pointer;border:none;transition:transform .06s ease,box-shadow .2s ease}.btn:active{transform:translateY(1px)}.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand-strong));color:#fff;box-shadow:0 8px 20px #2962ff47}.btn-primary:hover{box-shadow:0 10px 26px #2962ff61}.btn-ghost{background:#fff;color:var(--brand);border:1.5px solid var(--border)}.btn-ghost:hover{border-color:var(--brand)}.section{padding:72px 0}.section-alt{background:linear-gradient(180deg,#fff,#f0f5fc)}.section-title{text-align:center;font-size:clamp(1.6rem,3.5vw,2.2rem);letter-spacing:-.02em;margin:0 0 40px}.section-title.left{text-align:left;margin-bottom:18px}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:22px}.feature-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:26px 24px;box-shadow:var(--shadow)}.feature-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;color:var(--brand);background:#1e88e51a;margin-bottom:16px}.feature-icon.big{width:60px;height:60px;border-radius:18px}.feature-card h3{margin:0 0 8px;font-size:1.14rem;letter-spacing:-.01em}.feature-card p{margin:0;color:var(--text-light);line-height:1.55;font-size:.98rem}.security-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}.security-copy p{color:var(--text-light);line-height:1.7;font-size:1.02rem}.verify-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:30px 28px;box-shadow:var(--shadow)}.verify-card h3{margin:0 0 6px;font-size:1.3rem}.verify-hint{margin:0 0 18px;color:var(--text-light)}.verify-form{display:flex;gap:10px}.verify-form.wide{max-width:560px;margin:8px 0 32px}.verify-form input{flex:1;padding:13px 16px;border-radius:12px;border:1.5px solid var(--border);font-size:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.04em;text-transform:uppercase;color:var(--text-dark);background:#fff}.verify-form input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #1e88e526}.verify-example,.verify-lead{color:var(--text-light)}.verify-example{margin:14px 0 0;font-size:.88rem}.verify-example code,.provenance .mono,code{font-family:ui-monospace,Menlo,monospace}.verify-page{max-width:760px}.verify-lead{margin:0 0 24px;line-height:1.6;font-size:1.05rem}.result-card{margin-top:28px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:34px 30px;box-shadow:var(--shadow);text-align:center}.result-card.valid{border-top:5px solid var(--green)}.result-card.invalid{border-top:5px solid #e53935}.result-card.loading{color:var(--text-light)}.result-badge{width:62px;height:62px;border-radius:50%;margin:0 auto 16px;display:grid;place-items:center;font-size:1.9rem;font-weight:800;color:#fff;background:#e53935}.result-badge.ok{background:var(--green)}.result-card h2{margin:0 0 4px;font-size:1.5rem}.result-type{color:var(--brand);font-weight:700;margin:0 0 22px}.provenance{text-align:left;margin:0 auto;max-width:520px}.provenance>div{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid var(--border)}.provenance dt{color:var(--text-light);font-size:.9rem;margin:0}.provenance dd{margin:0;font-weight:600;text-align:right}.provenance dd.break{word-break:break-all;font-weight:500;font-size:.86rem}.result-foot{margin:22px auto 0;max-width:520px;color:var(--text-light);font-size:.92rem;line-height:1.6}.spinner{width:34px;height:34px;border-radius:50%;margin:0 auto 14px;border:4px solid var(--border);border-top-color:var(--brand);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.legal{max-width:760px}.legal h1{font-size:2rem;margin:0 0 4px}.legal-updated{color:var(--text-light);font-size:.9rem;margin:0 0 24px}.legal h2{font-size:1.15rem;margin:28px 0 8px}.legal p,.legal li{color:#37474f;line-height:1.65}.legal ul{padding-left:22px}.legal li{margin:6px 0}.legal a{color:var(--brand);font-weight:600}.site-footer{border-top:1px solid var(--border);background:#fff;padding:30px 0;margin-top:auto}.footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px}.footer-brand{display:flex;align-items:center;gap:8px;font-weight:700}.footer-nav{display:flex;gap:20px}.footer-nav a{color:var(--text-light);font-weight:600;font-size:.92rem}.footer-nav a:hover{color:var(--brand)}.footer-note{color:var(--text-light);font-size:.85rem;margin:0;width:100%}@media (max-width: 820px){.security-inner{grid-template-columns:1fr;gap:30px}.nav{gap:14px}.nav a:not(:last-child){display:none}}@media (max-width: 520px){.verify-form{flex-direction:column}.verify-form .btn{width:100%}.provenance>div{flex-direction:column;gap:2px}.provenance dd{text-align:left}}.nav-cta{background:linear-gradient(135deg,var(--brand),var(--brand-strong));color:#fff!important;padding:8px 16px;border-radius:999px;font-weight:700}.nav-cta:hover{box-shadow:0 6px 16px #2962ff4d}.full-loading{display:grid;place-items:center;min-height:60vh}.auth-section{display:grid;place-items:center;min-height:100vh;background:linear-gradient(180deg,#eaf2fe,var(--bg));padding:40px 20px}.auth-card{width:100%;max-width:420px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:36px 32px;text-align:center}.auth-logo{width:64px;height:64px;border-radius:16px;margin:0 auto 14px}.auth-card h1{margin:0 0 4px;font-size:1.5rem}.auth-sub{color:var(--text-light);margin:0 0 22px}.auth-toggle{display:flex;background:#eef2f7;border-radius:999px;padding:4px;margin-bottom:20px}.auth-toggle button{flex:1;border:none;background:transparent;padding:9px;border-radius:999px;font-weight:700;color:var(--text-light);cursor:pointer}.auth-toggle button.active{background:#fff;color:var(--brand);box-shadow:0 1px 4px #00000014}.auth-error{background:#fdecea;color:#c62828;border-radius:10px;padding:10px 14px;font-size:.9rem;margin-bottom:14px;text-align:left}.auth-form{display:flex;flex-direction:column;gap:14px;text-align:left}.auth-form label{display:flex;flex-direction:column;gap:6px}.auth-form label span{font-size:.85rem;font-weight:600;color:var(--text-light)}.auth-form input{padding:12px 14px;border-radius:11px;border:1.5px solid var(--border);font-size:1rem}.auth-form input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #1e88e526}.btn.full{width:100%;margin-top:4px}.btn.sm{padding:9px 18px;font-size:.9rem}.btn[disabled]{opacity:.6;cursor:default}.auth-foot{margin:18px 0 0}.auth-foot a{color:var(--text-light);font-size:.9rem}.app-layout{display:flex;min-height:100vh;background:var(--bg)}.app-sidebar{width:244px;flex-shrink:0;background:#fff;border-right:1px solid var(--border);display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.sidebar-brand{display:flex;align-items:center;gap:10px;padding:20px 22px;font-weight:800;font-size:1.15rem}.sidebar-brand img{width:32px;height:32px;border-radius:9px}.sidebar-nav{display:flex;flex-direction:column;gap:3px;padding:8px 12px;flex:1}.sidebar-nav a{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:11px;color:var(--text-light);font-weight:600;font-size:.96rem}.sidebar-nav a:hover{background:#f2f6fb;color:var(--text-dark)}.sidebar-nav a.active{background:#1e88e51a;color:var(--brand)}.sidebar-foot{border-top:1px solid var(--border);padding:14px}.sidebar-user{display:flex;align-items:center;gap:10px;margin-bottom:10px}.avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--brand),var(--brand-strong));color:#fff;display:grid;place-items:center;font-weight:800}.avatar.sm{width:32px;height:32px;font-size:.9rem}.sidebar-user-meta{display:flex;flex-direction:column;line-height:1.2}.sidebar-user-meta strong{font-size:.92rem}.sidebar-user-meta span{font-size:.8rem;color:var(--text-light)}.signout{width:100%;padding:9px;border:1.5px solid var(--border);background:#fff;border-radius:10px;color:#e53935;font-weight:700;cursor:pointer}.signout:hover{border-color:#e53935}.app-main{flex:1;min-width:0;display:flex;flex-direction:column}.app-topbar{display:flex;align-items:center;gap:14px;height:62px;padding:0 24px;background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.hamburger{display:none;border:none;background:transparent;font-size:1.4rem;cursor:pointer;color:var(--text-dark)}.topbar-group{display:flex;align-items:center;gap:8px}.group-select{padding:8px 12px;border-radius:10px;border:1.5px solid var(--border);font-weight:600;font-size:.95rem}.topbar-group-btn{background:transparent;border:1.5px solid var(--border);border-radius:10px;padding:8px 14px;font-weight:700;color:var(--text-dark);cursor:pointer}.topbar-group-btn:hover{border-color:var(--brand);color:var(--brand)}.app-content{padding:28px 24px;max-width:1000px;width:100%}.dash-head h1{margin:0 0 4px;font-size:1.8rem;letter-spacing:-.02em}.dash-head p{margin:0 0 24px;color:var(--text-light)}.dash-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;margin-bottom:30px}.panel{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:22px 24px;box-shadow:var(--shadow)}.panel.highlight{background:linear-gradient(160deg,#fff,#eef4fe)}.panel-title{margin:0 0 16px;font-size:1.05rem}.member-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.member-list li{display:flex;align-items:center;gap:12px}.member-meta{display:flex;flex-direction:column;line-height:1.2}.member-meta span{font-size:.82rem;color:var(--text-light)}.invite{margin:18px 0 0;color:var(--text-light);font-size:.9rem}.invite code{background:#eef2f7;padding:2px 8px;border-radius:6px;letter-spacing:.1em;font-weight:700;color:var(--brand)}.panel .big{font-size:1.3rem;font-weight:800;margin:6px 0 8px}.role-chip{display:inline-block;background:#1e88e51f;color:var(--brand);font-weight:700;font-size:.82rem;padding:3px 12px;border-radius:999px;margin:0 0 14px}.muted{color:var(--text-light);font-size:.92rem;line-height:1.55;margin:0 0 16px}.section-subtitle{margin:0 0 14px;font-size:1.1rem}.quick-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px}.quick-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:18px;display:flex;flex-direction:column;gap:4px;box-shadow:var(--shadow)}.quick-card:hover{border-color:var(--brand);transform:translateY(-1px)}.quick-card strong{font-size:1.02rem}.quick-card span{color:var(--text-light);font-size:.9rem}.empty-state{text-align:center;max-width:460px;margin:8vh auto}.empty-logo{width:72px;height:72px;border-radius:18px;margin:0 auto 16px;opacity:.9}.empty-state h2{margin:0 0 8px}.empty-state p{color:var(--text-light);line-height:1.6}.placeholder{max-width:560px;margin:6vh auto;text-align:center}.placeholder-badge{display:inline-block;background:#ffb30029;color:#b26a00;font-weight:700;font-size:.78rem;padding:4px 12px;border-radius:999px;margin-bottom:14px}.placeholder h1{margin:0 0 10px}.placeholder p{color:var(--text-light);line-height:1.6}.page-title{margin:0 0 4px;font-size:1.6rem;letter-spacing:-.02em}.page-sub{margin:0 0 22px;color:var(--text-light)}.page-foot{margin-top:18px}.small{font-size:.85rem}.badge{display:inline-block;font-size:.72rem;font-weight:700;padding:3px 10px;border-radius:999px}.badge-green{background:#43a04724;color:#2e7d32}.badge-amber{background:#ffb3002e;color:#b26a00}.badge-grey{background:#eceff1;color:var(--text-light)}.badge-red{background:#fdecea;color:#c62828}.balance-panel{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.balance-amount{font-size:1.4rem;font-weight:800;margin:6px 0 0;color:var(--text-dark)}.amount{font-weight:800}.pay-form{display:flex;flex-direction:column;gap:12px}.pay-row{display:flex;gap:12px;flex-wrap:wrap}.pay-form label{display:flex;flex-direction:column;gap:6px;flex:1;min-width:140px}.pay-form label span{font-size:.82rem;font-weight:600;color:var(--text-light)}.pay-form input,.pay-form select{padding:11px 13px;border-radius:10px;border:1.5px solid var(--border);font-size:1rem}.pay-form input:focus,.pay-form select:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #1e88e526}.pay-form .btn{align-self:flex-start}.rules-list{display:flex;flex-direction:column;gap:2px}.rule-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:9px 0;border-bottom:1px solid var(--border)}.rule-row:last-child{border-bottom:none}.row-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid var(--border)}.row-item:last-child{border-bottom:none}.row-main{display:flex;flex-direction:column;gap:2px;min-width:0}.row-side{display:flex;align-items:center;gap:8px;flex-shrink:0}.proposal{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;margin-top:12px;background:#fbfdff;border:1px solid var(--border);border-radius:12px}.proposal-actions{display:flex;gap:8px}.sched-agreed{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.panel+.panel{margin-top:18px}.detail-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.inline-form{display:flex;flex-direction:column;gap:10px;background:#fbfdff;border:1px solid var(--border);border-radius:12px;padding:14px;margin:4px 0 14px}.inline-form input,.inline-form select{padding:10px 12px;border-radius:10px;border:1.5px solid var(--border);font-size:.95rem;background:#fff}.inline-form input:focus,.inline-form select:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #1e88e526}.inline-form .btn{align-self:flex-start}.form-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.form-row>input,.form-row>select{flex:1;min-width:120px}.form-checks{gap:18px}.chk{display:flex;align-items:center;gap:6px;font-size:.9rem;color:var(--text-dark);flex:none}.chk input{width:auto;flex:none}.mini{display:flex;flex-direction:column;gap:4px;flex:1}.mini span{font-size:.78rem;color:var(--text-light);font-weight:600}.new-buttons{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:6px}.rule-edit{align-items:center}.rule-edit input:first-child{flex:2}.rule-edit input[type=number]{flex:0 0 70px;min-width:60px}.cal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.cal-nav{display:flex;align-items:center;gap:8px}.cal-nav button{border:1px solid var(--border);background:#fff;border-radius:10px;width:38px;height:38px;font-size:1.2rem;cursor:pointer;color:var(--text-dark)}.cal-nav .today-btn{width:auto;padding:0 14px;font-size:.9rem;font-weight:700;color:var(--brand)}.cal-nav button:hover{border-color:var(--brand)}.cal-legend{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:12px;font-size:.9rem}.cal-legend span{display:inline-flex;align-items:center;gap:6px}.dot{width:11px;height:11px;border-radius:50%;display:inline-block}.dot-a{background:var(--brand)}.dot-b{background:var(--green)}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.cal-weekday{text-align:center;font-size:.76rem;font-weight:700;color:var(--text-light);padding-bottom:4px}.cal-cell{position:relative;aspect-ratio:1 / 1;border:1px solid var(--border);border-radius:10px;background:#fff;cursor:pointer;padding:6px;display:flex;align-items:flex-start;justify-content:flex-start}.cal-cell.empty{border:none;background:transparent;cursor:default}.cal-cell.day-a{background:#1e88e51a;border-color:#1e88e533}.cal-cell.day-b{background:#43a0471f;border-color:#43a04738}.cal-cell.sel{outline:2px solid var(--brand);outline-offset:-1px}.cal-num{font-size:.85rem;font-weight:600;color:var(--text-dark)}.cal-num.today{background:var(--brand);color:#fff;border-radius:50%;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center}.cal-dot{position:absolute;bottom:7px;right:7px;width:7px;height:7px;border-radius:50%;background:var(--orange)}.day-detail{margin-top:18px}.who-has{display:flex;align-items:center;gap:8px;margin:0 0 14px}.event-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.event-list li{display:flex;gap:14px}.event-time{font-weight:700;color:var(--brand);font-size:.9rem;min-width:76px}.event-body{display:flex;flex-direction:column}.chat-page{display:flex;flex-direction:column;height:calc(100vh - 118px)}.chat-head{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:12px}.chat-scroll{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding:8px 4px}.chat-empty{text-align:center;margin:auto}.bubble-row{display:flex}.bubble-row.mine{justify-content:flex-end}.bubble-row.theirs{justify-content:flex-start}.bubble{max-width:min(72%,460px);padding:10px 14px;border-radius:16px;display:flex;flex-direction:column;gap:3px;box-shadow:0 1px 3px #0000000f}.bubble-row.mine .bubble{background:linear-gradient(135deg,var(--brand),var(--brand-strong));color:#fff;border-bottom-right-radius:5px}.bubble-row.theirs .bubble{background:#fff;border:1px solid var(--border);border-bottom-left-radius:5px}.bubble-sender{font-size:.75rem;font-weight:700;color:var(--brand)}.bubble-text{font-size:.98rem;line-height:1.4;white-space:pre-wrap;word-wrap:break-word}.bubble-meta{font-size:.68rem;opacity:.75}.bubble-row.mine .bubble-meta{text-align:right}.chat-input{display:flex;gap:10px;padding-top:12px}.chat-input input{flex:1;padding:12px 16px;border-radius:999px;border:1.5px solid var(--border);font-size:1rem}.chat-input input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #1e88e526}.tone-nudge{border-radius:14px;padding:14px 16px;margin:8px 0;border:1px solid}.tone-nudge.firm{background:#fffaf0;border-color:#ffb30066}.tone-nudge.hostile{background:#fdecea;border-color:#e5393559}.tone-head{display:flex;align-items:center;justify-content:space-between}.tone-x{border:none;background:transparent;font-size:1.3rem;cursor:pointer;color:var(--text-light);line-height:1}.tone-tips{margin:8px 0;padding-left:18px;color:var(--text-dark);font-size:.9rem}.tone-tips li{margin:2px 0}.tone-suggestion{background:#fff;border:1px solid var(--border);border-radius:10px;padding:10px 12px;margin:8px 0}.tone-suggestion p{margin:4px 0 8px;font-style:italic}.tone-actions{display:flex;justify-content:flex-end}.assurance{display:flex;flex-direction:column;gap:3px;background:#1e88e514;border-radius:14px;padding:14px 16px;margin-bottom:18px}.assurance strong{color:var(--text-dark)}.assurance span{color:var(--text-light);font-size:.9rem}.trail{display:flex;flex-direction:column}.trail-day{font-size:.8rem;font-weight:700;color:var(--text-light);margin:14px 0 6px}.trail-item{display:flex;align-items:flex-start;gap:12px;background:#fff;border:1px solid var(--border);border-radius:12px;padding:12px 14px;margin-bottom:8px}.trail-dot{width:12px;height:12px;border-radius:50%;margin-top:4px;flex-shrink:0}.trail-body{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.trail-actor{display:flex;align-items:center;gap:8px}.trail-tag{background:#78909c24;color:var(--text-light);font-size:.72rem;font-weight:700;padding:1px 8px;border-radius:6px}.trail-time{flex-shrink:0}.report-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}.report-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:18px 20px;box-shadow:var(--shadow);display:flex;align-items:center;justify-content:space-between;gap:14px}.report-card strong{display:block;font-size:1.02rem}.report-card span{color:var(--text-light);font-size:.9rem}.report-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#26323880;overflow-y:auto;padding:20px}.report-actions{max-width:760px;margin:0 auto 12px;display:flex;justify-content:flex-end;gap:10px}.report-sheet{max-width:760px;margin:0 auto;background:#fff;border-radius:8px;padding:44px 48px;color:#1a1a2e;box-shadow:0 20px 60px #0000004d}.report-header{display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid #e0e0e0;padding-bottom:12px}.report-brand{display:flex;align-items:center;gap:8px;font-weight:800;color:var(--brand-strong);font-size:1.05rem}.report-brand img{width:26px;height:26px;border-radius:7px}.report-qr{width:88px;height:88px}.report-title{font-size:1.7rem;margin:18px 0 4px}.report-subtitle{color:#607d8b;margin:0 0 14px}.report-meta{display:flex;flex-direction:column;gap:3px;margin-bottom:12px}.report-meta div{display:flex;gap:8px;font-size:.92rem}.report-meta span{color:#607d8b;min-width:120px}.report-prov{border-top:1px solid #eee;border-bottom:1px solid #eee;padding:10px 0;margin-bottom:18px;color:#90a4ae;font-size:.74rem;line-height:1.6;word-break:break-all}.report-section{margin-bottom:20px}.report-section h2{font-size:1.05rem;color:var(--brand-strong);margin:0 0 8px}.report-note{color:#607d8b;font-size:.85rem;margin:0 0 8px}.report-empty{color:#90a4ae}.report-row{display:flex;justify-content:space-between;gap:16px;padding:7px 0;border-bottom:1px solid #f0f0f0}.report-row-main{display:flex;flex-direction:column;gap:2px;min-width:0}.report-left{font-weight:700}.report-sub{color:#607d8b;font-size:.84rem}.report-right{font-weight:700;white-space:nowrap}.report-footer{color:#607d8b;font-size:.85rem;border-top:1px solid #eee;padding-top:12px;margin-top:8px}.report-serial{color:#b0bec5;font-size:.72rem;text-align:center;margin-top:18px}@media print{body *{visibility:hidden!important}.report-overlay,.report-overlay *{visibility:visible!important}.report-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;padding:0;overflow:visible}.report-actions{display:none!important}.report-sheet{box-shadow:none;max-width:100%;padding:24px}}@media (max-width: 860px){.hamburger{display:block}.app-sidebar{position:fixed;z-index:40;left:0;top:0;height:100vh;transform:translate(-100%);transition:transform .22s ease;box-shadow:0 0 40px #00000026}.app-sidebar.open{transform:translate(0)}.dash-grid{grid-template-columns:1fr}}@media (max-width: 520px){.cal-grid{gap:3px}.cal-cell{border-radius:8px;padding:3px}.cal-num{font-size:.78rem}.row-item{flex-direction:column;align-items:flex-start}}
