:root{--icr-color-bg: #0b0b0f;--icr-color-surface: #15151b;--icr-color-text: #f5f7fb;--icr-color-muted: #9aa3b2;--icr-color-primary: #6f61ff;--icr-color-secondary: #5ce1e6;--icr-color-border: rgba(255, 255, 255, .12);--icr-radius-sm: 10px;--icr-radius-md: 18px;--icr-radius-lg: 28px;--icr-radius-xl: 40px;--icr-space-1: 4px;--icr-space-2: 8px;--icr-space-3: 12px;--icr-space-4: 16px;--icr-space-5: 24px;--icr-space-6: 32px;--icr-space-7: 48px;--icr-space-8: 64px;--icr-font-sans: Inter, system-ui, sans-serif}html,body,#root{margin:0;min-height:100%}body{font-family:var(--icr-font-sans);background:var(--icr-color-bg);color:var(--icr-color-text)}.app-home{min-height:100vh;display:grid;place-items:center}.host-dashboard{display:flex;min-height:100vh;background:#f4f5f7}.host-dashboard__main{flex:1;min-width:0;min-height:100vh;padding:clamp(20px,3vw,32px);box-sizing:border-box}.host-sidebar{width:280px;flex-shrink:0;display:flex;flex-direction:column;background:#fff;border-right:1px solid #e8eaed;padding:20px 14px 24px;box-sizing:border-box}.host-sidebar__top{display:flex;flex-direction:column;gap:16px;margin-bottom:8px}.host-sidebar__brand{display:block;padding:4px 8px;text-decoration:none}.host-sidebar__logo{display:block;height:28px;width:auto;max-width:140px;object-fit:contain}.host-sidebar__property{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;margin:0;padding:14px 16px;border:0;border-radius:14px;background:#4285f4;color:#fff;font-family:inherit;cursor:pointer;text-align:left;transition:filter .15s ease}.host-sidebar__property:hover{filter:brightness(1.05)}.host-sidebar__property-text{display:flex;flex-direction:column;gap:2px;min-width:0}.host-sidebar__property-name{font-size:15px;font-weight:700;line-height:1.2}.host-sidebar__property-address{font-size:12px;font-weight:500;opacity:.92;line-height:1.25}.host-sidebar__property-chevron{flex-shrink:0;opacity:.95}.host-sidebar__nav{display:flex;flex-direction:column;gap:4px;padding-top:8px}.host-sidebar__nav--bottom{margin-top:auto;padding-top:12px}.host-sidebar__divider{height:1px;margin:12px 8px 8px;background:#e8eaed;border:0}.host-sidebar__link{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:10px;font-size:15px;font-weight:500;color:#1f2937;text-decoration:none;transition:background .15s ease,color .15s ease}.host-sidebar__link:hover{background:#f3f4f6}.host-sidebar__link--active{background:#f3f4f6;font-weight:600;box-shadow:inset 3px 0 #111827}.host-sidebar__icon{flex-shrink:0;color:#111827;opacity:.88}.host-sidebar__link--active .host-sidebar__icon{opacity:1}.host-placeholder{max-width:960px}.host-placeholder__title{margin:0 0 10px;font-size:clamp(22px,3vw,28px);font-weight:700;letter-spacing:-.02em;color:#111827}.host-placeholder__text{margin:0;font-size:15px;line-height:1.5;color:#6b7280}@media(max-width:900px){.host-dashboard{flex-direction:column}.host-sidebar{width:100%;border-right:0;border-bottom:1px solid #e8eaed}.host-sidebar__nav--bottom{margin-top:0}}:root{--hero-max-width: 1200px;--hero-side-gap: clamp(20px, 5vw, 48px)}.registration-page{min-height:100vh}.registration-hero{position:relative;min-height:100vh;overflow:hidden;isolation:isolate}.registration-hero__bg{position:absolute;inset:0;z-index:0;background-image:radial-gradient(90% 80% at 92% 86%,#ffffffe0,#d6e8ff66 38%,#fff0 58%),linear-gradient(135deg,#a30b42,#951040 10%,#7b46d1 32%,#4d6eea 52%,#3d81f5,#9ec0fc 88%,#d6e8ff);background-size:115% 115%;background-position:48% 50%;transform-origin:50% 50%;animation:registration-bg-drift 15s ease-in-out infinite alternate;will-change:transform,background-position}.registration-hero__inner{position:relative;z-index:1;width:min(960px,calc(100% - 30px));margin:0 auto;padding:clamp(34px,5vw,58px) 0 26px;display:flex;justify-content:center}@keyframes registration-bg-drift{0%{transform:scale(1.03) rotate(-1deg);background-position:40% 46%}50%{transform:scale(1.06) rotate(.65deg);background-position:52% 50%}to{transform:scale(1.03) rotate(-.8deg);background-position:62% 56%}}@media(prefers-reduced-motion:reduce){.registration-hero__bg{animation:none;transform:none}}.registration-card-wrap{position:relative;width:min(400px,100%);isolation:isolate}.registration-photo{position:absolute;border-radius:22px;object-fit:cover;box-shadow:0 14px 24px #10152747;pointer-events:none;z-index:1}.registration-photo--left-top{width:114px;height:58px;left:-76px;top:56px;transform:rotate(-16deg)}.registration-photo--left-mid{width:104px;height:50px;left:-64px;top:152px;transform:rotate(-10deg)}.registration-photo--right{width:144px;height:74px;right:-82px;top:64px;transform:rotate(-22deg)}.registration-card{margin:0;width:100%;position:relative;z-index:2;border-radius:42px;background:#ececef;padding:34px 28px 24px;display:grid;gap:10px;color:#1f2937}.registration-card h1{margin:0 0 10px;text-align:center;font-size:clamp(24px,3vw,30px);line-height:1.12;letter-spacing:-.02em}.registration-card label{display:block}.registration-card input{width:100%;border:0;outline:none;padding:10px 14px;border-radius:999px;background:#e2e2e5;color:#111827;font-size:16px;line-height:1.2;box-sizing:border-box}.registration-card input::placeholder{color:#111827e6}.registration-card__primary{border:0;margin-top:10px;border-radius:999px;padding:11px 16px;font-size:18px;font-weight:700;color:#f2f6ff;background:#4e84e7;cursor:pointer}.registration-card__oauth{border:0;border-radius:999px;padding:9px 14px;background:#e2e2e5;color:#111827;font-size:14px;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;font-family:inherit}.registration-card__oauth-icon{font-size:20px;font-weight:700;color:#4285f4}.registration-card__oauth-icon--apple{color:#111}.registration-card__login-link{margin-top:12px;text-align:center;font-size:18px;color:#1f2937}.registration-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.reg-hero__header{width:100%;display:flex;justify-content:center;background:#fff6;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.55);padding:12px 0;position:relative;z-index:1}.reg-hero__header-inner{width:min(var(--hero-max-width),calc(100% - var(--hero-side-gap) * 2));display:flex;align-items:center;justify-content:space-between}.reg-hero__brand{text-decoration:none}.reg-hero__brand img{display:block;width:155px;height:auto}.reg-hero__actions{display:flex;align-items:center;gap:10px}.reg-header-icon-btn{display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;text-decoration:none;cursor:pointer}.reg-header-icon-btn img{display:block;height:38px;width:auto}.reg-hero__accedi-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;border-radius:999px;background:#4e84e7;color:#fff;text-decoration:none;font-size:15px;font-weight:600;line-height:1.2}.reg-hero__accedi-pill img{display:block;width:22px;height:22px;object-fit:contain;filter:brightness(0) invert(1)}.registration-card__error{margin:-4px 0 4px;padding:10px 14px;border-radius:12px;background:#dc26261f;color:#b91c1c;font-size:14px;text-align:center}.registration-hero--confirm{display:flex;flex-direction:column;min-height:100vh}.registration-confirm__inner{position:relative;z-index:1;flex:1;display:flex;align-items:center;justify-content:center;padding:clamp(24px,5vw,48px) 16px 40px;width:100%;box-sizing:border-box}.registration-confirm-card{width:min(520px,100%);margin:0;background:#fff;border-radius:42px;padding:clamp(36px,6vw,52px) clamp(28px,5vw,44px);text-align:center;color:#111827;box-shadow:0 24px 48px #131a312e}.registration-confirm-icon{margin:0 auto 22px;display:flex;justify-content:center}.registration-confirm-card h1{margin:0 0 18px;font-size:clamp(22px,4vw,28px);font-weight:700;letter-spacing:-.02em;line-height:1.15}.registration-confirm-card__text{margin:0 0 14px;font-size:clamp(15px,2.5vw,17px);line-height:1.45;color:#1f2937}.registration-confirm-card__text:last-of-type{margin-bottom:0}.registration-confirm__resend{margin-top:22px;border:0;background:none;padding:0;font:inherit;font-size:16px;font-weight:600;color:#4e84e7;text-decoration:underline;cursor:pointer}.registration-confirm__resend:hover{color:#3a6fc9}.registration-confirm__continue-wrap{margin-top:22px}a.registration-confirm__continue{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:12px 22px;border-radius:999px;background:#4e84e7;color:#fff;font-size:16px;font-weight:700;text-decoration:none}a.registration-confirm__continue:hover{filter:brightness(1.06)}.reg-site-footer{background:#f0f0f3;color:#202431;padding:0 0 26px}.reg-site-footer__inner{width:min(var(--hero-max-width),calc(100% - var(--hero-side-gap) * 2));margin:0 auto}.reg-site-footer__top{border-top:1px solid #d5d7de;padding-top:26px;display:grid;grid-template-columns:180px 1fr 1fr 1fr 120px;gap:24px;align-items:start}.reg-site-footer__top img{width:120px;height:auto}.reg-site-footer__col h4{margin:0 0 10px;font-size:16px;color:#1f2533}.reg-site-footer__col a,.reg-site-footer__col p{margin:0 0 8px;display:block;color:#4d5567;font-size:14px;line-height:1.35;text-decoration:none}.reg-site-footer__social div{display:flex;gap:14px}.reg-site-footer__social a{width:20px;height:20px;border-radius:999px;color:#121a2b;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.reg-site-footer__social img{width:16px;height:16px;object-fit:contain}.reg-site-footer__bottom{margin-top:16px;padding-top:16px;border-top:1px solid #d5d7de;text-align:center;color:#666d7e;font-size:12px}@media(max-width:860px){.registration-hero__inner{width:min(640px,calc(100% - 24px))}.registration-card-wrap{width:min(520px,100%)}.registration-photo--left-top{left:-12px;top:40px}.registration-photo--left-mid{left:-10px;top:132px}.registration-photo--right{right:-10px;top:52px}}@media(max-width:640px){.registration-card{border-radius:30px;padding:30px 18px 22px}.registration-card h1{font-size:clamp(30px,9vw,42px);margin-bottom:12px}.registration-card input{font-size:clamp(21px,5.8vw,30px)}.registration-card__primary{font-size:clamp(24px,6.8vw,34px);padding:13px 18px}.registration-card__oauth{font-size:clamp(20px,6vw,30px);justify-content:flex-start;padding-inline:14px}.registration-card__oauth-icon{font-size:clamp(24px,7vw,34px)}.registration-card__login-link{font-size:clamp(24px,7vw,36px);margin-top:12px}.registration-photo--left-top,.registration-photo--left-mid,.registration-photo--right{width:92px;height:48px}}@media(max-width:1100px){.reg-site-footer__top{grid-template-columns:1fr 1fr}}@media(max-width:720px){.reg-hero__header-inner{flex-direction:column;align-items:flex-start;gap:14px}.reg-site-footer__top{grid-template-columns:1fr;gap:16px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.cr-page{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.cr-hero{position:relative;flex:1 1 auto;display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;isolation:isolate;overflow:hidden}.cr-hero__bg-outer{position:absolute;top:50%;left:50%;width:200vmax;height:200vmax;margin:-100vmax 0 0 -100vmax;z-index:0;transform:rotate(var(--cr-bg-rotate, 0deg));transform-origin:50% 50%;transition:transform 1.05s cubic-bezier(.33,1,.68,1);pointer-events:none}.cr-hero__bg{position:absolute;inset:0;background-image:radial-gradient(95% 85% at 96% 94%,#fff,#ffffffeb,#d6e8ff80 36%,#fff0 58%),radial-gradient(75% 60% at 6% 10%,#c41a56,#a30b42 26%,#a30b426b 48%,#a30b4200 68%),radial-gradient(145% 125% at 10% 8%,#b51a5c,#a30b42 12%,#7b46d1 34%,#3d81f5 58%,#8eb5f9 78%,#d6e8ff 92%,#eef4ff);background-size:115% 115%;background-position:48% 50%;transform-origin:50% 50%;animation:cr-bg-drift 18s ease-in-out infinite alternate}@keyframes cr-bg-drift{0%{transform:scale(1.02);background-position:42% 48%}to{transform:scale(1.05);background-position:56% 52%}}@media(prefers-reduced-motion:reduce){.cr-hero__bg-outer{transition:none}.cr-hero__bg{animation:none;transform:none}}.cr-hero__body{position:relative;z-index:1;flex:1 1 auto;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(16px,3vw,28px) 16px 32px;width:100%;box-sizing:border-box;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.cr-stepper{width:min(720px,100%);margin-bottom:clamp(20px,4vw,32px)}.cr-stepper__grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:clamp(8px,2vw,16px)}.cr-stepper__item{text-align:center}.cr-stepper__label{display:block;font-size:clamp(11px,2.8vw,13px);font-weight:600;color:#fffffff2;text-shadow:0 1px 2px rgba(0,0,0,.15);margin-bottom:8px;line-height:1.25;padding:0 4px}.cr-stepper__track{height:8px;border-radius:999px;background:#ffffff73;overflow:hidden}.cr-stepper__fill{height:100%;border-radius:999px;background:#4e84e7;transition:width .35s ease}.cr-card{width:min(520px,100%);background:#fff;border-radius:36px;padding:clamp(28px,5vw,40px) clamp(22px,4vw,36px);box-shadow:0 24px 56px #131a3133;color:#111827}.cr-card--personalize{width:min(560px,100%);padding:clamp(32px,5vw,44px) clamp(26px,4vw,40px)}.cr-card--plans{width:min(960px,100%);padding:clamp(26px,4vw,38px) clamp(16px,3vw,28px)}.cr-plan-toggle{display:flex;width:min(340px,100%);margin:0 auto;padding:4px;border-radius:999px;background:#e8e9ee;box-sizing:border-box}.cr-plan-toggle__btn{flex:1;border:0;border-radius:999px;padding:12px 14px;font-family:inherit;font-size:15px;font-weight:700;color:#111827;background:transparent;cursor:pointer;transition:background .2s ease,color .2s ease}.cr-plan-toggle__btn--active{background:#4b89f1;color:#fff}.cr-plans-grid{display:grid;grid-template-columns:1fr;gap:14px;margin-top:20px;width:100%}@media(min-width:768px){.cr-plans-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:12px}}.cr-plan-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:24px 18px 22px;border:0;border-radius:28px;background:#f2f2f2;font:inherit;color:#111827;box-sizing:border-box}.cr-plan-card--featured{background:linear-gradient(#f2f2f2,#f2f2f2) padding-box,linear-gradient(135deg,#c6053c,#a8204a 35%,#4285f4) border-box;border:2px solid transparent}.cr-plan-card__badge{position:absolute;top:14px;right:14px;left:auto;padding:5px 10px;border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.02em;line-height:1.2;text-align:center;color:#fff;background:linear-gradient(90deg,#c6053c,#4285f4)}.cr-plan-card__name{display:block;width:100%;padding-right:96px;font-size:clamp(17px,3.5vw,20px);font-weight:800;margin-bottom:6px;box-sizing:border-box}.cr-plan-card:not(.cr-plan-card--featured) .cr-plan-card__name{padding-right:0}.cr-plan-card__tagline{display:block;width:100%;margin:0 0 10px;font-size:14px;font-weight:700;color:#111827;line-height:1.35;text-align:left}.cr-plan-card__desc{margin:0 0 16px;font-size:13px;line-height:1.45;color:#6b7280;width:100%;text-align:left}.cr-plan-card__price{display:block;width:100%;font-size:clamp(16px,3.2vw,18px);font-weight:700;margin-bottom:10px;color:#111827;text-align:left}.cr-plan-card--silver .cr-plan-card__price{color:#e05c16}.cr-plan-card--gold .cr-plan-card__price{color:#c6053c}.cr-plan-card--platinum .cr-plan-card__price{color:#4285f4}.cr-plan-card__features{list-style:disc;margin:0;padding:0 0 0 1.25rem;width:100%;text-align:left;font-size:12.5px;line-height:1.45;color:#374151;box-sizing:border-box}.cr-plan-card__features li{margin-bottom:6px}.cr-plan-card__features li:last-child{margin-bottom:0}.cr-plan-card__select{display:inline-flex;align-items:center;justify-content:center;margin:0 0 22px;padding:12px 28px;border:0;border-radius:999px;background:#4285f4;color:#fff;font-family:inherit;font-size:14px;font-weight:700;letter-spacing:.02em;cursor:pointer;transition:filter .15s ease,transform .05s ease}.cr-plan-card__select:hover{filter:brightness(1.06)}.cr-plan-card__select:active{transform:scale(.98)}.cr-plan-card__select:focus{outline:none}.cr-plan-card__select:focus-visible{box-shadow:0 0 0 3px #4285f473}.cr-actions--only-back{justify-content:flex-start}.cr-actions--only-back .cr-btn{flex:0 1 auto}.cr-payment-summary{margin:0 0 16px;font-size:15px;line-height:1.55;color:#374151;text-align:center}.cr-payment-summary__amount{font-size:18px;font-weight:700;color:#111827}.cr-payment-hint{margin:0 0 22px;padding:14px 16px;border-radius:16px;background:#f3f4f6;font-size:14px;line-height:1.5;color:#6b7280;text-align:center}.cr-card__title{margin:0 0 22px;text-align:center;font-size:clamp(20px,4vw,26px);font-weight:700;letter-spacing:-.02em;line-height:1.15}.cr-toggle-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}.cr-toggle{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:18px 12px;border:0;border-radius:20px;cursor:pointer;font-family:inherit;font-size:15px;font-weight:600;transition:background .2s ease,color .2s ease;background:#e8e9ee;color:#6b7280}.cr-toggle--active{background:#4e84e7;color:#fff}.cr-toggle svg{width:32px;height:32px}.cr-toggle:not(.cr-toggle--active) svg{opacity:.55}.cr-field{margin-bottom:14px}.cr-field label{display:block;margin-bottom:6px;font-size:14px;font-weight:600;color:#374151}.cr-form-section{margin-top:20px;padding-top:20px;border-top:1px solid #e5e7eb}.cr-form-section__title{margin:0 0 14px;font-size:clamp(15px,3.4vw,16px);font-weight:700;color:#374151;text-align:center;line-height:1.3}.cr-input{width:100%;border:0;outline:none;padding:12px 16px;border-radius:999px;background:#e8e9ee;color:#111827;font-size:15px;line-height:1.3;box-sizing:border-box;font-family:inherit}.cr-input::placeholder{color:#9ca3af}.cr-pills{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:20px}.cr-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;border:2px solid transparent;background:#e8e9ee;color:#374151;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s,border-color .2s,color .2s}.cr-pill--active{background:#4e84e726;border-color:#4e84e7;color:#1e40af}.cr-pill__dot{width:10px;height:10px;border-radius:50%;background:#111827;flex-shrink:0}.cr-pill--active .cr-pill__dot{background:#4e84e7}.cr-map-wrap{margin-bottom:14px;border-radius:20px;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 4px 14px #0f172a0f}.cr-map-leaflet{z-index:1}.cr-map-leaflet .leaflet-container{font-family:inherit;background:#e8edf5}.cr-geocode-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:12px}.cr-btn--outline{flex:0 0 auto;padding:10px 18px;font-size:14px;font-weight:700;letter-spacing:.02em;border-radius:999px;border:2px solid #4e84e7;background:#fff;color:#4e84e7;cursor:pointer;font-family:inherit}.cr-btn--outline:hover:not(:disabled){background:#4e84e714}.cr-btn--outline:disabled{opacity:.55;cursor:not-allowed}.cr-geocode-hint{width:100%;margin:0;font-size:13px;color:#64748b;line-height:1.4}.cr-geocode-hint--error{color:#b91c1c}.cr-toggle__icon{width:40px;height:auto;max-height:34px;display:block;object-fit:contain}.cr-toggle:not(.cr-toggle--active) .cr-toggle__icon{filter:brightness(0) saturate(100%) invert(38%) sepia(9%) saturate(900%) hue-rotate(182deg) brightness(95%);opacity:.9}.cr-toggle--active .cr-toggle__icon{filter:none;opacity:1}.cr-actions{display:flex;gap:12px;margin-top:22px}.cr-actions--single{justify-content:stretch}.cr-actions--single .cr-btn{flex:1}.cr-actions--split{justify-content:space-between}.cr-btn{flex:1;border:0;border-radius:999px;padding:14px 20px;font-size:15px;font-weight:800;letter-spacing:.04em;cursor:pointer;font-family:inherit;text-align:center;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:filter .2s,transform .05s}.cr-btn:active{transform:scale(.99)}.cr-btn--next{background:#4e84e7;color:#fff}.cr-btn--next:hover{filter:brightness(1.05)}.cr-btn--back{background:#d91a5a;color:#fff}.cr-btn--back:hover{filter:brightness(1.05)}.cr-intro{margin:0 0 clamp(20px,4vw,28px);text-align:center;line-height:1.35}.cr-intro__lead{display:block;font-size:clamp(17px,3.8vw,20px);font-weight:700;color:#111827;margin-bottom:6px}.cr-intro__sub{display:block;font-size:clamp(12.5px,2.9vw,14.5px);font-style:italic;font-weight:400;color:#6b7280;max-width:36ch;margin:0 auto}.cr-upload-wrap{position:relative;margin:0 0 20px}.cr-upload{position:relative;display:flex;align-items:center;justify-content:center;margin:0;min-height:clamp(160px,28vw,200px);border-radius:24px;background:#e8e9ee;cursor:pointer;overflow:hidden;border:2px dashed transparent;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.cr-upload:hover{border-color:#4e84e759;background:#e2e4eb}.cr-upload:focus-visible{outline:2px solid #4e84e7;outline-offset:2px}.cr-upload--button{appearance:none;-webkit-appearance:none;width:100%;font:inherit;color:inherit;text-align:inherit}.cr-upload-file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cr-upload__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:24px 16px;pointer-events:none}.cr-upload__plus{font-size:clamp(44px,10vw,56px);font-weight:200;line-height:1;color:#fff;-webkit-user-select:none;user-select:none}.cr-upload__hint{font-size:13px;font-weight:600;color:#9ca3af}.cr-upload__preview{position:relative;z-index:1;width:100%;height:clamp(160px,28vw,200px);object-fit:cover;display:block;pointer-events:none}.cr-upload__banner-preview{display:block;width:100%;height:clamp(160px,28vw,200px);pointer-events:none}.cr-modal-overlay{position:fixed;inset:0;z-index:3000;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;background:#0f172a7a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.cr-modal{background:#fff;border-radius:24px;box-shadow:0 28px 60px #0f172a47;max-height:min(92vh,720px);overflow:auto;color:#111827}.cr-modal--choice{width:min(380px,100%);padding:26px 24px 18px}.cr-modal__title--choice{margin:0 0 8px;text-align:center;font-size:clamp(18px,4.2vw,22px);font-weight:700;letter-spacing:-.02em}.cr-modal__subtitle{margin:0 0 22px;text-align:center;font-size:14px;line-height:1.45;color:#6b7280}.cr-cover-choice-actions{display:flex;flex-direction:column;gap:12px}.cr-cover-choice-btn{width:100%;padding:16px 20px;border:0;border-radius:999px;background:#e8e9ee;color:#111827;font-family:inherit;font-size:16px;font-weight:700;cursor:pointer;transition:background .2s ease,transform .05s ease}.cr-cover-choice-btn:hover{background:#dde0e8}.cr-cover-choice-btn:active{transform:scale(.99)}.cr-modal__dismiss{display:block;width:100%;margin-top:16px;padding:12px;border:0;background:transparent;color:#6b7280;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer}.cr-modal__dismiss:hover{color:#374151}.cr-modal--banner{width:min(400px,100%);padding:12px 18px 24px}.cr-banner-modal__head{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;margin-bottom:16px}.cr-banner-modal__back{grid-column:1;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:0;border-radius:14px;background:transparent;color:#111827;font-size:32px;line-height:1;font-weight:400;cursor:pointer;font-family:inherit;padding:0}.cr-banner-modal__back:hover{background:#f3f4f6}.cr-banner-modal__title{grid-column:2;margin:0;text-align:center;font-size:clamp(16px,3.8vw,18px);font-weight:700;letter-spacing:-.02em}.cr-banner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:20px}.cr-banner-cell{position:relative;margin:0;padding:0;border:0;border-radius:14px;background:transparent;cursor:pointer;aspect-ratio:16 / 10;box-sizing:border-box;overflow:hidden;box-shadow:0 0 0 0 transparent;transition:box-shadow .2s ease,transform .05s ease;font:inherit}.cr-banner-cell:hover:not(.cr-banner-cell--selected){box-shadow:0 0 0 3px #4e84e759}.cr-banner-cell--selected{box-shadow:0 0 0 3px #4e84e7}.cr-banner-cell:active{transform:scale(.98)}.cr-banner-cell__swatch{position:absolute;inset:0;display:block;width:100%;height:100%;border-radius:0}.cr-banner-cell__check{position:absolute;top:6px;right:6px;width:24px;height:24px;border-radius:50%;background:#4e84e7;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #1e40af59;pointer-events:none}.cr-banner-modal__save{width:100%;flex:none!important;margin-top:4px}.cr-field--spaced{margin-bottom:16px}.cr-textarea-wrap{position:relative;margin-bottom:8px}.cr-textarea{width:100%;min-height:140px;resize:vertical;border:0;outline:none;padding:14px 16px 36px;border-radius:20px;background:#e8e9ee;color:#111827;font-size:15px;line-height:1.45;box-sizing:border-box;font-family:inherit}.cr-textarea::placeholder{color:#9ca3af}.cr-char-count{position:absolute;right:14px;bottom:10px;font-size:12px;font-weight:600;color:#9ca3af;pointer-events:none}.cr-footnote{margin-top:20px;max-width:min(560px,100%);text-align:center;font-size:13px;line-height:1.45;color:#ffffffeb;text-shadow:0 1px 2px rgba(0,0,0,.12);padding:0 12px}.cr-alert{margin:-8px 0 12px;padding:10px 14px;border-radius:12px;background:#dc26261f;color:#b91c1c;font-size:14px;text-align:center}.cr-done{text-align:center}.cr-done p{margin:0 0 20px;font-size:16px;line-height:1.5;color:#4b5563}.cr-done .cr-btn{max-width:280px;margin:0 auto}@media(max-width:520px){.cr-stepper__grid{grid-template-columns:1fr;gap:14px}.cr-stepper__item{text-align:left}.cr-toggle-row{grid-template-columns:1fr}}
