:root{--bg:#f7f9f6;--ink:#1e3029;--muted:#64736b;--green:#17634b;--green-dark:#104b39;--line:#dfe6df;--soft:#edf3ec;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:14px;line-height:1.65}button,input{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}a{color:var(--green);text-underline-offset:4px}button{cursor:pointer}button:disabled{cursor:default;opacity:.48}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #ad7c18;outline-offset:4px}input:focus{outline:3px solid #d5e5db;border-color:var(--green)}[hidden]{display:none!important}.wrap{width:min(1200px,calc(100% - 64px));margin-inline:auto}.icon{flex-shrink:0;vertical-align:middle}.site-header{background:#fff;border-bottom:1px solid var(--line)}.header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;gap:9px;align-items:center;text-decoration:none;color:var(--ink);font-weight:800;letter-spacing:-.7px;font-size:21px}.brand-mark{background:var(--green);color:white;display:grid;place-items:center;width:33px;height:33px;border-radius:9px}.brand-mark .icon{width:23px;height:23px}.brand-divider{height:22px;width:1px;background:var(--line);margin:0 5px}.brand-tools{font-size:15px;font-weight:500;color:var(--muted);letter-spacing:0}.header-inner nav{display:flex;align-items:center;gap:30px}.header-inner nav a{color:var(--muted);text-decoration:none;font-size:13px;font-weight:550}.header-inner nav a:hover{color:var(--green)}.home-link{display:flex;align-items:center;gap:9px}.home-link .icon{width:16px}.breadcrumb{display:flex;gap:12px;font-size:12px;color:var(--muted);margin:26px 0 30px}.breadcrumb a{text-decoration:none;color:var(--muted)}.hero{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-bottom:32px}.eyebrow{font-size:10px;letter-spacing:1.7px;font-weight:750;color:var(--green);margin:0 0 10px}.hero .eyebrow{display:flex;align-items:center;gap:8px}.status-dot{width:6px;height:6px;border-radius:50%;background:var(--green)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(30px,3.5vw,45px);letter-spacing:-1.9px;font-weight:700;line-height:1.2;margin-bottom:16px}.title-dot{color:var(--green)}.intro{font-size:15px;color:var(--muted);line-height:1.8;margin:0}.hero-note{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--muted);padding:12px 0 12px 25px;border-left:1px solid var(--line);flex-shrink:0}.hero-note .icon{width:27px;height:27px;color:var(--green)}.hero-note strong{font-weight:550;color:var(--ink)}.workspace{display:grid;grid-template-columns:360px minmax(0,1fr);background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 8px 32px #233c2705}.control-panel{padding:28px;border-right:1px solid var(--line)}.panel-heading{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:15px}.panel-heading .eyebrow{margin:0}.step-label{font-size:9px;letter-spacing:1px;color:var(--muted)}h2{font-size:23px;line-height:1.35;letter-spacing:-.65px;margin-bottom:12px}.control-panel h2{font-size:23px;margin-bottom:8px}.muted{color:var(--muted)}.control-panel>.muted{font-size:13px;line-height:1.7;margin-bottom:22px}.button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:8px;border:1px solid var(--line);background:white;color:var(--ink);font-weight:650;text-decoration:none;font-size:13px;padding:11px 16px;transition:background .15s,border-color .15s}.button:not(:disabled):hover{background:var(--soft);border-color:#b6cabc}.button.primary{background:var(--green);color:white;border-color:var(--green)}.button.primary:not(:disabled):hover{background:var(--green-dark)}.button.secondary{background:var(--soft);color:var(--green);border-color:#d8e4d9;justify-content:space-between}.full{width:100%}.permission-note{display:flex;gap:6px;align-items:center;font-size:10px;color:var(--muted);margin:10px 0 20px;justify-content:center}.permission-note .icon{width:13px;height:13px}.separator{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:11px;margin:20px 0}.separator:before,.separator:after{content:"";height:1px;background:var(--line);flex:1}.field{margin-bottom:17px}.field label{display:flex;justify-content:space-between;font-weight:650;font-size:12px;margin-bottom:7px}.field label span{font-weight:400;color:var(--muted);font-size:11px}.field input{width:100%;min-height:45px;padding:11px 12px;border:1px solid #d7dfd8;border-radius:7px;background:#fff;color:var(--ink);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:13px}.field input::placeholder{color:#7e8982;font-size:12px}.field small{display:block;font-size:10px;margin-top:5px;color:var(--muted)}.field-error{display:block;color:#a42c2c;font-size:11px}.field input[aria-invalid=true]{border-color:#bd3c3c}.example-row{display:flex;align-items:center;gap:6px;font-size:10px;margin-top:15px;flex-wrap:wrap;color:var(--muted)}.example-row button,.text-button{border:0;background:transparent;color:var(--green);padding:7px 0;font-size:inherit;text-decoration:underline;text-underline-offset:3px}.status-message{font-size:11px;line-height:1.6;margin:12px 0 0;padding:10px 12px;background:#f6f8f5;border-radius:6px;color:var(--muted)}.status-message.error{background:#fff1ef;color:#a42c2c}.status-message.success{color:var(--green)}.map-panel{display:flex;flex-direction:column;min-width:0}.map-heading{min-height:63px;padding:17px 24px;display:flex;justify-content:space-between;align-items:center;gap:15px}.map-heading h2{font-size:13px;letter-spacing:0;margin:0;display:flex;gap:8px;align-items:center;font-weight:600}.map-heading h2 .icon{width:16px;color:var(--green)}.badge{font-size:10px;border:1px solid var(--line);padding:3px 9px;border-radius:20px;color:var(--muted);background:#f8faf7}.map-canvas{position:relative;min-height:330px;flex:1;background:#edf2ea}.map-empty{position:absolute;inset:0;overflow:hidden;background-image:linear-gradient(#798b7810 1px,transparent 1px),linear-gradient(90deg,#798b7810 1px,transparent 1px);background-size:35px 35px;display:grid;place-items:center}.contours{position:absolute;inset:0;width:100%;height:100%;color:#8eaa872b;stroke-width:1.4}.empty-content{position:relative;text-align:center;padding:25px}.empty-pin{display:grid;place-items:center;margin:0 auto 16px;width:64px;height:64px;border-radius:50%;background:#fff;box-shadow:0 0 0 10px #ffffff50,0 8px 15px #36533509;color:var(--green)}.empty-pin .icon{width:29px;height:29px}.empty-content h3{font-size:19px;font-weight:600;letter-spacing:-.5px;margin-bottom:8px}.empty-content p{font-size:12px;line-height:1.8;color:#5b6f5b;margin-bottom:18px}.empty-label{font-size:9px;letter-spacing:2px;color:#62765e}.compass{position:absolute;top:18px;right:22px;text-align:center;color:#63745c;font:12px/1.5 ui-monospace,monospace}.map-caption{position:absolute;left:18px;bottom:10px;font-size:9px;color:#657660}#map{width:100%;height:100%;position:absolute;inset:0;border:0}.result-panel{padding:18px 24px 22px}.result-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.result-heading .eyebrow{font-size:9px;margin:0;letter-spacing:1.5px}.text-button{font-size:11px;padding:4px}.coordinate-results{display:grid;grid-template-columns:1fr 1fr;gap:24px}.result-label{display:block;font-size:9px;color:var(--muted);letter-spacing:1.3px;margin-bottom:4px}.coordinate-results output{font:500 clamp(19px,2.1vw,27px)/1.5 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:-1px}.dms{color:var(--muted);font:11px/1.7 ui-monospace,SFMono-Regular,Consolas,monospace;margin:9px 0 3px}.accuracy{color:var(--muted);font-size:10px;margin-bottom:16px}.result-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.small{font-size:11px;min-height:38px;padding:8px 11px;gap:7px}.small .icon{width:14px;height:14px}.map-link{font-size:11px;display:flex;gap:6px;align-items:center;margin-left:auto;text-decoration:none;min-height:38px}.map-link .icon{width:13px;height:13px}#copy-fallback{margin-top:12px;font-size:12px}#copy-text{width:100%;padding:8px;border:1px solid var(--line);border-radius:5px}.privacy-note{display:flex;align-items:flex-start;justify-content:center;gap:7px;font-size:10px;color:var(--muted);margin:17px 0 0}.privacy-note .icon{width:14px;height:14px;margin-top:2px}.guide-section{padding:66px 0 48px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:27px}.section-heading h2{margin:0;font-size:25px}.section-heading>p{font-size:12px;color:var(--muted);margin:0}.steps{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:35px;padding:0;margin:0}.steps li{padding:22px 0;border-top:1px solid var(--line)}.step-number{display:inline-block;color:var(--green);font:12px ui-monospace,monospace;margin-bottom:13px;background:#e9f0e7;padding:5px 9px;border-radius:5px}.steps h3{font-size:15px;margin-bottom:7px;font-weight:650}.steps p{font-size:12px;color:var(--muted);margin:0;max-width:320px}.knowledge{padding:32px;background:#edf2e9;border:1px solid #e1e8dc;border-radius:12px;display:grid;grid-template-columns:1.25fr 1fr;gap:45px;align-items:center}.knowledge h2{font-size:23px}.knowledge p{font-size:12px;color:#586b58;margin-bottom:12px}.knowledge p:last-child{margin-bottom:0}.coordinate-reference{padding:23px;border:1px solid #d8e2d0;border-radius:10px;background:#f7f9f3}.reference-label{font-size:9px;letter-spacing:1.5px;color:#586b58}.coordinate-reference>p{font:18px/1.5 ui-monospace,monospace;margin:14px 0 8px;color:var(--green);white-space:nowrap}.coordinate-reference b{font-weight:400;color:var(--muted)}.coordinate-reference>div{display:flex;gap:25px;color:var(--muted);font-size:10px}.coordinate-reference hr{height:1px;border:0;background:#dde5d6;margin:18px 0 13px}.coordinate-reference .reference-note{line-height:1.7;white-space:normal;font-family:inherit;font-size:11px}.faq-section{display:grid;grid-template-columns:1fr 1.65fr;gap:60px;padding:66px 0 30px}.faq-section h2{font-size:27px}.faq-section>.muted,.faq-section .muted{font-size:13px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list details:first-child{border-top:1px solid var(--line)}summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 0;font-size:13px;font-weight:600}summary::-webkit-details-marker{display:none}summary>span{font-size:19px;font-weight:400;color:var(--green)}details[open] summary>span{transform:rotate(45deg)}details p{color:var(--muted);font-size:12px;margin:0 20px 20px 0;line-height:1.85}.source-note{padding:17px 20px;background:white;border:1px solid var(--line);border-radius:8px;font-size:11px;color:var(--muted)}.source-note a{white-space:normal;display:inline}.source-note .icon{width:11px;height:11px}.related{padding:35px 0 45px;display:flex;align-items:center;justify-content:space-between;gap:20px}.related h2{font-size:14px;letter-spacing:0;margin:0}.related>div{display:flex;gap:28px;flex-wrap:wrap}.related a{display:inline-flex;align-items:center;gap:10px;font-size:12px;text-decoration:none}.related .icon{width:14px}.site-footer{border-top:1px solid var(--line);padding:27px 0;background:white}.site-footer>.wrap{display:flex;align-items:center;gap:22px}.site-footer .brand{font-size:16px}.site-footer .brand-tools{font-size:12px}.site-footer p{margin:0;font-size:11px;color:var(--muted);flex:1}.site-footer a:not(.brand),.site-footer span:last-child:not(.brand-tools){font-size:10px;color:var(--muted)}.skip-link{position:absolute;left:20px;top:-100px;z-index:10;background:white;padding:12px}.skip-link:focus{top:15px}@media(min-width:1440px){.wrap{width:min(1240px,calc(100% - 96px))}.hero{margin-bottom:38px}.workspace{grid-template-columns:380px minmax(0,1fr)}.control-panel{padding:30px}}@media(max-width:1000px){.wrap{width:calc(100% - 40px)}.workspace{grid-template-columns:320px minmax(0,1fr)}.control-panel{padding:22px}.hero-note{display:none}.knowledge{gap:25px;padding:25px}.coordinate-reference{padding:17px}.coordinate-reference>p{font-size:15px}.faq-section{gap:30px}.map-link{margin-left:0}}@media(max-width:760px){.wrap{width:calc(100% - 32px)}.header-inner{min-height:68px}.header-inner nav{gap:18px}.header-inner nav .home-link{display:none}.brand{font-size:18px}.brand-divider{margin:0}.brand-tools{font-size:13px}.breadcrumb{margin:22px 0}.hero{margin-bottom:25px}h1{font-size:35px;max-width:480px;letter-spacing:-1.5px}.intro{font-size:13px}.workspace{grid-template-columns:1fr}.control-panel{border-right:0;border-bottom:1px solid var(--line);padding:24px}.map-heading{padding-inline:22px}.map-canvas{min-height:320px}.result-panel{padding:19px 22px 23px}.coordinate-results output{font-size:25px}.privacy-note{font-size:10px;justify-content:flex-start}.section-heading{display:block}.section-heading>p{display:none}.guide-section{padding:45px 0 25px}.section-heading h2{font-size:23px}.steps{gap:18px}.steps p{font-size:11px}.knowledge{grid-template-columns:1fr;gap:20px}.coordinate-reference>p{font-size:21px}.faq-section{grid-template-columns:1fr;gap:12px;padding:42px 0 25px}.faq-section .muted br{display:none}.related{align-items:flex-start;flex-direction:column;gap:16px}.related>div{gap:15px 24px}.site-footer>.wrap{flex-wrap:wrap;gap:15px}.site-footer p{flex-basis:60%}.site-footer>.wrap>span:last-child{margin-left:auto}}@media(max-width:420px){.brand-tools,.brand-divider{display:none}.header-inner nav{gap:16px}.header-inner nav a{font-size:12px}.hero .eyebrow{font-size:9px}h1{font-size:32px}.desktop-break{display:none}.control-panel{padding:21px}.coordinate-results{gap:12px}.coordinate-results output{font-size:21px}.dms{font-size:10px}.map-heading{padding-inline:18px}.result-panel{padding-inline:18px}.steps{grid-template-columns:1fr;gap:0}.steps li{position:relative;padding:19px 0 19px 45px}.step-number{position:absolute;left:0;top:22px}.steps p{font-size:12px;max-width:none}.knowledge{padding:21px}.coordinate-reference{padding:14px}.coordinate-reference>p{font-size:17px}.coordinate-reference>div{gap:18px;font-size:9px}.site-footer p{flex-basis:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
/* Avoid automatic input zoom on mobile Safari. */
@media(max-width:760px){.field input,#copy-text{font-size:16px}}

/* Multi-format converter */
:root{--muted:#536358}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}fieldset{border:0;padding:0;margin:0;min-width:0}.category-tabs{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;margin-bottom:18px}.category-tabs label{position:relative;cursor:pointer}.category-tabs input{position:absolute;opacity:0;inset:0;width:100%;height:100%;margin:0;cursor:pointer}.category-tabs label>span{display:block;border:1px solid var(--line);border-radius:10px;background:white;padding:14px 12px;min-height:76px}.category-tabs strong{display:flex;justify-content:space-between;align-items:center;gap:6px;font-size:13px}.category-tabs small{display:block;font-size:10px;color:var(--muted);margin-top:4px}.category-tabs input:checked+span{background:#e9f1e5;border-color:#86ab8f;color:var(--green)}.category-tabs input:focus-visible+span{outline:3px solid #ad7c18;outline-offset:3px}.tab-count:not(:empty){font-size:10px;min-width:18px;text-align:center;border-radius:20px;background:white;color:var(--green)}.notice{font-size:12px;color:var(--muted);padding:12px 15px;border-radius:8px;background:#edf3e9;margin:0 0 18px;overflow-wrap:anywhere}.notice.error{background:#fff0ed;color:#a42c2c}.file-workspace{display:grid;grid-template-columns:minmax(0,1fr) 330px;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #153f2005}.upload-panel{padding:28px;min-width:0}.drop-zone{width:100%;border:1.5px dashed #a2bc9c;background:#f4f8f0;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:270px;padding:28px;color:var(--ink);text-align:center}.drop-zone:not(:disabled):hover,.drop-zone.dragging{background:#e9f3e3;border-color:var(--green)}.upload-icon{display:grid;place-items:center;width:58px;height:58px;background:white;box-shadow:0 3px 10px #26442b09;color:var(--green);border-radius:14px;margin-bottom:4px}.drop-zone strong{font-size:20px;letter-spacing:-.5px}.drop-zone>span:not(.upload-icon):not(.choose-label){font-size:12px;color:var(--muted)}.choose-label{background:var(--green);color:white;padding:9px 20px;border-radius:7px;font-size:13px;font-weight:600}.accepted{font-size:10px;color:var(--muted);margin:10px 0 28px;line-height:1.7;overflow-wrap:anywhere}.list-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid var(--line);padding-bottom:16px}.list-toolbar h2{font-size:17px;margin:0;display:flex;align-items:center;gap:10px}.list-toolbar .badge{min-width:25px;text-align:center}.text-button{font-size:12px;min-height:36px}.empty-state{text-align:center;padding:45px 15px}.empty-state>span{font-size:35px;color:#72886d;line-height:1;display:block;margin-bottom:16px}.empty-state h3{font-size:15px;margin-bottom:7px}.empty-state p{font-size:12px;color:var(--muted);margin:0}.file-row{display:flex;align-items:center;gap:14px;padding:18px 0;border-bottom:1px solid var(--line)}.file-mark{display:grid;place-items:center;flex-shrink:0;min-width:44px;height:50px;padding:5px;background:#eff4eb;border:1px solid #dbe5d6;border-radius:8px;color:var(--green);font:600 10px ui-monospace,monospace}.file-details{min-width:0;flex:1}.file-details h3{font-size:13px;margin:0 0 3px;overflow-wrap:anywhere}.file-details p{font-size:11px;color:var(--muted);margin:0;overflow-wrap:anywhere}.file-details .file-status{margin-top:3px;font-size:11px}.file-status.done{color:var(--green)}.file-status.error{color:#a42c2c}.file-status.processing{color:#805512}.file-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.remove-file{border:0;background:transparent;color:var(--muted);font-size:23px;min-width:32px;min-height:36px}.remove-file:hover{color:#a42c2c}.settings-panel{border-left:1px solid var(--line);padding:28px;background:#fafcf8}.settings-panel h2{font-size:22px;margin-bottom:24px}.field label{font-size:12px}.field select,.field input{width:100%;font:inherit;font-size:16px;color:var(--ink);min-height:45px;padding:10px 12px;border:1px solid #becdbd;border-radius:7px;background:white}.field small{font-size:10px;line-height:1.7}.quality-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:12px;margin-top:6px}.quality-heading label{font-weight:600}.quality-heading output{color:var(--green);font-size:12px}#quality{width:100%;accent-color:var(--green);min-height:30px;margin-top:9px}.helper{font-size:10px;color:var(--muted);margin:0 0 18px;line-height:1.7}.format-note{font-size:11px;color:#53634f;background:#edf3e8;padding:12px;border-radius:8px;line-height:1.8;margin-bottom:20px}.conversion-summary{padding:23px 0;margin-top:4px}.conversion-summary h3{font-size:12px;margin-bottom:12px}.conversion-summary dl{margin:0;display:grid;gap:8px}.conversion-summary dl>div{display:flex;justify-content:space-between;gap:12px;font-size:12px}.conversion-summary dt{color:var(--muted)}.conversion-summary dd{margin:0;font-weight:650}.processing-location{font-size:10px;color:var(--muted);line-height:1.8;margin:12px 0 0}#cancel{margin-top:10px}#progress-area{margin-top:22px}#progress-label{display:block;font-size:12px;overflow-wrap:anywhere}progress{width:100%;height:10px;margin-top:12px;accent-color:var(--green)}.privacy-note{display:block;text-align:center;font-size:11px}.format-section{margin-bottom:35px}.format-section>.muted{font-size:13px}.table-scroll{overflow:auto;border:1px solid var(--line);border-radius:10px;background:white}table{width:100%;border-collapse:collapse;min-width:720px;font-size:12px}th,td{padding:16px;text-align:left;vertical-align:top;border-bottom:1px solid var(--line)}thead{background:#edf3e8}thead th{font-size:11px;color:#3e5948}tbody th{font-weight:600;white-space:nowrap}td{color:var(--muted);line-height:1.8}tr:last-child td,tr:last-child th{border-bottom:0}.knowledge p{color:#526158}.limit-card{padding:22px;border:1px solid #d5e0cc;border-radius:10px;background:#f8faf5}.limit-card dl{display:grid;gap:12px;margin:14px 0 0}.limit-card dl>div{display:flex;justify-content:space-between;gap:15px;font-size:12px}.limit-card dt{color:var(--muted)}.limit-card dd{margin:0;font-weight:650;color:var(--green)}.source-note{line-height:1.9}select:focus-visible,.table-scroll:focus-visible{outline:3px solid #ad7c18;outline-offset:3px}
@media(max-width:1100px){.category-tabs{grid-template-columns:repeat(4,minmax(0,1fr))}.file-workspace{grid-template-columns:minmax(0,1fr) 300px}.upload-panel,.settings-panel{padding:22px}.drop-zone{min-height:255px;padding:24px}.drop-zone strong{font-size:18px}.file-row{gap:10px}.file-mark{min-width:35px}.file-actions{gap:3px}}
@media(max-width:760px){.category-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.category-tabs label>span{min-height:68px;padding:11px 10px}.category-tabs strong{font-size:12px}.category-tabs small{font-size:9px}.file-workspace{grid-template-columns:1fr}.settings-panel{border-left:0;border-top:1px solid var(--line);padding:22px}.upload-panel{padding:20px}.drop-zone{padding:24px 16px;min-height:250px}.drop-zone strong{font-size:18px}.empty-state{padding:28px 12px}.accepted{margin-bottom:20px}.privacy-note{text-align:left}.file-row{flex-wrap:wrap}.file-actions{margin-left:auto}.settings-panel .processing-location,.helper,.field small{font-size:11px}.format-note{font-size:12px}.settings-panel .button{min-height:46px}}
@media(max-width:420px){.category-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.category-tabs label>span{min-height:65px}.drop-zone>span:not(.upload-icon):not(.choose-label){font-size:11px}.file-actions .small{padding:7px 9px}.file-mark{display:none}.file-details{flex-basis:150px}.limit-card{padding:16px}.limit-card dl>div{font-size:11px}}

@media(max-width:760px){.category-tabs{display:flex;overflow-x:auto;padding:4px 3px 9px;gap:8px;scrollbar-width:thin;max-width:100%}.category-tabs label{flex:0 0 128px}.category-tabs label>span{min-height:68px}.file-workspace{scroll-margin-top:20px}}

.settings-shortcut{display:none}@media(max-width:760px){.settings-shortcut{display:inline;font-size:11px;margin-left:auto}.list-toolbar{flex-wrap:wrap;gap:8px 12px}}
