/* Simplicity IT API — Custom Styles */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{background:#0a1628;color:#e8ecf1;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
code,pre,.mono{font-family:SFMono-Regular,Consolas,'Liberation Mono',Menlo,monospace}
.site-header{border-bottom:1px solid rgba(255,255,255,0.08);padding:20px 0}
.site-header .wp-block-group{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}
.site-logo{font-size:20px;font-weight:700;color:#41B592;text-decoration:none}
.site-logo span{color:#e8ecf1}
.header-nav{display:flex;gap:24px;align-items:center;flex-wrap:wrap}
.header-nav a{color:rgba(255,255,255,0.6);text-decoration:none;font-size:15px;font-weight:500;transition:color .2s}
.header-nav a:hover{color:#e8ecf1}
.hero{text-align:center;padding:80px 24px 60px;max-width:900px;margin:0 auto}
.hero h1{font-size:clamp(32px,5vw,48px);font-weight:800;line-height:1.15;margin-bottom:24px;letter-spacing:-0.02em}
.hero h1 .accent{color:#41B592}
.hero p{font-size:clamp(16px,2vw,20px);color:rgba(255,255,255,0.6);max-width:640px;margin:0 auto 32px}
/* API Status */
.api-status{display:inline-flex;align-items:center;gap:10px;background:#111d32;border:1px solid rgba(65,181,146,0.3);border-radius:40px;padding:12px 28px;margin-bottom:40px;font-size:15px;font-weight:600}
.status-dot{width:10px;height:10px;background:#41B592;border-radius:50%;display:inline-block;animation:pulse 2s infinite}
@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(65,181,146,0.4)}50%{box-shadow:0 0 0 8px rgba(65,181,146,0)}}
.base-url{background:#111d32;border:1px solid rgba(255,255,255,0.08);border-radius:8px;padding:16px 24px;font-family:SFMono-Regular,Consolas,monospace;font-size:16px;color:#41B592;display:inline-block;margin-bottom:40px}
/* Buttons */
.btn-primary{display:inline-block;background:#41B592;color:#0a1628;padding:14px 32px;font-weight:700;border-radius:8px;text-decoration:none;font-size:16px;transition:transform .2s,box-shadow .2s;border:none;cursor:pointer}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(65,181,146,0.3)}
.btn-ghost{display:inline-block;background:transparent;border:1px solid rgba(255,255,255,0.2);color:#e8ecf1;padding:14px 32px;font-weight:700;border-radius:8px;text-decoration:none;font-size:16px;transition:border-color .2s}
.btn-ghost:hover{border-color:rgba(255,255,255,0.5)}
/* Quick start */
.quickstart{max-width:800px;margin:0 auto 80px;padding:0 24px}
.quickstart h2{font-size:28px;font-weight:800;text-align:center;margin-bottom:32px}
.step{background:#111d32;border:1px solid rgba(255,255,255,0.08);border-radius:12px;padding:32px;margin-bottom:16px;display:flex;gap:20px;align-items:flex-start}
.step-num{background:#41B592;color:#0a1628;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;flex-shrink:0}
.step h3{font-size:18px;font-weight:700;margin-bottom:8px}
.step p{color:rgba(255,255,255,0.6);font-size:15px}
.step code{background:rgba(65,181,146,0.1);color:#41B592;padding:2px 8px;border-radius:4px;font-size:14px}
/* Section */
.section{padding:80px 24px;max-width:1200px;margin:0 auto}
.section h2{font-size:clamp(28px,4vw,40px);font-weight:800;margin-bottom:16px;text-align:center;letter-spacing:-0.02em}
.section .subtitle{color:rgba(255,255,255,0.6);text-align:center;max-width:640px;margin:0 auto 48px;font-size:18px}
/* Features grid */
.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;max-width:1200px;margin:0 auto 80px;padding:0 24px}
.feature-card{background:#111d32;border:1px solid rgba(255,255,255,0.08);border-radius:12px;padding:32px;transition:transform .2s,border-color .2s}
.feature-card:hover{transform:translateY(-4px);border-color:rgba(65,181,146,0.3)}
.feature-card h3{font-size:20px;font-weight:700;margin-bottom:12px;color:#e8ecf1}
.feature-card p{color:rgba(255,255,255,0.6);font-size:15px}
/* Code block */
.code-block{background:#0d1829;border:1px solid rgba(255,255,255,0.08);border-radius:8px;padding:24px;font-family:SFMono-Regular,Consolas,monospace;font-size:14px;line-height:1.7;overflow-x:auto;color:#e8ecf1;margin:16px 0;white-space:pre}
.code-block .comment{color:rgba(255,255,255,0.35)}
.code-block .string{color:#41B592}
.code-block .keyword{color:#7aa2f7}
/* Method badges */
.method-badge{display:inline-block;padding:4px 10px;border-radius:4px;font-size:12px;font-weight:700;font-family:SFMono-Regular,Consolas,monospace;text-transform:uppercase;letter-spacing:0.05em;margin-right:8px;min-width:60px;text-align:center}
.method-get{background:rgba(65,181,146,0.15);color:#41B592}
.method-post{background:rgba(96,165,250,0.15);color:#60a5fa}
.method-put{background:rgba(250,204,21,0.15);color:#facc15}
.method-delete{background:rgba(248,113,113,0.15);color:#f87171}
/* Endpoint card */
.endpoint-card{background:#111d32;border:1px solid rgba(255,255,255,0.08);border-radius:12px;padding:24px;margin-bottom:16px}
.endpoint-card .endpoint-header{display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}
.endpoint-card .endpoint-path{font-family:SFMono-Regular,Consolas,monospace;font-size:15px;color:#e8ecf1;font-weight:600}
.endpoint-card .endpoint-desc{color:rgba(255,255,255,0.6);font-size:14px}
/* Endpoint group */
.endpoint-group{margin-bottom:48px}
.endpoint-group h3{font-size:20px;font-weight:700;margin-bottom:20px;color:#41B592;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,0.08)}
/* Auth section */
.auth-section{background:#111d32;border:1px solid rgba(255,255,255,0.08);border-radius:12px;padding:40px;margin-bottom:32px;max-width:900px;margin-left:auto;margin-right:auto}
.auth-section h3{font-size:22px;font-weight:700;margin-bottom:16px;color:#e8ecf1}
.auth-section p{color:rgba(255,255,255,0.6);font-size:15px;line-height:1.7;margin-bottom:16px}
/* Rate limit table */
.rate-table{width:100%;border-collapse:collapse;margin:24px 0}
.rate-table th,.rate-table td{padding:12px 16px;text-align:left;border-bottom:1px solid rgba(255,255,255,0.08);font-size:14px}
.rate-table th{color:rgba(255,255,255,0.6);font-weight:600;text-transform:uppercase;font-size:12px;letter-spacing:0.05em}
.rate-table td{color:#e8ecf1}
/* Changelog */
.changelog-entry{background:#111d32;border:1px solid rgba(255,255,255,0.08);border-radius:12px;padding:32px;margin-bottom:24px;border-left:3px solid #41B592}
.changelog-entry .version{font-size:22px;font-weight:800;color:#41B592;margin-bottom:4px}
.changelog-entry .date{color:rgba(255,255,255,0.4);font-size:14px;margin-bottom:16px}
.changelog-entry ul{list-style:none;padding:0}
.changelog-entry ul li{padding:8px 0;color:rgba(255,255,255,0.8);font-size:15px}
.changelog-entry ul li::before{content:"• ";color:#41B592;font-weight:700}
/* Footer */
.site-footer{border-top:1px solid rgba(255,255,255,0.08);padding:40px 24px;text-align:center;color:rgba(255,255,255,0.4);font-size:14px;margin-top:80px}
@media(max-width:768px){
  .hero{padding:60px 20px 40px}
  .features-grid{grid-template-columns:1fr;padding:0 16px}
  .step{flex-direction:column}
  .section{padding:50px 16px}
  .endpoint-card .endpoint-header{flex-direction:column;align-items:flex-start}
}
