:root{--background:#09090b;--foreground:#fafafa;--primary:#3b82f6;--primary-foreground:#fff;--muted:#27272a;--muted-foreground:#a1a1aa;--border:#27272a;--radius:.5rem}.light-theme{--background:#f8fafc;--foreground:#0f172a;--primary:#3b82f6;--primary-foreground:#fff;--muted:#f1f5f9;--muted-foreground:#64748b;--border:#e2e8f0}.light-theme .sidebar{border-right:1px solid var(--border);background:#fff}.light-theme .nav-item:hover{background:var(--muted)}.light-theme .summary-card,.light-theme .chart-section,.light-theme .breakdown-card,.light-theme .campaigns-section{border:1px solid var(--border);background:#fff;box-shadow:0 1px 3px #0000001a}.light-theme .top-header{border-bottom:1px solid var(--border);background:#fff}.light-theme .time-range-selector{border:1px solid var(--border);background:#fff}.light-theme .time-range-selector button.active{background:var(--primary);color:#fff}.light-theme .progress-bar{background:var(--muted)}.light-theme .recharts-default-tooltip{border:1px solid var(--border)!important;background:#fff!important}.light-theme .stat-card,.light-theme .activity-card,.light-theme .quick-actions{border:1px solid var(--border);background:#fff;box-shadow:0 1px 3px #0000001a}.light-theme .stat-label,.light-theme .activity-time,.light-theme .activity-type{color:var(--muted-foreground)}.light-theme .stat-value,.light-theme .activity-title{color:var(--foreground)}.light-theme .quick-action-btn{background:var(--muted);border:1px solid var(--border);color:var(--foreground)}.light-theme .quick-action-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.light-theme .links-table{border:1px solid var(--border);background:#fff;box-shadow:0 1px 3px #0000001a}.light-theme .links-table th{background:var(--muted);color:var(--foreground);border-bottom:2px solid var(--border)}.light-theme .links-table td{border-bottom:1px solid var(--border);color:var(--foreground)}.light-theme .links-table tbody tr:hover{background:var(--muted)}.light-theme .link-code{color:var(--primary)}.light-theme .link-url{color:var(--muted-foreground)}.light-theme .modal-overlay{background:#00000080}.light-theme .modal-content{border:1px solid var(--border);background:#fff}.light-theme .modal-header{border-bottom:1px solid var(--border)}.light-theme .form-input,.light-theme .form-select,.light-theme .form-textarea{border:1px solid var(--border);color:var(--foreground);background:#fff}.light-theme .form-input:focus,.light-theme .form-select:focus,.light-theme .form-textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #3b82f61a}.light-theme .form-label{color:var(--foreground)}.light-theme .btn-primary{background:var(--primary);color:#fff}.light-theme .btn-secondary{background:var(--muted);color:var(--foreground);border:1px solid var(--border)}.light-theme .btn-secondary:hover{background:var(--border)}.light-theme .btn-danger{color:#fff;background:#ef4444}.light-theme .action-btn{background:var(--muted);border:1px solid var(--border)}.light-theme .page-header h1{color:var(--foreground)}.light-theme .page-header p{color:var(--muted-foreground)}.light-theme body{background-color:var(--background);color:var(--foreground)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background);color:var(--foreground);margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;transition:background-color .3s,color .3s}*{box-sizing:border-box}button{cursor:pointer}:root{--sidebar-width:260px;--header-height:64px;--transition-speed:.3s}.dashboard-container{background-color:var(--background);height:100vh;color:var(--foreground);display:flex;overflow:hidden}.sidebar{width:var(--sidebar-width);border-right:1px solid var(--border);z-index:50;transition:transform var(--transition-speed) ease-in-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#27272a4d;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}@media (width>=1024px){.sidebar{position:static;transform:translate(0)}}.sidebar.open{transform:translate(0)}.sidebar-content{flex-direction:column;height:100%;display:flex}.sidebar-header{height:var(--header-height);border-bottom:1px solid var(--border);align-items:center;padding:0 1.5rem;display:flex}.logo-text{background:linear-gradient(90deg,#60a5fa,#a855f7);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:700}.close-sidebar-btn{border-radius:var(--radius);color:var(--muted-foreground);background:0 0;border:none;margin-left:auto;padding:.25rem;display:none}@media (width<=1023px){.close-sidebar-btn{display:block}}.sidebar-nav{flex-direction:column;flex:1;gap:.25rem;padding:1.5rem 1rem;display:flex}.nav-item{border-radius:var(--radius);color:var(--muted-foreground);align-items:center;padding:.625rem .75rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover{background-color:var(--muted);color:var(--foreground)}.nav-item.active{color:var(--primary);background-color:#3b82f61a}.nav-icon{margin-right:.75rem}.sidebar-footer{border-top:1px solid var(--border);padding:1rem}.logout-btn{border-radius:var(--radius);color:#f87171;background:0 0;border:none;align-items:center;width:100%;padding:.625rem .75rem;transition:background-color .2s;display:flex}.logout-btn:hover{color:#fca5a5;background-color:#ef44441a}.sidebar-overlay{z-index:40;background-color:#00000080;position:fixed;inset:0}@media (width>=1024px){.sidebar-overlay{display:none}}.main-content-wrapper{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.top-header{height:var(--header-height);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:30;background-color:#09090b80;justify-content:space-between;align-items:center;padding:0 1rem;display:flex;position:sticky;top:0}@media (width>=1024px){.top-header{padding:0 2rem}}.menu-btn{border-radius:var(--radius);color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;margin-left:-.5rem;padding:.5rem}@media (width>=1024px){.menu-btn{display:none}}.header-actions{align-items:center;gap:1rem;margin-left:auto;display:flex}.theme-toggle-btn{color:var(--muted-foreground);background:0 0;border:none;border-radius:9999px;padding:.5rem;transition:background-color .2s}.theme-toggle-btn:hover{background-color:var(--muted)}.user-avatar{color:#fff;background:linear-gradient(to top right,#3b82f6,#a855f7);border-radius:9999px;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.875rem;font-weight:500;display:flex}.page-content{flex:1;padding:1rem;overflow:auto}@media (width>=1024px){.page-content{padding:2rem}}.content-container{max-width:72rem;margin:0 auto}.dashboard-page{flex-direction:column;gap:2rem;width:100%;animation:.5s ease-out fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.welcome-section h1{background:linear-gradient(90deg,#fff,#a1a1aa);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2rem;font-weight:700}.welcome-section p{color:var(--muted-foreground)}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));align-items:start;gap:1.5rem;display:grid}.stat-card{border:1px solid var(--border);border-radius:var(--radius);aspect-ratio:1;background:#27272a66;flex-direction:column;justify-content:space-between;height:auto;min-height:0;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex}.stat-card:hover{background:#27272a99;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.stat-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.stat-icon{border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;display:flex}.stat-icon.blue{color:#60a5fa;background:#3b82f61a}.stat-icon.purple{color:#c084fc;background:#a855f71a}.stat-icon.green{color:#4ade80;background:#22c55e1a}.stat-icon.orange{color:#fb923c;background:#f973161a}.stat-value{color:var(--foreground);margin-bottom:.25rem;font-size:1.875rem;font-weight:700}.stat-label{color:var(--muted-foreground);font-size:.875rem}.stat-trend{align-items:center;gap:.25rem;margin-top:.5rem;font-size:.75rem;display:flex}.stat-trend.positive{color:#4ade80}.stat-trend.negative{color:#f87171}.stat-trend.neutral{color:var(--muted-foreground)}.content-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem;display:grid}@media (width>=1024px){.content-grid{grid-template-columns:2fr 1fr}}.recent-activity,.quick-actions{border:1px solid var(--border);border-radius:var(--radius);background:#27272a66;flex-direction:column;display:flex;overflow:hidden}.section-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.section-header h2{color:var(--foreground);margin:0;font-size:1.125rem;font-weight:600}.view-all{color:var(--primary);font-size:.875rem;text-decoration:none}.view-all:hover{text-decoration:underline}.activity-list{margin:0;padding:0;list-style:none}.activity-item{border-bottom:1px solid var(--border);align-items:center;gap:1rem;padding:1rem 1.5rem;transition:background-color .2s;display:flex}.activity-item:last-child{border-bottom:none}.activity-item:hover{background-color:#27272a99}.activity-icon-wrapper{align-items:center;display:flex}.activity-icon{width:2.5rem;height:2.5rem;color:var(--primary);background:#27272a80;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.activity-icon.created{color:#3b82f6;background:#3b82f61a}.activity-details{flex:1;min-width:0}.activity-title{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.125rem;font-size:.875rem;font-weight:500;overflow:hidden}.activity-time{color:var(--muted-foreground);font-size:.75rem}.activity-status{color:#60a5fa;background:#3b82f61a;border-radius:9999px;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.quick-actions .section-header{border-bottom:none}.actions-grid{grid-template-columns:repeat(2,1fr);gap:1rem;padding:0 1.5rem 1.5rem;display:grid}.action-card{border:1px solid var(--border);border-radius:var(--radius);color:var(--muted-foreground);cursor:pointer;background:#27272a80;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:1.5rem;text-decoration:none;transition:all .2s;display:flex}.action-card:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.action-card .action-icon{color:inherit;background:0 0;width:auto;height:auto}.action-card span{font-weight:500}.light-theme .welcome-section h1{background:linear-gradient(90deg,#0f172a,#64748b);color:#0000;-webkit-background-clip:text;background-clip:text}.light-theme .stat-card{border:1px solid var(--border);background:#fff;box-shadow:0 1px 3px #0000001a}.light-theme .stat-card:hover{background:#fff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.light-theme .stat-value{color:var(--foreground)}.light-theme .stat-label{color:var(--muted-foreground)}.light-theme .recent-activity,.light-theme .quick-actions{border:1px solid var(--border);background:#fff;box-shadow:0 1px 3px #0000001a}.light-theme .section-header{border-bottom:1px solid var(--border)}.light-theme .section-header h2{color:var(--foreground)}.light-theme .activity-item{border-bottom:1px solid var(--border)}.light-theme .activity-item:hover{background-color:var(--muted)}.light-theme .activity-icon{background:var(--muted)}.light-theme .activity-icon.created{color:#3b82f6;background:#3b82f61a}.light-theme .activity-title{color:var(--foreground)}.light-theme .activity-time{color:var(--muted-foreground)}.light-theme .activity-status{color:#3b82f6;background:#3b82f61a}.light-theme .action-card{background:var(--muted);border:1px solid var(--border);color:var(--foreground)}.light-theme .action-card:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.utm-builder{background:var(--card-bg,#f8f9fa);border:1px solid var(--border-color,#e1e4e8);border-radius:8px;margin-top:16px;padding:20px}.utm-header{color:var(--text-primary,#24292e);align-items:center;gap:8px;margin-bottom:16px;display:flex}.utm-header h3{margin:0;font-size:16px;font-weight:600}.utm-fields{flex-direction:column;gap:12px;display:flex}.utm-fields .form-group label{color:var(--text-secondary,#586069);align-items:center;gap:4px;margin-bottom:6px;font-size:13px;font-weight:500;display:flex}.info-icon{color:var(--text-muted,#959da5);cursor:help}.select-wrapper{position:relative}.select-wrapper select{border:1px solid var(--border-color,#d1d5da);cursor:pointer;appearance:none;background:#fff;border-radius:6px;width:100%;padding:10px 36px 10px 12px;font-size:14px}.select-wrapper select:focus{border-color:var(--primary-color,#0366d6);outline:none;box-shadow:0 0 0 3px #0366d61a}.select-icon{pointer-events:none;color:var(--text-muted,#959da5);position:absolute;top:50%;right:12px;transform:translateY(-50%)}.utm-preview{border-top:1px solid var(--border-color,#e1e4e8);margin-top:16px;padding-top:16px}.preview-toggle{color:var(--primary-color,#0366d6);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:13px;font-weight:500;display:flex}.preview-toggle:hover{text-decoration:underline}.preview-content{background:#f6f8fa;border:1px solid #e1e4e8;border-radius:6px;margin-top:12px;padding:12px;overflow-x:auto}.preview-content code{color:#24292e;word-break:break-all;white-space:pre-wrap;font-family:SF Mono,Monaco,Courier New,monospace;font-size:12px}@media (prefers-color-scheme:dark){.utm-builder{background:#1c1c1e;border-color:#3a3a3c}.utm-header{color:#fff}.utm-fields .form-group label{color:#b4b4b4}.select-wrapper select{color:#fff;background:#2c2c2e;border-color:#3a3a3c}.select-wrapper select:focus{border-color:#0a84ff;box-shadow:0 0 0 3px #0a84ff1a}.preview-content{background:#2c2c2e;border-color:#3a3a3c}.preview-content code{color:#fff}.preview-toggle{color:#0a84ff}}@media (width<=768px){.utm-builder{padding:16px}.utm-header h3{font-size:14px}.utm-fields .form-group label{font-size:12px}}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-overlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000bf;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-content{border:1px solid var(--border);border-radius:var(--radius);background:#18181b;width:100%;max-width:500px;animation:.3s cubic-bezier(.16,1,.3,1) slideIn;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.close-btn{color:var(--muted-foreground);border-radius:var(--radius);background:0 0;border:none;padding:.5rem;transition:all .2s}.close-btn:hover{background-color:var(--muted);color:var(--foreground)}.modal-form .form-group{flex-direction:column;gap:.5rem;display:flex}.modal-form .form-group label{color:var(--foreground);font-size:.875rem;font-weight:500}.modal-form .input-wrapper{align-items:center;width:100%;display:flex;position:relative!important}.modal-form .input-wrapper .input-icon{color:var(--muted-foreground);pointer-events:none!important;z-index:10!important;position:absolute!important;top:50%!important;left:.875rem!important;transform:translateY(-50%)!important}.modal-form .input-wrapper input{background:var(--background,#09090b);border:1px solid var(--border,#27272a);border-radius:var(--radius,.5rem);color:var(--foreground,#fafafa);font-size:.875rem;transition:all .2s;width:100%!important;padding:.625rem .875rem .625rem 2.75rem!important}.modal-form .input-wrapper input:focus{border-color:var(--primary,#3b82f6);outline:none;box-shadow:0 0 0 3px #3b82f61a}.modal-form .input-wrapper input::placeholder{color:var(--muted-foreground,#71717a)}.modal-form .error-message{border-radius:var(--radius,.5rem);color:#ef4444;background:#ef44441a;border:1px solid #ef4444;padding:.875rem;font-size:.875rem}.modal-footer{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}.cancel-btn{border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);background:0 0;padding:.625rem 1rem;font-size:.875rem;font-weight:500}.cancel-btn:hover:not(:disabled){background-color:var(--muted)}.submit-btn{background:var(--primary);border-radius:var(--radius);color:#fff;border:none;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;display:flex}.submit-btn:hover:not(:disabled){opacity:.9}.success-view{text-align:center;flex-direction:column;align-items:center;padding:2.5rem 2rem;display:flex}.success-icon-wrapper{background:#22c55e1a;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin-bottom:1.5rem;display:flex}.success-icon{color:#4ade80}.success-view h3{color:var(--foreground);margin:0 0 .5rem;font-size:1.5rem}.success-desc{color:var(--muted-foreground);margin-bottom:2rem}.link-preview{gap:.5rem;width:100%;margin-bottom:2rem;display:flex}.link-preview input{background:var(--muted);border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);flex:1;padding:.75rem 1rem;font-family:monospace}.copy-btn{background:var(--primary);border-radius:var(--radius);color:#fff;border:none;padding:0 1rem;transition:background-color .2s}.copy-btn.copied{background:#22c55e}.done-btn{background:var(--muted);border-radius:var(--radius);width:100%;color:var(--foreground);border:none;padding:.75rem;font-weight:500;transition:background-color .2s}.done-btn:hover{background-color:var(--muted-foreground);color:#000}.toggle-label{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.625rem;display:flex}.toggle-label input[type=checkbox]{cursor:pointer;width:1.125rem;height:1.125rem;accent-color:var(--primary,#0366d6)}.toggle-label span{color:var(--foreground);font-size:.875rem;font-weight:500}.readonly-input{opacity:.7;font-family:SF Mono,Monaco,Courier New,monospace;font-weight:500;background:var(--muted,#27272a)!important;cursor:not-allowed!important;color:var(--muted-foreground,#71717a)!important}.readonly-input:hover,.readonly-input:focus{border-color:var(--border,#27272a)!important;box-shadow:none!important}.modal-subtitle{color:var(--muted-foreground);margin:.25rem 0 0;font-size:.875rem;font-weight:400}.links-page{animation:.3s ease-out fadeIn}.page-header p{color:var(--muted-foreground);margin:0}.links-toolbar{margin-bottom:1.5rem}.search-icon{color:var(--muted-foreground);position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.search-box input{border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--foreground);background:#27272a66;padding:.625rem .75rem .625rem 2.5rem;font-size:.875rem}.search-box input:focus{border-color:var(--primary);outline:none}.links-table-container{border:1px solid var(--border);border-radius:var(--radius);background:#27272a66;overflow:auto hidden}.links-table{border-collapse:collapse;text-align:left;width:100%}.links-table th{color:var(--muted-foreground);border-bottom:1px solid var(--border);padding:1rem 1.5rem;font-size:.875rem;font-weight:500}.links-table td{border-bottom:1px solid var(--border);color:var(--foreground);padding:1rem 1.5rem;font-size:.875rem}.links-table tr:last-child td{border-bottom:none}.links-table tr:hover{background:#27272a4d}.short-link-wrapper{align-items:center;gap:.5rem;display:flex}.short-code{color:var(--primary);font-weight:600}.external-link{color:var(--muted-foreground);opacity:0;transition:opacity .2s}.links-table tr:hover .external-link{opacity:1}.original-url-cell{max-width:300px}.original-url{white-space:nowrap;text-overflow:ellipsis;color:var(--muted-foreground);overflow:hidden}.clicks-badge{background:#27272a80;border-radius:9999px;align-items:center;gap:.375rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.date-wrapper{color:var(--muted-foreground);align-items:center;gap:.5rem;display:flex}.actions-col{text-align:right;width:100px}.actions-cell{text-align:right}.icon-btn{border-radius:var(--radius);color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;padding:.5rem;transition:all .2s}.delete-btn:hover{color:#f87171;background:#ef44441a}.copy-btn:hover{color:#4ade80;background:#22c55e1a}.edit-btn:hover{color:#3b82f6;background:#3b82f61a}.actions-cell{justify-content:flex-end;gap:.25rem;display:flex}.loading-state{color:var(--muted-foreground);gap:1rem}.empty-state h3{margin:1rem 0 .5rem;font-size:1.25rem;font-weight:600}.empty-state p{color:var(--muted-foreground);margin-bottom:1.5rem}.empty-icon{background:var(--muted);width:4rem;height:4rem;color:var(--muted-foreground);border-radius:50%;justify-content:center;align-items:center;display:flex}.create-btn-secondary{border:1px solid var(--primary);border-radius:var(--radius);color:var(--primary);cursor:pointer;background:0 0;padding:.625rem 1rem;font-weight:500;transition:all .2s}.create-btn-secondary:hover{background:#3b82f61a}.analytics-page{flex-direction:column;gap:2rem;animation:.3s ease-out fadeIn;display:flex}.date-range-picker{border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);cursor:pointer;background:#27272a66;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.analytics-summary{grid-template-columns:repeat(1,1fr);gap:1.5rem;display:grid}@media (width>=768px){.analytics-summary{grid-template-columns:repeat(3,1fr)}}.summary-card{border:1px solid var(--border);border-radius:var(--radius);background:#27272a66;align-items:flex-start;gap:1rem;padding:1.5rem;transition:transform .2s;display:flex}.summary-card:hover{background:#27272a80;transform:translateY(-2px)}.summary-icon{border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;padding:.75rem;display:flex}.summary-icon.blue{color:#60a5fa;background:#3b82f61a}.summary-icon.purple{color:#c084fc;background:#a855f71a}.summary-icon.green{color:#4ade80;background:#22c55e1a}.summary-content{flex:1}.summary-label{color:var(--muted-foreground);margin-bottom:.25rem;font-size:.875rem}.summary-value{color:var(--foreground);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.summary-trend{align-items:center;gap:.25rem;font-size:.75rem;display:flex}.summary-trend.positive{color:#4ade80}.summary-trend.negative{color:#f87171}.summary-trend.neutral{color:var(--muted-foreground)}.chart-section{border:1px solid var(--border);border-radius:var(--radius);background:#27272a66;padding:1.5rem}.chart-section h2{color:var(--foreground);margin:0 0 1.5rem;font-size:1.125rem;font-weight:600}.bar-chart-container{width:100%;height:300px}.bar-chart{justify-content:space-between;align-items:flex-end;gap:1rem;height:100%;padding-bottom:2rem;display:flex}.bar-column{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;height:100%;display:flex;position:relative}.bar{background:linear-gradient(#60a5fa,#3b82f6);border-radius:4px 4px 0 0;width:100%;max-width:60px;min-height:4px;transition:height .5s cubic-bezier(.4,0,.2,1);position:relative}.bar:hover{background:linear-gradient(#3b82f6,#2563eb)}.bar-tooltip{color:#fff;opacity:0;pointer-events:none;white-space:nowrap;background:#18181b;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;transition:opacity .2s;position:absolute;top:-2.5rem;left:50%;transform:translate(-50%)}.bar:hover .bar-tooltip{opacity:1}.bar-label{color:var(--muted-foreground);font-size:.875rem;position:absolute;bottom:-2rem}.breakdown-grid{grid-template-columns:repeat(1,1fr);gap:1.5rem;display:grid}@media (width>=768px){.breakdown-grid{grid-template-columns:repeat(2,1fr)}}.breakdown-card{border:1px solid var(--border);border-radius:var(--radius);background:#27272a66;padding:1.5rem}.breakdown-header{align-items:center;margin-bottom:1.5rem;display:flex}.breakdown-header h3{color:var(--foreground);align-items:center;gap:.5rem;margin:0;font-size:1.125rem;font-weight:600;display:flex}.breakdown-list{flex-direction:column;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.breakdown-list li{position:relative}.breakdown-item-name{color:var(--foreground);z-index:1;margin-bottom:.25rem;font-size:.875rem;display:inline-block;position:relative}.breakdown-item-value{float:right;color:var(--muted-foreground);z-index:1;font-size:.875rem;position:relative}.progress-bar{background:#27272a80;border-radius:3px;height:6px;margin-top:.25rem;overflow:hidden}.progress-fill{background:#a855f7;border-radius:3px;height:100%}.analytics-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.time-range-selector{border-radius:var(--radius);border:1px solid var(--border);background:#27272a66;gap:.5rem;padding:.25rem;display:flex}.time-range-selector button{color:var(--muted-foreground);border-radius:calc(var(--radius) - .25rem);cursor:pointer;background:0 0;border:none;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.time-range-selector button.active{background:var(--background);color:var(--foreground);box-shadow:0 1px 3px #0000001a}.time-range-selector button:hover:not(.active){color:var(--foreground);background:#27272a99}.bot-filter{cursor:pointer;color:var(--muted-foreground);-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.bot-filter:hover{color:var(--foreground)}.bot-filter input[type=checkbox]{cursor:pointer}.summary-icon.orange{color:#fb923c;background:#f973161a}@media (width>=1024px){.analytics-summary{grid-template-columns:repeat(4,1fr)}}.campaigns-section{border:1px solid var(--border);border-radius:var(--radius);background:#27272a66;padding:1.5rem}.campaigns-section h2{color:var(--foreground);margin:0 0 1.5rem;font-size:1.125rem;font-weight:600}.campaigns-table{border-collapse:collapse;width:100%}.campaigns-table th{text-align:left;border-bottom:2px solid var(--border);color:var(--muted-foreground);padding:.75rem;font-size:.875rem;font-weight:600}.campaigns-table td{border-bottom:1px solid var(--border);padding:.75rem;font-size:.875rem}.campaigns-table tbody tr:hover{background:#27272a4d}.campaign-name{color:var(--primary);font-weight:600}.clicks-count{color:var(--foreground);font-weight:600}.social-breakdown{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.5rem}.social-breakdown h4{color:var(--foreground);margin:0 0 1rem;font-size:.875rem;font-weight:600}.social-breakdown .breakdown-list{gap:.75rem}.social-breakdown .breakdown-list li{justify-content:space-between;padding:.5rem 0;display:flex}.empty-state{text-align:center;color:var(--muted-foreground);padding:2rem;font-size:.875rem}.recharts-tooltip-wrapper{outline:none}.recharts-default-tooltip{background:#18181b!important;border:1px solid #27272a!important;border-radius:8px!important}.recharts-legend-item-text{color:var(--foreground)!important}.login-container{background:var(--background);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.login-card{border:1px solid var(--border);border-radius:var(--radius);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#27272a66;width:100%;max-width:400px;padding:2rem}.login-header{text-align:center;margin-bottom:2rem}.login-logo{margin-bottom:1.5rem}.login-header h1{color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.login-header p{color:var(--muted-foreground);font-size:.875rem}.login-form{flex-direction:column;gap:1.25rem;display:flex}.login-btn{border-radius:var(--radius);background:var(--primary);color:#fff;border:none;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.75rem;font-size:.875rem;font-weight:500;transition:opacity .2s;display:flex}.login-btn:hover:not(:disabled){opacity:.9}.login-btn:disabled{opacity:.7;cursor:not-allowed}.login-footer{text-align:center;color:var(--muted-foreground);margin-top:1.5rem;font-size:.875rem}.login-footer a{color:var(--primary);font-weight:500;text-decoration:none}.login-footer a:hover{text-decoration:underline}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.register-container{background:var(--background);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.register-card{border:1px solid var(--border);border-radius:var(--radius);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#27272a66;width:100%;max-width:450px;padding:2rem}.register-header{text-align:center;margin-bottom:2rem}.register-logo{margin-bottom:1.5rem}.logo-gradient{background:linear-gradient(90deg,#60a5fa,#a855f7);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.register-header h1{color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.register-header p{color:var(--muted-foreground);font-size:.875rem}.register-form{flex-direction:column;gap:1.25rem;display:flex}.input-wrapper{align-items:center;display:flex;position:relative}.input-icon{color:var(--muted-foreground);pointer-events:none;position:absolute;left:.75rem}.input-wrapper input{border-radius:var(--radius);border:1px solid var(--border);width:100%;color:var(--foreground);background:#09090b80;font-size:.875rem;transition:border-color .2s,box-shadow .2s;padding:.625rem .75rem .625rem 3.5rem!important}.input-wrapper input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #3b82f633}.input-wrapper input:disabled{opacity:.7;cursor:not-allowed}.error-message{border-radius:var(--radius);color:#f87171;text-align:center;background:#ef44441a;border:1px solid #ef444433;padding:.75rem;font-size:.875rem}.register-btn{border-radius:var(--radius);background:var(--primary);color:#fff;border:none;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.75rem;font-size:.875rem;font-weight:500;transition:opacity .2s;display:flex}.register-btn:hover:not(:disabled){opacity:.9}.register-btn:disabled{opacity:.7;cursor:not-allowed}.register-footer{text-align:center;color:var(--muted-foreground);margin-top:1.5rem;font-size:.875rem}.register-footer a{color:var(--primary);font-weight:500;text-decoration:none}.register-footer a:hover{text-decoration:underline}.animate-spin{animation:1s linear infinite spin}.register-success{text-align:center;padding:1rem 0}.success-icon{color:#10b981;background:#10b9811a;border-radius:50%;margin-bottom:1.5rem;padding:1rem;display:inline-block}.register-success h2{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.register-success p{color:var(--muted-foreground);margin-bottom:2rem;line-height:1.6}.email-highlight{color:var(--foreground);font-weight:600}.action-buttons{flex-direction:column;gap:1rem;display:flex}.resend-btn{border:1px solid var(--border);color:var(--muted-foreground);background:0 0;width:100%}.resend-btn:hover{color:var(--foreground);background:#ffffff0d}.verify-email-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.verify-email-card{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:500px;padding:60px 40px;box-shadow:0 20px 60px #0000004d}.verify-status{flex-direction:column;align-items:center;gap:20px;display:flex}.verify-status .icon{margin-bottom:10px}.verify-status.loading .icon{color:#667eea}.verify-status.success .icon{color:#10b981}.verify-status.error .icon{color:#ef4444}.verify-status h1{color:#1a1a1a;margin:0;font-size:28px;font-weight:700}.verify-status p{color:#6b7280;margin:0;font-size:16px;line-height:1.6}.user-info{background:#f3f4f6;border-radius:12px;width:100%;margin:10px 0;padding:20px}.user-info .welcome{color:#374151;margin:0;font-size:18px}.user-info strong{color:#667eea}.redirect-message{color:#9ca3af;font-size:14px;font-style:italic}.error-actions{gap:12px;width:100%;margin-top:20px;display:flex}.error-actions button{flex:1}.btn-primary,.btn-secondary{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:16px;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);box-shadow:0 4px 12px #667eea66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.btn-secondary{color:#374151;background:#f3f4f6;border:2px solid #e5e7eb}.btn-secondary:hover{background:#e5e7eb;border-color:#d1d5db}.spinning{animation:1s linear infinite spin}@media (width<=640px){.verify-email-card{padding:40px 24px}.verify-status h1{font-size:24px}.error-actions{flex-direction:column}.error-actions button{width:100%}}.users-page{flex-direction:column;gap:1.5rem;display:flex}.users-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.users-table-container{border:1px solid var(--border);border-radius:var(--radius);background:#27272a66;overflow:hidden}.users-table{border-collapse:collapse;width:100%}.users-table thead{border-bottom:2px solid var(--border);background:#27272a99}.users-table th{text-align:left;color:var(--muted-foreground);white-space:nowrap;padding:.75rem 1rem;font-size:.875rem;font-weight:500}.users-table th:last-child{text-align:right}.users-table tbody tr{color:var(--foreground);border-bottom:1px solid var(--border);background-color:#0000;transition:background-color .2s}.users-table tbody tr:hover{background:#27272a4d}.users-table tbody tr:last-child{border-bottom:none}.users-table td{vertical-align:middle;padding:.75rem 1rem}.user-info{flex-direction:column;gap:.25rem;display:flex;background:0 0!important}.user-name{color:var(--foreground);font-weight:500;background:0 0!important}.user-email{color:var(--muted-foreground);font-size:.875rem;background:0 0!important}.user-stats{flex-direction:column;gap:.125rem;font-size:.875rem;display:flex}.user-stats-value{color:var(--foreground)}.user-stats-label{color:var(--muted-foreground)}.badge{white-space:nowrap;border-radius:.375rem;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.badge-admin{color:#c084fc;background:#a855f71a}.badge-user{color:#a1a1aa;background:#27272acc}.badge-active{color:#4ade80;background:#22c55e1a}.badge-inactive{color:#f87171;background:#ef44441a}.action-buttons{justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.action-btn{cursor:pointer;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.action-btn:hover{background:#27272acc}.action-btn-toggle{color:#fb923c}.action-btn-toggle.inactive{color:#4ade80}.action-btn-delete{color:#f87171}.action-btn-delete:hover{background:#ef44441a}.total-users-badge{background:var(--muted);border-radius:var(--radius);color:var(--foreground);padding:.5rem .75rem;font-size:.875rem}.light-theme .users-table-container{border:1px solid var(--border);background:#fff;box-shadow:0 1px 3px #0000001a}.light-theme .users-table thead{background:var(--muted);border-bottom:2px solid var(--border)}.light-theme .users-table th{color:var(--foreground)}.light-theme .users-table tbody tr{border-bottom:1px solid var(--border);background-color:#0000}.light-theme .users-table tbody tr:hover{background:var(--muted)}.light-theme .user-name{color:var(--foreground)}.light-theme .user-email{color:var(--muted-foreground)}.light-theme .user-stats-value{color:var(--foreground)}.light-theme .user-stats-label{color:var(--muted-foreground)}.light-theme .badge-user{background:var(--muted);color:var(--muted-foreground)}.light-theme .action-btn:hover{background:var(--muted)}.light-theme .action-btn-delete:hover{background:#ef44441a}.light-theme .total-users-badge{background:var(--muted);color:var(--foreground);border:1px solid var(--border)}.utm-templates-page{max-width:1400px;margin:0 auto;padding:2rem}.page-header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.page-header h1{color:var(--foreground);margin:0 0 .5rem;font-size:2rem;font-weight:700}.page-header p{color:var(--muted-foreground);margin:0;font-size:.875rem}.create-btn{background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:500;transition:opacity .2s;display:flex}.create-btn:hover{opacity:.9}.templates-toolbar{margin-bottom:2rem}.search-box{max-width:400px;position:relative}.search-icon{color:var(--muted-foreground);pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.search-box input{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--foreground);padding:.75rem 1rem .75rem 2.75rem;font-size:.875rem}.search-box input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #3b82f61a}.loading-state,.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.loading-state svg{color:var(--primary);margin-bottom:1rem}.empty-icon{background:var(--muted);width:4rem;height:4rem;color:var(--muted-foreground);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.empty-state h3{color:var(--foreground);margin:0 0 .5rem;font-size:1.25rem}.empty-state p{color:var(--muted-foreground);margin:0 0 2rem}.create-btn-secondary{background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;padding:.75rem 1.5rem;font-weight:500}.templates-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;display:grid}.template-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:all .2s}.template-card:hover{border-color:var(--primary);box-shadow:0 4px 12px #0000001a}.template-header{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.template-title{flex:1;align-items:center;gap:.5rem;display:flex}.favorite-icon{color:#f59e0b}.template-title h3{color:var(--foreground);margin:0;font-size:1.125rem;font-weight:600}.template-actions{gap:.5rem;display:flex}.icon-btn{border:1px solid var(--border);border-radius:var(--radius);color:var(--muted-foreground);cursor:pointer;background:0 0;padding:.5rem;transition:all .2s}.icon-btn:hover{background:var(--muted);color:var(--foreground)}.delete-btn:hover{color:#ef4444;border-color:#ef4444}.template-description{color:var(--muted-foreground);margin:0 0 1rem;font-size:.875rem;line-height:1.5}.template-params{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.param-badge{background:var(--muted);border-radius:.375rem;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.8125rem;display:flex}.param-label{color:var(--muted-foreground);min-width:65px;font-weight:500}.param-value{color:var(--foreground);font-family:monospace;font-size:.8125rem}.template-footer{border-top:1px solid var(--border);color:var(--muted-foreground);justify-content:space-between;align-items:center;padding-top:1rem;font-size:.8125rem;display:flex}.usage-count{font-weight:500}.modal-overlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background:var(--card,#18181b);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:550px;max-height:90vh;overflow-y:auto}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.modal-header h2{color:var(--foreground);margin:0;font-size:1.25rem;font-weight:600}.close-btn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;padding:.25rem .5rem;font-size:1.5rem;line-height:1}.close-btn:hover{color:var(--foreground)}.modal-form{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--foreground);font-size:.875rem;font-weight:500}.form-group input,.form-group textarea{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--foreground);padding:.625rem .875rem;font-family:inherit;font-size:.875rem}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:60px}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.checkbox-label{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.625rem;display:flex}.checkbox-label input[type=checkbox]{cursor:pointer;width:1.125rem;height:1.125rem;accent-color:var(--primary)}.checkbox-label span{color:var(--foreground);font-size:.875rem}.error-message{border-radius:var(--radius);color:#ef4444;background:#ef44441a;border:1px solid #ef4444;padding:.875rem;font-size:.875rem}.modal-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:1rem;padding-top:1rem;display:flex}.cancel-btn{border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);cursor:pointer;background:0 0;padding:.625rem 1rem;font-weight:500}.cancel-btn:hover{background:var(--muted)}.submit-btn{background:var(--primary);border-radius:var(--radius);color:#fff;cursor:pointer;border:none;padding:.625rem 1rem;font-weight:500}.submit-btn:hover{opacity:.9}.submit-btn:disabled,.cancel-btn:disabled{opacity:.5;cursor:not-allowed}@media (width<=768px){.utm-templates-page{padding:1rem}.page-header{flex-direction:column;gap:1rem}.templates-grid,.form-row{grid-template-columns:1fr}}
