/* Container */
.wogk-wrapper{max-width:560px;margin:32px auto;padding:24px;background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.07);}
.wogk-tabs{display:flex;gap:8px;margin-bottom:16px;}
.wogk-tab-btn{flex:1;padding:12px 14px;border:1px solid #e5e7eb;background:#f3f4f6;border-radius:10px;cursor:pointer;font-weight:600;transition:.2s;}
.wogk-tab-btn.active{background:#111827;color:#fff;border-color:#111827;}
.wogk-pane{margin-top:8px;}
/* Fields */
.wogk-form .wogk-field{margin-bottom:14px;}
.wogk-form label{display:block;margin-bottom:6px;font-weight:600;color:#374151;}
.wogk-form input{width:100%;padding:12px 14px;border:1px solid #e5e7eb;border-radius:10px;outline:none;transition:border-color .2s, box-shadow .2s;}
.wogk-form input:focus{border-color:#111827;box-shadow:0 0 0 3px rgba(17,24,39,.1);}
/* Buttons */
.wogk-btn{display:inline-block;padding:12px 16px;border-radius:10px;background:#111827;color:#fff;border:none;cursor:pointer;text-decoration:none;font-weight:700;}
.wogk-btn:hover{opacity:.92;}
/* Results */
.wogk-result{margin-top:10px;font-weight:600;}
.wogk-result.ok{color:#059669;}
.wogk-result.err{color:#dc2626;}
/* Links */
.wogk-links{margin-top:10px;}
.wogk-links a{color:#2563eb;text-decoration:none;font-weight:600;}
.wogk-links a:hover{text-decoration:underline;}
/* Meter */
.wogk-meter{margin-top:6px;font-size:12px;color:#6b7280;}
/* Logged state */
.wogk-logged{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;padding:16px;}
/* Responsive */
@media (max-width:480px){
  .wogk-wrapper{margin:16px 12px;padding:16px;border-radius:14px;}
}
