:root{--bg:#f5f7fb;--surface:#fff;--ink:#15243b;--muted:#58677f;--blue:#235ee8;--blue-dark:#1845b5;--navy:#102b53;--border:#dce4ef;--danger:#b3333f;--radius:16px;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;color:var(--ink);background:var(--bg);font-synthesis:none}
*{box-sizing:border-box}body{margin:0;font-size:15px;line-height:1.65}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.65}:focus-visible{outline:3px solid #91b4ff;outline-offset:3px}h1,h2,h3,p{margin:0}h1{font-size:32px;line-height:1.4;letter-spacing:-.6px}h2{font-size:19px;line-height:1.5}h3{font-size:15px}small,.small{font-size:13px}.muted{color:var(--muted)}.mono{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;overflow-wrap:anywhere}.nowrap{white-space:nowrap}.skip{position:absolute;left:16px;top:-60px;padding:10px 16px;background:white;z-index:9}.skip:focus{top:12px}.container{width:min(1200px,calc(100% - 48px));margin:auto}.site-header{background:white;border-bottom:1px solid var(--border)}.header-inner{min-height:90px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;gap:12px;align-items:center;color:var(--ink);flex-shrink:0}.brand:hover{text-decoration:none}.brand img{width:60px;height:60px;object-fit:contain;border-radius:50%;flex-shrink:0}.brand strong{display:block;font-size:18px;letter-spacing:.5px}.brand small{display:block;letter-spacing:1.8px;color:var(--muted);font-size:10px}.nav{display:flex;align-items:center;gap:8px}.nav a{padding:10px 16px;color:var(--muted);border-radius:9px;white-space:nowrap;font-size:14px}.nav a.active{background:#edf3ff;color:var(--blue);font-weight:600}.nav a:hover{background:#f1f5fb;text-decoration:none}.page{padding-top:32px;padding-bottom:56px}.page1{padding-top:32px;/*padding-bottom:56px*/}.hero{position:relative;overflow:hidden;border-radius:20px;background:var(--navy);color:#fff;padding:34px 38px;display:flex;align-items:center;justify-content:space-between;min-height:190px}.hero-copy{position:relative;z-index:1;max-width:650px}.eyebrow{font-size:11px;letter-spacing:2.6px;font-weight:600;color:#9fc4ff;margin-bottom:12px}.hero p{color:#ccdcf2;margin-top:12px;font-size:14px}.hero-art{position:absolute;width:290px;height:230px;right:25px;top:-10px;opacity:.85;background:repeating-radial-gradient(ellipse at 60% 50%,transparent 0 26px,#5478a52b 27px 28px,transparent 29px 45px);transform:rotate(-18deg)}.hero-art:before{content:"";position:absolute;width:170px;height:90px;border:2px dashed #8bb8f0;left:45px;top:70px;border-radius:45%;transform:rotate(-15deg)}.hero-art:after{content:"↗";position:absolute;font-size:50px;color:#b9dcff;left:155px;top:40px;transform:rotate(18deg)}.hero-meta{margin-top:20px;display:flex;gap:20px;color:#c4d7f2;font-size:12px}.hero-meta span:before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:#80b8ff;margin-right:7px;vertical-align:middle}.steps{display:flex;align-items:center;gap:20px;padding:22px 4px;margin-bottom:4px}.step{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--muted)}.step b{width:25px;height:25px;display:grid;place-items:center;background:#e7edf7;border-radius:50%;font-size:12px;color:#607591}.step.current{color:var(--blue);font-weight:600}.step.current b{background:var(--blue);color:white}.step-line{height:1px;max-width:90px;flex:1;background:var(--border)}.layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:24px;align-items:start}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 4px 18px #102b5303;overflow:hidden}.panel-body{padding:28px}.section{padding:28px;border-bottom:1px solid #e9edf4}.section:last-child{border:0}.section-title{display:flex;align-items:center;gap:12px;margin-bottom:22px}.section-title .number{display:grid;place-items:center;flex-shrink:0;width:30px;height:30px;color:var(--blue);font-size:12px;font-weight:700;background:#edf3ff;border-radius:8px}.section-title small{font-weight:400;color:var(--muted);font-size:12px;margin-left:auto}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:21px 24px}.field{min-width:0}.field.full{grid-column:1/-1}label{display:block;font-size:14px;font-weight:500;margin-bottom:7px}.required{color:var(--danger);margin-left:4px}input:not([type=checkbox]):not([type=hidden]),select,textarea{display:block;width:100%;min-height:46px;border:1px solid #cfd9e7;border-radius:9px;background:#fff;color:var(--ink);padding:10px 13px;transition:border-color .15s,box-shadow .15s}input::placeholder,textarea::placeholder{color:#7b889a;font-size:13px}input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #235ee810}textarea{resize:vertical;min-height:90px}.input-unit{position:relative}.input-unit input{padding-right:52px!important}.input-unit span{position:absolute;right:14px;top:12px;color:var(--muted);font-size:13px}.hint{color:var(--muted);font-size:12px;margin-top:6px}.error{color:var(--danger);font-size:13px;margin-top:6px}[aria-invalid=true]{border-color:var(--danger)!important}.form-footer{padding:24px 28px;background:#fcfdff}.form-footer p{font-size:12px;color:var(--muted);margin-bottom:16px}.actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;justify-content:center;align-items:center;gap:8px;border:1px solid transparent;border-radius:9px;min-height:45px;padding:10px 22px;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s,transform .15s;background:var(--blue);color:white}.btn:hover{background:var(--blue-dark);color:white;text-decoration:none}.btn.secondary{border-color:var(--border);background:#fff;color:var(--ink)}.btn.secondary:hover{background:#f1f5fb}.btn.danger{background:var(--danger)}.btn.danger:hover{background:#94242e}.btn.small{padding:8px 13px;font-size:13px;min-height:40px}.link-button{border:0;background:none;color:var(--blue);padding:10px;min-height:44px}.side-stack{display:grid;gap:18px}.sidebar{padding:24px}.sidebar h3{margin-bottom:17px}.guidance{list-style:none;margin:0;padding:0;counter-reset:guide}.guidance li{position:relative;padding-left:25px;margin:0 0 20px;color:var(--muted);font-size:13px;counter-increment:guide}.guidance li:before{content:counter(guide,decimal-leading-zero);position:absolute;left:0;top:1px;color:#8096b3;font-size:10px;font-weight:700}.guidance li:last-child{margin-bottom:0}.guidance strong{color:var(--ink);font-weight:500;display:block;margin-bottom:4px}.note-card{background:#edf3ff;border:1px solid #d5e3ff;border-radius:var(--radius);padding:22px;font-size:13px;color:#34527f}.note-card h3{color:#21457b;margin-bottom:8px}.note-card p+p{margin-top:12px}.private-mark{display:inline-block;color:var(--blue);font-size:11px;font-weight:600;letter-spacing:1px;margin-bottom:9px}.site-footer{border-top:1px solid var(--border);padding:25px 0;color:var(--muted);font-size:12px}.footer-inner{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px}.page-heading p{margin-top:8px;color:var(--muted);font-size:14px}.page-heading h1{font-size:28px}.badge{display:inline-flex;align-items:center;gap:6px;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:500;white-space:nowrap}.badge:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}.badge.pending{color:#925b12;background:#fff4dd}.badge.approved{color:#16734d;background:#e8f6ef}.badge.rejected{color:#b3333f;background:#fdecef}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:24px}.stat{padding:20px 24px}.stat p{color:var(--muted);font-size:13px}.stat strong{font-size:29px;font-weight:600;line-height:1.5;display:block;margin-top:5px}.stat small{font-size:12px;color:var(--muted)}.filters{display:flex;gap:12px;align-items:end;padding:20px 24px;border-bottom:1px solid var(--border);flex-wrap:wrap}.filters .field{flex:1;min-width:160px}.filters .field:first-child{max-width:180px}.filters label{font-size:12px;color:var(--muted)}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left;font-size:13px}th{background:#f9fbfd;color:var(--muted);font-weight:500;padding:15px 20px;border-bottom:1px solid var(--border);white-space:nowrap}td{padding:20px;border-bottom:1px solid #e9edf4;overflow-wrap:anywhere}tbody tr:last-child td{border-bottom:0}td .muted{font-size:12px}.pagination{padding:18px 24px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border);gap:12px;font-size:13px;color:var(--muted)}.pagination .actions{gap:8px}.empty{text-align:center;padding:62px 24px;color:var(--muted)}.empty h2{color:var(--ink);margin-bottom:8px}.alert{padding:15px 18px;border-radius:10px;margin-bottom:22px;font-size:14px;background:#edf3ff;color:#234875;border:1px solid #d4e2ff;overflow-wrap:anywhere}.alert.error-alert{background:#fef0f1;border-color:#f3c9ce;color:#9d2937}.alert.success{background:#e8f6ef;border-color:#c9e9d8;color:#16613f}.auth-container{max-width:470px;margin:48px auto 64px}.auth-heading{text-align:center;margin-bottom:28px}.auth-heading img{width:104px;height:104px;object-fit:contain;border-radius:50%;margin-bottom:18px}.auth-heading h1{font-size:26px}.auth-heading p{color:var(--muted);font-size:14px;margin-top:10px}.auth-form{display:grid;gap:22px}.auth-form .btn{width:100%}.auth-foot{text-align:center;color:var(--muted);font-size:12px;margin-top:20px}.receipt{max-width:720px;margin:30px auto}.receipt .section{padding:32px}.credential{background:#f5f8fe;padding:20px;border:1px dashed #a9bddc;border-radius:10px;margin:20px 0}.credential strong{font-size:19px;display:block;word-break:break-all;line-height:1.7;letter-spacing:1px}.details{display:grid;grid-template-columns:1fr 1fr;gap:22px}.details dt{font-size:12px;color:var(--muted);margin-bottom:5px}.details dd{margin:0;font-size:14px;white-space:pre-wrap;overflow-wrap:anywhere}.details .full{grid-column:1/-1}.history{margin:0;padding:0;list-style:none}.history li{padding:18px 0;border-bottom:1px solid var(--border);font-size:13px}.history li:first-child{padding-top:0}.history li:last-child{border:0;padding-bottom:0}.history time{display:block;font-size:12px;color:var(--muted);margin-top:6px}.history p{margin-top:8px;white-space:pre-wrap;overflow-wrap:anywhere}details summary{cursor:pointer;color:var(--blue);padding:10px 0;min-height:44px}.trap{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.status-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:24px}.check-label{display:flex;align-items:flex-start;gap:9px;font-size:13px}.check-label input{width:17px;height:17px;margin-top:3px;flex-shrink:0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(min-width:901px){.sidebar-sticky{position:sticky;top:24px}}@media(max-width:1050px){.nav a{padding:10px}.brand strong{font-size:16px}.brand small{letter-spacing:1px}.layout{grid-template-columns:minmax(0,1fr) 250px}.hero-art{right:-35px;opacity:.45}}
@media(max-width:800px){.container{width:calc(100% - 32px)}.header-inner{flex-wrap:wrap;gap:14px;padding-top:18px;padding-bottom:12px}.brand strong{font-size:17px}.brand small{font-size:9px}.nav{width:100%;justify-content:space-between;gap:2px}.nav a{font-size:13px;padding:9px 10px}.page{padding-top:22px}.hero{padding:28px 24px;min-height:188px}.hero h1{font-size:27px}.hero p{max-width:85%}.hero-art{right:-100px;opacity:.35}.hero-meta{gap:12px;flex-wrap:wrap}.layout{grid-template-columns:1fr}.side-stack{grid-template-columns:1fr 1fr}.steps{gap:10px;padding:21px 0}.step{gap:7px;font-size:12px}.step-line{max-width:45px}.section,.panel-body{padding:22px}.form-grid{gap:20px}.form-footer{padding:22px}.page-heading{align-items:flex-start}.page-heading h1{font-size:25px}.page-heading .btn{flex-shrink:0;padding:10px 14px}.stats{gap:10px}.stat{padding:16px}.stat strong{font-size:25px}.filters{padding:18px}.table-wrap{overflow:visible}.responsive-table thead{display:none}.responsive-table,.responsive-table tbody,.responsive-table tr,.responsive-table td{display:block}.responsive-table tr{padding:16px 20px;border-bottom:1px solid var(--border)}.responsive-table td{display:flex;justify-content:space-between;align-items:center;gap:20px;border:0;padding:6px 0;text-align:right}.responsive-table td:before{content:attr(data-label);flex-shrink:0;text-align:left;color:var(--muted);font-size:12px}.responsive-table td>*{max-width:70%}.auth-container{margin-top:28px}.pagination{padding:16px}.footer-inner{justify-content:center;text-align:center}.details{gap:18px}}
@media(max-width:480px){.form-grid,.side-stack,.details{grid-template-columns:1fr}.field.full,.details .full{grid-column:auto}.section-title{gap:9px}.section-title small{font-size:11px}.section-title h2{font-size:17px}.hero-meta span:last-child{display:none}.hero p{max-width:100%;font-size:13px}.hero-art{opacity:.2}.stats{gap:8px}.stat{padding:14px 11px}.stat p{font-size:12px}.stat small{font-size:10px}.stat strong{font-size:24px}.filters .field,.filters .field:first-child{min-width:120px;max-width:none}.filters .btn{flex:1}.page-heading{flex-wrap:wrap}.auth-container .panel-body{padding:24px}.credential strong{font-size:16px}.receipt .section{padding:24px}.form-footer .btn{width:100%}.nav a{padding:8px;font-size:12px}.step b{width:23px;height:23px}.step-line{max-width:20px}.step{gap:5px;font-size:11px}.steps{justify-content:space-between;gap:5px}.brand img{width:52px;height:52px}}
.blue-text{color:var(--blue)}.top-space{margin-top:16px}.top-space-large{margin-top:24px}.block-space{margin:18px 0}.no-bottom{margin-bottom:0}.hero h1 span{display:inline-block}
.nav a{display:inline-flex;align-items:center;justify-content:center;min-height:44px}.btn.small{min-height:44px}.filters .field:has(#status){max-width:180px}a,button{touch-action:manipulation}.hero h1 span{white-space:nowrap}
@media(max-width:800px){input,select,textarea{font-size:16px}.filters .field:has(#status){max-width:none}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}

.reports-filters{align-items:center;gap:16px;padding:20px 24px}
.reports-filters h2{font-size:17px;white-space:nowrap;margin-right:auto}
.filters.reports-filters .field{display:flex;align-items:center;gap:10px;flex:0 0 auto;min-width:0;max-width:none}
.filters.reports-filters .field:has(#status){max-width:none}
.reports-filters label{margin:0;white-space:nowrap;font-size:13px}
.reports-filters select{width:124px;min-height:44px;padding:9px 12px}
.reports-filters input[name=q]{width:228px;min-height:44px;padding:9px 12px}
.reports-filter-actions{display:flex;align-items:center;gap:8px}
.reports-filters .btn{min-height:44px;padding:9px 18px}
.reports-filters .reports-reset{background:transparent;border-color:transparent;color:var(--muted);font-weight:400;padding:9px 12px}
.reports-filters .reports-reset:hover{background:var(--bg);color:var(--ink)}
@media(max-width:1050px){.reports-filters h2{flex-basis:100%}.reports-filter-actions{margin-left:auto}}
@media(max-width:800px){.reports-filters{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;padding:20px}.filters.reports-filters .field{display:grid;grid-template-columns:64px minmax(0,1fr);gap:12px}.reports-filters select,.reports-filters input[name=q]{width:100%}.reports-filter-actions{margin-left:76px}.reports-filters .btn{flex:0 0 auto}.reports-filter-actions>.btn:first-child{flex:1}}
@media(max-width:480px){.filters.reports-filters .field{display:block}.reports-filters label{margin-bottom:6px}.reports-filter-actions{margin-left:0}}

.reports-search-fields{display:contents}
.reports-search-toggle{display:none}
@media(max-width:800px){.reports-search-fields{display:grid;gap:16px;min-width:0}.reports-search-toggle:not([hidden]){display:flex;align-items:center;justify-content:space-between;gap:12px;grid-column:1/-1;min-height:44px;padding:0;border:0;border-radius:6px;background:transparent;color:var(--muted);font-size:13px;text-align:left}.reports-search-toggle span{display:inline-flex;align-items:center;gap:8px}.reports-search-toggle svg{flex-shrink:0}.reports-search-toggle:hover{color:var(--blue)}.reports-search-toggle:active{background:var(--bg)}.reports-search-toggle[aria-expanded=true] .reports-search-chevron{transform:rotate(180deg)}}
.reports-search-fields[hidden]{display:none}
.reports-filters .reports-create-mobile{display:none}
.admin-tools-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 24px;border-bottom:1px solid var(--border)}.admin-tools-heading h2{font-size:17px;white-space:nowrap}
.admin-status{position:relative;flex-shrink:0}.admin-status>summary{display:flex;gap:6px;min-height:44px;padding:8px 10px;font-size:13px;font-weight:500;list-style:none}.admin-status>summary::-webkit-details-marker,.admin-tool-summary::-webkit-details-marker{display:none}
.admin-status-menu{position:absolute;right:0;top:calc(100% + 6px);z-index:5;min-width:180px;padding:6px;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #102b531a}
.admin-status-menu a{display:flex;align-items:center;min-height:44px;padding:8px 12px;border-radius:6px;font-size:13px;color:var(--muted)}.admin-status-menu a:hover,.admin-status-menu a[aria-current=page]{background:var(--bg);color:var(--blue);text-decoration:none}.admin-status-menu a[aria-current=page]{font-weight:600}
.admin-tool{border-bottom:1px solid var(--border)}.admin-tool>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:52px;padding:12px 24px;list-style:none;color:var(--ink);font-size:14px;font-weight:500}.admin-tool-summary span{display:flex;align-items:center;gap:10px}.admin-tool-summary small{font-size:12px;color:var(--blue)}.admin-tool>summary:hover{background:var(--bg)}.admin-tool[open]>summary>svg,.admin-status[open]>summary>svg{transform:rotate(180deg)}
.admin-query-form{padding:8px 24px 20px;border:0}.admin-export>.export-panel{border:0;background:var(--surface)}
.admin-heading .account-title-row{margin-bottom:12px}.admin-heading .eyebrow{margin:0;letter-spacing:1.2px}.admin-heading a.account-logout{flex-shrink:0;text-decoration:none}
@media(max-width:800px){.admin-export .export-copy>strong{display:none}}
@media(min-width:801px){.admin-tool[data-responsive-ready]>summary{display:none}.admin-query-form{padding-top:20px}}
@media(max-width:800px){.admin-tools-heading{padding:14px 20px}.admin-tool>summary{padding:12px 20px}.admin-query-form{padding:8px 20px 20px}}
@media(max-width:800px){.page-heading .reports-create-desktop{display:none}.public-reports-filters{grid-template-columns:minmax(0,1fr) auto;column-gap:12px}.public-reports-filters h2{margin:0}.public-reports-filters>.reports-search-fields{grid-column:1/-1}.reports-filters .reports-create-mobile{display:inline-flex;justify-self:end;min-height:44px;padding:8px 12px;font-size:13px;white-space:nowrap;background:var(--blue);border-color:var(--border);color:white}.reports-filters .reports-create-mobile:hover{background:var(--bg)}}

/* Let the iOS date control shrink to the form column without replacing its picker. */
[data-report-form] input[type=date]{-webkit-appearance:none;appearance:none;min-width:0;max-width:100%}

.public-reports-table{table-layout:fixed}
.public-reports-table th,.public-reports-table td{padding-left:12px;padding-right:12px}
.public-reports-table th:first-child{width:16%}
.public-reports-table th:nth-child(2){width:8%}
.public-reports-table th:nth-child(3){width:10%}
.public-reports-table th:nth-child(4){width:11%}
.public-reports-table th:nth-child(5){width:11%}
.public-reports-table th:nth-child(6){width:12%}
.public-reports-table th:nth-child(7){width:7%}
.public-reports-table th:nth-child(8){width:12%}
.public-reports-table th:last-child{width:13%}
.report-airspace{white-space:pre-wrap;overflow-wrap:anywhere}
@media(max-width:1050px) and (min-width:801px){.public-reports-table th,.public-reports-table td{padding-left:8px;padding-right:8px}.public-reports-table .nowrap{white-space:normal}}
@media(max-width:800px){.public-reports-table td{padding-left:0;padding-right:0}.public-reports-table td[data-label="飞行空域"]{align-items:flex-start}.public-reports-table .report-airspace{min-width:0}}

.model-picker{position:relative}
.model-menu{position:absolute;z-index:5;top:calc(100% + 6px);left:0;right:0;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #102b531a;overflow:hidden}
.model-menu[hidden]{display:none}
.model-options{max-height:min(264px,40vh);overflow-y:auto;overscroll-behavior:contain}
.model-option{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:10px 13px;cursor:pointer;font-size:14px;overflow-wrap:anywhere}
.model-option small{flex-shrink:0;color:var(--muted);font-size:12px}
.model-option:hover,.model-option[aria-selected=true]{background:#edf3ff;color:var(--blue)}
.model-status{padding:10px 13px;color:var(--muted);font-size:12px;background:#f9fbfd;border-top:1px solid var(--border)}
[data-model-search]{font-size:16px!important}

.export-panel{display:grid;gap:14px;padding:18px 24px;border-bottom:1px solid var(--border);background:#fbfcff}
.export-copy{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}
.export-copy strong{font-size:14px}
.export-copy span{color:var(--muted);font-size:12px}
.export-fields{display:flex;align-items:end;gap:12px;flex-wrap:wrap}
.export-fields .field{display:flex;align-items:center;gap:8px;min-width:0}
.export-fields label{margin:0;color:var(--muted);font-size:12px;white-space:nowrap}
.export-fields input[type=date]{-webkit-appearance:none;appearance:none;min-width:0;max-width:100%;min-height:44px;width:155px}
.export-fields .btn{min-height:44px}
.export-actions{display:flex;gap:10px;flex-wrap:wrap;flex:1 1 300px;max-width:360px}
.export-fields .export-actions .btn{width:auto;flex:1 1 140px}
.select-col{width:54px}
.select-cell{text-align:center!important}
.report-select{width:20px!important;min-height:20px!important;accent-color:var(--blue)}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:800px){.export-panel{padding:18px 20px}.export-fields{display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch}.export-fields .field{display:grid;grid-template-columns:88px minmax(0,1fr);gap:12px}.export-fields input[type=date]{width:100%}.export-fields .btn{width:100%}.responsive-table tr{position:relative}.responsive-table .select-cell{position:absolute;top:8px;left:8px;display:block!important;width:28px;padding:0!important;z-index:1}.responsive-table .select-cell:before{display:none}.responsive-table .select-cell + td{padding-left:0}.select-cell{text-align:left!important}.report-select{display:block;margin:0}}
