.utm-page-bg{color:#1f2937;background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab) 0 0/400% 400%;justify-content:center;align-items:flex-start;min-height:100vh;padding:100px 16px 40px;font-family:Inter,sans-serif;animation:15s infinite utm-gradient;display:flex}@keyframes utm-gradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.utm-glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #ffffff80;border-radius:16px;width:100%;max-width:56rem;padding:24px;box-shadow:0 25px 50px -12px #00000040}@media (min-width:768px){.utm-glass{padding:40px}}.utm-header{margin-bottom:32px}.utm-header h1{text-align:center;background:linear-gradient(90deg,#9333ea,#3b82f6);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:1.875rem;font-weight:800}.utm-header p{text-align:center;color:#6b7280;font-size:.875rem}.utm-section{background:#fff;border:1px solid #f3f4f6;border-radius:12px;margin-bottom:32px;padding:24px;box-shadow:0 1px 2px #0000000d}.utm-section h2{color:#1f2937;border-bottom:1px solid #e5e7eb;margin-bottom:16px;padding-bottom:8px;font-size:1.125rem;font-weight:700}.utm-section .utm-subtitle{color:#6b7280;margin-top:-8px;margin-bottom:16px;font-size:.875rem}.utm-grid-4{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}@media (min-width:768px){.utm-grid-4{grid-template-columns:repeat(4,1fr)}}.utm-group-title{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #f3f4f6;margin-bottom:12px;padding-bottom:4px;font-size:.75rem;font-weight:700}.utm-preset-list{flex-direction:column;gap:8px;display:flex}.utm-preset-label{cursor:pointer;align-items:center;display:flex}.utm-preset-radio{opacity:0;width:0;height:0;position:absolute}.utm-preset-inner{border:1px solid #0000;border-radius:8px;align-items:center;width:100%;padding:8px 12px;transition:background-color .2s,border-color .2s,color .2s;display:flex}.utm-preset-label:hover .utm-preset-inner{background:#f9fafb}.utm-preset-radio:checked+.utm-preset-inner{color:#1d4ed8;background:#eff6ff;border-color:#3b82f6}.utm-radio-dot{border:2px solid #d1d5db;border-radius:50%;flex-shrink:0;width:16px;height:16px;margin-right:8px;transition:background-color .2s,border-color .2s}.utm-preset-radio:checked+.utm-preset-inner .utm-radio-dot{background:#3b82f6;border-color:#3b82f6}.utm-preset-text{color:#374151;font-size:.875rem;font-weight:500}.utm-preset-radio:checked+.utm-preset-inner .utm-preset-text{color:#1d4ed8}.utm-form{flex-direction:column;gap:24px;display:flex}.utm-form-row{grid-template-columns:1fr;gap:20px;display:grid}@media (min-width:768px){.utm-form-row{grid-template-columns:1fr 1fr;gap:32px}}.utm-field{flex-direction:column;display:flex}.utm-field-label{color:#374151;justify-content:space-between;align-items:center;margin-bottom:4px;font-size:.875rem;font-weight:600;display:flex}.utm-field-label .utm-field-name{color:#9ca3af;font-weight:400}.utm-input{color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%;padding:12px 16px;font-family:inherit;font-size:.95rem;transition:box-shadow .2s,border-color .2s}.utm-input:focus{border-color:#60a5fa;outline:none;box-shadow:0 0 0 2px #60a5fa66}.utm-input.highlighted{background:#eff6ff}.utm-url-row{border-radius:12px;display:flex;overflow:hidden;box-shadow:0 1px 2px #0000000d}.utm-protocol{appearance:none;color:#4b5563;cursor:pointer;background:#f3f4f6;border:1px solid #e5e7eb;border-right:0;padding:12px 16px;font-family:inherit;font-size:.95rem;font-weight:500}.utm-url-row .utm-input{border-left:0;border-radius:0;flex:1}.utm-tooltip-container{cursor:help;align-items:center;display:inline-flex;position:relative}.utm-tooltip-icon{color:#3b82f6;background:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:700;transition:background-color .2s;display:inline-flex}.utm-tooltip-icon.muted{color:#6b7280;background:#f3f4f6}.utm-tooltip-container:hover .utm-tooltip-icon{background:#dbeafe}.utm-tooltip-text{visibility:hidden;opacity:0;color:#fff;text-align:left;z-index:50;pointer-events:none;background:#1e293b;border-radius:8px;width:max-content;max-width:280px;padding:10px 14px;font-size:12px;font-weight:400;line-height:1.4;transition:opacity .3s,visibility .3s;position:absolute;bottom:150%;left:50%;transform:translate(-50%);box-shadow:0 10px 15px -3px #0000001a}.utm-tooltip-text:after{content:"";border:6px solid #0000;border-top-color:#1e293b;margin-left:-6px;position:absolute;top:100%;left:50%}.utm-tooltip-container:hover .utm-tooltip-text{visibility:visible;opacity:1}.utm-btn-generate{color:#fff;cursor:pointer;background:linear-gradient(90deg,#3b82f6,#9333ea);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:16px;padding:16px;font-family:inherit;font-size:1rem;font-weight:700;transition:transform .1s;display:flex;box-shadow:0 10px 15px -3px #0000001a}.utm-btn-generate:hover{filter:brightness(1.05)}.utm-btn-generate:active{transform:scale(.98)}.utm-btn-generate:disabled{opacity:.7;cursor:wait}.utm-spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite utm-spin}@keyframes utm-spin{to{transform:rotate(360deg)}}.utm-result{margin-top:32px}.utm-result h2{color:#1f2937;margin-bottom:16px;font-size:1.125rem;font-weight:700}.utm-result-grid{flex-direction:column;align-items:stretch;gap:24px;display:flex}@media (min-width:768px){.utm-result-grid{flex-direction:row}.utm-result-grid .utm-url-col{flex:2}.utm-result-grid .utm-qr-col{flex:1}}.utm-url-col{flex-direction:column;display:flex}.utm-url-wrap{flex-grow:1;position:relative}.utm-url-textarea{color:#1e40af;resize:none;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;width:100%;min-height:140px;padding:12px 48px 12px 16px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.875rem;box-shadow:inset 0 2px 4px #0000000d}.utm-url-textarea:focus{outline:none}.utm-copy-btn{cursor:pointer;background:#fff;border:1px solid #f3f4f6;border-radius:8px;padding:8px;transition:background-color .2s;position:absolute;top:8px;right:8px;box-shadow:0 1px 2px #0000000d}.utm-copy-btn:hover{background:#f9fafb}.utm-copy-msg{color:#16a34a;text-align:center;margin-top:8px;font-size:.875rem;font-weight:600}.utm-qr-col{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex;box-shadow:0 1px 2px #0000000d}.utm-qr-img{width:160px;height:160px;margin-bottom:16px;display:block}.utm-qr-placeholder{color:#9ca3af;text-align:center;background:#f3f4f6;border-radius:8px;justify-content:center;align-items:center;width:160px;height:160px;margin-bottom:16px;padding:12px;font-size:.8rem;display:flex}.utm-download-btn{color:#2563eb;cursor:pointer;background:#eff6ff;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:8px 16px;font-size:.875rem;font-weight:700;transition:background-color .2s;display:flex}.utm-download-btn:hover{background:#dbeafe}.utm-download-btn:disabled{opacity:.5;cursor:not-allowed}.utm-guide{margin-top:48px}.utm-guide h2{color:#1f2937;border-bottom:1px solid #e5e7eb;margin-bottom:24px;padding-bottom:8px;font-size:1.25rem;font-weight:700}.utm-details{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:16px;overflow:hidden;box-shadow:0 1px 2px #0000000d}.utm-details>summary{cursor:pointer;color:#1f2937;justify-content:space-between;align-items:center;padding:20px;font-weight:700;list-style:none;transition:background-color .2s;display:flex}.utm-details>summary:hover{background:#f9fafb}.utm-details>summary::-webkit-details-marker{display:none}.utm-chevron{color:#6b7280;transition:transform .2s}.utm-details[open]>summary .utm-chevron{transform:rotate(180deg)}.utm-details-body{color:#4b5563;background:#f9fafb;border-top:1px solid #f3f4f6;padding:20px;font-size:.875rem;line-height:1.6}.utm-details-body p{margin-bottom:16px}.utm-details-body ul{margin-top:8px;padding-left:20px;list-style:outside}.utm-details-body li{margin-bottom:8px}.utm-details-body code{color:#1e293b;background:#e5e7eb;border-radius:4px;padding:2px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem}.utm-details-body h3{color:#1f2937;margin-top:24px;margin-bottom:8px;font-weight:700}.utm-table-wrap{border-top:1px solid #f3f4f6;padding:0;overflow-x:auto}.utm-table{text-align:left;border-collapse:collapse;color:#4b5563;width:100%;font-size:.875rem}.utm-table thead{background:#f9fafb}.utm-table th{color:#374151;border-bottom:1px solid #e5e7eb;padding:12px 20px;font-weight:600}.utm-table th:first-child{width:33.333%}.utm-table td{border-top:1px solid #f3f4f6;padding:12px 20px}.utm-table tbody tr:hover{background:#eff6ff}.utm-table td:first-child{color:#2563eb;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.utm-table td ul{color:#6b7280;margin-top:4px;padding-left:16px;font-size:.75rem;list-style:outside}.utm-history{margin-top:48px}.utm-history-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-end;margin-bottom:16px;padding-bottom:8px;display:flex}.utm-history-header h2{color:#1f2937;font-size:1.25rem;font-weight:700}.utm-clear-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;font-size:.75rem;font-weight:600;transition:color .2s}.utm-clear-btn:hover{color:#b91c1c}.utm-history-table-wrap{background:#fff;border:1px solid #f3f4f6;border-radius:12px;overflow-x:auto;box-shadow:0 1px 2px #0000000d}.utm-history-table{text-align:left;border-collapse:collapse;width:100%}.utm-history-table thead{background:#f9fafb}.utm-history-table th{text-transform:uppercase;letter-spacing:.05em;color:#6b7280;padding:12px 16px;font-size:.75rem;font-weight:500}.utm-history-table td{vertical-align:top;border-top:1px solid #f3f4f6;padding:12px 16px;font-size:.875rem}.utm-history-row:hover{background:#eff6ff}.utm-history-project{color:#1f2937;font-weight:700}.utm-history-date{color:#9ca3af;margin-top:4px;font-size:.625rem}.utm-history-link{text-overflow:ellipsis;white-space:nowrap;color:#3b82f6;max-width:200px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;display:block;overflow:hidden}@media (min-width:768px){.utm-history-link{max-width:400px}}.utm-copy-history-btn{color:#1f2937;cursor:pointer;background:#e5e7eb;border:none;border-radius:8px;padding:6px 12px;font-size:.75rem;font-weight:600;transition:background-color .2s,color .2s}.utm-copy-history-btn:hover{color:#1d4ed8;background:#dbeafe}@media (min-width:768px){.utm-term-full{grid-column:span 2}}.utm-divider{border:none;border-top:1px solid #e5e7eb;margin:0}
