.seotologie-securepass-container {
--sp-primary: #69E9E9;
--sp-primary-hover: #75151E;
--sp-border: #e2e8f0;
--sp-bg-light: #f8fafc;
--sp-text: #1e293b;
--sp-muted: #64748b;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
} .seotologie-securepass-container * {
box-sizing: border-box;
} .seotologie-sp-display-area {
margin-bottom: 25px;
}
.seotologie-sp-bulk-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 12px;
padding: 0 5px;
}
.seotologie-sp-count-badge {
background: var(--sp-bg-light);
border: 1px solid var(--sp-border);
padding: 4px 12px;
border-radius: 20px;
font-size: 0.85rem;
font-weight: 600;
color: var(--sp-muted);
}
.seotologie-sp-copy-all {
padding: 8px 16px !important;
font-size: 0.9rem !important;
border-radius: 6px !important;
width: auto !important;
}
.seotologie-sp-list {
background: #ffffff;
border: 1px solid var(--sp-border);
border-radius: 8px;
overflow: hidden;
position: relative;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}
.seotologie-sp-list.is-bulk {
max-height: none !important; overflow: visible !important; scrollbar-width: thin;
scrollbar-color: #cbd5e1 transparent;
}
.seotologie-sp-list.is-bulk::-webkit-scrollbar {
width: 6px;
}
.seotologie-sp-list.is-bulk::-webkit-scrollbar-track {
background: transparent;
}
.seotologie-sp-list.is-bulk::-webkit-scrollbar-thumb {
background-color: #cbd5e1;
border-radius: 6px;
}
.seotologie-sp-row {
display: flex;
flex-wrap: nowrap !important;
align-items: center;
gap: 12px;
padding: 12px 16px;
border-bottom: 1px solid var(--sp-border);
transition: background-color 0.2s;
}
.seotologie-sp-row:last-child {
border-bottom: none;
}
.seotologie-sp-row:hover {
background-color: var(--sp-bg-light);
}
.seotologie-sp-input {
flex-grow: 1;
border: none;
background: transparent;
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1.15rem;
color: var(--sp-text);
padding: 0;
margin: 0;
outline: none;
letter-spacing: 0.05em;
width: 100%;
min-width: 0; } .seotologie-sp-input::selection {
background: rgba(105, 233, 233, 0.3);
}
.seotologie-sp-copy-btn {
flex-shrink: 0;
background: var(--sp-primary) !important;
border: none !important;
border-radius: 6px;
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
color: #1a2236 !important;
transition: all 0.2s;
}
.seotologie-sp-copy-btn:hover {
background: #000000 !important;
color: #ffffff !important;
}
.seotologie-sp-copy-btn.is-copied {
background: #22c55e !important;
color: #ffffff !important;
} .seotologie-sp-controls {
background: var(--sp-bg-light);
border: 1px solid var(--sp-border);
border-radius: 8px;
padding: 20px;
margin-bottom: 25px;
}
.seotologie-sp-length-control {
margin-bottom: 20px;
}
.seotologie-sp-length-control label {
display: block;
margin-bottom: 12px;
font-weight: 500;
color: var(--sp-text);
}
.seotologie-sp-length-val {
color: var(--sp-primary-hover);
font-size: 1.1em;
}
.seotologie-sp-slider {
-webkit-appearance: none;
width: 100%;
height: 6px;
background: #cbd5e1;
border-radius: 3px;
outline: none;
}
.seotologie-sp-slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 24px;
height: 24px;
border-radius: 50%;
background: var(--sp-primary);
cursor: pointer;
transition: transform 0.1s;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.seotologie-sp-slider::-webkit-slider-thumb:active {
transform: scale(1.15);
}
.seotologie-sp-toggles {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 20px;
}
.seotologie-sp-checkbox {
display: inline-flex;
align-items: center;
gap: 8px;
background: #ffffff;
border: 1px solid var(--sp-border);
padding: 8px 14px;
border-radius: 6px;
font-size: 0.95rem;
font-weight: 600;
color: var(--sp-text);
cursor: pointer;
user-select: none;
transition: border-color 0.2s;
}
.seotologie-sp-checkbox:hover {
border-color: #94a3b8;
}
.seotologie-sp-checkbox input[type="checkbox"] {
width: 16px;
height: 16px;
accent-color: var(--sp-primary);
cursor: pointer;
margin: 0;
}
.seotologie-sp-checkbox span {
color: var(--sp-muted);
font-weight: 400;
}
.seotologie-sp-checkbox.has-tooltip {
position: relative;
}
.seotologie-sp-actions {
display: flex;
gap: 15px;
margin-top: 25px;
align-items: stretch;
}
.seotologie-sp-actions .seotologie-input {
height: 100% !important;
min-height: 50px;
border-radius: 6px;
padding: 0 16px;
margin: 0;
appearance: none;
-webkit-appearance: none;
font-weight: 500;
cursor: pointer;
min-width: 140px;
}
.seotologie-sp-generate-btn {
width: 100% !important;
text-transform: uppercase;
letter-spacing: 0.05em;
font-size: 1.05rem !important;
padding: 0 24px !important;
min-height: 50px;
border-radius: 6px !important;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
} .seotologie-sp-analytics {
background-color: #f8fafc;
border: 1px solid var(--sp-border);
border-radius: 8px;
padding: 20px 24px;
margin-bottom: 30px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}
.seotologie-sp-strength-meter {
margin-bottom: 20px;
}
.seotologie-sp-strength-header {
display: flex;
justify-content: space-between;
font-size: 0.95rem;
color: var(--sp-muted);
margin-bottom: 8px;
}
.seotologie-sp-strength-label {
color: var(--sp-text);
font-weight: 700;
text-transform: uppercase;
} .seotologie-securepass-container .seotologie-progress-container {
width: 100%;
height: 10px;
background-color: #e2e8f0;
border-radius: 5px;
overflow: hidden;
margin-bottom: 5px;
display: block !important;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.seotologie-securepass-container .seotologie-progress-bar {
display: block !important;
height: 10px !important;
border-radius: 5px;
width: 0%; transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s ease;
} .seotologie-securepass-container .sp-score-0 {
width: 5% !important;
background-color: #ef4444 !important;
} .seotologie-securepass-container .sp-score-1 {
width: 25% !important;
background-color: #f97316 !important;
} .seotologie-securepass-container .sp-score-2 {
width: 50% !important;
background-color: #eab308 !important;
} .seotologie-securepass-container .sp-score-3 {
width: 75% !important;
background-color: #84cc16 !important;
} .seotologie-securepass-container .sp-score-4 {
width: 100% !important;
background-color: #22c55e !important;
} .seotologie-sp-crack-time {
display: flex;
align-items: center;
gap: 10px;
font-size: 0.95rem;
color: var(--sp-text);
background: #ffffff;
padding: 12px 16px;
border-radius: 6px;
border: 1px solid var(--sp-border);
}
.seotologie-sp-crack-time strong {
color: var(--sp-text);
font-size: 0.95rem;
} @media (max-width: 600px) {
.seotologie-sp-toggles {
flex-direction: column;
}
.seotologie-sp-checkbox {
width: 100%;
justify-content: space-between;
}
.seotologie-sp-crack-time {
flex-direction: column;
align-items: flex-start;
gap: 8px;
}
.seotologie-sp-actions {
flex-direction: column;
gap: 10px;
}
.seotologie-sp-actions .seotologie-input,
.seotologie-sp-actions .seotologie-sp-generate-btn {
width: 100% !important;
max-width: none;
}
.seotologie-sp-input {
font-size: 1rem;
}
.seotologie-sp-row {
padding: 10px 12px;
}
.seotologie-sp-bulk-header {
flex-direction: column;
align-items: stretch;
gap: 12px;
}
.seotologie-sp-count-badge {
text-align: center;
}
.seotologie-sp-copy-all {
width: 100% !important;
}
}