*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f7f9ff;color:#212427;min-height:100vh}a{text-decoration:none;color:inherit}.site-header{background:#fff;border-bottom:1px solid #e2e5eb;padding:1rem 2rem;position:sticky;top:0;z-index:100}.site-header-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.site-logo{font-size:1.4rem;font-weight:700;color:#3b68fc}.site-logo span{color:#212427}.hero{text-align:center;padding:3rem 2rem 2rem}.hero h1{font-size:2.2rem;font-weight:700;color:#212427;margin-bottom:.5rem}.hero h1 .highlight{color:#3b68fc}.hero p{color:#748091;font-size:1.1rem}.search-container{max-width:600px;margin:1.5rem auto 2.5rem;padding:0 1rem}.search-input{width:100%;padding:.9rem 1.2rem .9rem 3rem;border:1px solid #c3c8d4;border-radius:12px;font-size:1rem;background:#fff;color:#212427;box-shadow:0 6px 16px #3b68fc14;transition:border-color .2s,box-shadow .2s}.search-input:focus{outline:none;border-color:#3b68fc;box-shadow:0 6px 20px #3b68fc26}.search-wrapper{position:relative}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#748091;font-size:1.1rem;pointer-events:none}.categories{max-width:1200px;margin:0 auto 2rem;padding:0 1rem;display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.category-tab{padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500;border:1px solid #c3c8d4;background:#fff;color:#748091;cursor:pointer;transition:all .2s}.category-tab:hover,.category-tab.active{background:#3b68fc;color:#fff;border-color:#3b68fc}.card-grid{max-width:1200px;margin:0 auto;padding:0 1rem 3rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.calc-card{background:#fff;border:1px solid #c3c8d4;border-radius:10px;padding:1.5rem;cursor:pointer;transition:box-shadow .2s,transform .15s;display:flex;flex-direction:column;gap:.5rem}.calc-card:hover{box-shadow:4px 12px 16px #3b68fc1c;transform:translateY(-2px)}.calc-card-icon{width:40px;height:40px;border-radius:10px;background:#eef2ff;color:#3b68fc;display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:.25rem}.calc-card h3{font-size:1.05rem;font-weight:600;color:#212427}.calc-card p{font-size:.85rem;color:#748091;line-height:1.4}.calc-card-category{font-size:.75rem;color:#3b68fc;font-weight:500;margin-top:auto}.calc-page{max-width:720px;margin:0 auto;padding:2rem 1rem}.calc-back{display:inline-flex;align-items:center;gap:.4rem;color:#3b68fc;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;cursor:pointer}.calc-back:hover{text-decoration:underline}.calc-title{font-size:1.8rem;font-weight:700;color:#212427;margin-bottom:.5rem}.calc-description{color:#748091;font-size:.95rem;margin-bottom:2rem;line-height:1.5}.calc-panel{background:#fff;border:1px solid #c3c8d4;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #3b68fc0f}.calc-field{margin-bottom:1.25rem}.calc-field label{display:block;font-size:.85rem;font-weight:600;color:#212427;margin-bottom:.4rem}.calc-field-hint{font-size:.75rem;color:#748091;margin-bottom:.4rem;line-height:1.4}.calc-field input,.calc-field select{width:100%;padding:.7rem 1rem;border:1px solid #c3c8d4;border-radius:8px;font-size:.95rem;color:#212427;background:#f7f9ff;transition:border-color .2s}.calc-field input:focus,.calc-field select:focus{outline:none;border-color:#3b68fc}.calc-field .unit{font-size:.8rem;color:#748091;margin-left:.3rem}.calc-result{margin-top:1.5rem;padding:1.5rem;background:#eef2ff;border-radius:10px}.calc-result h3{font-size:.9rem;font-weight:600;color:#3b68fc;margin-bottom:1rem}.calc-result-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #dce3f5}.calc-result-row:last-child{border-bottom:none;font-weight:700;color:#212427;font-size:1.1rem;padding-top:.75rem}.calc-result-row span:first-child{color:#748091}.calc-result-row span:last-child{color:#212427;font-weight:600}.calc-type-group{display:flex;gap:.5rem;flex-wrap:wrap}.calc-type-btn{flex:1;min-width:0;padding:.6rem .5rem;border:1px solid #c3c8d4;border-radius:8px;background:#f7f9ff;color:#748091;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.calc-type-btn:hover{border-color:#3b68fc;color:#3b68fc}.calc-type-btn.active{background:#3b68fc;color:#fff;border-color:#3b68fc}.calc-field-row{display:flex;gap:1rem}.calc-field-row .calc-field{flex:1}.calc-table-wrapper{margin-top:1.5rem;overflow-x:auto;border-radius:10px;border:1px solid #dce3f5}.calc-table{width:100%;border-collapse:collapse;font-size:.82rem;white-space:nowrap}.calc-table thead{background:#eef2ff}.calc-table th{padding:.65rem .75rem;font-weight:600;color:#3b68fc;text-align:right;border-bottom:2px solid #dce3f5}.calc-table th:first-child{text-align:center}.calc-table td{padding:.55rem .75rem;text-align:right;color:#212427;border-bottom:1px solid #eef2ff}.calc-table td:first-child{text-align:center;color:#748091;font-weight:500}.calc-table tbody tr:hover{background:#f7f9ff}.calc-table tbody tr:last-child td{border-bottom:none}.swap-btn{align-self:flex-end;margin-bottom:1.25rem;width:40px;height:40px;flex-shrink:0;border:1px solid #c3c8d4;border-radius:8px;background:#fff;color:#3b68fc;font-size:1.2rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.swap-btn:hover{background:#3b68fc;color:#fff;border-color:#3b68fc}.convert-result-display{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.5rem 0}.convert-from{font-size:1rem;color:#748091}.convert-arrow{font-size:1.5rem;color:#3b68fc;font-weight:700}.convert-to{font-size:1.4rem;font-weight:700;color:#212427}.salary-highlight{font-size:2rem;font-weight:800;color:#212427;text-align:center;padding:.5rem 0}.calc-card-views{font-size:.7rem;color:#748091;background:#f0f1f4;padding:.2rem .5rem;border-radius:8px;align-self:flex-end}.bmi-display{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.25rem}.bmi-value{font-size:2.4rem;font-weight:800;color:#212427}.bmi-label{font-size:.85rem;font-weight:600;color:#fff;padding:.3rem .75rem;border-radius:20px}.bmi-bar-wrapper{position:relative;margin-bottom:1.5rem}.bmi-bar{display:flex;height:10px;border-radius:5px;overflow:hidden}.bmi-bar-segment{height:100%}.bmi-bar-indicator{position:absolute;top:-3px;width:4px;height:16px;background:#212427;border-radius:2px;transform:translate(-50%)}.bmi-bar-labels{display:flex;justify-content:space-between;margin-top:.35rem;font-size:.65rem;color:#748091}.json-toolbar{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.json-toolbar-left{display:flex;gap:.4rem;flex-wrap:wrap}.json-toolbar-right{display:flex;align-items:center;gap:.4rem}.json-btn{padding:.45rem .85rem;border:1px solid #c3c8d4;border-radius:8px;background:#fff;color:#3b68fc;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s}.json-btn:hover:not(:disabled){background:#3b68fc;color:#fff;border-color:#3b68fc}.json-btn:disabled{opacity:.4;cursor:not-allowed}.json-btn-sub{color:#748091;border-color:#dce3f5}.json-indent-label{font-size:.75rem;color:#748091}.json-indent-select{padding:.35rem .5rem;border:1px solid #c3c8d4;border-radius:6px;font-size:.8rem;color:#212427;background:#f7f9ff}.json-input{width:100%;min-height:400px;padding:1rem;border:2px solid #c3c8d4;border-radius:10px;font-family:Consolas,Monaco,Courier New,monospace;font-size:.85rem;line-height:1.5;color:#212427;background:#f7f9ff;resize:vertical;transition:border-color .2s;-moz-tab-size:2;tab-size:2}.json-input:focus{outline:none;border-color:#3b68fc}.json-input-valid{border-color:#34c759}.json-input-valid:focus{border-color:#34c759}.json-input-error{border-color:#e53e3e}.json-input-error:focus{border-color:#e53e3e}.json-status-bar{margin-top:.5rem;font-size:.78rem;min-height:1.5em}.json-status-neutral{color:#748091}.json-status-valid{color:#34c759;font-weight:500}.json-status-error{color:#e53e3e;font-weight:500;word-break:break-word}.ttj-options{display:flex;gap:1.5rem;margin-bottom:1rem;flex-wrap:wrap}.ttj-option-group{display:flex;flex-direction:column;gap:.4rem}.ttj-option-label{font-size:.8rem;font-weight:600;color:#212427}.ttj-area-label{display:block;font-size:.8rem;font-weight:600;color:#748091;margin-bottom:.4rem}.ttj-rag-preview{margin-bottom:.75rem}.ttj-rag-hint{font-size:.78rem;color:#748091;background:#f0f1f4;padding:.6rem .85rem;border-radius:8px;line-height:1.5}.ttj-rag-hint code{background:#dce3f5;padding:.1rem .35rem;border-radius:4px;font-size:.75rem;color:#3b68fc}.resistor-color-options{display:flex;flex-wrap:wrap;gap:.3rem}.resistor-color-btn{padding:.3rem .5rem;border:2px solid transparent;border-radius:6px;font-size:.7rem;font-weight:600;cursor:pointer;transition:all .15s;min-width:42px;text-align:center}.resistor-color-btn:hover{opacity:.85;transform:scale(1.05)}.resistor-color-btn.active{border-color:#3b68fc;box-shadow:0 0 0 2px #3b68fc4d}.resistor-visual{display:flex;justify-content:center;padding:1.25rem 0}.resistor-body{display:flex;align-items:center;background:tan;border-radius:8px;padding:.6rem .5rem;gap:.4rem;position:relative;min-width:220px;justify-content:center}.resistor-lead{width:30px;height:3px;background:#888}.resistor-band{width:10px;height:36px;border-radius:2px}.resistor-band-tolerance{margin-left:.6rem}.moi-svg-wrapper{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}.moi-svg{background:#fff;border:1px solid #dce3f5;border-radius:10px}.moi-svg-legend{margin-top:.4rem;display:flex;justify-content:center}.lotto-number-grid{display:grid;grid-template-columns:repeat(9,1fr);gap:.3rem}.lotto-num-btn{width:100%;aspect-ratio:1;border:1.5px solid #c3c8d4;border-radius:8px;background:#fff;color:#212427;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .12s}.lotto-num-btn:hover{border-color:#3b68fc;transform:scale(1.08)}.lotto-num-btn.active{border-color:transparent;transform:scale(1.1);box-shadow:0 2px 6px #00000026}.lotto-results{margin-top:1.25rem;display:flex;flex-direction:column;gap:.75rem}.lotto-result-row{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#f7f9ff;border-radius:10px}.lotto-result-label{font-size:.85rem;font-weight:700;color:#748091;min-width:20px}.lotto-balls{display:flex;gap:.4rem;flex-wrap:wrap}.mbti-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.35rem}.mbti-btn{padding:.55rem .3rem;border:1.5px solid #c3c8d4;border-radius:8px;background:#fff;color:#212427;font-size:.8rem;font-weight:700;cursor:pointer;transition:all .15s;letter-spacing:.5px}.mbti-btn:hover{border-color:#3b68fc;color:#3b68fc}.mbti-btn.active{background:#3b68fc;color:#fff;border-color:#3b68fc}.mbti-result-header{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem}.mbti-result-types{font-size:1.5rem;font-weight:800;color:#212427}.mbti-result-emoji{font-size:2rem}.mbti-score-bar{display:flex;justify-content:center;gap:.4rem;margin-bottom:.5rem}.mbti-score-dot{width:32px;height:8px;border-radius:4px;transition:background .2s}.mbti-score-label{text-align:center;font-size:1rem;font-weight:700;margin-bottom:1rem}.mbti-result-desc{font-size:.9rem;color:#212427;line-height:1.6;text-align:center;padding:0 .5rem}.pt-progress{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.pt-progress-bar{flex:1;height:6px;background:#dce3f5;border-radius:3px;overflow:hidden}.pt-progress-fill{height:100%;background:#3b68fc;border-radius:3px;transition:width .3s ease}.pt-progress-text{font-size:.8rem;color:#748091;font-weight:600;white-space:nowrap}.pt-question-card{text-align:center}.pt-question-text{font-size:1rem;font-weight:600;color:#212427;margin-bottom:1.5rem;line-height:1.5}.pt-options{display:flex;flex-direction:column;align-items:center;gap:1rem}.pt-option-label{font-size:.88rem;color:#212427;line-height:1.5;max-width:320px}.pt-option-a{color:#3b68fc;font-weight:600}.pt-option-b{color:#805ad5;font-weight:600}.pt-scale{display:flex;align-items:center;justify-content:center;gap:.6rem}.pt-scale-btn{border-radius:50%;border:2.5px solid #c3c8d4;background:#fff;cursor:pointer;transition:all .15s}.pt-scale-btn:nth-child(1){border-color:#3b68fc}.pt-scale-btn:nth-child(2){border-color:#6b8cfc}.pt-scale-btn:nth-child(3){border-color:#aaa}.pt-scale-btn:nth-child(4){border-color:#9b7dd4}.pt-scale-btn:nth-child(5){border-color:#805ad5}.pt-scale-btn:hover{transform:scale(1.15)}.pt-scale-btn.active{transform:scale(1.2)}.pt-scale-btn:nth-child(1).active{background:#3b68fc}.pt-scale-btn:nth-child(2).active{background:#6b8cfc}.pt-scale-btn:nth-child(3).active{background:#aaa}.pt-scale-btn:nth-child(4).active{background:#9b7dd4}.pt-scale-btn:nth-child(5).active{background:#805ad5}.pt-result-type{text-align:center;margin-bottom:1rem}.pt-result-letters{display:block;font-size:3rem;font-weight:800;color:#3b68fc;letter-spacing:4px}.pt-result-title{display:block;font-size:1.2rem;font-weight:600;color:#748091;margin-top:.25rem}.pt-result-desc{font-size:.92rem;color:#212427;line-height:1.7;text-align:center;padding:0 .5rem;margin-bottom:1.5rem}.pt-axes{display:flex;flex-direction:column;gap:.75rem}.pt-axis-row{display:flex;align-items:center;gap:.5rem}.pt-axis-label-left,.pt-axis-label-right{font-size:.72rem;color:#212427;min-width:80px;white-space:nowrap}.pt-axis-label-left{text-align:right}.pt-axis-label-right{text-align:left}.pt-axis-bar{flex:1;height:10px;background:#dce3f5;border-radius:5px;overflow:hidden}.pt-axis-fill-a{height:100%;background:linear-gradient(90deg,#3b68fc,#6b8cfc);border-radius:5px;transition:width .5s ease}.hp-scores{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.hp-score-item{display:flex;flex-direction:column;gap:.3rem}.hp-score-header{display:flex;justify-content:space-between;align-items:center}.hp-score-label{font-size:.82rem;color:#748091;font-weight:500}.hp-score-value{font-size:.9rem;font-weight:700}.hp-score-bar{height:10px;background:#eef2ff;border-radius:5px;overflow:hidden}.hp-score-fill{height:100%;border-radius:5px;transition:width .4s ease}.hp-total{border-top:2px solid #dce3f5;padding-top:1rem}.hp-total-bar{height:14px;background:#eef2ff;border-radius:7px;overflow:hidden;margin-bottom:.5rem}.hp-total-fill{height:100%;background:linear-gradient(90deg,#3b68fc,#805ad5);border-radius:7px;transition:width .5s ease}.hp-total-text{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#748091}.hp-total-score{font-size:1.3rem;font-weight:800;color:#212427}.hp-level{margin-top:1rem;text-align:center;font-size:.85rem;font-weight:600;color:#3b68fc;background:#eef2ff;padding:.65rem 1rem;border-radius:8px}.ns-results{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.ns-gyeok-card{background:#f7f9ff;border:1px solid #dce3f5;border-radius:10px;padding:1rem 1.25rem}.ns-gyeok-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.ns-gyeok-name{font-size:.9rem;font-weight:700;color:#212427}.ns-gyeok-strokes{font-size:.85rem;font-weight:600;color:#748091}.ns-gyeok-fortune{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:700;margin-bottom:.4rem}.ns-fortune-badge{color:#fff;font-size:.7rem;font-weight:700;padding:.15rem .5rem;border-radius:10px}.ns-gyeok-desc{font-size:.85rem;color:#212427;line-height:1.5;margin-bottom:.25rem}.ns-gyeok-sub{font-size:.75rem;color:#748091;line-height:1.4}.no-results{text-align:center;padding:3rem 1rem;color:#748091}.no-results p{font-size:1.1rem}
