.prob-wrap{max-width:520px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#1a1a1a}
.prob-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}
.prob-icon{font-size:34px;line-height:1}
.prob-title{font-size:22px!important;font-weight:600!important;margin:0 0 3px!important;padding:0!important;border:none!important;color:#1a1a1a!important}
.prob-sub{font-size:13px;color:#666;margin:0}
.prob-tabs{display:flex;gap:8px;margin-bottom:18px}
.prob-tab{flex:1;padding:10px 8px;font-size:13px;font-weight:500;border:1px solid #d8d8d8;border-radius:10px;background:#fff;color:#555;cursor:pointer}
.prob-tab:hover:not(.act){background:#f5f3ff}.prob-tab.act{background:#ede9fe;color:#5B21B6;border-color:#a78bfa}
.prob-panel{display:none}.prob-panel.act{display:block}
.prob-grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:4px}
@media(max-width:380px){.prob-grid2{grid-template-columns:1fr}}
.prob-lbl{display:block;font-size:13px;font-weight:500;color:#555;margin-bottom:5px}
.prob-iw input{width:100%;box-sizing:border-box;padding:9px 12px;border:1px solid #d0d0d0;border-radius:8px;font-size:14px;color:#1a1a1a;background:#fff;outline:none;-moz-appearance:textfield}
.prob-iw input::-webkit-inner-spin-button,.prob-iw input::-webkit-outer-spin-button{-webkit-appearance:none}
.prob-iw input:focus{border-color:#7C3AED;box-shadow:0 0 0 3px rgba(124,58,237,.1)}
.prob-group{margin-bottom:10px}
.prob-toggle{display:flex;border:1px solid #d0d0d0;border-radius:8px;overflow:hidden}
.prob-tbtn{flex:1;padding:9px 8px;font-size:12px;font-weight:500;border:none;border-right:1px solid #d0d0d0;background:#fff;color:#555;cursor:pointer}
.prob-tbtn:last-child{border-right:none}
.prob-tbtn.act{background:#ede9fe;color:#5B21B6;font-weight:600}
.prob-result-card{background:linear-gradient(135deg,#7C3AED,#5B21B6);border-radius:12px;padding:18px 22px;color:#fff;margin-top:12px;animation:prob-in .22s ease}
@keyframes prob-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
.prob-res-main{font-size:38px;font-weight:800;font-family:monospace;text-align:center;margin-bottom:4px}
.prob-res-sub{font-size:14px;opacity:.8;text-align:center}
.prob-res-rows{border-top:1px solid rgba(255,255,255,.2);padding-top:10px;margin-top:10px}
.prob-res-row{display:flex;justify-content:space-between;padding:5px 0;font-size:13px;border-bottom:1px solid rgba(255,255,255,.1)}
.prob-res-row:last-child{border-bottom:none;font-weight:700;font-size:15px}
.prob-res-lbl{opacity:.8}.prob-res-val{font-family:monospace;font-weight:600}
