*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;color:#333}.app{max-width:1200px;margin:0 auto;min-height:100vh}.header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1.5rem 2rem;margin-bottom:2rem}.header h1{margin:0 0 1rem;color:#2563eb;font-size:1.75rem}.nav{display:flex;gap:.5rem;flex-wrap:wrap}.nav-btn{padding:.625rem 1.25rem;background:transparent;color:#6b7280;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:.9375rem;font-weight:500;transition:all .2s}.nav-btn:hover{background:#f9fafb;color:#374151;border-color:#d1d5db}.nav-btn.active{background:#2563eb;color:#fff;border-color:#2563eb}.nav-btn.active:hover{background:#1d4ed8;border-color:#1d4ed8}h2{margin:0 0 1.5rem;color:#374151;font-size:1.5rem;font-weight:600}.section{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin:0 2rem 2rem}.form-group{margin-bottom:1rem}label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}input,select{width:100%;padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9375rem;transition:all .2s}input:focus,select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}button{padding:.625rem 1.25rem;background:#2563eb;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9375rem;font-weight:500;transition:all .2s}button:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 2px 4px #2563eb33}button:active{transform:translateY(0)}button.secondary{background:#6b7280}button.secondary:hover{background:#4b5563;box-shadow:0 2px 4px #6b728033}button.danger{background:#dc2626}button.danger:hover{background:#b91c1c;box-shadow:0 2px 4px #dc262633}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);font-size:1rem;padding:.75rem 1.5rem;box-shadow:0 4px 6px #2563eb33}.btn-primary:hover{box-shadow:0 6px 12px #2563eb4d}.result{margin-top:1.5rem;padding:1.25rem;background:linear-gradient(135deg,#dbeafe,#eff6ff);border-radius:8px;border-left:4px solid #2563eb;box-shadow:0 2px 4px #2563eb1a}.result strong{display:block;margin-bottom:.75rem;color:#1e40af;font-size:1rem}.result-url{background:#fff;padding:.875rem 1rem;border-radius:6px;word-break:break-all;font-family:Monaco,Menlo,Consolas,monospace;font-size:.9375rem;color:#2563eb;font-weight:500;border:1px solid #bfdbfe}.template-list,.link-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.template-item,.link-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb;transition:all .2s}.template-item:hover,.link-item:hover{background:#f3f4f6;border-color:#d1d5db}.template-info,.link-info{flex:1}.template-name,.link-code{font-weight:600;color:#111827}.template-params,.link-url{font-size:.875rem;color:#6b7280;margin-top:.25rem;word-break:break-all}.actions{display:flex;gap:.5rem}.actions button{padding:.375rem .75rem;font-size:.875rem}.param-inputs{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){.param-inputs{grid-template-columns:1fr}.header{padding:1rem}.section{margin:0 1rem 1.5rem;padding:1.5rem}.nav{gap:.375rem}.nav-btn{padding:.5rem 1rem;font-size:.875rem}.template-item,.link-item{flex-direction:column;align-items:flex-start;gap:1rem}.actions{width:100%;justify-content:flex-end}}.copy-btn{margin-left:.75rem;padding:.375rem .75rem;font-size:.8125rem;background:#2563eb;color:#fff;border-radius:4px;font-weight:600;letter-spacing:.025em}.copy-btn:hover{background:#1d4ed8;transform:translateY(0);box-shadow:0 1px 3px #2563eb4d}.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.login-box{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px}.login-box h1{color:#2563eb;font-size:2rem;text-align:center;margin-bottom:.5rem}.login-box h2{color:#374151;font-size:1.25rem;text-align:center;margin-bottom:2rem;font-weight:500}.error-message{background:#fee2e2;border:1px solid #fecaca;color:#dc2626;padding:.75rem;border-radius:4px;font-size:.875rem;margin-top:1rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;max-width:550px;width:100%;max-height:85vh;overflow:hidden;box-shadow:0 20px 50px #0000004d;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.modal-header h3{margin:0;color:#111827;font-size:1.25rem;font-weight:600}.modal-close{background:transparent;border:none;font-size:2rem;color:#9ca3af;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;line-height:1}.modal-close:hover{background:#f3f4f6;color:#374151}.modal-description{padding:1rem 2rem;color:#6b7280;font-size:.875rem;margin:0;background:#f9fafb;border-bottom:1px solid #e5e7eb}.checkbox-list{display:flex;flex-direction:column;gap:0;max-height:320px;overflow-y:auto;padding:.5rem 1.5rem;margin:.5rem 0}.checkbox-item{display:flex;align-items:center;gap:.75rem;padding:.75rem .5rem;cursor:pointer;border-radius:6px;transition:all .15s;border-bottom:1px solid #f3f4f6}.checkbox-item:last-child{border-bottom:none}.checkbox-item:hover{background:#f9fafb}.checkbox-item input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#2563eb;border-radius:4px}.checkbox-item span{flex:1;font-size:.9375rem;color:#374151;font-weight:500}.selected-preview{padding:1rem 2rem;background:#f0f9ff;border-top:1px solid #e0f2fe;border-bottom:1px solid #e0f2fe}.selected-values{display:flex;flex-wrap:wrap;gap:.5rem}.selected-tag{display:inline-flex;align-items:center;gap:.5rem;background:#2563eb;color:#fff;padding:.375rem .75rem;border-radius:6px;font-size:.875rem;font-weight:500}.tag-remove{background:#fff3;border:none;color:#fff;cursor:pointer;padding:0;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;line-height:1;transition:background .2s}.tag-remove:hover{background:#ffffff4d}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;padding:1.5rem 2rem;border-top:1px solid #e5e7eb}.modal-actions button{padding:.625rem 1.5rem;font-weight:500}.modal-actions button:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.modal-actions button:disabled:hover{background:#e5e7eb}
