:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;min-width:320px;min-height:100vh;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@media (max-width: 768px){*{-webkit-overflow-scrolling:touch}html{overflow-x:auto}.container,.wrapper,.content{overflow-x:auto;-webkit-overflow-scrolling:touch}}*{box-sizing:border-box}html{overflow-x:auto}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #4a5568}.modal-header h2{color:#e2e8f0;font-size:1.5rem;font-weight:600;margin:0}.modal-close{background:transparent;border:none;color:#a0aec0;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close:hover{background:#374151;color:#e2e8f0}.modal-close:focus{outline:2px solid #60a5fa;outline-offset:2px}.loading-overlay{position:fixed;inset:0;background:#1a2332e6;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.loading-overlay-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;color:#fff;text-align:center}.loading-overlay-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite;box-shadow:0 4px 20px #fff3}.loading-overlay-text{font-size:1.1rem;font-weight:500;opacity:.9}.input-loading{background:linear-gradient(90deg,#f7fafc 25%,#edf2f7,#f7fafc 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border:1px solid #e2e8f0;color:transparent;cursor:not-allowed}.button-loading{background:linear-gradient(90deg,#cbd5e0 25%,#a0aec0,#cbd5e0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;color:transparent;cursor:not-allowed;position:relative}.button-loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.fade-in{animation:fadeIn .5s ease-in-out}.slide-in-up{animation:slideInUp .5s ease-out}.slide-in-down{animation:slideInDown .5s ease-out}.scale-in{animation:scaleIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.loading-overlay-spinner{width:40px;height:40px;border-width:3px}.loading-overlay-text{font-size:1rem}}.toast-loading{position:fixed;top:20px;right:20px;background:linear-gradient(90deg,#f7fafc 25%,#edf2f7,#f7fafc 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px;padding:1rem 1.5rem;box-shadow:0 4px 20px #00000026;display:flex;align-items:center;gap:.75rem;z-index:1001;min-width:300px;max-width:500px;border-left:4px solid #cbd5e0}.toast-loading-icon{width:20px;height:20px;background:#cbd5e0;border-radius:50%;animation:pulse 1.5s infinite;flex-shrink:0}.toast-loading-message{flex:1;height:16px;background:#cbd5e0;border-radius:4px;animation:pulse 1.5s infinite}.toast-loading-close{width:20px;height:20px;background:#cbd5e0;border-radius:50%;animation:pulse 1.5s infinite;flex-shrink:0}@media (max-width: 768px){.toast-loading{top:10px;right:10px;left:10px;min-width:auto;max-width:none}}.toast-loading{position:fixed;top:20px;right:20px;background:#fff;border-radius:8px;padding:1rem 1.5rem;box-shadow:0 4px 20px #00000026;display:flex;align-items:center;gap:.75rem;z-index:1001;min-width:300px;max-width:500px;border-left:4px solid #e2e8f0}.toast-loading-icon{width:20px;height:20px;background:linear-gradient(90deg,#e2e8f0 25%,#f7fafc,#e2e8f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:50%;flex-shrink:0}.toast-loading-message{flex:1;height:16px;background:linear-gradient(90deg,#e2e8f0 25%,#f7fafc,#e2e8f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.toast-loading-close{width:20px;height:20px;background:#e2e8f0;border-radius:50%;flex-shrink:0;animation:pulse 1.5s infinite}.toast{position:fixed;top:20px;right:20px;background:#fff;border-radius:8px;padding:1rem 1.5rem;box-shadow:0 4px 20px #00000026;display:flex;align-items:center;gap:.75rem;z-index:1001;min-width:300px;max-width:500px;transition:all .3s ease;border-left:4px solid}.toast-success{border-left-color:#38a169;background:#f0fff4}.toast-error{border-left-color:#e53e3e;background:#fed7d7}.toast-warning{border-left-color:#d69e2e;background:#fefcbf}.toast-info{border-left-color:#3182ce;background:#ebf8ff}.toast-visible{opacity:1;transform:translate(0)}.toast-hidden{opacity:0;transform:translate(100%)}.toast-icon{font-size:1.2rem;flex-shrink:0}.toast-message{flex:1;color:#2d3748;font-weight:500}.toast-close{background:none;border:none;color:#718096;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;flex-shrink:0}.toast-close:hover{background:#0000001a;color:#2d3748}.toast-container-loading{position:fixed;top:20px;right:20px;z-index:1001;display:flex;flex-direction:column;gap:.5rem}.toast-container-loading-item{background:linear-gradient(90deg,#f7fafc 25%,#edf2f7,#f7fafc 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px;padding:1rem 1.5rem;box-shadow:0 4px 20px #00000026;display:flex;align-items:center;gap:.75rem;min-width:300px;max-width:500px;border-left:4px solid #cbd5e0}.toast-container-loading-icon{width:20px;height:20px;background:#cbd5e0;border-radius:50%;animation:pulse 1.5s infinite;flex-shrink:0}.toast-container-loading-message{flex:1;height:16px;background:#cbd5e0;border-radius:4px;animation:pulse 1.5s infinite}.toast-container-loading-close{width:20px;height:20px;background:#cbd5e0;border-radius:50%;animation:pulse 1.5s infinite;flex-shrink:0}@media (max-width: 768px){.toast-container-loading{top:10px;right:10px;left:10px}.toast-container-loading-item{min-width:auto;max-width:none}.toast{top:10px;right:10px;left:10px;min-width:auto;max-width:none}}.navigation-loading{background:linear-gradient(90deg,#1a2332 25%,#2d3748,#1a2332 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;min-height:80px;border-bottom:1px solid #2d3748;position:sticky;top:0;z-index:100}.navigation-loading .nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:80px}.navigation-loading .nav-brand-skeleton{display:flex;align-items:center;gap:.75rem}.navigation-loading .nav-logo-skeleton{width:24px;height:24px;background:#4a5568;border-radius:4px;animation:pulse 1.5s infinite}.navigation-loading .nav-title-skeleton{width:120px;height:20px;background:#4a5568;border-radius:4px;animation:pulse 1.5s infinite}.navigation-loading .nav-actions-skeleton{display:flex;gap:.75rem}.navigation-loading .nav-button-skeleton{width:80px;height:36px;background:#4a5568;border-radius:10px;animation:pulse 1.5s infinite}.navbar{background:#1a2332;border-bottom:1px solid #2d3748;padding:1rem 0;position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-brand{display:flex;align-items:center;gap:.75rem;color:#fff}.nav-logo{font-size:1.5rem}.nav-title{font-size:1.25rem;font-weight:600}.nav-actions{display:flex;align-items:center;gap:1rem}.auth-buttons{display:flex;gap:.75rem}.signin-btn,.signup-btn{padding:.75rem 1.5rem;border:none;border-radius:10px;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:.95rem}.signin-btn{background:#2563eb;color:#fff;border:1px solid #2563eb}.signin-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.signup-btn{background:#2563eb;color:#fff}.signup-btn:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.user-menu{display:flex;align-items:center;gap:1rem;color:#fff}.user-greeting{font-weight:500;font-size:.95rem}.guest-menu{display:flex;align-items:center;gap:1rem;color:#fff}.guest-indicator{display:flex;align-items:center;gap:.5rem}.guest-icon{font-size:1.2rem}.guest-text{font-weight:500;font-size:.9rem}.dashboard-link{padding:.5rem 1rem;background:#ffffff1a;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:all .3s ease;border:1px solid rgba(255,255,255,.3)}.dashboard-link:hover{background:#fff3;transform:translateY(-1px)}.logout-btn{padding:.75rem 1.5rem;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:10px;cursor:pointer;font-weight:500;transition:all .3s ease}.logout-btn:hover{background:#fff3;transform:translateY(-1px)}.guest-signout{background:#ef44441a;border-color:#ef44444d;color:#fca5a5}.guest-signout:hover{background:#ef444433;border-color:#ef444480}.mobile-nav{display:none}.mobile-menu-btn{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem}@media (max-width: 768px){.nav-container{padding:0 1rem}.desktop-nav{display:none}.mobile-nav{display:block}}@media (max-width: 480px){.nav-logo{font-size:1.25rem}.nav-title{font-size:1.1rem}}.mobile-sidebar-loading{position:fixed;top:0;right:0;height:100vh;width:320px;background:linear-gradient(145deg,#1a2332,#2d3748);box-shadow:-8px 0 32px #0000004d;border-left:1px solid rgba(255,255,255,.1);z-index:1000}.mobile-sidebar-loading-header{padding:2rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);background:linear-gradient(135deg,#2563eb,#1d4ed8);display:flex;justify-content:space-between;align-items:center}.mobile-sidebar-loading-title{width:150px;height:22px;background:linear-gradient(90deg,#fff3 25%,#fff6,#fff3 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.mobile-sidebar-loading-close{width:40px;height:40px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;animation:pulse 1.5s infinite}.mobile-sidebar-loading-content{padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.mobile-sidebar-loading-section{padding:1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;margin-bottom:1rem}.mobile-sidebar-loading-greeting{width:120px;height:18px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:1rem}.mobile-sidebar-loading-button{width:100%;height:48px;background:linear-gradient(90deg,#2563eb 25%,#3b82f6,#2563eb 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:12px;margin-bottom:1rem}.mobile-sidebar-overlay{position:fixed;inset:0;background:#0000;z-index:1000;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}.mobile-sidebar-overlay.active{opacity:1;visibility:visible;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mobile-sidebar{position:fixed;top:0;right:0;height:100vh;width:320px;background:linear-gradient(145deg,#1a2332,#2d3748);box-shadow:-8px 0 32px #0000004d;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);overflow-y:auto;border-left:1px solid rgba(255,255,255,.1)}.mobile-sidebar-overlay.active .mobile-sidebar{transform:translate(0)}.mobile-sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;position:relative;overflow:hidden}.mobile-sidebar-header:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}.mobile-sidebar-header h3{margin:0;font-size:1.4rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.2);z-index:1;position:relative}.mobile-sidebar-close{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:1.25rem;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease;z-index:1;position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.mobile-sidebar-close:hover{background:#fff3;transform:scale(1.05);box-shadow:0 4px 12px #0003}.mobile-sidebar-content{padding:2rem 1.5rem;height:calc(100vh - 100px);overflow-y:auto}.mobile-user-section,.mobile-guest-section,.mobile-auth-section{display:flex;flex-direction:column;gap:1rem;animation:slideInUp .5s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mobile-user-info,.mobile-guest-info{padding:1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;margin-bottom:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.mobile-user-info:before,.mobile-guest-info:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#2563eb,#60a5fa,#2563eb);background-size:200% 100%;animation:shimmer 2s infinite}.mobile-user-greeting{font-weight:600;color:#e2e8f0;font-size:1.1rem}.mobile-guest-indicator{display:flex;align-items:center;gap:.75rem;font-weight:600;color:#e2e8f0;font-size:1.1rem}.mobile-guest-icon{font-size:1.5rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.mobile-nav-link{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden}.mobile-nav-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.mobile-nav-link:hover:before{left:100%}.mobile-nav-link:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2563eb66}.mobile-nav-btn{display:flex;align-items:center;gap:1rem;padding:1.25rem;border:1px solid rgba(255,255,255,.1);border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:1rem;position:relative;overflow:hidden}.mobile-nav-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s}.mobile-nav-btn:hover:before{left:100%}.mobile-nav-btn:hover{transform:translateY(-2px)}.mobile-nav-btn.signin{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff}.mobile-nav-btn.signin:hover{box-shadow:0 8px 25px #2563eb66}.mobile-nav-btn.signup{background:linear-gradient(135deg,#059669,#10b981);color:#fff}.mobile-nav-btn.signup:hover{box-shadow:0 8px 25px #05966966}.mobile-nav-btn.guest{background:linear-gradient(135deg,#d97706,#f59e0b);color:#fff}.mobile-nav-btn.guest:hover{box-shadow:0 8px 25px #d9770666}.mobile-nav-btn.logout{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff}.mobile-nav-btn.logout:hover{box-shadow:0 8px 25px #dc262666}.mobile-nav-btn.guest-signout{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff}.mobile-nav-btn.guest-signout:hover{box-shadow:0 8px 25px #dc262666}.mobile-sidebar::-webkit-scrollbar{width:6px}.mobile-sidebar::-webkit-scrollbar-track{background:#ffffff0d}.mobile-sidebar::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.mobile-sidebar::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media (max-width: 480px){.mobile-sidebar{width:100%;border-left:none}.mobile-sidebar-header,.mobile-sidebar-content{padding:1.5rem}.mobile-nav-btn,.mobile-nav-link{padding:1rem;font-size:.95rem}}@media (max-width: 360px){.mobile-sidebar-header h3{font-size:1.2rem}.mobile-nav-btn,.mobile-nav-link{padding:.875rem;font-size:.9rem}}.url-form-loading{background:#2d3748;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000004d;margin-bottom:2rem;border:1px solid #4a5568}.url-form-loading-title{width:180px;height:24px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:1.5rem}.url-form-loading{background:#2d3748;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000004d;margin-bottom:2rem;border:1px solid #4a5568;position:relative;overflow:hidden}.url-form-loading:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#2563eb 25%,#60a5fa,#2563eb 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.url-form-loading-header{margin-bottom:1.5rem}.url-form-loading-title{width:180px;height:24px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.url-form-loading-fields{display:flex;flex-direction:column;gap:1rem}.url-form-loading-input-group{display:flex;gap:1rem;align-items:stretch}.url-form-loading-input{flex:1;height:48px;background:#1a2332;border:2px solid #4a5568;border-radius:12px;animation:pulse 1.5s infinite}.url-form-loading-button{width:180px;height:48px;background:linear-gradient(90deg,#2563eb 25%,#3b82f6,#2563eb 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:12px}.url-form-loading-description{width:100%;height:40px;background:#1a2332;border:2px solid #4a5568;border-radius:12px;animation:pulse 1.5s infinite}@media (max-width: 768px){.url-form-loading{padding:1.5rem}.url-form-loading-input-group{flex-direction:column;gap:.75rem}.url-form-loading-button{width:100%}}.url-form-section{background:#2d3748;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000004d;margin-bottom:2rem;border:1px solid #4a5568}.url-form-section h2{color:#e2e8f0;font-size:1.5rem;font-weight:600;margin:0 0 1.5rem}.url-form{margin:0}.form-fields{display:flex;flex-direction:column;gap:1rem}.input-group{display:flex;gap:1rem;align-items:stretch}.form-fields .shorten-btn{align-self:flex-end;width:auto;min-width:180px}.description-group{display:flex;flex-direction:column;gap:.5rem}.description-input{padding:.875rem 1.5rem;border:2px solid #4a5568;border-radius:12px;font-size:.95rem;transition:all .3s ease;outline:none;background:#1a2332;color:#e2e8f0;width:100%}.description-input::placeholder{color:#a0aec0}.description-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.description-input:disabled{background-color:#2d3748;cursor:not-allowed}.description-hint{color:#a0aec0;font-size:.8rem;text-align:right;margin-top:.25rem}.url-input{flex:1;min-width:300px;padding:1rem 1.5rem;border:2px solid #4a5568;border-radius:12px;font-size:1rem;transition:all .3s ease;outline:none;background:#1a2332;color:#e2e8f0}.url-input::placeholder{color:#a0aec0}.url-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.url-input:disabled{background-color:#2d3748;cursor:not-allowed}.shorten-btn{padding:1rem 2rem;background:#2563eb;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.shorten-btn:hover:not(:disabled){background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 25px #2563eb66}.shorten-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.url-input-error{border-color:#e53e3e!important;box-shadow:0 0 0 3px #e53e3e1a!important}.form-error{color:#e53e3e;font-size:.875rem;margin-top:.5rem;font-weight:500}.validation-indicator{display:flex;align-items:center;gap:.5rem;color:#60a5fa;font-size:.875rem;font-weight:500;padding:.5rem 0}.validation-spinner{width:16px;height:16px;border:2px solid rgba(96,165,250,.3);border-top:2px solid #60a5fa;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 768px){.url-form-section{padding:1.5rem}.input-group{flex-direction:column;gap:.75rem}.url-input{min-width:auto;padding:.875rem 1rem}.form-fields .shorten-btn{padding:.875rem 1.5rem;margin-top:.5rem;align-self:stretch;width:100%;min-width:auto}.description-input{padding:.75rem 1rem}}@media (max-width: 480px){.url-form-section{padding:1rem;border-radius:16px}.url-form-section h2{font-size:1.25rem}.url-input{padding:.75rem;font-size:.95rem}.form-fields .shorten-btn{padding:.75rem 1.25rem;font-size:.95rem;margin-top:.75rem;align-self:stretch;width:100%;min-width:auto}.description-input{padding:.75rem;font-size:.9rem}.description-hint{font-size:.75rem}}.social-auth-loading{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.75rem}.social-auth-loading-divider:before,.social-auth-loading-divider:after{content:"";flex:1;height:1px;background:#4a5568}.social-auth-loading-divider-text{width:20px;height:14px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin:0 1rem}.social-auth-loading-btn{height:40px;background:linear-gradient(90deg,#f7fafc 25%,#edf2f7,#f7fafc 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border:1px solid #4a5568;border-radius:6px}.social-auth-loading{display:flex;flex-direction:column;gap:1rem;margin-bottom:.75rem}.social-auth-loading-divider{display:flex;align-items:center;margin:1.5rem 0;text-align:center}.social-auth-loading-divider:before,.social-auth-loading-divider:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.social-auth-loading-divider-text{padding:0 1rem;width:40px;height:14px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.social-auth-loading-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.social-auth-loading-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem .75rem;background:linear-gradient(90deg,#f7fafc 25%,#edf2f7,#f7fafc 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border:1px solid #e2e8f0;border-radius:6px;height:40px}.social-auth-loading-icon{width:20px;height:20px;background:#cbd5e0;border-radius:50%;animation:pulse 1.5s infinite;flex-shrink:0}.social-auth-loading-text{width:60px;height:14px;background:#cbd5e0;border-radius:4px;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.8}}@media (max-width: 480px){.social-auth-loading-btn{padding:.875rem;height:44px}.social-auth-loading-icon{width:18px;height:18px}.social-auth-loading-text{width:50px}}.divider{display:flex;align-items:center;margin:1.5rem 0;text-align:center}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.divider span{padding:0 1rem;color:#718096;font-size:.875rem;background:#fff}.social-auth{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.75rem}.social-btn{display:none;align-items:center;justify-content:center;gap:.5rem;padding:.6rem .75rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#4a5568;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:.85rem}.social-btn:hover{border-color:#cbd5e0;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.social-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.google-btn:hover{border-color:#4285f4;background:#f8f9ff}.github-btn:hover{border-color:#333;background:#f6f8fa}.social-icon{width:20px;height:20px;flex-shrink:0}.github-btn .social-icon{color:#333}@media (max-width: 480px){.social-btn{padding:.875rem;font-size:.9rem}.social-icon{width:18px;height:18px}}.auth-modal-loading{background:#2d3748;border-radius:20px;padding:2rem;width:100%;max-width:400px;box-shadow:0 20px 60px #00000080;border:1px solid #4a5568}.auth-modal-loading-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.auth-modal-loading-title{width:120px;height:24px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.auth-modal-loading-close{width:30px;height:30px;background:#4a5568;border-radius:50%;animation:pulse 1.5s infinite}.auth-modal-loading-form{display:flex;flex-direction:column;gap:1.5rem}.auth-modal-loading-field{display:flex;flex-direction:column;gap:.5rem}.auth-modal-loading-label{width:60px;height:16px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.auth-modal-loading-input{width:100%;height:40px;background:#1a2332;border:1px solid #4a5568;border-radius:6px;animation:pulse 1.5s infinite}.auth-modal-loading-button{width:100%;height:44px;background:linear-gradient(90deg,#2563eb 25%,#3b82f6,#2563eb 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px;margin-top:.5rem}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#2d3748;border-radius:20px;padding:2rem;width:100%;max-width:400px;box-shadow:0 20px 60px #00000080;position:relative;max-height:90vh;overflow-y:auto;border:1px solid #4a5568}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.modal-header h2{margin:0;color:#e2e8f0;font-size:1.5rem;font-weight:600}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#a0aec0;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.modal-close:hover{background:#4a5568;color:#e2e8f0}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-weight:600;color:#e2e8f0;font-size:.8rem}.form-group input{padding:.6rem .8rem;border:1px solid #4a5568;border-radius:6px;font-size:.9rem;transition:all .3s ease;outline:none;background:#1a2332;color:#e2e8f0}.form-group input::placeholder{color:#a0aec0}.form-group input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.guest-info-text{text-align:center;margin-bottom:1rem}.guest-info-text p{margin:.5rem 0;color:#4a5568;font-size:.9rem}.guest-hint{font-size:.8rem!important;color:#718096!important;font-style:italic}.auth-submit-btn{padding:.75rem 1.5rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.auth-submit-btn:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 25px #2563eb66}.auth-switch{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #4a5568}.auth-switch p{margin:.5rem 0;color:#a0aec0;font-size:.875rem}.switch-mode-btn{background:none;border:none;color:#60a5fa;font-weight:600;cursor:pointer;text-decoration:underline;font-size:.875rem}.switch-mode-btn:hover{color:#3b82f6}.demo-notice{text-align:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.demo-notice p{margin:0;color:#718096;font-size:.875rem;font-style:italic}@media (max-width: 768px){.modal-content{margin:1rem;padding:1.5rem;max-height:85vh}.modal-header h2{font-size:1.25rem}}@media (max-width: 480px){.modal-content{margin:.5rem;padding:1.25rem;border-radius:16px}}.forgot-password-link{text-align:right;margin-top:-.5rem;margin-bottom:.5rem}.forgot-password-btn{background:none;border:none;color:#667eea;font-size:.875rem;cursor:pointer;text-decoration:none;transition:color .3s ease}.modal-title-section h2{margin:0 0 .5rem;color:#2d3748;font-size:1.5rem;font-weight:600}.modal-description{margin:0;color:#718096;font-size:.875rem;line-height:1.4}.progress-indicator{margin:1.5rem 0 2rem;padding:0 1rem}.progress-steps{display:flex;align-items:center;justify-content:space-between;position:relative}.progress-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative;z-index:2}.step-number{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;background:#e2e8f0;color:#718096;transition:all .3s ease}.step-label{font-size:.75rem;color:#718096;font-weight:500;text-align:center}.progress-step.active .step-number{background:#667eea;color:#fff}.progress-step.active .step-label{color:#667eea;font-weight:600}.progress-step.completed .step-number{background:#48bb78;color:#fff}.progress-step.completed .step-label{color:#48bb78}.progress-line{flex:1;height:2px;background:#e2e8f0;margin:0 1rem;position:relative;top:-16px}.form-actions{display:flex;gap:1rem;margin-top:1rem}.back-btn{flex:1;padding:.75rem 1.5rem;background:#f7fafc;color:#4a5568;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.back-btn:hover{background:#edf2f7;border-color:#cbd5e0}.back-btn:disabled{opacity:.6;cursor:not-allowed}.auth-submit-btn{flex:2}.form-hint{color:#718096;font-size:.75rem;line-height:1.4;margin-top:.25rem}.password-hint{color:#e53e3e;font-size:.75rem;margin-top:.25rem}.resend-section{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.resend-section p{margin:0;color:#718096;font-size:.875rem}.resend-btn{background:none;border:none;color:#667eea;font-weight:600;cursor:pointer;text-decoration:underline;font-size:.875rem}.resend-btn:hover{color:#5a67d8}.resend-btn:disabled{opacity:.6;cursor:not-allowed}.forgot-password-modal{max-width:500px;background:#2d3748;border:1px solid #4a5568}.forgot-password-modal .modal-title-section h2{color:#e2e8f0;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.forgot-password-modal .modal-description{color:#a0aec0;font-size:.875rem;line-height:1.4;margin:0}.forgot-password-modal .progress-indicator{margin:2rem 0;padding:0 1rem}.forgot-password-modal .step-number{background:#4a5568;color:#a0aec0;border:2px solid #4a5568}.forgot-password-modal .step-label{color:#a0aec0}.forgot-password-modal .progress-step.active .step-number{background:#2563eb;color:#fff;border-color:#2563eb}.forgot-password-modal .progress-step.active .step-label{color:#60a5fa;font-weight:600}.forgot-password-modal .progress-step.completed .step-number{background:#10b981;color:#fff;border-color:#10b981}.forgot-password-modal .progress-step.completed .step-label{color:#34d399}.forgot-password-modal .progress-line{background:#4a5568}.forgot-password-modal .form-group input{background:#1a2332;border:1px solid #4a5568;color:#e2e8f0}.forgot-password-modal .form-group input::placeholder{color:#a0aec0}.forgot-password-modal .form-group input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.forgot-password-modal .form-hint{color:#a0aec0;background:#374151;padding:.75rem;border-radius:8px;border-left:3px solid #2563eb;margin-top:.5rem}.forgot-password-modal .back-btn{background:#374151;color:#e2e8f0;border:1px solid #4a5568}.forgot-password-modal .back-btn:hover{background:#4a5568;border-color:#6b7280}.forgot-password-modal .auth-submit-btn{background:#2563eb;color:#fff}.forgot-password-modal .auth-submit-btn:hover{background:#1d4ed8}.forgot-password-modal .resend-btn{color:#60a5fa}.forgot-password-modal .resend-btn:hover{color:#3b82f6}.forgot-password-modal .resend-section{border-top:1px solid #4a5568;background:#374151;margin:1.5rem -2rem -2rem;padding:1.5rem 2rem;border-radius:0 0 20px 20px}.forgot-password-modal .resend-section p{color:#a0aec0;margin:0}@media (max-width: 768px){.forgot-password-modal{margin:1rem;max-width:calc(100vw - 2rem)}.progress-indicator{padding:0 .5rem}.step-number{width:28px;height:28px;font-size:.75rem}.step-label{font-size:.7rem}.progress-line{margin:0 .5rem;top:-14px}.form-actions{flex-direction:column}.back-btn,.auth-submit-btn{flex:none}.forgot-password-modal .resend-section{margin:1.5rem -1.5rem -1.5rem;padding:1.5rem}}@media (max-width: 480px){.forgot-password-modal{margin:.5rem;padding:1.5rem}.forgot-password-modal .modal-title-section h2{font-size:1.25rem}.forgot-password-modal .modal-description{font-size:.8rem}.progress-steps{padding:0}.step-number{width:24px;height:24px;font-size:.7rem}.step-label{font-size:.65rem}.progress-line{margin:0 .25rem;top:-12px}.forgot-password-modal .resend-section{margin:1.5rem -1.5rem -1.5rem;padding:1rem 1.5rem}}.signin-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.5rem}.forgot-password-btn{background:none;border:none;color:#667eea;font-size:.875rem;cursor:pointer;text-decoration:none;transition:color .3s ease;white-space:nowrap;padding:0}.forgot-password-btn:hover{color:#5a67d8;text-decoration:underline}.signin-actions .auth-submit-btn{margin-top:0;flex:1;min-width:120px}@media (max-width: 480px){.signin-actions{flex-direction:column;align-items:stretch;gap:.75rem}.forgot-password-btn{text-align:center;order:2}.signin-actions .auth-submit-btn{order:1;min-width:auto}}.url-details-modal-loading{background:linear-gradient(145deg,#2d3748,#1a202c);border-radius:20px;padding:2rem;width:100%;max-width:650px;max-height:90vh;box-shadow:0 25px 80px #0009;border:1px solid rgba(74,85,104,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.url-details-loading-label{width:80px;height:16px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.url-details-loading-textarea{width:100%;height:60px;background:linear-gradient(145deg,#1a2332,#0f172a);border:1px solid rgba(74,85,104,.5);border-radius:10px;animation:pulse 1.5s infinite}.url-details-loading-stat-card{background:linear-gradient(145deg,#374151cc,#1f2937cc);padding:1.5rem;border-radius:12px;border:1px solid rgba(74,85,104,.5);display:flex;flex-direction:column;align-items:center;gap:.5rem}.url-details-modal-loading{background:linear-gradient(145deg,#2d3748,#1a202c);border-radius:20px;padding:2rem;width:100%;max-width:650px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 80px #0009;border:1px solid rgba(74,85,104,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative}.url-details-modal-loading:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#60a5fa 25%,#3b82f6,#60a5fa 75%);background-size:200% 100%;animation:shimmer 2s infinite;border-radius:20px 20px 0 0}.url-details-loading-content{display:flex;flex-direction:column;gap:2rem}.url-details-loading-section{display:flex;flex-direction:column;gap:1.5rem}.url-details-loading-title{width:150px;height:20px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.url-details-loading-info-grid{display:grid;gap:1.5rem}.url-details-loading-info-item{display:flex;flex-direction:column;gap:.75rem}.url-details-loading-label{width:100px;height:16px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.url-details-loading-textarea{width:100%;height:80px;background:#1a2332;border:1px solid #4a5568;border-radius:10px;animation:pulse 1.5s infinite}.url-details-loading-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.url-details-loading-stat-card{background:#374151;padding:1.5rem;border-radius:12px;text-align:center;border:1px solid #4a5568;animation:pulse 1.5s infinite;display:flex;flex-direction:column;gap:.5rem;align-items:center}.url-details-loading-stat-number{width:40px;height:32px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.url-details-loading-stat-label{width:60px;height:14px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.url-details-loading-list{display:flex;flex-direction:column;gap:.75rem}.url-details-loading-list-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#374151;border-radius:10px;border:1px solid #4a5568;animation:pulse 1.5s infinite}.url-details-loading-list-name{width:120px;height:16px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.url-details-loading-list-value{width:40px;height:16px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}@media (max-width: 768px){.url-details-modal-loading{margin:1rem;padding:1.5rem;max-height:85vh}.url-details-loading-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.url-details-modal-loading{margin:.5rem;padding:1rem}.url-details-loading-stats-grid{grid-template-columns:1fr}}.url-details-modal{background:linear-gradient(145deg,#2d3748,#1a202c);border-radius:20px;padding:2rem;width:100%;max-width:650px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 80px #0009;border:1px solid rgba(74,85,104,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.url-details-content{display:flex;flex-direction:column;gap:2rem}.url-info-section h3{color:#e2e8f0;font-size:1.25rem;font-weight:600;margin:0 0 1.5rem;display:flex;align-items:center;gap:.5rem}.info-grid{display:grid;gap:1.5rem}.info-item{display:flex;flex-direction:column;gap:.75rem;width:100%}.info-item span{color:#e2e8f0;font-size:1rem;font-weight:500;text-align:left}.info-item label{font-weight:600;color:#e2e8f0;font-size:1.1rem;text-align:left;margin-bottom:.5rem}.url-textarea{width:100%;padding:1rem;border:1px solid rgba(74,85,104,.5);border-radius:10px;font-size:.95rem;resize:none;background:linear-gradient(145deg,#1a2332,#0f172a);color:#e2e8f0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#4a5568 #1a2332;box-shadow:inset 0 2px 6px #0003;transition:all .3s ease}.url-textarea:focus{outline:none;border-color:#60a5fa80;box-shadow:inset 0 2px 6px #0003,0 0 0 3px #60a5fa1a}.url-textarea::-webkit-scrollbar{width:8px}.url-textarea::-webkit-scrollbar-track{background:#1a2332;border-radius:4px}.url-textarea::-webkit-scrollbar-thumb{background:#4a5568;border-radius:4px}.url-textarea::-webkit-scrollbar-thumb:hover{background:#5a6578}.url-textarea.short{color:#60a5fa;font-weight:500}.guest-status{color:#fbbf24;font-weight:600;font-size:1.1rem;display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.user-status{color:#10b981;font-weight:600;font-size:1.1rem;display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.summary-section h3{color:#e2e8f0;font-size:1.25rem;font-weight:600;margin:0 0 1.5rem;display:flex;align-items:center;gap:.5rem;padding-bottom:.5rem;border-bottom:2px solid rgba(16,185,129,.2)}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.summary-item{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:linear-gradient(145deg,#10b9811a,#0596691a);border-radius:10px;border:1px solid rgba(16,185,129,.2)}.summary-label{color:#a0aec0;font-size:.875rem;font-weight:500}.summary-value{color:#10b981;font-weight:600;font-size:.95rem}.analytics-section h3{color:#e2e8f0;font-size:1.25rem;font-weight:600;margin:0 0 1.5rem;display:flex;align-items:center;gap:.5rem;padding-bottom:.5rem;border-bottom:2px solid rgba(96,165,250,.2)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.stat-card{background:linear-gradient(145deg,#374151cc,#1f2937cc);padding:1.5rem;border-radius:12px;text-align:center;border:1px solid rgba(74,85,104,.5);transition:all .3s ease;box-shadow:0 4px 12px #0003}.stat-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000004d;border-color:#60a5fa66}.stat-number{font-size:2rem;font-weight:700;color:#60a5fa;margin-bottom:.5rem}.stat-label{font-size:.875rem;color:#d1d5db;font-weight:500}.geo-section h3,.browser-section h3,.device-section h3,.recent-section h3{color:#e2e8f0;font-size:1.25rem;font-weight:600;margin:0 0 1.5rem;display:flex;align-items:center;gap:.5rem;padding-bottom:.5rem;border-bottom:2px solid rgba(96,165,250,.2)}.country-list,.browser-list,.device-list{display:flex;flex-direction:column;gap:.75rem}.country-item,.browser-item,.device-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:linear-gradient(145deg,#37415199,#1f293799);border-radius:10px;border:1px solid rgba(74,85,104,.4);transition:all .3s ease}.country-item:hover,.browser-item:hover,.device-item:hover{background:linear-gradient(145deg,#374151cc,#1f2937cc);border-color:#60a5fa4d;transform:translate(5px)}.country-name,.browser-name,.device-name{font-weight:500;color:#e2e8f0}.country-clicks,.browser-clicks,.device-percentage{font-size:.875rem;color:#60a5fa;font-weight:600}.recent-list{display:flex;flex-direction:column;gap:.5rem}.recent-item{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:1rem;padding:1rem;background:linear-gradient(145deg,#37415199,#1f293799);border-radius:10px;border:1px solid rgba(74,85,104,.4);font-size:.875rem;transition:all .3s ease;align-items:center}.recent-item:hover{background:linear-gradient(145deg,#374151cc,#1f2937cc);border-color:#60a5fa4d;transform:translate(5px)}.recent-time{color:#e2e8f0;font-weight:500;font-size:.8rem}.recent-location{color:#fbbf24;font-weight:500;text-align:center}.recent-browser{color:#60a5fa;font-weight:500;text-align:right}@media (max-width: 768px){.url-details-modal{margin:1rem;padding:1.5rem;max-height:85vh}.stats-grid{grid-template-columns:repeat(2,1fr)}.recent-item{grid-template-columns:1fr;gap:.25rem}.recent-time,.recent-location,.recent-browser{font-size:.8rem}}@media (max-width: 480px){.url-details-modal{margin:.5rem;padding:1rem}.stats-grid{grid-template-columns:1fr}.stat-card{padding:1rem}.stat-number{font-size:1.5rem}}.os-section,.referrer-section,.ip-section,.status-section{margin-top:1.5rem}.os-section h3,.referrer-section h3,.ip-section h3,.status-section h3{color:#e2e8f0;font-size:1.25rem;font-weight:600;margin:0 0 1.5rem;display:flex;align-items:center;gap:.5rem;padding-bottom:.5rem;border-bottom:2px solid rgba(96,165,250,.2)}.os-list,.referrer-list,.ip-list{display:flex;flex-direction:column;gap:.5rem}.os-item,.referrer-item,.ip-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:linear-gradient(145deg,#37415199,#1f293799);border-radius:10px;border:1px solid rgba(74,85,104,.4);transition:all .3s ease}.os-item:hover,.referrer-item:hover,.ip-item:hover{background:linear-gradient(145deg,#374151cc,#1f2937cc);border-color:#60a5fa4d;transform:translate(5px)}.os-name,.referrer-name,.ip-address{color:#e2e8f0;font-weight:500}.os-clicks,.referrer-clicks,.ip-clicks{color:#60a5fa;font-weight:600;font-size:.875rem}.status-grid{display:grid;gap:2rem;grid-template-columns:1fr}.status-item{display:flex;flex-direction:column;gap:1rem;text-align:center;padding:1.5rem;background:#3741514d;border-radius:12px;border:1px solid rgba(74,85,104,.5);transition:all .3s ease}.status-item:hover{background:#37415180;border-color:#60a5fa4d;transform:translateY(-2px)}.status-item label{font-weight:600;color:#e2e8f0;font-size:1.1rem;margin-bottom:.5rem}.status-active{color:#10b981;font-weight:600;font-size:1.1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.status-inactive,.status-blocked{color:#ef4444;font-weight:600;font-size:1.1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.status-unblocked{color:#10b981;font-weight:600;font-size:1.1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.url-description{color:#e2e8f0;font-style:italic}.qr-link{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;text-decoration:none;font-weight:600;transition:all .3s ease;cursor:pointer;padding:.75rem 1.5rem;font-size:1rem;font-family:inherit;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 12px #667eea4d}.qr-link:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.qr-link:focus{outline:2px solid #60a5fa;outline-offset:2px;border-radius:8px}.url-details-modal{animation:modalSlideIn .4s cubic-bezier(.34,1.56,.64,1)}@media (max-width: 768px){.status-grid{grid-template-columns:1fr}.os-item,.referrer-item,.ip-item{flex-direction:column;align-items:flex-start;gap:.5rem}}.qr-modal-loading{background:linear-gradient(145deg,#2d3748,#1a202c);border-radius:20px;padding:2rem;width:100%;max-width:520px;max-height:90vh;box-shadow:0 25px 80px #0009;border:1px solid rgba(74,85,104,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.qr-modal-loading-url-section{display:flex;flex-direction:column;gap:1rem}.qr-modal-loading-url-display{width:100%;height:48px;background:linear-gradient(145deg,#1a2332,#0f172a);border:1px solid rgba(74,85,104,.5);border-radius:10px;animation:pulse 1.5s infinite}.qr-modal-loading-qr-section{display:flex;flex-direction:column;align-items:center;padding:2rem;background:linear-gradient(145deg,#374151cc,#1f2937cc);border-radius:16px;border:1px solid rgba(74,85,104,.5)}.qr-modal-loading-action-btn{height:40px;background:linear-gradient(90deg,#2563eb 25%,#3b82f6,#2563eb 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.qr-modal-loading{background:linear-gradient(145deg,#2d3748,#1a202c);border-radius:20px;padding:2rem;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 80px #0009;border:1px solid rgba(74,85,104,.6);position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.qr-modal-loading:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#8b5cf6 25%,#a78bfa,#8b5cf6 75%);background-size:200% 100%;animation:shimmer 2s infinite;border-radius:20px 20px 0 0}.qr-modal-loading-content{display:flex;flex-direction:column;gap:1.5rem}.qr-modal-loading-url-info{display:flex;flex-direction:column;gap:1rem}.qr-modal-loading-url-item{display:flex;flex-direction:column;gap:.75rem}.qr-modal-loading-label{width:80px;height:16px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.qr-modal-loading-url-display{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#1a2332;border:1px solid #4a5568;border-radius:10px;animation:pulse 1.5s infinite}.qr-modal-loading-url-text{flex:1;height:16px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.qr-modal-loading-copy-btn{width:40px;height:40px;background:#374151;border:1px solid #4a5568;border-radius:6px;animation:pulse 1.5s infinite}.qr-modal-loading-qr-display{display:flex;flex-direction:column;align-items:center;padding:2rem;background:#374151;border-radius:16px;border:1px solid #4a5568;animation:pulse 1.5s infinite}.qr-modal-loading-qr-placeholder{width:200px;height:200px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:12px;margin-bottom:1rem}.qr-modal-loading-instruction{width:150px;height:14px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.qr-modal-loading-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem}.qr-modal-loading-action-btn{height:40px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.qr-modal-loading-info{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:#374151;border-radius:12px;border:1px solid #4a5568;animation:pulse 1.5s infinite}.qr-modal-loading-info-item{display:flex;justify-content:space-between;align-items:center}.qr-modal-loading-info-label{width:80px;height:14px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.qr-modal-loading-info-value{width:60px;height:14px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}@media (max-width: 768px){.qr-modal-loading{margin:1rem;padding:1.5rem;max-height:85vh}.qr-modal-loading-actions{grid-template-columns:1fr}.qr-modal-loading-qr-placeholder{width:150px;height:150px}}@media (max-width: 480px){.qr-modal-loading{margin:.5rem;padding:1rem}.qr-modal-loading-qr-display{padding:1rem}}.qr-modal{background:linear-gradient(145deg,#2d3748,#1a202c);border-radius:20px;padding:2rem;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 80px #0009;border:1px solid rgba(74,85,104,.6);position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.qr-modal-content{display:flex;flex-direction:column;gap:1.5rem}.url-info{display:flex;flex-direction:column;gap:1rem}.url-item{display:flex;flex-direction:column;gap:.75rem;width:100%}.url-item label{font-weight:600;color:#e2e8f0;font-size:1rem;text-align:left;margin-bottom:.5rem}.url-display{display:flex;align-items:center;gap:.75rem;padding:1rem;background:linear-gradient(145deg,#1a2332,#0f172a);border:1px solid rgba(74,85,104,.5);border-radius:10px;box-shadow:inset 0 2px 6px #0003;width:100%}.short-url{flex:1;color:#60a5fa;font-weight:500;font-size:.9rem;word-break:break-all}.copy-url-btn{background:#37415199;border:1px solid rgba(74,85,104,.4);color:#d1d5db;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .3s ease;font-size:1rem;min-width:40px;height:40px;display:flex;align-items:center;justify-content:center}.copy-url-btn:hover{background:#60a5fa33;color:#60a5fa;border-color:#60a5fa66;transform:scale(1.05)}.original-url{width:100%;padding:1rem;background:linear-gradient(145deg,#1a2332,#0f172a);border:1px solid rgba(74,85,104,.5);border-radius:10px;color:#d1d5db;font-size:.9rem;word-break:break-all;max-height:4rem;overflow-y:auto;box-shadow:inset 0 2px 6px #0003}.qr-display{display:flex;flex-direction:column;align-items:center;padding:2rem;background:linear-gradient(145deg,#374151cc,#1f2937cc);border-radius:16px;border:1px solid rgba(74,85,104,.5);box-shadow:inset 0 2px 10px #0003}.qr-loading{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#d1d5db}.loading-spinner{width:50px;height:50px;border:4px solid rgba(74,85,104,.3);border-top:4px solid #60a5fa;border-radius:50%;animation:spin 1s linear infinite;box-shadow:0 4px 15px #60a5fa4d}.qr-image-container{display:flex;flex-direction:column;align-items:center;gap:1rem}.qr-image{max-width:100%;height:auto;border-radius:12px;background:#fff;padding:1.5rem;box-shadow:0 8px 25px #0006;transition:transform .3s ease}.qr-image:hover{transform:scale(1.02)}.qr-instruction{color:#d1d5db;font-size:.875rem;text-align:center;margin:0}.qr-error{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#ef4444}.retry-btn{background:#374151;border:1px solid #4a5568;color:#e2e8f0;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:.875rem}.retry-btn:hover{background:#4a5568;color:#60a5fa}.qr-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem}.action-btn{padding:.75rem 1rem;border:none;border-radius:8px;cursor:pointer;font-weight:500;font-size:.875rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.download-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 15px #10b9814d}.download-btn:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.copy-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 15px #3b82f64d}.copy-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.share-btn{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;box-shadow:0 4px 15px #8b5cf64d}.share-btn:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf666}.qr-info{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:linear-gradient(145deg,#37415199,#1f293799);border-radius:12px;border:1px solid rgba(74,85,104,.4);box-shadow:inset 0 2px 8px #0000001a}.info-item{display:flex;justify-content:space-between;align-items:center}.info-label{color:#a0aec0;font-size:.875rem;font-weight:500}.info-value{color:#e2e8f0;font-weight:600;font-size:.875rem}@media (max-width: 768px){.qr-modal{margin:1rem;padding:1.5rem;max-height:85vh}.qr-actions{grid-template-columns:1fr}.action-btn{padding:1rem;font-size:1rem}.qr-image{padding:.5rem}}@media (max-width: 480px){.qr-modal{margin:.5rem;padding:1rem}.qr-display{padding:1rem}.url-display{flex-direction:column;align-items:stretch;gap:.75rem}.copy-url-btn{align-self:flex-end;padding:.5rem 1rem}}.action-btn:focus,.copy-url-btn:focus,.retry-btn:focus{outline:2px solid #60a5fa;outline-offset:2px}.qr-modal,.url-details-modal{animation:modalSlideIn .4s cubic-bezier(.34,1.56,.64,1)}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.guest-alert-loading{position:relative;background:#2d3748;border:1px solid #4a5568;border-radius:16px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 4px 12px #0000004d;overflow:hidden}.guest-alert-loading:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#f59e0b 25%,#fbbf24,#f59e0b 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.guest-alert-loading-content{display:flex;align-items:center;gap:1.5rem}.guest-alert-loading-icon{width:32px;height:32px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:50%;flex-shrink:0}.guest-alert-loading-text{flex:1;display:flex;flex-direction:column;gap:.5rem}.guest-alert-loading-title{width:120px;height:16px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.guest-alert-loading-subtitle{width:200px;height:14px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.guest-alert-loading-actions{display:flex;gap:.5rem;flex-shrink:0}.guest-alert-loading-button{width:80px;height:32px;background:linear-gradient(90deg,#2563eb 25%,#3b82f6,#2563eb 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.guest-alert{position:relative;background:#2d3748;border:1px solid #4a5568;border-radius:16px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 4px 12px #0000004d;animation:slideInUp .4s ease-out;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-left:4px solid #f59e0b}.guest-alert:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#f59e0b,#fbbf24,#f59e0b);background-size:200% 100%;animation:shimmer 3s infinite}.clear-guest-alert{position:absolute;top:1rem;right:1rem;background-color:#ef44441a;color:#ef4444;padding:.25rem;border-radius:50%;border:1px solid rgba(239,68,68,.2);cursor:pointer;font-size:1.125rem;transition:all .2s cubic-bezier(.4,0,.2,1);width:32px;height:32px;display:flex;align-items:center;justify-content:center;touch-action:manipulation;-webkit-tap-highlight-color:transparent;z-index:10}.clear-guest-alert:hover{background-color:#ef444433;color:#f87171;transform:scale(1.1)}.guest-alert-content{display:flex;align-items:center;gap:1.5rem}.guest-alert-icon{font-size:2rem;flex-shrink:0;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-5px)}60%{transform:translateY(-3px)}}.guest-alert-text{flex:1;margin-right:2rem}.guest-alert-text h4{margin:0 0 .75rem;color:#f59e0b;font-size:1.125rem;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.5)}.guest-alert-text p{margin:.5rem 0;color:#e5e7eb;font-size:.875rem;line-height:1.6}.guest-alert-text code{background:#1f2937;color:#60a5fa;padding:.25rem .5rem;border-radius:6px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem;border:1px solid #374151;font-weight:600;letter-spacing:.025em}.guest-alert-actions{display:flex;gap:.75rem;flex-wrap:wrap;flex-shrink:0}.guest-alert-btn{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);flex-shrink:0;font-size:.875rem;box-shadow:0 2px 4px #0003;touch-action:manipulation;-webkit-tap-highlight-color:transparent;min-height:40px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.guest-alert-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.guest-alert-btn:hover:not(:disabled):before{left:100%}.guest-alert-btn:hover:not(:disabled){background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.guest-alert-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.guest-login-btn{background:#10b981}.guest-login-btn:hover:not(:disabled){background:#059669;box-shadow:0 4px 12px #10b9814d}@media (max-width: 768px){.guest-alert{padding:1.25rem;margin-bottom:1.25rem}.guest-alert-content{flex-direction:column;text-align:center;gap:1.25rem}.guest-alert-icon{font-size:1.75rem}.guest-alert-text{margin-right:0}.guest-alert-actions{align-self:stretch;flex-direction:column;gap:.5rem}.guest-alert-btn{align-self:stretch;padding:.875rem 1.25rem}.clear-guest-alert{top:.75rem;right:.75rem;width:28px;height:28px;font-size:1rem}}@media (max-width: 480px){.guest-alert{padding:1rem;margin-bottom:1rem}.guest-alert-text h4{font-size:1rem}.guest-alert-text p{font-size:.8rem}.guest-alert-btn{font-size:.8rem;padding:.75rem 1rem}}@keyframes slideInUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.url-table-loading{background:#2d3748;border-radius:8px;border:1px solid #4a5568;overflow:hidden;padding:1rem}.url-table-loading-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.url-table-loading-title{width:150px;height:24px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.url-table-loading-rows{display:flex;flex-direction:column;gap:.75rem}.url-table-loading-row{display:flex;align-items:center;gap:1rem;padding:1rem;background:#374151;border-radius:8px;animation:pulse 1.5s infinite}.url-table-loading-cell{height:16px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.url-table-loading-cell.url-cell{width:35%}.url-table-loading-cell.short-cell{width:25%}.url-table-loading-cell.date-cell{width:15%}.url-table-loading-cell.analytics-cell{width:12%}.url-table-loading-cell.qr-cell{width:8%}.url-table-loading-cell.delete-cell{width:5%}.url-table-container h2{color:#e2e8f0;font-size:1.25rem;font-weight:600;margin:0 0 1rem}.table-wrapper{background:#2d3748;border-radius:10px;border:1px solid #4a5568;overflow:hidden;box-shadow:0 2px 10px #0000001a;transition:box-shadow .2s ease}.table-wrapper:hover{box-shadow:0 4px 15px #00000026}.url-table{width:100%;border-collapse:collapse;background:#2d3748}.url-table th{background:#1a2332;color:#a0aec0;font-weight:600;padding:14px 16px;text-align:left;font-size:14px;border-bottom:1px solid #4a5568}.url-table th:first-child{width:35%}.url-table th:nth-child(2){width:25%}.url-table th:nth-child(3){width:15%}.url-table th:nth-child(4){width:12%}.url-table th:nth-child(5){width:8%}.url-table th:last-child{width:5%}.url-table .url-row{height:56px;border-bottom:1px solid #4a5568;transition:background-color .2s ease}.url-table .url-row:hover{background:#374151}.url-table .url-row.clickable-row{cursor:pointer}.url-table .url-row.clickable-row:hover{background:#374151;transform:translateY(-1px);box-shadow:0 2px 8px #0003}.url-table .url-row:last-child{border-bottom:none}.url-table td{padding:10px 16px;vertical-align:middle;border:none;height:56px}.url-cell-content{display:flex;align-items:center;gap:10px;height:36px}.url-info{flex:1;min-width:0;max-width:100%}.url-description{display:none}.url-text-scroll{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#4a5568 transparent;border-radius:4px;position:relative}.url-text-scroll:after{content:"";position:absolute;top:0;right:0;bottom:0;width:20px;background:linear-gradient(to right,transparent,#2d3748);pointer-events:none;opacity:0;transition:opacity .2s ease}.url-text-scroll:hover:after{opacity:1}.url-text-scroll::-webkit-scrollbar{height:4px}.url-text-scroll::-webkit-scrollbar-track{background:#4a55684d;border-radius:2px}.url-text-scroll::-webkit-scrollbar-thumb{background:#4a5568;border-radius:2px}.url-text-scroll::-webkit-scrollbar-thumb:hover{background:#6b7280}.url-text{color:#e2e8f0;font-size:14px;white-space:nowrap;line-height:1.4;display:block;min-width:max-content;padding-right:10px}.short-url-text{color:#60a5fa;font-weight:500;font-size:14px;white-space:nowrap;line-height:1.4;display:block;min-width:max-content;padding-right:10px}.original-url-cell .url-text-scroll{max-width:400px}.short-url-cell .url-text-scroll{max-width:250px}.qr-cell,.delete-cell{text-align:center}.copy-btn,.delete-btn{width:32px;height:32px;border:none;border-radius:6px;cursor:pointer;font-size:12px;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:8px}.copy-btn{background:#065f46;color:#10b981}.copy-btn:hover{background:#047857;transform:translateY(-1px)}.delete-btn{background:#7f1d1d;color:#ef4444}.delete-btn:hover{background:#991b1b;transform:translateY(-1px)}.qr-btn{padding:.3rem .6rem;background:#0d9488;color:#fff;border:none;border-radius:6px;font-size:11px;font-weight:500;cursor:pointer;transition:all .2s ease}.qr-btn:hover{background:#0f766e;transform:translateY(-1px)}.qr-disabled{font-size:12px;color:#cbd5e0}.analytics-cell{text-align:center}.analytics-summary{display:flex;flex-direction:column;align-items:center;gap:2px}.clicks-count{display:flex;flex-direction:column;align-items:center}.clicks-number{color:#60a5fa;font-weight:600;font-size:16px;line-height:1}.clicks-label{color:#a0aec0;font-size:10px;text-transform:uppercase;letter-spacing:.5px}.analytics-details{display:flex;flex-direction:column;gap:1px}.analytics-details small{color:#718096;font-size:9px;line-height:1.2}.top-country{margin-top:2px}.top-country small{color:#fbbf24;font-size:8px;font-weight:500}.blocked-indicator,.inactive-indicator{margin-left:.5rem;font-size:.8rem;opacity:.8}.blocked-indicator{color:#ef4444}.inactive-indicator{color:#f59e0b}.empty-state{text-align:center;padding:4rem 2rem;color:#718096}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-state h3{color:#4a5568;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.empty-state p{font-size:1rem;margin:0}@media (max-width: 768px){.url-table-container{overflow:visible}.table-wrapper{overflow:visible;background:transparent;border:none}.url-table,.url-table thead,.url-table tbody,.url-table th,.url-table td,.url-table tr{display:block}.url-table{width:100%;background:transparent}.url-table thead tr{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:.5rem;padding:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#cbd5e0 #f8fafc;white-space:nowrap}.url-table thead tr::-webkit-scrollbar{height:4px}.url-table thead tr::-webkit-scrollbar-track{background:#f8fafc;border-radius:2px}.url-table thead tr::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:2px}.url-table th{display:inline-block;background:transparent;border:none;border-right:1px solid #e2e8f0;padding:12px 16px;font-size:13px;font-weight:600;color:#4a5568;white-space:nowrap;vertical-align:top;width:200px;flex-shrink:0}.url-table th:first-child{width:200px}.url-table th:nth-child(2){width:180px}.url-table th:nth-child(3){width:120px}.url-table th:nth-child(4){width:100px}.url-table th:last-child{width:80px;border-right:none}.url-table .url-row{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:.5rem;padding:0;height:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#cbd5e0 white;transition:all .2s ease;white-space:nowrap}.url-table .url-row:hover{background:#fff;box-shadow:0 2px 8px #0000001a}.url-table .url-row.clickable-row:hover{background:#f8fafc;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.url-table .url-row::-webkit-scrollbar{height:4px}.url-table .url-row::-webkit-scrollbar-track{background:#fff;border-radius:2px}.url-table .url-row::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:2px}.url-table td{display:inline-block;border:none;border-right:1px solid #f1f5f9;padding:12px 16px;height:auto;vertical-align:top;white-space:nowrap;width:200px;flex-shrink:0}.url-table .original-url-cell{width:200px}.url-table .short-url-cell{width:180px}.url-table .analytics-cell{width:120px;text-align:center}.url-table .qr-cell{width:100px;text-align:center}.url-table .delete-cell{width:80px;text-align:center;border-right:none}.url-cell-content{gap:8px;height:36px}.original-url-cell .url-text-scroll{max-width:160px}.short-url-cell .url-text-scroll{max-width:120px}.url-text-scroll::-webkit-scrollbar{height:3px}.copy-btn,.delete-btn{width:26px;height:26px;font-size:11px}.qr-btn{padding:.2rem .4rem;font-size:11px}.qr-disabled{font-size:11px}}@media (max-width: 480px){.url-table th{padding:10px 12px;font-size:12px;width:120px}.url-table th:first-child{width:160px}.url-table th:nth-child(2){width:140px}.url-table th:nth-child(3){width:100px}.url-table th:nth-child(4){width:80px}.url-table th:last-child{width:60px}.url-table td{padding:10px 12px;width:120px}.url-table .original-url-cell{width:160px}.url-table .short-url-cell{width:140px}.url-table .analytics-cell{width:100px}.url-table .qr-cell{width:80px}.url-table .delete-cell{width:60px}.url-cell-content{gap:6px;height:32px}.original-url-cell .url-text-scroll{max-width:120px}.short-url-cell .url-text-scroll{max-width:100px}.url-text-scroll::-webkit-scrollbar{height:2px}.copy-btn,.delete-btn{width:24px;height:24px;font-size:10px}.qr-btn{padding:.15rem .3rem;font-size:10px}.qr-disabled{font-size:10px}}.created-cell{text-align:center}.created-info{display:flex;flex-direction:column;align-items:center;gap:2px}.created-date{color:#e2e8f0;font-weight:500;font-size:13px;line-height:1}.created-time{color:#a0aec0;font-size:11px;line-height:1}@media (max-width: 768px){.url-table th:nth-child(3){width:120px}.url-table th:nth-child(4){width:120px}.url-table th:nth-child(5){width:100px}.url-table .created-cell{width:120px;text-align:center}}@media (max-width: 480px){.url-table th:nth-child(3){width:100px}.url-table th:nth-child(4){width:100px}.url-table th:nth-child(5){width:80px}.url-table .created-cell{width:100px}.created-date{font-size:12px}.created-time{font-size:10px}}.hero-section-loading{text-align:center;margin-bottom:3rem;display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative;overflow:hidden}.hero-section-loading:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100px;height:2px;background:linear-gradient(90deg,#60a5fa 25%,#3b82f6,#60a5fa 75%);background-size:200% 100%;animation:shimmer 2s infinite;border-radius:1px}.hero-section-loading-title{width:400px;height:56px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px;margin-top:1rem}.hero-section-loading-subtitle{width:350px;height:20px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.hero-section-loading-auth-prompt{margin-top:1.5rem;padding:1.5rem;background:#2d3748;border-radius:16px;border:1px solid #4a5568;width:100%;max-width:500px;display:flex;flex-direction:column;gap:1rem;align-items:center}.hero-section-loading-prompt-text{width:300px;height:18px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.hero-section-loading-buttons{display:flex;gap:.75rem}.hero-section-loading-button{width:80px;height:32px;background:linear-gradient(90deg,#2563eb 25%,#3b82f6,#2563eb 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}@media (max-width: 768px){.hero-section-loading-title{width:300px;height:40px}.hero-section-loading-subtitle{width:280px}.hero-section-loading-auth-prompt{padding:1rem;margin-top:1rem}.hero-section-loading-prompt-text{width:250px}}@media (max-width: 480px){.hero-section-loading-title{width:250px;height:32px}.hero-section-loading-subtitle{width:200px}.hero-section-loading-buttons{flex-direction:column;width:100%}.hero-section-loading-button{width:100%}}.hero-section{text-align:center;margin-bottom:3rem;color:#fff}.hero-section h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-section p{font-size:1.3rem;opacity:.9;margin:0 0 1rem}.auth-prompt{margin-top:1.5rem;padding:1.5rem;background:#2d3748;border-radius:16px;border:1px solid #4a5568}.auth-prompt p{margin:0;font-size:1.1rem;color:#fffffff2}@media (max-width: 768px){.hero-section{margin-bottom:2rem}.hero-section h1{font-size:2.5rem;line-height:1.1}.hero-section p{font-size:1.1rem}.auth-prompt{padding:1rem;margin-top:1rem}}@media (max-width: 480px){.hero-section h1{font-size:2rem;margin-bottom:.75rem}.hero-section p{font-size:1rem}}@media (max-width: 360px){.hero-section h1{font-size:1.75rem}}.home-page-loading{min-height:100vh;background:#1a2332}.home-content-loading{max-width:1200px;margin:0 auto;padding:2rem}.home-loading-section{background:#2d3748;padding:2rem;border-radius:16px;box-shadow:0 10px 30px #0000004d;margin-bottom:2rem;border:1px solid #4a5568}.home-loading-title{width:200px;height:24px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:1.5rem}.home-loading-content{display:flex;flex-direction:column;gap:1rem}.home-loading-row{width:100%;height:60px;background:#374151;border-radius:8px;animation:pulse 1.5s infinite}.home-loading-hero{text-align:center;padding:4rem 2rem}.home-loading-hero-icon{width:64px;height:64px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:50%;margin:0 auto 1rem}.home-loading-hero-title{width:250px;height:32px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin:0 auto .5rem}.home-loading-hero-subtitle{width:300px;height:20px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin:0 auto}.home-page-loading{min-height:100vh;background:#1a2332;position:relative;overflow:hidden}.home-page-loading:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#2563eb 25%,#60a5fa,#2563eb 75%);background-size:200% 100%;animation:shimmer 2s infinite}.home-content-loading{max-width:1200px;margin:0 auto;padding:2rem;display:flex;flex-direction:column;gap:2rem}.home-hero-loading{text-align:center;margin-bottom:3rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.home-hero-loading-title{width:400px;height:56px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.home-hero-loading-subtitle{width:300px;height:20px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.home-form-loading{background:#2d3748;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000004d;border:1px solid #4a5568;display:flex;flex-direction:column;gap:1.5rem}.home-form-loading-title{width:200px;height:24px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.home-form-loading-input{width:100%;height:48px;background:#1a2332;border:2px solid #4a5568;border-radius:12px;animation:pulse 1.5s infinite}.home-results-loading{background:#2d3748;padding:2rem;border-radius:16px;box-shadow:0 10px 30px #0000004d;border:1px solid #4a5568;display:flex;flex-direction:column;gap:1.5rem}.home-results-loading-header{display:flex;justify-content:space-between;align-items:center}.home-results-loading-title{width:150px;height:24px;background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.home-results-loading-button{width:100px;height:36px;background:linear-gradient(90deg,#4f46e5 25%,#6366f1,#4f46e5 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}@media (max-width: 768px){.home-content-loading{padding:1rem}.home-hero-loading-title{width:300px;height:40px}.home-hero-loading-subtitle{width:250px}.home-form-loading,.home-results-loading{padding:1.5rem}.home-results-loading-header{flex-direction:column;align-items:flex-start;gap:1rem}}.home-page{min-height:100vh;background:#1a2332}.home-content{max-width:1200px;margin:0 auto;padding:2rem}.results-section{background:#2d3748;padding:2rem;border-radius:16px;box-shadow:0 10px 30px #0000004d;margin-bottom:2rem;border:1px solid #4a5568}.results-section h2{margin:0 0 1.5rem;color:#e2e8f0;font-size:1.5rem;font-weight:600}.save-notice{background:#ffc1071a;border:1px solid rgba(255,193,7,.3);border-radius:12px;padding:1rem;margin-bottom:1.5rem;text-align:center}.save-notice p{margin:0;color:#856404;font-size:.95rem}.inline-signup-btn{background:none;border:none;color:#667eea;font-weight:600;text-decoration:underline;cursor:pointer;font-size:.95rem;margin:0 .25rem}.inline-signup-btn:hover{color:#5a67d8}.empty-state{text-align:center;padding:4rem 2rem;color:#fff}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.7}.empty-state h3{color:#fff;font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.empty-state p{font-size:1.1rem;margin:0;opacity:.9}@media (max-width: 768px){.home-content{padding:1rem}.results-section{padding:1.5rem;margin-bottom:1rem}.empty-state{padding:2rem 1rem}.empty-icon{font-size:3rem}.empty-state h3{font-size:1.25rem}.empty-state p{font-size:1rem}}@media (max-width: 480px){.home-content{padding:.75rem}.results-section{padding:1rem;border-radius:16px}.results-section h2{font-size:1.25rem}.save-notice{padding:.875rem}.save-notice p{font-size:.875rem}.empty-state h3{font-size:1.1rem}.empty-state p{font-size:.9rem}}@media (max-width: 360px){.home-content{padding:.75rem}}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.results-header h2{margin:0;color:#e2e8f0;font-size:1.5rem;font-weight:600}.refresh-btn{background:#4f46e5;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.refresh-btn:hover{background:#4338ca;transform:translateY(-1px);box-shadow:0 4px 12px #4f46e54d}.refresh-btn:active{transform:translateY(0)}@media (max-width: 768px){.results-header{flex-direction:column;align-items:flex-start;gap:1rem}.refresh-btn{align-self:flex-end;padding:.5rem 1rem;font-size:.8rem}}.app{min-height:100vh;width:100%;background:#1a2332;overflow-x:auto;-webkit-overflow-scrolling:touch}.loading-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#1a2332}.loading-spinner{text-align:center;color:#fff}.spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.app-loading{min-height:100vh;width:100%;background:#1a2332;overflow-x:auto;-webkit-overflow-scrolling:touch;position:relative}.app-loading:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2563eb 25%,#60a5fa,#2563eb 75%);background-size:200% 100%;animation:shimmer 2s infinite;z-index:1000}.page-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:#1a2332;color:#fff;gap:2rem;padding:2rem}.page-loading-spinner{width:60px;height:60px;border:6px solid rgba(255,255,255,.3);border-top:6px solid white;border-radius:50%;animation:spin 1s linear infinite;box-shadow:0 4px 20px #fff3}.page-loading-text{font-size:1.2rem;font-weight:500;text-align:center;opacity:.9}.page-loading-dots{display:flex;gap:.5rem}.page-loading-dot{width:8px;height:8px;background:#fff;border-radius:50%;animation:bounce 1.4s infinite ease-in-out both}.page-loading-dot:nth-child(1){animation-delay:-.32s}.page-loading-dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.component-loading{display:flex;align-items:center;justify-content:center;padding:2rem;background:#ffffff0d;border-radius:8px;margin:1rem 0}.component-loading-spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.3);border-top:3px solid white;border-radius:50%;animation:spin 1s linear infinite}.skeleton{background:linear-gradient(90deg,#4a5568 25%,#6b7280,#4a5568 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.skeleton-text{height:16px;margin:.5rem 0}.skeleton-title{height:24px;width:60%;margin:1rem 0}.skeleton-button{height:40px;width:120px;border-radius:8px}.skeleton-avatar{width:40px;height:40px;border-radius:50%}.pulse{animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.auth-loading-icon{font-size:3rem;margin-bottom:1rem;animation:pulse 2s infinite;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.auth-loading-subtitle{font-size:.9rem;color:#ffffffb3;font-weight:400;margin-top:-.5rem;animation:fadeInOut 3s infinite}@keyframes fadeInOut{0%,to{opacity:.5}50%{opacity:1}}.app-loading .loading-overlay{background:linear-gradient(135deg,#1a2332f2,#2d3748f2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.app-loading .loading-overlay-content{background:#2d37484d;padding:3rem 2rem;border-radius:20px;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px #0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:400px;width:90%}.app-loading .loading-overlay-spinner{width:60px;height:60px;border:5px solid rgba(255,255,255,.2);border-top:5px solid #60a5fa;border-right:5px solid #3b82f6;box-shadow:0 0 20px #60a5fa4d}.app-loading .loading-overlay-text{font-size:1.3rem;font-weight:600;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media (max-width: 768px){.app-loading .loading-overlay-content{padding:2rem 1.5rem;margin:1rem}.auth-loading-icon{font-size:2.5rem}.app-loading .loading-overlay-text{font-size:1.1rem}.auth-loading-subtitle{font-size:.8rem}}.error-boundary-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.error-boundary-loading-content{background:#fff;padding:3rem;border-radius:16px;text-align:center;box-shadow:0 20px 60px #0000004d;max-width:500px;width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem}.error-boundary-loading-title{width:200px;height:24px;background:linear-gradient(90deg,#e2e8f0 25%,#f7fafc,#e2e8f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.error-boundary-loading-message{width:300px;height:16px;background:linear-gradient(90deg,#e2e8f0 25%,#f7fafc,#e2e8f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.error-boundary-loading-buttons{display:flex;gap:1rem;margin-top:1rem}.error-boundary-loading-btn{width:100px;height:40px;background:linear-gradient(90deg,#e2e8f0 25%,#f7fafc,#e2e8f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.error-boundary-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;position:relative;overflow:hidden}.error-boundary-loading:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ffffff4d 25%,#fff9,#ffffff4d 75%);background-size:200% 100%;animation:shimmer 2s infinite}.error-boundary-loading-content{background:#fff;padding:3rem;border-radius:16px;text-align:center;box-shadow:0 20px 60px #0000004d;max-width:500px;width:100%;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.error-boundary-loading-title{width:200px;height:24px;background:linear-gradient(90deg,#e2e8f0 25%,#cbd5e0,#e2e8f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.error-boundary-loading-message{width:300px;height:16px;background:linear-gradient(90deg,#e2e8f0 25%,#cbd5e0,#e2e8f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.error-boundary-loading-buttons{display:flex;gap:1rem;justify-content:center}.error-boundary-loading-btn{width:100px;height:40px;background:linear-gradient(90deg,#e2e8f0 25%,#cbd5e0,#e2e8f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.error-boundary-loading-spinner{width:40px;height:40px;border:4px solid rgba(102,126,234,.3);border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.error-boundary-loading-content{padding:2rem;margin:1rem}.error-boundary-loading-title{width:150px}.error-boundary-loading-message{width:200px}.error-boundary-loading-buttons{flex-direction:column;width:100%}.error-boundary-loading-btn{width:100%}}.error-boundary{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.error-content{background:#fff;padding:3rem;border-radius:16px;text-align:center;box-shadow:0 20px 60px #0000004d;max-width:500px;width:100%}.error-content h2{color:#e53e3e;margin:0 0 1rem;font-size:1.5rem}.error-content p{color:#4a5568;margin:0 0 2rem;font-size:1rem}.retry-btn,.reload-btn{padding:.75rem 1.5rem;margin:0 .5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.retry-btn{background:#667eea;color:#fff}.retry-btn:hover{background:#5a67d8;transform:translateY(-1px)}.reload-btn{background:#e2e8f0;color:#4a5568}.reload-btn:hover{background:#cbd5e0;transform:translateY(-1px)}
