@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;color:#17251f;background:#f3f3ed;font-synthesis:none;--ink: #11201a;--muted: #6c7771;--cream: #fffdf8;--line: #e1e3dc;--green: #0f766e;--green-dark: #0b554f;--orange: #ff6740;--orange-pale: #fff0e8;--shadow: 0 16px 48px rgba(18, 35, 28, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;background:#f3f3ed}html.modal-open,body.modal-open{overflow:hidden}button,input,select{font:inherit}button{color:inherit;touch-action:manipulation}a{color:inherit}:focus-visible{outline:3px solid rgba(15,118,110,.28);outline-offset:2px}.app-shell{min-height:100vh}.topbar{height:68px;display:grid;grid-template-columns:minmax(260px,1fr) auto minmax(260px,1fr);align-items:center;padding:0 26px;background:#fffdf8f5;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{display:flex;align-items:center;gap:10px;border:0;background:none;padding:0;cursor:pointer;justify-self:start}.brand-mark{width:34px;height:34px;display:grid;place-items:center;color:#fff;background:var(--ink);border-radius:11px;box-shadow:inset 0 -3px 8px #ffffff14}.brand>span:nth-child(2){font:700 19px Manrope,sans-serif;letter-spacing:-.6px}.brand>span:nth-child(2) strong{color:var(--orange)}.brand em{font-style:normal;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--green);background:#e2f2ed;padding:4px 7px;border-radius:20px}.topbar nav{display:flex;align-items:center;gap:5px;background:#eeeee8;border-radius:12px;padding:4px}.topbar nav button{border:0;background:transparent;display:flex;align-items:center;gap:7px;border-radius:9px;padding:9px 14px;font-weight:600;font-size:13px;cursor:pointer;color:#737b76}.topbar nav button.active{color:var(--ink);background:var(--cream);box-shadow:0 2px 9px #0000000f}.nav-count{background:#dde0d9;border-radius:8px;min-width:20px;padding:2px 5px;font-size:10px}.api-status{justify-self:end;display:flex;align-items:center;gap:8px;color:#65716b;font-size:12px;font-weight:600}.api-status>span{width:8px;height:8px;border-radius:50%;background:#d5a324;box-shadow:0 0 0 4px #f7edcc}.api-status>span.online{background:#27a873;box-shadow:0 0 0 4px #daf0e7}.api-status>span.offline{background:#db5b44;box-shadow:0 0 0 4px #fae3dd}.topbar-account{justify-self:end;display:flex;align-items:center;gap:14px}.logout-button{min-height:34px;border:1px solid #dfe2db;border-radius:9px;padding:0 10px;display:flex;align-items:center;gap:6px;background:#f8f8f4;color:#66716b;cursor:pointer;font-size:10px;font-weight:700}.logout-button:hover{border-color:#d4b8b0;color:#a94533;background:#fff5f2}.logout-button span{max-width:90px;overflow:hidden;text-overflow:ellipsis}.auth-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:12px}.login-page{min-height:100vh;padding:32px 18px;display:grid;place-items:center;position:relative;overflow:hidden;background:radial-gradient(circle at 15% 10%,rgba(15,118,110,.16),transparent 34%),radial-gradient(circle at 86% 88%,rgba(255,103,64,.14),transparent 32%),#eef0e9}.login-page:before{content:"";position:absolute;inset:0;opacity:.27;pointer-events:none;background-image:linear-gradient(rgba(17,32,26,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(17,32,26,.08) 1px,transparent 1px);background-size:36px 36px;-webkit-mask-image:radial-gradient(circle,black,transparent 78%);mask-image:radial-gradient(circle,black,transparent 78%)}.login-card{width:min(430px,100%);position:relative;z-index:1;padding:34px 38px 28px;border:1px solid rgba(255,255,255,.82);border-radius:22px;background:#fffdf8f5;box-shadow:0 30px 90px #11201a29}.login-brand{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:28px;font:700 20px Manrope,sans-serif;letter-spacing:-.7px}.login-brand strong{color:var(--orange)}.login-shield{width:56px;height:56px;margin:0 auto 16px;display:grid;place-items:center;border-radius:17px;color:var(--green);background:#e3f2ee;box-shadow:inset 0 0 0 1px #0f766e1a}.login-eyebrow{margin:0 0 7px;color:var(--green);text-align:center;text-transform:uppercase;letter-spacing:1.5px;font-size:9px;font-weight:800}.login-card h1{margin:0;color:var(--ink);text-align:center;font:800 27px/1.2 Manrope,sans-serif;letter-spacing:-1px}.login-copy{max-width:320px;margin:10px auto 25px;color:var(--muted);text-align:center;font-size:11px;line-height:1.5}.login-card form{display:flex;flex-direction:column;gap:14px}.login-field{display:flex;flex-direction:column;gap:7px;color:#4c5a53;font-size:10px;font-weight:800}.login-input{min-height:45px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:0 12px;border:1px solid #d9ddd5;border-radius:11px;color:#83908a;background:#fff;transition:.16s}.login-input:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #0f766e17;color:var(--green)}.login-input input{min-width:0;width:100%;border:0;outline:0;color:var(--ink);background:transparent;font-size:12px}.login-input button{width:28px;height:28px;border:0;display:grid;place-items:center;color:#87918c;background:transparent;cursor:pointer}.login-error{padding:10px 11px;border:1px solid #f0d1c9;border-radius:9px;color:#aa402e;background:#fff2ee;font-size:10px;line-height:1.4}.login-submit{min-height:46px;margin-top:2px;border:0;border-radius:11px;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;background:var(--green);box-shadow:0 9px 24px #0f766e3b;cursor:pointer;font-size:12px;font-weight:800;transition:.16s}.login-submit:hover:not(:disabled){transform:translateY(-1px);background:var(--green-dark)}.login-submit:disabled{opacity:.58;cursor:not-allowed}.login-security{margin-top:23px;padding-top:18px;border-top:1px solid #e5e7e0;display:flex;align-items:center;justify-content:center;gap:7px;color:#83908a;font-size:9px}.search-page{display:grid;grid-template-columns:385px minmax(0,1fr);min-height:calc(100vh - 68px);max-width:1800px;margin:0 auto}.search-page>aside{background:var(--cream);border-right:1px solid var(--line)}.search-panel{padding:30px 26px 50px;display:flex;flex-direction:column;gap:18px;position:sticky;top:68px;max-height:calc(100vh - 68px);overflow-y:auto;scrollbar-width:thin}.eyebrow{display:flex;align-items:center;gap:7px;color:var(--orange);text-transform:uppercase;font-size:10px;font-weight:800;letter-spacing:1.6px}.search-panel h1,.history-heading h1{font:800 29px/1.14 Manrope,sans-serif;letter-spacing:-1.2px;margin:-6px 0 0;color:var(--ink)}.lead-copy{font-size:13px;line-height:1.55;color:var(--muted);margin:-8px 0 0}.mode-switch{background:#efefe9;display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;border-radius:12px}.mode-switch button{border:0;border-radius:9px;padding:10px 8px;background:transparent;display:flex;justify-content:center;align-items:center;gap:7px;color:#758079;font-weight:700;font-size:12px;cursor:pointer}.mode-switch button.active{background:#fff;color:var(--green);box-shadow:0 3px 12px #1a2d2414}.location-choice{min-width:0;margin:0;padding:0;border:0}.location-choice legend{margin-bottom:8px;color:#45524c;font-size:12px;font-weight:700}.location-options{display:grid;gap:6px}.location-options button{width:100%;min-height:54px;border:1px solid #dde0d9;border-radius:9px;padding:8px 9px;display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:9px;color:#65716b;background:#f8f8f4;text-align:left;cursor:pointer;transition:.16s}.location-options button:hover{border-color:#aac8c0;background:#f6fbf9}.location-options button.active{border-color:var(--green);color:var(--green);background:#eaf5f2;box-shadow:inset 0 0 0 1px #0f766e14}.location-option-icon{width:32px;height:32px;border-radius:8px;display:grid;place-items:center;color:#7b8680;background:#fff;box-shadow:inset 0 0 0 1px #e0e3dc}.location-options button.active .location-option-icon{color:#fff;background:var(--green);box-shadow:none}.location-options button>span:last-child{min-width:0;display:flex;flex-direction:column;gap:2px}.location-options strong{color:#33443c;font-size:10px}.location-options small{color:#858f8a;font-size:8px;line-height:1.35}.field{display:flex;flex-direction:column;gap:8px;font-size:12px;font-weight:700;color:#45524c}.field>input:not(.range),.field select,.tag-input{width:100%;border:1px solid #dcded7;border-radius:10px;background:#fff;min-height:42px;padding:0 12px;outline:none;color:var(--ink);transition:.2s}.field>input:focus,.field select:focus,.tag-input:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #0f766e17}.field-row{display:flex;justify-content:space-between;align-items:center}.field-row strong{color:var(--green);font-size:13px}.category-grid{display:flex;flex-wrap:wrap;gap:6px}.category{border:1px solid #e0e1da;background:#f8f8f3;color:#68736d;border-radius:20px;padding:6px 9px;font-size:10px;font-weight:700;cursor:pointer;transition:.15s}.category:hover{border-color:#a9c7bf;color:var(--green)}.category.active{color:#fff;border-color:var(--green);background:var(--green)}.tag-input{padding:6px 8px;display:flex;align-items:center;gap:5px;flex-wrap:wrap}.tag-input>span{display:flex;align-items:center;gap:3px;color:var(--green-dark);background:#e4f2ee;padding:5px 6px 5px 8px;border-radius:7px;font-size:10px}.tag-input>span button{border:0;background:none;display:grid;padding:0;cursor:pointer}.tag-input input{border:0;outline:none;min-width:110px;flex:1;font-size:11px}.type-picker-trigger{width:100%;min-height:58px;border:1px solid #d9ddd5;border-radius:11px;background:#fff;display:grid;grid-template-columns:35px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 10px;text-align:left;cursor:pointer;transition:.18s}.type-picker-trigger:hover{border-color:#95bbb2;box-shadow:0 0 0 3px #0f766e12}.type-picker-icon{width:35px;height:35px;border-radius:9px;display:grid;place-items:center;background:#e7f3f0;color:var(--green)}.type-picker-trigger>span:nth-child(2){display:flex;min-width:0;flex-direction:column;gap:2px}.type-picker-trigger strong{font-size:11px;color:var(--ink)}.type-picker-trigger small{color:#8b948f;font-size:8px}.type-picker-trigger em{color:var(--green);background:#e5f2ee;border-radius:12px;padding:5px 7px;font-style:normal;font-size:8px;font-weight:800;white-space:nowrap}.selected-type-summary{display:flex;flex-wrap:wrap;gap:5px}.selected-type-summary>span{display:flex;align-items:center;gap:4px;color:var(--green-dark);background:#e4f2ee;padding:5px 5px 5px 8px;border-radius:7px;font-size:9px;font-weight:600}.selected-type-summary>span button{border:0;background:transparent;display:grid;padding:0;cursor:pointer;color:var(--green)}.more-types{border:1px dashed #9abdb5;background:transparent;border-radius:7px;color:var(--green);padding:4px 7px;font-size:8px;font-weight:800;cursor:pointer}.type-modal-backdrop{position:fixed;inset:0;z-index:200;padding:26px;display:grid;place-items:center;background:#0a1611a3;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);animation:modal-fade .16s ease-out}.type-modal{width:min(1100px,96vw);height:min(790px,92vh);display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;overflow:hidden;background:#fbfcf8;border:1px solid rgba(255,255,255,.7);border-radius:20px;box-shadow:0 32px 90px #00000052;animation:modal-rise .2s ease-out}@keyframes modal-fade{0%{opacity:0}}@keyframes modal-rise{0%{transform:translateY(12px) scale(.985)}}.type-modal-header{min-height:112px;padding:22px 26px 16px;display:flex;justify-content:space-between;gap:20px;align-items:flex-start;border-bottom:1px solid #e2e5dd;background:#fff}.type-modal-header>div{display:flex;flex-direction:column;gap:4px}.modal-eyebrow{color:var(--orange);text-transform:uppercase;letter-spacing:1.2px;font-size:8px;font-weight:800}.type-modal-header h2{margin:0;font:800 25px/1.2 Manrope;letter-spacing:-.8px;color:var(--ink)}.type-modal-header p{margin:0;color:#7d8781;font-size:10px}.modal-close{width:35px;height:35px;border:1px solid #e0e3dc;background:#f7f8f4;border-radius:9px;display:grid;place-items:center;cursor:pointer;color:#65716a}.type-search{margin:14px 18px;min-height:46px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:0 14px;border:1px solid #d9ddd5;border-radius:11px;background:#fff;color:#87918b}.type-search:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #0f766e14}.type-search input{border:0;outline:0;font-size:11px;color:var(--ink);min-width:0}.type-search button{border:0;background:transparent;display:grid;color:#8d9691;cursor:pointer}.type-modal-body{display:grid;grid-template-columns:235px minmax(0,1fr);min-height:0;border-top:1px solid #e6e8e1}.type-categories{padding:10px;overflow-y:auto;background:#f1f2ed;border-right:1px solid #dfe2da;scrollbar-width:thin}.type-categories button{width:100%;border:0;background:transparent;min-height:35px;border-radius:8px;display:flex;justify-content:space-between;align-items:center;gap:8px;padding:7px 9px;color:#67736d;text-align:left;font-size:9px;font-weight:700;cursor:pointer}.type-categories button:hover{background:#ffffffb3;color:var(--green)}.type-categories button.active{color:var(--green-dark);background:#fff;box-shadow:0 3px 10px #12231c0f}.type-categories button em{min-width:25px;text-align:center;color:#929b96;background:#e4e6df;border-radius:8px;padding:3px 5px;font-style:normal;font-size:7px}.type-categories button.active em{color:var(--green);background:#e5f2ee}.type-results{display:grid;grid-template-rows:44px minmax(0,1fr);min-width:0;min-height:0;background:#fbfcf8}.type-results-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 17px;border-bottom:1px solid #e6e8e1;color:#89928d;text-transform:uppercase;letter-spacing:.7px;font-size:7px;font-weight:800}.type-results-toolbar button{border:0;background:transparent;color:var(--green);display:flex;align-items:center;gap:5px;text-transform:none;letter-spacing:0;font-size:8px;font-weight:700;cursor:pointer}.type-scroll{min-height:0;overflow-y:auto;padding:6px 17px 30px;scrollbar-width:thin}.type-category-section{padding-top:13px}.type-category-title{display:flex;align-items:center;gap:7px;margin-bottom:8px}.type-category-title h3{margin:0;font:750 12px Manrope;color:#33443c}.type-category-title>span{color:#83908a;background:#e8ebe4;border-radius:9px;padding:2px 6px;font-size:7px;font-weight:800}.type-option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.type-option{min-width:0;min-height:51px;border:1px solid #e0e3dc;border-radius:9px;padding:7px 8px;background:#fff;display:grid;grid-template-columns:19px minmax(0,1fr);align-items:center;gap:7px;text-align:left;cursor:pointer;transition:.13s}.type-option:hover:not(:disabled){border-color:#9cc1b8;background:#f7fcfa}.type-option.selected{border-color:var(--green);background:#eaf5f2;box-shadow:inset 0 0 0 1px #0f766e14}.type-option:disabled{opacity:.44;cursor:not-allowed}.type-checkbox{width:18px;height:18px;border:1px solid #cbd0c9;border-radius:5px;display:grid;place-items:center;color:#fff}.type-option.selected .type-checkbox{background:var(--green);border-color:var(--green)}.type-option>span:last-child{display:flex;min-width:0;flex-direction:column;gap:2px}.type-option strong{overflow:hidden;text-overflow:ellipsis;color:#34433c;font-size:8px;white-space:nowrap}.type-option small{overflow:hidden;text-overflow:ellipsis;color:#99a09c;font:6.5px monospace;white-space:nowrap}.type-no-results{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#98a09b}.type-no-results strong{color:#526159;font:700 13px Manrope;margin-top:8px}.type-no-results span{font-size:9px}.type-modal-footer{min-height:67px;padding:10px 18px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid #dde1d9;background:#fff}.clear-types{border:0;background:transparent;color:#7a8580;font-size:9px;font-weight:700;cursor:pointer}.type-modal-footer>div{display:flex;align-items:center;gap:16px}.type-modal-footer>div>span{color:#7b8680;font-size:9px}.type-modal-footer>div>span strong{color:var(--green);font-size:13px}.type-modal-footer>div>span.at-limit,.type-modal-footer>div>span.at-limit strong{color:var(--orange)}.apply-types{min-width:132px;border:0;border-radius:9px;padding:10px 15px;color:#fff;background:var(--green);box-shadow:0 6px 18px #0f766e33;font-size:10px;font-weight:800;cursor:pointer}.apply-types:hover{background:var(--green-dark)}.range{width:100%;accent-color:var(--orange);cursor:pointer}.area-field{padding:12px;border:1px solid #e2e4dd;border-radius:10px;background:#fafaf6}.area-note{margin-top:-2px;color:#7b8680;font-size:8px;font-weight:500;line-height:1.45}.coordinate-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.coordinate-row label{border:1px solid #e1e2dd;background:#f8f8f4;border-radius:9px;padding:6px 8px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:5px}.coordinate-row label span{font-size:8px;color:#89908c;text-transform:uppercase}.coordinate-row input{min-width:0;width:100%;border:0;background:transparent;outline:0;font-size:10px;font-weight:600}.two-fields{display:grid;grid-template-columns:1fr 1fr;gap:9px}.toggle-row{display:flex;gap:10px;align-items:flex-start;cursor:pointer}.toggle-row input{appearance:none;width:32px;height:18px;border-radius:12px;background:#daddd7;position:relative;margin:1px 0 0;flex:0 0 auto;transition:.2s}.toggle-row input:after{content:"";position:absolute;width:14px;height:14px;background:#fff;border-radius:50%;left:2px;top:2px;box-shadow:0 1px 3px #0003;transition:.2s}.toggle-row input:checked{background:var(--green)}.toggle-row input:checked:after{transform:translate(14px)}.toggle-row span{display:flex;flex-direction:column;gap:2px}.toggle-row strong{font-size:11px}.toggle-row small{color:#8a938e;font-size:9px;line-height:1.35}.primary-button{border:0;border-radius:11px;min-height:48px;color:#fff;background:var(--orange);box-shadow:0 9px 24px #ff674040;font-weight:700;font-size:13px;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:.2s}.primary-button:hover:not(:disabled){transform:translateY(-1px);background:#f55a32;box-shadow:0 12px 28px #ff674054}.primary-button:disabled{opacity:.65;cursor:wait}.billing-note{text-align:center;margin:-8px 8px 0;color:#9a9f9c;font-size:8px;line-height:1.4}.search-feedback{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:9px;padding:12px;border-radius:11px;font-size:10px;line-height:1.45}.search-feedback>div{min-width:0;display:flex;flex-direction:column;gap:2px}.search-feedback strong{color:var(--ink);font-size:11px}.search-feedback span{color:#6d7973}.search-feedback.loading{border:1px solid #cfe3dc;color:var(--green);background:#eef8f5}.search-feedback.error{grid-template-columns:auto minmax(0,1fr) auto;border:1px solid #f0c9bf;color:#b84832;background:#fff2ee}.search-feedback.error strong{color:#8e3323}.search-feedback.error>div>span{color:#9c5a4d}.feedback-close{width:30px;height:30px;margin:-6px -6px 0 0;border:0;display:grid;place-items:center;color:#a25142;background:transparent;border-radius:7px;cursor:pointer}.feedback-retry{grid-column:2 / 4;justify-self:start;min-height:34px;border:1px solid #e9b7aa;border-radius:8px;padding:0 10px;display:flex;align-items:center;gap:6px;color:#963c2b;background:#fff;cursor:pointer;font-size:9px;font-weight:800}.spinner{width:15px;height:15px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.spinner.dark{border-color:#d5ddd7;border-top-color:var(--green)}@keyframes spin{to{transform:rotate(360deg)}}.workspace{padding:20px 22px 70px;min-width:0}.map-section{background:var(--cream);border:1px solid var(--line);border-radius:17px;padding:8px;box-shadow:var(--shadow)}.map-topline{height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 9px 0 12px;font-size:11px;color:#77817b}.map-topline>div{display:flex;align-items:center;gap:7px}.map-topline span{font-weight:700;color:#46534d}.coordinate-pill{background:#eff1eb;border-radius:8px;padding:6px 9px;font:600 9px monospace;color:#66716b}.map-shell{height:390px;border-radius:12px;overflow:hidden;position:relative;background:#dfe7df}.map-canvas{position:absolute;inset:0}.map-error{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:12px;background:linear-gradient(145deg,#e6eee8,#d8e4dc);color:#3c5549;padding:30px}.map-error>div{display:flex;flex-direction:column;gap:3px;max-width:360px}.map-error strong{font:700 15px Manrope}.map-error span{font-size:11px;color:#687a70}.map-hint{position:absolute;z-index:2;left:13px;bottom:13px;background:#fffffff0;padding:8px 11px;border-radius:9px;box-shadow:0 4px 18px #0000001f;font-size:9px;font-weight:700;color:#4e5c55;pointer-events:none}.hint-dot{display:inline-block;width:7px;height:7px;background:var(--orange);border-radius:50%;margin-right:5px}.map-hint.inactive{color:#6f7974}.map-hint.inactive .hint-dot{background:#909994}.map-recenter{position:absolute;right:10px;bottom:22px;border:0;width:36px;height:36px;display:grid;place-items:center;background:#fff;border-radius:9px;box-shadow:0 4px 18px #00000026;cursor:pointer;color:var(--green)}.results-section{margin-top:30px}.filtered-count{margin:3px 0 0;color:var(--green);font-size:9px;font-weight:700}.results-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:15px;padding:0 3px}.section-kicker{color:var(--orange);text-transform:uppercase;letter-spacing:1.3px;font-size:8px;font-weight:800}.results-header h2,.history-detail-head h2{font:750 22px Manrope;letter-spacing:-.7px;margin:3px 0 0;color:var(--ink)}.view-switch{background:#e5e6df;padding:3px;border-radius:9px;display:flex}.view-switch button{border:0;background:transparent;border-radius:7px;padding:7px 10px;display:flex;align-items:center;gap:5px;font-size:9px;font-weight:700;color:#727c76;cursor:pointer}.view-switch button.active{background:#fff;color:var(--ink);box-shadow:0 2px 8px #0000000f}.place-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.place-card{background:var(--cream);border:1px solid var(--line);border-radius:14px;overflow:hidden;display:grid;grid-template-columns:132px minmax(0,1fr);min-height:210px;transition:.2s;cursor:pointer}.place-card:hover,.place-card.selected{border-color:#0f766e80;box-shadow:0 12px 36px #12231c1a;transform:translateY(-1px)}.place-card.selected{box-shadow:0 0 0 2px #0f766e1f,0 12px 36px #12231c1a}.place-image{position:relative;min-height:100%;background:#e7e9e2;overflow:hidden}.place-image img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.image-fallback{position:absolute;inset:0;display:grid;place-items:center;color:#92a099;background:radial-gradient(circle,#f1f2ed 0,#dfe4dc)}.place-number{position:absolute;left:8px;top:8px;background:#0f1e18d1;color:#fff;border-radius:6px;padding:4px 6px;font:700 8px monospace}.place-image-badges{position:absolute;top:8px;right:7px;display:flex;align-items:flex-end;flex-direction:column;gap:4px}.place-image-badges span{display:flex;align-items:center;gap:3px;border-radius:12px;padding:4px 6px;color:#fff;font-size:7px;font-weight:900;letter-spacing:.5px;box-shadow:0 3px 9px #0000002e}.new-badge{background:linear-gradient(135deg,#ff6b3d,#f43f5e)}.saved-badge{background:#0f766eed}.photo-credit{position:absolute;bottom:5px;left:6px;right:6px;color:#fff;font-size:6px;text-shadow:0 1px 3px black;text-decoration:none;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.place-content{padding:15px;min-width:0;display:flex;flex-direction:column}.place-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:7px}.type-label{font-size:8px;text-transform:uppercase;color:var(--green);font-weight:800;letter-spacing:.7px}.place-heading h3{font:750 16px/1.25 Manrope;letter-spacing:-.4px;color:var(--ink);margin:3px 0 0}.lead-badge{flex:0 0 auto;color:#c64627;background:var(--orange-pale);border:1px solid #ffd8c8;border-radius:20px;padding:5px 7px;font-size:7px;text-transform:uppercase;font-weight:800}.place-meta{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin-top:9px;color:#757f79;font-size:9px}.place-meta span{display:flex;align-items:center;gap:3px}.place-meta svg{color:#e9a820}.place-meta .open{color:#18825a;font-weight:700}.place-meta .closed{color:#ba4938;font-weight:700}.place-meta .service-badge{color:#6854b7;background:#eeeafb;border-radius:9px;padding:3px 5px}.address{display:flex;gap:6px;align-items:flex-start;color:#6b756f;line-height:1.4;font-size:9px;margin:10px 0}.address svg{flex:0 0 auto;color:var(--orange)}.contact-row{display:flex;flex-wrap:wrap;gap:7px 12px;margin-top:auto}.contact-row a,.contact-row .muted{display:flex;align-items:center;gap:4px;font-size:8px;color:var(--green);font-weight:700;text-decoration:none}.contact-row .muted{color:#9da39f}.place-crm-controls{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:11px;padding:8px;border:1px solid #e5e7e0;border-radius:9px;background:#f7f8f3}.place-crm-controls label{min-width:0;display:flex;flex-direction:column;gap:4px}.place-crm-controls label>span{display:flex;align-items:center;gap:4px;color:#7d8782;font-size:7px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.place-crm-controls select{width:100%;min-width:0;height:28px;border:1px solid #dfe2da;border-radius:6px;background:#fff;outline:none;color:#46534d;padding:0 5px;font-size:7px;font-weight:600}.place-crm-controls select:focus{border-color:var(--green)}.place-raw{margin-top:11px;border-top:1px solid #ecece6;padding-top:8px}.place-raw summary{list-style:none;display:flex;align-items:center;gap:4px;color:#818985;font-size:8px;cursor:pointer}.place-raw summary::-webkit-details-marker{display:none}.place-raw[open] summary svg{transform:rotate(180deg)}.place-raw pre{background:#101a16;color:#c5e6d8;border-radius:8px;max-height:250px;overflow:auto;padding:10px;font:8px/1.55 monospace;white-space:pre-wrap}.raw-panel,.history-json{border:1px solid #273832;border-radius:13px;overflow:hidden;background:#101a16;box-shadow:var(--shadow)}.raw-toolbar,.history-json>div{height:46px;padding:0 14px;border-bottom:1px solid #273832;display:flex;align-items:center;justify-content:space-between;color:#b9c9c2;font-size:10px;font-weight:700}.raw-toolbar span,.history-json>div{gap:7px}.raw-toolbar button{border:1px solid #405049;color:#d8e4df;background:#22302b;display:flex;align-items:center;gap:6px;border-radius:7px;padding:6px 9px;font-size:8px;cursor:pointer}.raw-panel pre,.history-json pre{margin:0;max-height:650px;overflow:auto;padding:18px;color:#b8e4d1;font:10px/1.6 SFMono-Regular,Consolas,monospace;white-space:pre-wrap;word-break:break-word}.empty-results{min-height:320px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;color:#8b948f}.empty-orbit{width:64px;height:64px;display:grid;place-items:center;border:1px dashed #bcc5bf;border-radius:50%;color:var(--orange);position:relative}.empty-orbit:after{content:"";position:absolute;width:82px;height:82px;border:1px solid #e1e4df;border-radius:50%}.empty-results h2{font:700 17px Manrope;color:#4a5851;margin:22px 0 4px}.empty-results p,.no-matches p{font-size:10px;max-width:320px;line-height:1.5}.no-matches{text-align:center;padding:60px;background:#eceee8;border-radius:13px;color:#68736d}.no-matches h3{color:var(--ink)}.query-builder{margin:0 0 13px}.query-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.query-toolbar>button{height:32px;border:1px solid #d9ddd6;border-radius:8px;background:var(--cream);padding:0 9px;display:flex;align-items:center;gap:5px;color:#606d67;font-size:8px;font-weight:800;cursor:pointer}.query-toolbar>button.active{border-color:var(--green);color:var(--green);background:#e9f4f1}.query-toolbar>button em{min-width:17px;border-radius:8px;padding:2px 4px;color:#fff;background:var(--green);font-style:normal;font-size:7px;text-align:center}.query-toolbar .clear-query{border:0;background:transparent;color:#8b948f}.query-panel{margin-top:7px;padding:10px;border:1px solid #dfe2db;border-radius:11px;background:#f8f9f5;box-shadow:0 8px 24px #12231c0f}.filter-group{padding:7px;border-radius:9px;background:#fff;border:1px solid #e1e4dd}.filter-group.depth-1{margin-left:18px;border-left:3px solid #68a99d;background:#fbfdfc}.filter-group.depth-2,.filter-group.depth-3{margin-left:18px;border-left:3px solid #f09875}.filter-group-head{display:flex;align-items:center;flex-wrap:wrap;gap:5px;color:#7b8580;font-size:8px}.filter-group-head select{height:26px;border:1px solid #dce0d8;border-radius:6px;background:#f5f7f3;color:var(--green-dark);padding:0 6px;font-size:8px;font-weight:800}.filter-group-head .icon-action{margin-left:auto}.filter-children{display:flex;flex-direction:column;gap:6px;margin-top:7px}.filter-rule{display:grid;grid-template-columns:minmax(105px,.9fr) minmax(95px,.8fr) minmax(130px,1.3fr) 28px;gap:5px;align-items:center}.filter-rule select,.filter-rule input,.sort-rule select{width:100%;min-width:0;height:29px;border:1px solid #dde1d9;border-radius:6px;background:#fff;color:#46524c;padding:0 6px;outline:none;font-size:8px}.filter-rule select:focus,.filter-rule input:focus,.sort-rule select:focus{border-color:var(--green)}.icon-action{width:27px;height:27px;border:0;border-radius:6px;display:grid;place-items:center;background:transparent;color:#8b948f;cursor:pointer}.icon-action:hover:not(:disabled){color:#c64d39;background:#fff0ec}.icon-action:disabled{opacity:.3;cursor:default}.filter-add-row{display:flex;gap:6px;margin-top:7px}.filter-add-row button,.add-sort{border:1px dashed #b7c3bd;border-radius:6px;background:transparent;color:var(--green);padding:6px 8px;display:flex;align-items:center;gap:4px;font-size:8px;font-weight:800;cursor:pointer}.sort-caption{margin-bottom:7px;color:#87918c;font-size:8px}.sort-rule{display:grid;grid-template-columns:22px minmax(120px,1fr) minmax(130px,1fr) 27px 27px 27px;gap:5px;align-items:center;margin-bottom:5px}.sort-priority{width:20px;height:20px;border-radius:6px;display:grid;place-items:center;color:#fff;background:var(--green);font-size:8px;font-weight:900}.add-sort{margin-top:8px}.app-notice{width:min(720px,calc(100% - 28px));margin:14px auto 0;padding:12px 12px 12px 14px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;border:1px solid #edc6bc;border-radius:12px;color:#a94531;background:#fff3ef;box-shadow:0 10px 28px #5a231614}.app-notice>div:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:2px}.app-notice strong{color:#873321;font-size:11px}.app-notice span{color:#985748;font-size:9px;line-height:1.4}.notice-actions{display:flex;align-items:center;gap:5px}.notice-actions button{border-radius:8px;cursor:pointer}.notice-retry{min-height:34px;border:1px solid #e5b7aa;padding:0 9px;display:flex;align-items:center;gap:5px;color:#913825;background:#fff;font-size:9px;font-weight:800}.notice-close{width:34px;height:34px;border:0;display:grid;place-items:center;color:#9e5b4d;background:transparent}.history-page{padding:58px 40px 80px;max-width:1480px;margin:0 auto}.history-heading{max-width:620px;display:flex;flex-direction:column;gap:15px;margin-bottom:38px}.history-heading h1{font-size:38px}.history-heading p{margin:-4px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.history-layout{display:grid;grid-template-columns:350px minmax(0,1fr);min-height:600px;background:var(--cream);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.history-list{border-right:1px solid var(--line);background:#fafaf6;padding:9px}.history-list-head{height:46px;display:flex;justify-content:space-between;align-items:center;padding:0 9px;color:#7f8983;font-size:9px;text-transform:uppercase;letter-spacing:1px;font-weight:800}.history-item{width:100%;border:0;background:transparent;border-radius:11px;padding:11px;display:grid;grid-template-columns:35px minmax(0,1fr) 8px;gap:10px;align-items:center;text-align:left;cursor:pointer;margin-bottom:3px}.history-item:hover{background:#f0f1eb}.history-item.active{background:#fff;box-shadow:0 5px 19px #14231c14}.history-icon{width:35px;height:35px;display:grid;place-items:center;border-radius:9px}.history-icon.nearby{color:var(--orange);background:var(--orange-pale)}.history-icon.text{color:var(--green);background:#e4f1ee}.history-copy{display:flex;flex-direction:column;min-width:0;gap:4px}.history-copy strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:10px;text-transform:capitalize}.history-copy small{color:#8d9691;font-size:8px}.status-dot{width:7px;height:7px;border-radius:50%;background:#ddb246}.status-dot.success{background:#2ba974}.status-dot.error{background:#d95845}.history-empty{color:#8d9691;text-align:center;padding:50px 10px;font-size:11px}.history-detail{min-width:0;padding:30px}.history-detail-head{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:24px}.history-detail-head h2{text-transform:capitalize}.history-detail-head p{color:#818b86;font-size:9px}.danger-button{border:1px solid #ecd2cb;color:#bd4b38;background:#fff5f2;border-radius:8px;padding:8px 10px;font-size:9px;font-weight:700;display:flex;align-items:center;gap:5px;cursor:pointer}.history-stats{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:11px;margin-bottom:18px}.history-stats div{padding:12px 14px;display:flex;flex-direction:column;gap:4px;border-right:1px solid var(--line)}.history-stats div:last-child{border-right:0}.history-stats span{color:#929995;text-transform:uppercase;font-size:7px;letter-spacing:.8px}.history-stats strong{font:700 16px Manrope}.history-stats strong.success{color:#168359;font-size:12px;text-transform:uppercase}.history-stats strong.error{color:#c24a38;font-size:12px;text-transform:uppercase}.history-json>div{justify-content:flex-start}.history-placeholder{height:100%;min-height:500px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#919b95;text-align:center}.history-placeholder h2{font:700 18px Manrope;color:#4f5d56;margin:15px 0 3px}.history-placeholder p{font-size:10px}.history-detail .results-section{margin-top:24px}.history-detail .place-grid{grid-template-columns:1fr}.bookmarks-page{padding:50px 38px 80px;max-width:1540px;margin:0 auto}.bookmarks-heading{max-width:650px;display:flex;flex-direction:column;gap:14px;margin-bottom:32px}.bookmarks-heading h1{margin:-5px 0 0;color:var(--ink);font:800 38px/1.12 Manrope;letter-spacing:-1.5px}.bookmarks-heading p{margin:-3px 0 0;color:var(--muted);max-width:610px;font-size:12px;line-height:1.55}.bookmarks-layout{display:grid;grid-template-columns:255px minmax(0,1fr);min-height:600px;align-items:start;gap:18px}.folder-sidebar{position:sticky;top:88px;padding:10px;border:1px solid var(--line);border-radius:14px;background:var(--cream);box-shadow:var(--shadow)}.folder-sidebar-head{height:40px;display:flex;align-items:center;justify-content:space-between;padding:0 6px 6px}.folder-sidebar-head>span{color:#7d8782;text-transform:uppercase;font-size:8px;font-weight:900;letter-spacing:1px}.folder-sidebar-head button{border:0;border-radius:7px;background:#e6f2ef;color:var(--green);padding:6px 7px;display:flex;align-items:center;gap:3px;font-size:8px;font-weight:800;cursor:pointer}.folder-row-wrap{position:relative}.folder-row{width:100%;min-height:42px;border:0;border-radius:9px;background:transparent;padding:6px 8px;display:grid;grid-template-columns:31px minmax(0,1fr) auto;align-items:center;gap:8px;text-align:left;cursor:pointer;color:#53615a}.folder-row:hover,.folder-row.active{background:#f0f2ec}.folder-row.active{color:var(--ink);font-weight:800;box-shadow:inset 3px 0 var(--green)}.folder-row>span:nth-child(2){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.folder-row em{color:#8b9590;background:#e6e9e2;border-radius:8px;min-width:21px;padding:3px 5px;text-align:center;font-style:normal;font-size:7px}.folder-icon{width:29px;height:29px;border-radius:8px;display:grid;place-items:center}.folder-icon.all{color:var(--green);background:#e4f2ee}.folder-icon.unfiled{color:#7b8580;background:#e9ebe5}.folder-divider{height:1px;margin:7px 5px;background:#e5e7e0}.edit-folder{position:absolute;right:32px;top:9px;width:25px;height:25px;border:0;border-radius:6px;display:none;place-items:center;color:#7f8984;background:#fff;box-shadow:0 2px 8px #00000014;cursor:pointer}.folder-row-wrap:hover .edit-folder{display:grid}.bookmarks-content{min-width:0}.bookmarks-content .results-section{margin-top:0}.bookmarks-loading{min-height:300px;display:flex;align-items:center;justify-content:center;gap:8px;color:#77827c;font-size:10px}.folder-modal-backdrop{position:fixed;inset:0;z-index:220;display:grid;place-items:center;padding:20px;background:#0a16119e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.folder-modal{width:min(440px,94vw);border-radius:17px;padding:20px;background:#fff;box-shadow:0 28px 80px #0000004d}.folder-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.folder-modal-head h2{margin:3px 0 0;color:var(--ink);font:800 21px Manrope;letter-spacing:-.7px}.folder-modal-head>button{width:32px;height:32px;border:1px solid #e0e3dc;border-radius:8px;display:grid;place-items:center;background:#f7f8f4;cursor:pointer}.folder-name-field{display:flex;flex-direction:column;gap:6px;margin-top:20px;color:#65716b;font-size:9px;font-weight:800}.folder-name-field input{height:40px;border:1px solid #d9ddd5;border-radius:8px;outline:none;padding:0 10px;color:var(--ink);font-size:10px}.folder-name-field input:focus{border-color:var(--green);box-shadow:0 0 0 3px #0f766e14}.folder-editor-label{margin:17px 0 7px;color:#65716b;font-size:9px;font-weight:800}.folder-icon-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:5px}.folder-icon-grid button{aspect-ratio:1;border:1px solid #e0e3dc;border-radius:8px;display:grid;place-items:center;background:#f8f9f5;color:#6f7b75;cursor:pointer}.folder-icon-grid button.active{color:#fff;border-color:var(--green);background:var(--green)}.folder-color-grid{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.folder-color-grid>button{width:26px;height:26px;border:3px solid white;border-radius:50%;box-shadow:0 0 0 1px #d9ddd5;cursor:pointer}.folder-color-grid>button.active{box-shadow:0 0 0 2px var(--ink)}.custom-color{display:flex;align-items:center;gap:5px;color:#79847e;font-size:8px;cursor:pointer}.custom-color input{width:27px;height:27px;border:0;padding:0;background:none}.folder-modal-actions{margin-top:23px;padding-top:14px;border-top:1px solid #e5e7e0;display:flex;align-items:center;justify-content:space-between;gap:10px}.folder-modal-actions>div{display:flex;gap:6px;margin-left:auto}.folder-modal-actions button{border-radius:8px;padding:8px 11px;font-size:9px;font-weight:800;cursor:pointer}.delete-folder{border:0;background:#fff0ec;color:#bd4c38;display:flex;align-items:center;gap:4px}.cancel-folder{border:1px solid #dfe2db;background:#fff;color:#66726c}.save-folder{border:0;background:var(--green);color:#fff}.save-folder:disabled{opacity:.45;cursor:not-allowed}@media(max-width:1100px){.place-grid{grid-template-columns:1fr}.topbar{grid-template-columns:1fr auto;-webkit-backdrop-filter:none;backdrop-filter:none}.topbar nav{order:3;position:fixed;right:12px;bottom:max(12px,env(safe-area-inset-bottom));left:12px;z-index:80;justify-content:center;box-shadow:0 8px 28px #0000002e}.topbar nav button{min-width:0;min-height:42px;flex:1 1 0;justify-content:center}.topbar-account{grid-column:2}.bookmarks-content .place-grid{grid-template-columns:1fr}}@media(max-width:800px){.search-page{min-width:0;grid-template-columns:minmax(0,1fr)}.search-page>aside{min-width:0;border-right:0}.search-panel{position:static;max-height:none;padding:26px 18px 34px}.workspace{padding:0 12px calc(92px + env(safe-area-inset-bottom))}.map-shell{height:360px}.history-page{padding:35px 14px 90px}.history-layout{grid-template-columns:1fr}.history-list{border-right:0;border-bottom:1px solid var(--line);max-height:300px;overflow:auto}.topbar{padding:0 14px}.brand em,.api-status{display:none}.topbar-account{gap:0}.type-modal-backdrop{padding:0}.type-modal{width:100%;height:100dvh;max-height:none;border-radius:0}.type-modal-body{grid-template-columns:180px minmax(0,1fr)}.type-option-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bookmarks-page{padding:35px 13px calc(92px + env(safe-area-inset-bottom))}.bookmarks-layout{grid-template-columns:1fr}.folder-sidebar{position:static}.folder-row-wrap .edit-folder{display:grid}}@media(max-width:520px){.login-card{padding:28px 22px 23px}.logout-button span{display:none}.topbar{height:60px}.brand{gap:7px}.brand-mark{width:32px;height:32px}.brand>span:nth-child(2){font-size:17px}.topbar nav{right:8px;left:8px;padding:3px;gap:2px}.topbar nav button{min-height:44px;padding:8px 5px;gap:5px;font-size:11px}.nav-count{min-width:18px;padding:2px 4px;font-size:8px}.search-panel{gap:16px;padding:24px 16px 30px}.search-panel h1{font-size:27px}.mode-switch button,.primary-button{min-height:48px}.type-picker-trigger{min-height:62px}.coordinate-row input{font-size:16px}.field>input:not(.range),.field select{font-size:16px}.place-card{grid-template-columns:1fr}.place-image{min-height:170px}.results-header{align-items:flex-start;gap:12px;flex-direction:column}.map-topline{align-items:flex-start;height:auto;padding:9px;gap:5px;flex-direction:column}.map-shell{height:320px}.map-hint{right:54px;bottom:10px;line-height:1.35}.map-recenter{bottom:10px}.history-detail{padding:18px}.history-detail-head{flex-direction:column}.type-modal-header{min-height:100px;padding:17px 16px 13px}.type-modal-header h2{font-size:20px}.type-search{margin:10px}.type-modal-body{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}.type-categories{display:flex;gap:5px;overflow-x:auto;overflow-y:hidden;border-right:0;border-bottom:1px solid #dfe2da;padding:7px}.type-categories button{flex:0 0 auto;width:auto;min-height:31px;gap:6px}.type-option-grid{grid-template-columns:1fr}.type-modal-footer{min-height:62px}.type-modal-footer>div{gap:8px}.apply-types{min-width:105px}.place-crm-controls{grid-template-columns:1fr}.filter-rule{grid-template-columns:1fr 1fr 28px}.filter-rule>:nth-child(3){grid-column:1 / 3;grid-row:2}.filter-rule>:nth-child(4){grid-column:3;grid-row:1}.filter-group.depth-1,.filter-group.depth-2,.filter-group.depth-3{margin-left:7px}.sort-rule{grid-template-columns:22px 1fr 27px 27px 27px}.sort-rule>select:nth-of-type(2){grid-column:2 / 6;grid-row:2}.bookmarks-heading h1{font-size:30px}.folder-icon-grid{grid-template-columns:repeat(4,1fr)}.app-notice{grid-template-columns:auto minmax(0,1fr);align-items:start}.notice-actions{grid-column:2;justify-content:space-between}.notice-close{margin-left:auto}.history-page{padding-bottom:calc(92px + env(safe-area-inset-bottom))}.history-stats{grid-template-columns:1fr}.history-stats div{border-right:0;border-bottom:1px solid var(--line)}.history-stats div:last-child{border-bottom:0}.no-matches{padding:42px 16px}}@media(max-width:380px){.topbar{padding:0 10px}.logout-button{width:40px;padding:0;justify-content:center;font-size:0}.topbar nav button{position:relative;flex-direction:column;gap:2px;padding:4px 3px;font-size:9px}.topbar nav button svg{width:16px;height:16px}.nav-count{position:absolute;margin:-19px 0 0 28px}.search-panel{padding-right:14px;padding-left:14px}.search-panel h1{font-size:25px;letter-spacing:-1px}.two-fields{grid-template-columns:1fr}.type-modal-header p,.type-modal-header .modal-eyebrow{display:none}.type-modal-footer{padding:8px 10px;gap:7px}.type-modal-footer>div{gap:5px}.type-modal-footer>div>span{font-size:8px}.apply-types{min-width:96px;padding:10px}.clear-types{max-width:70px;text-align:left}.app-notice{width:calc(100% - 20px)}.notice-retry{min-height:38px}.place-heading{flex-direction:column}.lead-badge{align-self:flex-start}.history-detail{padding:14px}.folder-modal{width:calc(100% - 20px);padding:16px}}
