body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.home-container{background-color:#fff;font-family:DM Sans,sans-serif;min-height:100vh}.navbar{align-items:center;border-bottom:1px solid #000;display:flex;justify-content:space-between;padding:1rem 2rem}.navbar h1{color:#000;font-size:1.5rem;font-weight:700;margin:0}.sign-in-button{background-color:#f3f4f6;border:none;border-radius:.375rem;color:#000;font-weight:500;padding:.5rem 1rem;text-decoration:none}.main-content{display:flex;gap:2rem;margin:0 auto;max-width:1200px;padding:2rem}.left-section{display:flex;flex:1 1;flex-direction:column;gap:2rem}.url-shortener{background-color:#fff;border:1px solid #000;border-radius:.5rem;padding:1.5rem}.url-input-container{display:flex;flex-direction:column;gap:1rem;padding:0 1.5rem}.url-input,.url-input-container{box-sizing:border-box;width:100%}.url-input{border:1px solid grey;border-radius:.375rem;font-size:1rem;padding:.75rem}.url-input.error{border-color:#e94444}.error-message{font-size:.875rem;margin-top:-.5rem}.generate-button{background-color:#e94444;border:none;border-radius:.375rem;box-sizing:border-box;color:#fff;cursor:pointer;font-weight:500;padding:.75rem;transition:background-color .2s;width:100%}.generate-button:hover:not(:disabled){background-color:#d43030}.generate-button:disabled{background-color:#ccc;cursor:not-allowed}.short-url-container{animation:fadeIn .3s ease-in-out;margin-top:1rem;padding:0 1.5rem}.short-url-box{align-items:center;background:#fff;border-radius:4px;box-shadow:0 2px 4px #0000001a;display:flex;padding:1rem}.short-url{color:#333;flex:1 1;font-size:1rem;margin:0;word-break:break-all}.highlight-url{background:none;border:none;box-shadow:none;color:#e94444;font-size:1.05rem;font-weight:700;margin-right:.5rem;padding:0;text-decoration:underline;transition:color .2s}.copy-btn{font-size:1.3rem;margin-left:.5rem;min-height:40px;min-width:40px;transition:background-color .2s}.copy-btn span{color:#fff;font-size:1.3rem;line-height:1}.copy-btn:hover{background:#d43030}.contact-section{background-color:#fff;border:1px solid #000;border-radius:.5rem;padding:1.5rem}.contact-section h2{font-size:1.25rem;font-weight:500;margin-bottom:1.5rem;padding:0 1.5rem}.contact-form{box-sizing:border-box;gap:1rem;padding:0 1.5rem;width:100%}.contact-form input,.contact-form textarea{border:1px solid grey;border-radius:.375rem;box-sizing:border-box}.contact-form textarea{min-height:100px}.right-section{flex:1 1}.carousel-container{background-color:#fff;border:1px solid #000;border-radius:.5rem;cursor:pointer;display:flex;flex-direction:column;height:500px;overflow:hidden;padding:2rem;position:relative;text-align:center}.carousel-content{height:350px;margin-bottom:1rem;position:relative}.carousel-slide{border-radius:.5rem;box-sizing:border-box;cursor:pointer;display:none;left:0;opacity:0;padding:1rem 2rem;position:absolute;top:0;transition:opacity .5s ease-in-out;width:100%}.carousel-slide:hover{background-color:#e944440d}.carousel-slide.active{display:block;opacity:1}.progress-bar{background-color:#e2e8f0;height:4px;left:0;position:absolute;top:0;width:100%;z-index:1}.progress{background-color:#e94444;height:100%;transition:width .03s linear}.carousel-slide h2{color:#000;font-size:1.5rem;margin-bottom:.5rem}.carousel-slide h2,.carousel-slide p{position:relative;text-align:center;z-index:2}.carousel-slide p{color:#e94444;line-height:1.5;margin-bottom:1rem}.carousel-image{background-color:#fff;border:1px solid #000;border-radius:8px;display:block;height:auto;margin-bottom:1rem;margin-left:auto;margin-right:auto;max-height:200px;max-width:100%;object-fit:contain;padding:1rem;position:relative;z-index:2}.carousel-dots{display:flex;gap:.5rem;justify-content:center;margin-top:auto;padding-top:1rem;position:relative;z-index:2}.carousel-dot{background-color:#e2e8f0;border:none;border-radius:50%;cursor:pointer;height:8px;padding:0;transition:background-color .3s ease;width:8px}.carousel-dot.active{background-color:#e94444;border:none}.carousel-dot:hover{background-color:#e94444;opacity:.7}.popup-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.popup{background-color:#fff;border-radius:.5rem;max-width:400px;padding:2rem;text-align:center;width:90%}.popup h2{color:#000;font-size:1.25rem;font-weight:500;margin-bottom:1rem}.popup p{color:#666;line-height:1.5;margin-bottom:1.5rem}.popup-buttons{display:flex;flex-direction:column;gap:1rem}.sign-in-btn{background-color:#e94444;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-weight:500;padding:.75rem;text-decoration:none;transition:background-color .2s}.sign-in-btn:hover{background-color:#d43030}.continue-btn{background-color:#fff;border:1px solid #e94444;border-radius:.375rem;color:#000;cursor:pointer;font-weight:500;padding:.75rem;text-decoration:none}@media (max-width:1024px){.main-content{gap:1.5rem;padding:1.5rem}.carousel-container{height:450px}.carousel-content{height:300px}}@media (max-width:768px){.main-content{flex-direction:column;padding:1rem}.navbar{padding:1rem}.navbar h1{font-size:1.25rem}.carousel-container{height:400px;order:2}.contact-section{margin-top:2rem;order:3}.url-shortener{order:1}.carousel-content{height:250px}.carousel-slide h2{font-size:1.25rem}.carousel-slide p{font-size:.9rem}.carousel-image{max-height:150px}.short-url-box{flex-direction:column;gap:1rem}.copy-btn{margin-left:0;width:100%}}@media (max-width:480px){.navbar{flex-direction:column;gap:1rem;text-align:center}.url-input-container{padding:0 1rem}.contact-section{padding:1rem}.contact-form,.contact-section h2{padding:0 1rem}.carousel-container{height:350px}.carousel-content{height:200px}.carousel-slide h2{font-size:1.1rem}.carousel-slide p{font-size:.8rem}.carousel-image{max-height:120px}}.Toastify__toast{border-radius:4px;font-family:inherit;padding:1rem}.Toastify__toast--success{background:#232946;color:#fff}.Toastify__toast-icon{color:#fff!important}.Toastify__toast--error{background:#e94444}.Toastify__toast-body{color:#fff;font-size:.9rem}.brand-title{font-size:1.5rem;letter-spacing:1px}.brand-get{color:#000;font-weight:700}.brand-myurl{color:#e94444;font-weight:700;margin-left:2px}.mode-toggle{align-items:center;display:flex;gap:0;justify-content:center;margin-bottom:2rem}.mode-pill{background:#fff;border:1.5px solid #e94444;border-radius:999px;color:#000;cursor:pointer;font-size:1rem;font-weight:500;margin-right:-1.5px;outline:none;padding:.6rem 2.2rem;transition:background .2s,color .2s,border .2s;z-index:1}.mode-pill.selected{background:#e94444;border:1.5px solid #e94444;color:#fff;z-index:2}.mode-pill:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.mode-pill:last-child{border-bottom-left-radius:0;border-top-left-radius:0;margin-right:0}.manual-top-spacing{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.url-shortener.manual-wide{margin:0 auto;max-width:700px;width:100%}@media (max-width:900px){.url-shortener.manual-wide{max-width:100%;width:100%}}*{font-family:DM Sans,sans-serif}.login-container{align-items:center;background-color:#fff;display:flex;justify-content:center;min-height:100vh;padding:1rem}.login-form{border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:0 20px;max-width:400px;padding:2rem;width:100%}.login-form h1{color:#000;font-size:1.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1rem;width:100%}.form-group label{color:#000;padding:0 2px;text-align:left}.form-group input{border:1px solid #e2e8f0;border-radius:.375rem;box-shadow:0 1px 2px #0000000d;box-sizing:border-box;font-size:1rem}.form-group input:focus{border-color:#e94444;box-shadow:0 0 0 3px #e944441a}.login-button{background-color:#e94444;border:none;border-radius:.375rem;color:#fff;cursor:pointer;display:block;font-size:1rem;font-weight:500;margin:1.5rem 0;padding:.75rem;width:100%}.login-button:hover{background-color:#d43030}.forgot-password{background:none;border:none;color:#000;cursor:pointer;display:block;font-weight:400;font:inherit;margin-bottom:1rem;padding:0;text-align:left;text-decoration:underline}.create-account{color:#000;font-weight:400;margin-top:1rem;text-align:center}.create-account span{color:#e94444}.create-account a{color:#000;font-weight:400;text-decoration:none;transition:color .2s}.create-account a:hover{color:#e94444;text-decoration:underline}@media (max-width:480px){.login-form{margin:0 10px;padding:1.5rem}.login-form h1{font-size:1.25rem;margin-bottom:1.5rem}.form-group input,.login-button{font-size:.9rem;padding:.625rem}.create-account,.forgot-password{font-size:.9rem}}.password-group,.password-input-container{position:relative}.password-toggle{background:none;border:none;color:#666;font-size:14px;padding:0;position:absolute;right:10px;z-index:2}.password-toggle:hover{color:#333}.password-group input{padding-right:60px}.error-message{font-size:14px;margin-top:5px}.test-login-message{background-color:#fff3cd;border:1px solid #ffeeba;border-radius:4px;margin-bottom:20px;padding:15px;text-align:center}.test-login-message p{color:#856404;margin:0 0 10px}.test-login-button{background-color:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:700;padding:10px 20px;transition:background-color .3s}.test-login-button:hover{background-color:#218838}.dashboard-container{background:linear-gradient(135deg,#f5f7fa,#e4e8f0);min-height:100vh}.main-nav{animation:slideDown .3s ease-out;background-color:#fff;height:60px;left:0;position:fixed;right:0;z-index:1000}.nav-logo{height:40px;transition:transform .2s ease}.nav-right{align-items:center;display:flex;gap:1rem}.nav-btn{background-color:#f5f5f5;border:none;border-radius:4px;color:#333;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.nav-btn:hover{background-color:#e0e0e0}.logout-btn{background-color:#e94444;color:#fff}.logout-btn:hover{background-color:#d63939}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.dashboard-content{margin:0 auto;max-width:1200px;padding:2rem}.welcome-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;padding:.125rem}.welcome-section h2{color:#333;font-size:1.8rem;margin-bottom:.5rem}.welcome-section h3{color:#e94444;font-size:1.4rem;font-weight:500}.links-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem}.links-section h2{border-bottom:2px solid #e94444;color:#333;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.5rem}.links-list{display:flex;flex-direction:column;gap:1rem}.link-item{align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 2px 4px #0000000d;display:flex;justify-content:space-between;margin-bottom:.75rem;padding:1rem 1.5rem;transition:all .3s ease}.link-item:hover{border-color:#e94444;box-shadow:0 4px 8px #0000001a;transform:translateX(5px)}.link-url{color:#333;flex:1 1;font-size:.95rem;font-weight:500;margin-right:1rem;word-break:break-all}.link-actions{flex-shrink:0;gap:1rem}.copy-btn,.link-actions{align-items:center;display:flex}.copy-btn{background:#e94444;border:none;border-radius:4px;color:#fff;cursor:pointer;height:36px;justify-content:center;padding:.5rem;transition:all .3s ease;width:36px}.copy-btn:hover{background:#d63c3c;transform:scale(1.1)}.views-count{background:#f8f9fa;border-radius:6px;color:#666;font-size:.95rem;gap:.5rem;justify-content:center;min-width:100px;padding:.5rem .75rem}.loading,.views-count,.views-icon{align-items:center;display:flex}.loading{color:#666;flex-direction:column;gap:1rem;padding:2rem}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#e94444;height:40px;width:40px}.error{align-items:center;background:#fff3f3;border:1px solid #ffcdd2;border-radius:8px;color:#d32f2f;display:flex;gap:.5rem;padding:1rem}.error-icon{font-size:1.2rem}.no-links{align-items:center;color:#666;display:flex;flex-direction:column;gap:1rem;padding:2rem}.no-links-icon{font-size:2rem}.create-first-link{background:#e94444;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:all .3s ease}.create-first-link:hover{background:#d63c3c;transform:translateY(-2px)}.animate-fade-in{animation:fadeIn .5s ease-out}.animate-slide-up{animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.dashboard-content{padding:1rem}.links-section,.welcome-section{padding:1.5rem}.link-item{padding:1rem}.link-actions{gap:.75rem}.views-count{min-width:80px;padding:.5rem}.main-nav{height:48px;padding:0 1rem}.brand-title{font-size:1.1rem}.nav-links{gap:.5rem}.nav-links button{font-size:.85rem;padding:.4rem 1rem}}@media (max-width:480px){.main-nav{height:48px;padding:0 .75rem}.brand-title{font-size:1rem}.nav-links button{font-size:.8rem;padding:.35rem .85rem}.dashboard-content{padding:.75rem}.link-item{align-items:flex-start;flex-direction:column;gap:1rem}.link-url{margin-bottom:.5rem;margin-right:0}.link-actions{justify-content:space-between;width:100%}}.view-toggle{display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem}.toggle-btn{background:#fff;border:2px solid #e9ecef;border-radius:8px;box-shadow:0 2px 4px #0000000d;color:#666;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.toggle-btn:hover{border-color:#e94444;color:#e94444;transform:translateY(-2px)}.toggle-btn.active{background:#e94444;border-color:#e94444;color:#fff}.graph-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin:1rem 0;padding:1.5rem}.chart-wrapper{height:400px;margin-bottom:1.5rem;width:100%}.selected-link{background:#fff;box-shadow:0 4px 8px #0000001a;margin-top:1.5rem}.selected-link-content{align-items:center;display:flex;gap:1.5rem;justify-content:space-between}.selected-link .link-url{color:#333;flex:1 1;font-size:1.1rem;word-break:break-all}.selected-link .link-actions{align-items:center;display:flex;flex-shrink:0;gap:1rem}.selected-link .copy-btn{align-items:center;background:#e94444;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;padding:.5rem;transition:all .3s ease;width:36px}.selected-link .copy-btn:hover{background:#d63c3c;transform:scale(1.1)}.selected-link .views-count{align-items:center;background:#f8f9fa;border-radius:6px;color:#666;display:flex;font-size:1rem;gap:.5rem;justify-content:center;min-width:120px;padding:.5rem 1rem}.selected-link .views-icon{align-items:center;color:#e94444;display:flex;height:18px;width:18px}.recharts-tooltip-wrapper{background:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1rem}.recharts-tooltip-label{color:#e94444;font-weight:500}.recharts-tooltip-item{color:#666}.recharts-cartesian-axis-tick-value{fill:#666;font-size:.9rem}.recharts-cartesian-grid line{stroke:#e9ecef}.sort-options{display:flex;justify-content:center;margin-bottom:1.5rem}.sort-select{-webkit-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1em;border:2px solid #e9ecef;border-radius:8px;box-shadow:0 2px 4px #0000000d;color:#666;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 2.5rem .75rem 1.5rem;transition:all .3s ease}.sort-select:hover{border-color:#e94444;color:#e94444}.sort-select:focus{border-color:#e94444;box-shadow:0 0 0 2px #e9444433;outline:none}.custom-tooltip{background:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:.75rem 1rem}.tooltip-views{color:#e94444;font-size:.9rem;font-weight:500;margin:0}.recharts-bar-rectangle:hover{cursor:pointer;opacity:.8}.selected-link{background:#fff5f5;border:1px solid #e94444;border-radius:8px;margin-top:1rem;padding:1.5rem;transition:all .3s ease}.selected-link .link-url{color:#e94444;font-weight:500}.recharts-bar-rectangle{animation:barGrow .5s ease-out}@keyframes barGrow{0%{transform:scaleY(0);transform-origin:bottom}to{transform:scaleY(1);transform-origin:bottom}}.views-icon{color:#e94444;height:16px;width:16px}.custom-tooltip{animation:tooltipFade .2s ease-out}@keyframes tooltipFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.selected-link{margin-top:1rem;padding:1rem}.selected-link-content{gap:1rem}.selected-link .views-count{min-width:100px;padding:.5rem .75rem}}@media (max-width:480px){.selected-link-content{align-items:flex-start;flex-direction:column}.selected-link .link-url{font-size:1rem;margin-bottom:1rem}.selected-link .link-actions{justify-content:space-between;width:100%}}.toast{background-color:#333;border-radius:8px;bottom:20px;color:#fff;font-size:14px;left:50%;opacity:0;padding:12px 24px;position:fixed;transform:translateX(-50%);transition:opacity .3s ease-in-out;z-index:9999}.toast.show{opacity:1}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{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{box-sizing:border-box;height:0;width:0;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{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.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;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.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{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{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:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width: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{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.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);height:36px;width: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{height:44px;width: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{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;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{border-top:1px solid #ddd;height:0;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{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.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{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.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{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.app-container{background-color:#fff;display:flex;flex-direction:column;min-height:100vh}.main-nav{animation:slideInDown .5s ease-out}.main-nav:hover{box-shadow:0 2px 12px #0000001a}.brand-title{font-family:Righteous,cursive;transition:transform .3s ease}.brand-title:hover{transform:scale(1.05)}.brand-get{transition:color .3s ease}.brand-get:first-letter{font-size:1.2em}.brand-myurl{align-items:center;display:flex;gap:2px}.nav-links button{background:#0000;border:2px solid #e94444;border-radius:6px;color:#e94444;cursor:pointer;font-size:.9rem;font-weight:500;overflow:hidden;padding:.5rem 1.25rem;position:relative;transition:all .3s ease}.nav-links button:before{background:#ffffff1a;border-radius:inherit;content:"";height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:transform .3s ease;width:100%}.nav-links button:hover:before{transform:translate(-50%,-50%) scale(1)}.nav-links button:hover{background:#e94444;color:#fff;transform:translateY(-1px)}.contact-btn{background:#0000;border:2px solid #e94444;color:#e94444}.contact-btn:hover{background:#e94444;color:#fff;transform:translateY(-1px)}.dashboard-btn{background:#0000;border:2px solid #e94444;color:#e94444}.dashboard-btn:hover{background:#e94444;color:#fff;transform:translateY(-1px)}.logout-btn{background:#0000;border:2px solid #e94444!important;color:#e94444}.logout-btn:hover{background:#e94444;color:#fff;transform:translateY(-1px)}@media (max-width:768px){.main-nav{height:48px;padding:0 1rem}.brand-title{font-size:1.1rem}.nav-links{gap:.5rem}.nav-links button{font-size:.85rem;padding:.4rem 1rem}}@media (max-width:480px){.main-nav{height:48px;padding:0 .75rem}.brand-title{font-size:1rem}.nav-links button{font-size:.8rem;padding:.35rem .85rem}}.main-nav.scrolled{box-shadow:0 2px 12px #0000001a;height:48px}@keyframes slideInDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.content-container{background:#fff;display:flex;flex:1 1;flex-direction:column;gap:24px;margin:0 auto;max-width:1200px;min-height:100vh;padding:20px;width:100%}.customize-container{border-radius:12px;box-shadow:none;margin-bottom:0;padding:24px}.customize-container::-webkit-scrollbar{width:6px}.customize-container::-webkit-scrollbar-track{background:#0000}.customize-container::-webkit-scrollbar-thumb{background-color:#e94444;border-radius:3px}.customize-form{margin:0 auto;max-width:800px;width:100%}.form-content{padding-bottom:120px}.stats-container{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;margin-bottom:24px;padding:24px;width:100%}.stats-list{display:flex;flex-direction:column;gap:1rem;height:100%;overflow-y:auto;padding:1.5rem}.stats-list::-webkit-scrollbar{width:6px}.stats-list::-webkit-scrollbar-track{background:#0000}.stats-list::-webkit-scrollbar-thumb{background-color:#e94444;border-radius:3px}.stats-item{align-items:center;animation:fadeInUp .5s ease-out forwards;background:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 2px 4px #0000000d;display:flex;justify-content:space-between;margin-bottom:.75rem;opacity:0;padding:1rem 1.5rem;transform:translateY(20px);transition:all .3s ease}.stats-item:hover{border-color:#e94444;box-shadow:0 4px 8px #0000001a;transform:translateX(5px)}.stats-item .url{color:#333;flex:1 1;font-size:.95rem;font-weight:500;margin-right:1rem;word-break:break-all}.stats-item .views{background:#f8f9fa;border-radius:6px;color:#666;font-size:.95rem;gap:.5rem;margin-right:1rem;min-width:100px;padding:.5rem .75rem}.stats-item .copy-btn,.stats-item .views{align-items:center;display:flex;justify-content:center}.stats-item .copy-btn{background:#e94444;border:none;border-radius:4px;color:#fff;cursor:pointer;height:36px;margin-right:.75rem;padding:.5rem;transition:all .3s ease;width:36px}.stats-item .copy-btn:hover{background:#d63c3c;transform:scale(1.1)}.stats-item .options-btn{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .3s ease}.stats-item .options-btn:hover{color:#e94444;transform:scale(1.1)}.options-overlay{animation:fadeIn .2s ease-out;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:150px;position:absolute;right:0;top:100%;z-index:10}.options-overlay button{align-items:center;background:none;border:none;color:#333;cursor:pointer;display:flex;font-size:.9rem;gap:.75rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.options-overlay button:hover{background:#f8f9fa;color:#e94444}.options-overlay button svg{height:16px;width:16px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.stats-loading{color:#666;padding:2rem}.stats-error,.stats-loading{align-items:center;display:flex;font-size:.95rem;justify-content:center}.stats-error{background:#fff5f5;border-radius:8px;color:#dc3545;padding:1.5rem}.stats-empty{align-items:center;color:#666;display:flex;flex-direction:column;font-size:.95rem;justify-content:center;padding:2rem;text-align:center}@media (max-width:768px){.stats-item{padding:1rem}.stats-item .views{min-width:80px;padding:.5rem}}@media (max-width:480px){.stats-item{align-items:flex-start;flex-direction:column;gap:1rem}.stats-item .url{margin-bottom:.5rem;margin-right:0}.stats-item .views{margin-right:0}.stats-item .actions{align-items:center;display:flex;justify-content:space-between;width:100%}}.customize-nav{display:none}.customize-container{background:#fff;display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;overflow-y:auto;position:relative;width:100%}.customize-form{flex:1 1;overflow-y:auto;padding:2rem;position:relative;scrollbar-color:#e94444 #0000;scrollbar-width:thin}.customize-form::-webkit-scrollbar{width:6px}.customize-form::-webkit-scrollbar-track{background:#0000}.customize-form::-webkit-scrollbar-thumb{background-color:#e94444;border-radius:3px}.form-content{margin:0 auto;max-width:800px;padding-bottom:100px}.customize-form h2{word-wrap:break-word;color:#333;font-size:1.5rem;margin-bottom:2rem;padding:0 1rem;text-align:center}.form-group{position:relative}.form-group label{color:#333}.form-group input,.form-group select{border:1px solid #e2e8f0;border-radius:4px;font-size:1rem;padding:.75rem;width:100%}.form-group input.error-input{border-color:#f44336}.alias-container{display:flex;flex-direction:column;gap:8px;position:relative;z-index:2}.base-url{align-items:center;display:flex}.base-url-input{background:#f5f5f5;border:1px solid #e2e8f0;border-radius:4px;color:#666;cursor:not-allowed;font-size:1rem;padding:.75rem;width:100%}.alias-input-wrapper{align-items:center;display:flex;gap:.5rem;position:relative;width:100%}.alias-status-container{bottom:-20px;font-size:12px;left:0;position:absolute;width:100%}.alias-loading{align-items:center;color:#666;display:flex;font-style:italic;gap:8px}.alias-loading:before{animation:spin 1s linear infinite;border:2px solid #666;border-radius:50%;border-top-color:#0000;content:"";display:inline-block;height:12px;width:12px}.error-message{color:#e94444}.success-message{color:#4caf50}.error-input{border-color:#e94444!important}.alias-input{border:1px solid #ccc;border-radius:4px;flex:1 1;font-size:14px;padding:8px 12px}.alias-input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.add-alias-btn,.remove-alias-btn{align-items:center;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:20px;height:32px;justify-content:center;min-width:32px;padding:0;transition:all .2s ease}.add-alias-btn{background:#4caf50;color:#fff}.add-alias-btn:disabled{background:#ccc;cursor:not-allowed}.remove-alias-btn{background:#f44336;color:#fff}.add-alias-btn:not(:disabled):hover{background:#43a047}.remove-alias-btn:hover{background:#e53935}.button-content{align-items:center;display:flex;gap:8px;justify-content:center}.loader{animation:spin 1s ease-in-out infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}.location-btn{align-items:center;background:#e94444;display:flex;justify-content:center;transition:background .2s ease}.location-btn:hover:not(:disabled){background:#d43030}.location-btn:disabled{background:#ccc}.location-info{background:#f5f5f5;margin-top:8px;padding:12px}.location-info p{color:#333;font-size:14px;margin:4px 0}.edit-location-btn{background:#2196f3;border:none;border-radius:4px;cursor:pointer;margin-top:8px;padding:8px 16px;transition:background .2s ease}.edit-location-btn:hover{background:#1976d2}.expiration-inputs{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.expiration-inputs input[type=date]{border:1px solid #e2e8f0;border-radius:4px;font-size:1rem;min-width:200px;padding:.75rem}.clock-face select.error-input,.expiration-inputs input[type=date].error-input{border-color:#f44336}.clock-face,.time-picker{align-items:center;display:flex;width:100%}.clock-face{background:#fff;border-radius:4px;gap:.5rem;justify-content:space-between;padding:.5rem}.clock-face select{-webkit-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");background-position:right .7rem top 50%;background-repeat:no-repeat;background-size:.65rem auto;border:1px solid #e2e8f0;border-radius:4px;cursor:pointer;flex:1 1;font-size:1rem;max-width:120px;min-width:65px;padding:.75rem;text-align:center}.clock-face select:hover{border-color:#cbd5e0}.clock-face select:focus{border-color:#e94444;outline:none}.clock-face .time-separator{color:#4a5568;font-size:1.25rem;margin:0 .25rem;padding:0 .5rem}.generate-btn-container{background:#fff;bottom:0;box-shadow:0 -2px 10px #0000001a;left:0;padding:1rem;position:fixed;width:calc(100% - 432px);z-index:100}.generate-btn{background:#e94444;border:none;border-radius:4px;color:#fff;cursor:pointer;display:block;font-size:1rem;margin:0 auto;max-width:800px;padding:1rem;transition:background .2s ease;width:100%}.generate-btn:hover:not(:disabled){background:#d43030}.generate-btn:disabled{background:#ccc;cursor:not-allowed}.location-modal{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:8px;max-height:90vh;max-width:800px;overflow-y:auto;padding:1.5rem;width:90%}.modal-content h3{color:#333;margin-bottom:1rem}.radius-controls{flex-direction:column;margin-top:1rem}.radius-slider-container{display:flex;flex-direction:column;gap:.5rem}.radius-slider-container label{color:#666;font-size:.9rem}.radius-slider{width:100%}.unit-select{width:100px}.modal-buttons{display:flex;gap:1rem;margin-top:1rem}.cancel-btn,.save-btn{border:none;border-radius:4px;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .2s}.save-btn{background-color:#007bff;color:#fff}.save-btn:hover{background-color:#0056b3}.cancel-btn{background-color:#6c757d;color:#fff}.cancel-btn:hover{background-color:#5a6268}.customize-nav h1{color:#333;font-size:1.5rem;margin:0}.customize-nav .logout-btn{background:#e94444;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem}.customize-nav .logout-btn:hover{background:#d43030}@media (max-width:992px){.app-container{min-height:100vh;overflow-x:hidden}.content-container{flex-direction:column;gap:1rem;min-height:calc(100vh - 64px)}.content-container,.customize-container{box-sizing:border-box;height:auto;overflow:visible;padding:1rem;width:100%}.customize-container{flex:none;min-height:auto}.customize-form{min-height:0}.customize-form,.stats-container{box-sizing:border-box;height:auto;overflow:visible;padding:1rem;width:100%}.stats-container{max-height:none;order:2}.stats-list{max-height:none;overflow:visible;padding:.5rem}.generate-btn-container{background:#fff;bottom:0;box-shadow:0 -2px 4px #0000001a;box-sizing:border-box;left:0;padding:1rem;position:fixed;right:0;width:100%;z-index:1000}.form-content{padding-bottom:80px}.form-content,.form-group{box-sizing:border-box;width:100%}.form-group{margin-bottom:1rem}.form-group input,.form-group select{box-sizing:border-box;width:100%}}@media (max-width:768px){.main-nav{padding:.75rem 1rem}.content-container{gap:.75rem;padding:.75rem}.customize-container,.customize-form,.stats-container{padding:.75rem}.stats-list{padding:.5rem}.stats-item{flex-wrap:wrap;gap:.75rem;padding:.75rem}.form-group{margin-bottom:.75rem}.form-group input,.form-group select{font-size:.9rem;padding:.5rem}.generate-btn{font-size:.9rem;padding:.75rem}.clock-face{padding:.4rem}.clock-face select{font-size:.9rem;max-width:100px;min-width:50px;padding:.5rem}.clock-face .time-separator{font-size:1rem;padding:0 .25rem}}@media (max-width:480px){.app-container{overflow-x:hidden}.main-nav{padding:.5rem .75rem}.content-container{gap:.5rem;padding:.5rem}.customize-container,.customize-form,.stats-container{padding:.5rem}.stats-list{padding:.25rem}.stats-item{flex-wrap:wrap;gap:.5rem;padding:.5rem}.url{order:-1;width:100%}.generate-btn-container{padding:.75rem}.form-group label{font-size:.9rem}.form-group input,.form-group select{font-size:.85rem;padding:.4rem}.generate-btn{font-size:.85rem;padding:.6rem}.expiration-inputs{flex-direction:column;gap:.5rem}.expiration-inputs input[type=date]{min-width:100%;width:100%}.time-picker{flex-direction:column;gap:.5rem}.clock-face{justify-content:center;padding:.5rem;width:100%}.clock-face select{font-size:.85rem;max-width:80px;min-width:80px;padding:.4rem;width:80px}.clock-face .time-separator{font-size:.9rem;padding:0 .25rem}}@supports (-webkit-touch-callout:none){.app-container{min-height:-webkit-fill-available}.content-container{min-height:calc(-webkit-fill-available - 64px)}}@media (max-height:800px){.customize-form{padding:1rem}.form-content{padding-bottom:80px}}.dashboard-btn{background:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem}.dashboard-btn:hover{background:#0056b3}@media (max-width:768px){.nav-links{gap:.5rem}.dashboard-btn{font-size:.85rem;padding:.4rem .75rem}}.stats-title{color:#333;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.contact-btn{background:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:background .2s ease}.contact-btn:hover{background:#43a047}@media (max-width:768px){.contact-btn{font-size:.85rem;padding:.4rem .75rem}.stats-title{font-size:1.1rem;margin-bottom:.75rem}}@media (max-width:700px){.content-container{min-height:80vh;padding-bottom:.5rem}.customize-container{margin-bottom:.5rem;padding-bottom:.5rem}}.datetime-container{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;width:100%}.datetime-label{color:#333;font-size:14px;font-weight:500}.date-input{border:1px solid #ccc;border-radius:4px;font-size:14px;padding:8px 12px;width:100%}.time-input-container{align-items:center;display:flex;gap:.5rem}.time-input{border:1px solid #ccc;border-radius:4px;font-size:14px;padding:8px 12px;text-align:center;width:70px}.time-separator{color:#333;font-size:16px;font-weight:500}.ampm-select{background-color:#fff;border:1px solid #ccc;border-radius:4px;font-size:14px;padding:8px 12px;width:80px}@media (max-width:768px){.datetime-container{gap:.75rem}.time-input-container{flex-wrap:wrap}.ampm-select,.time-input{width:calc(33.33% - .5rem)}}.generated-link-container{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin:1rem 0;padding:1rem}.generated-link-box{align-items:center;background-color:#fff;border:1px solid #dee2e6;border-radius:4px;display:flex;gap:1rem;justify-content:space-between;padding:.75rem 1rem}.generated-link{color:#06c;flex:1 1;font-size:16px;word-break:break-all}.generated-link-box .copy-btn{align-items:center;background:none;border:none;border-radius:4px;color:#6c757d;cursor:pointer;display:flex;justify-content:center;padding:6px;transition:all .2s ease}.generated-link-box .copy-btn:hover{background-color:#f8f9fa;color:#06c}.generated-link-box .copy-btn:active{transform:scale(.95)}.location-controls{background-color:#f8f9fa;border-radius:8px;margin-top:1rem;padding:1rem}.location-info{display:flex;flex-direction:column;gap:.5rem}.location-actions{gap:1rem}.delete-location-btn,.edit-location-btn{padding:.5rem 1rem;transition:background-color .2s}.edit-location-btn{background-color:#007bff;color:#fff}.edit-location-btn:hover{background-color:#0056b3}.delete-location-btn{background-color:#dc3545;color:#fff}.delete-location-btn:hover{background-color:#c82333}.radius-controls{align-items:center;display:flex;gap:1rem;margin-top:.5rem}.radius-slider{-webkit-appearance:none;background:#ddd;border-radius:3px;flex:1 1;height:6px;outline:none}.radius-slider::-webkit-slider-thumb{-webkit-appearance:none;background:#007bff;border-radius:50%;cursor:pointer;height:18px;width:18px}.radius-input{width:80px}.radius-input,.unit-select{border:1px solid #ddd;border-radius:4px;padding:.5rem}.unit-select{background-color:#fff}.location-btn{background-color:#007bff;border:none;color:#fff;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .2s}.location-btn:hover{background-color:#0056b3}.location-btn:disabled{background-color:#ccc}.map-container{border:1px solid #ddd;border-radius:4px;height:400px;margin:1rem 0;overflow:hidden;width:100%}.map-container .leaflet-container{height:100%;width:100%}.password-input-container{align-items:center;display:flex;gap:.5rem;width:100%}.password-input-container input{flex:1 1}.password-toggle{background:#f0f0f0;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;white-space:nowrap}.password-toggle:hover{background:#e0e0e0}@media (max-width:768px){.password-toggle{font-size:.85rem;padding:.4rem .75rem}}.contact-container{background-color:#fff;font-family:DM Sans,sans-serif;min-height:100vh}.main-nav{background:#fff;box-shadow:0 2px 8px #0000000f;height:48px;justify-content:space-between;padding:0 2rem;position:sticky;top:0;transition:all .3s ease;z-index:100}.brand-title,.main-nav,.nav-left{align-items:center;display:flex}.brand-title{font-size:1.3rem;font-weight:700;gap:2px}.brand-get{color:#e94444}.brand-myurl{color:#333}.nav-links{align-items:center;display:flex;gap:1rem}.nav-btn{background:#0000;border:2px solid #e94444;border-radius:6px;color:#e94444;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1.25rem;transition:all .3s ease}.nav-btn:hover{background:#e94444;color:#fff;transform:translateY(-1px)}.nav-btn.logout-btn{background:#0000;border:2px solid #e94444;color:#e94444}.nav-btn.logout-btn:hover{background:#e94444;color:#fff;transform:translateY(-1px)}.nav-logo{cursor:pointer;height:32px;transition:transform .3s ease;width:auto}.nav-logo:hover{transform:scale(1.05)}.contact-content{margin:0 auto;max-width:800px;padding:2rem}.contact-form-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem}.contact-form-container h2{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form input,.contact-form textarea{border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:.75rem;transition:all .3s ease;width:100%}.contact-form input:focus,.contact-form textarea:focus{border-color:#e94444;box-shadow:0 0 0 3px #e944441a;outline:none}.contact-form textarea{min-height:150px;resize:vertical}.contact-form input.error,.contact-form textarea.error{background-color:#fff5f5;border-color:#e94444}.contact-form .error-message{color:#e94444;font-size:.875rem;margin-top:.25rem}.contact-form .success-message{background:#f0fff4;border-radius:8px;color:#48bb78;margin-top:1rem;padding:1rem;text-align:center}.submit-button{background:#0000;border:2px solid #e94444;border-radius:8px;color:#e94444;cursor:pointer;font-size:1rem;font-weight:500;margin-top:1rem;padding:.75rem;transition:all .3s ease;width:100%}.submit-button:hover{background:#e94444;color:#fff;transform:translateY(-1px)}.submit-button:disabled{background:#e2e8f0;border-color:#e2e8f0;color:#a0aec0;cursor:not-allowed;transform:none}@media (max-width:768px){.main-nav{padding:0 1rem}.nav-links{gap:.5rem}.nav-btn{font-size:.85rem;padding:.4rem 1rem}.contact-content{padding:1rem}.contact-form-container{padding:1.5rem}.contact-form-container h2{font-size:1.25rem;margin-bottom:1.5rem}}@media (max-width:480px){.main-nav{padding:0 .75rem}.nav-links{gap:.35rem}.nav-btn{font-size:.8rem;padding:.35rem .85rem}.brand-title{font-size:1.1rem}.contact-content{padding:.75rem}.contact-form-container{border-radius:8px;padding:1rem}.contact-form{gap:1rem}.contact-form input,.contact-form textarea,.submit-button{font-size:.9rem;padding:.625rem}}.auth-container{align-items:center;background-color:#f8f9fa;display:flex;justify-content:center;min-height:100vh;padding:1rem}.auth-box{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;max-width:400px;padding:2rem;width:100%}.auth-box h2{color:#333;font-size:1.5rem;font-weight:600;margin:0 0 1.5rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{color:#555;display:block;font-weight:500;margin-bottom:.5rem}.form-group input{border:1px solid #ddd;border-radius:4px;font-size:16px;padding:.75rem;transition:all .2s ease;width:100%}.form-group input:focus{border-color:#06c;box-shadow:0 0 0 2px #0066cc1a;outline:none}.location-btn{background-color:#f8f9fa;border:1px solid #ddd;border-radius:4px;color:#555;cursor:pointer;font-size:16px;padding:.75rem;transition:all .2s ease;width:100%}.location-btn:hover{background-color:#e9ecef}.location-btn:disabled{cursor:not-allowed;opacity:.7}.location-info{background-color:#e8f5e9;color:#2e7d32}.error-message,.location-info{border-radius:4px;font-size:.9rem;margin-bottom:1.5rem;padding:.75rem;text-align:center}.error-message{background-color:#ffebee;color:#c62828}.success-message{background-color:#e8f5e9;border-radius:4px;color:#2e7d32;font-size:.9rem;margin-bottom:1.5rem;padding:.75rem;text-align:center}.submit-btn{background-color:#06c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:.75rem;transition:all .2s ease;width:100%}.submit-btn:hover:not(:disabled){background-color:#0052a3}.submit-btn:disabled{background-color:#ccc;cursor:not-allowed}.submit-btn.loading{color:#0000;position:relative}.submit-btn.loading:after{animation:button-loading-spinner .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;content:"";height:20px;left:50%;margin:-10px 0 0 -10px;position:absolute;top:50%;width:20px}@keyframes button-loading-spinner{0%{transform:rotate(0turn)}to{transform:rotate(1turn)}}@media (max-width:480px){.auth-box{padding:1.5rem}.auth-box h2{font-size:1.25rem}}.location-controls{display:flex;flex-direction:column;gap:1rem}.location-details{color:#666;font-size:.9rem;margin-top:.5rem}.location-actions{display:flex;gap:.5rem}.delete-location-btn,.edit-location-btn{border:none;border-radius:4px;cursor:pointer;flex:1 1;font-size:.9rem;padding:.5rem;transition:all .2s ease}.edit-location-btn{background-color:#e3f2fd;color:#1976d2}.edit-location-btn:hover{background-color:#bbdefb}.delete-location-btn{background-color:#ffebee;color:#d32f2f}.delete-location-btn:hover{background-color:#ffcdd2}.App{text-align:center}.content-fade-enter{opacity:0}.content-fade-enter-active{opacity:1;transition:opacity .2s ease-in}.content-fade-exit{opacity:1}.content-fade-exit-active{opacity:0;transition:opacity .2s ease-out}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.d44d13eb.css.map*/