:root{--primary:#6c5ce7;--primary2:#4b7bff;--dark:#111426;--bg:#f5f7fb;--line:#e7eaf1;--text:#22263a;--muted:#8b91a7;--card:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Pretendard","Noto Sans KR",Arial,sans-serif;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}.sidebar{position:fixed;inset:0 auto 0 0;width:252px;background:#121525;color:#fff;padding:28px 22px;display:flex;flex-direction:column;z-index:10}.brand{display:flex;align-items:center;gap:11px;font-weight:900;font-size:22px;letter-spacing:.5px}.brand span,.login-logo{display:grid;place-items:center;background:linear-gradient(135deg,#845ef7,#4d82ff);color:white;border-radius:14px}.brand span{width:42px;height:42px}.brand small{display:block;font-size:9px;letter-spacing:1.8px;color:#7f879d;margin-top:3px}.profile{display:flex;gap:12px;align-items:center;padding:28px 0 24px;border-bottom:1px solid #262a3e}.avatar{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#242a45;color:#a9b6ff;font-weight:800}.profile small,td small{display:block;color:var(--muted);margin-top:5px}nav{display:grid;gap:7px;margin-top:25px}nav p{font-size:10px;letter-spacing:1.7px;color:#666d84;font-weight:800;margin:0 0 7px 13px}nav a{padding:14px 15px;border-radius:12px;color:#aeb4c7;font-weight:700}nav a.active,nav a:hover{background:linear-gradient(90deg,#6d5ce733,#4b7bff19);color:#fff}.logout{margin-top:auto;color:#757c92;padding:14px}.main{margin-left:252px;padding:36px;max-width:1700px}.hero{position:relative;overflow:hidden;min-height:300px;border-radius:28px;padding:46px;background:linear-gradient(120deg,#171b34,#29245a 55%,#426cff);color:white;display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;box-shadow:0 22px 60px #222a641f}.hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:#ffffff12;right:-90px;top:-180px}.hero h1{font-size:34px;line-height:1.35;margin:12px 0}.hero h1 strong{color:#b9c9ff}.hero p{color:#c5c9dc;line-height:1.7}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:900;color:#8d9cff}.hero-actions{display:flex;gap:10px;margin-top:25px}.primary-btn,.ghost-btn{padding:13px 18px;border-radius:11px;font-weight:800}.primary-btn{background:white;color:#26305d}.ghost-btn{border:1px solid #ffffff36;color:white}.hero-card{position:relative;z-index:1;width:290px;padding:27px;border-radius:22px;background:#ffffff12;border:1px solid #ffffff26;backdrop-filter:blur(10px)}.hero-card small{color:#cbd0e5}.hero-card b{display:block;font-size:35px;margin:12px 0}.hero-card em{font-size:16px;font-style:normal;margin-left:4px}.hero-card a{font-weight:800;color:#fff}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:30px}.stats>div{background:#fff;padding:22px;border-radius:18px;border:1px solid var(--line);box-shadow:0 8px 28px #20284708}.stats small{color:var(--muted)}.stats b{display:block;font-size:25px;margin:9px 0 5px}.stats span{font-size:12px;color:#adb1c1}.section-title{display:flex;align-items:end;justify-content:space-between;margin:34px 0 16px}.section-title h2{font-size:23px;margin:6px 0 0}.section-title>span,.section-title>a{color:var(--muted);font-size:13px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product{background:#fff;border:1px solid var(--line);border-radius:21px;padding:23px;transition:.22s;box-shadow:0 8px 25px #20284706}.product:hover{transform:translateY(-5px);box-shadow:0 18px 45px #27305e16}.product-top{display:flex;justify-content:space-between;align-items:center}.product em{font-style:normal;color:#5d59d8;font-size:11px;font-weight:900;background:#f0efff;padding:7px 10px;border-radius:20px}.product-top>span{font-size:11px;color:#c2c5d1;font-weight:900}.product h3{font-size:20px;margin:22px 0 9px}.product p{color:var(--muted);line-height:1.65;min-height:53px}.product-bottom{display:flex;justify-content:space-between;align-items:end;border-top:1px solid var(--line);padding-top:18px;margin-top:20px}.product-bottom small{display:block;color:var(--muted);margin-bottom:5px}.product-bottom a,button{border:0;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;font-weight:800;padding:11px 15px;border-radius:10px;cursor:pointer}.table-wrap{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:auto;box-shadow:0 8px 28px #20284707}table{width:100%;border-collapse:collapse;min-width:900px}th,td{text-align:left;padding:16px;border-bottom:1px solid var(--line);font-size:13px;vertical-align:top}th{background:#fafbfe;color:#777d91;font-size:11px;letter-spacing:.3px}.empty{text-align:center!important;padding:44px;color:var(--muted)}.status{display:inline-block;padding:6px 10px;border-radius:20px;background:#eef0f6;font-size:11px;font-weight:800}.s-완료{background:#e6f8ed;color:#159451}.s-진행중{background:#fff4db;color:#bf7910}.s-접수대기{background:#eeeefe;color:#5b5ce2}.form-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:20px}.panel,.summary{background:#fff;border:1px solid var(--line);border-radius:20px;padding:27px}.panel form{display:grid;gap:10px;margin-top:24px}label{font-size:12px;font-weight:800;margin-top:8px}input,textarea,select{width:100%;border:1px solid #dfe2ec;border-radius:10px;padding:12px;background:#fff;font:inherit}textarea{resize:vertical}.summary{height:max-content}.summary>div{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line)}.summary p{color:var(--muted);line-height:1.65}.bank-box{padding:22px;background:#f0f1ff;border-radius:14px;display:grid;gap:8px}.bank-box b{font-size:22px}.filters,.inline,.actions{display:flex;gap:8px}.filters{background:#fff;padding:14px;border-radius:14px;border:1px solid var(--line);margin-bottom:16px}.filters input{max-width:380px}.filters select{max-width:160px}.inline input{min-width:130px}.actions button,.inline button{white-space:nowrap}.stack-form{display:grid;gap:7px;min-width:180px}.stack-form button{padding:8px 10px;font-size:11px}.provider button{background:linear-gradient(135deg,#222942,#46516f)}.danger{background:#e85d65}.plus{color:#167f4c;font-weight:800}.minus{color:#d44652;font-weight:800}.flash{position:fixed;top:20px;right:24px;z-index:20;padding:14px 18px;border-radius:10px;color:#fff;background:#202438;box-shadow:0 10px 30px #0002}.flash.error{background:#d94d58}.flash.success{background:#19a363}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}header h1{margin:7px 0;font-size:28px}header p{color:var(--muted)}.balance{background:#fff;padding:18px 22px;border-radius:16px;border:1px solid var(--line);min-width:240px}.balance small{display:block;color:var(--muted)}.balance b{font-size:24px;display:inline-block;margin-top:5px}.balance a{float:right;margin-top:10px;color:var(--primary);font-weight:700}.login-wrap{min-height:100vh;display:grid;grid-template-columns:1.15fr .85fr;background:#f6f7fb}.login-visual{padding:9vw;background:linear-gradient(135deg,#12162c,#29265b 60%,#4b79ff);color:white;display:flex;flex-direction:column;justify-content:center}.visual-logo{font-size:24px;font-weight:950;letter-spacing:4px}.login-visual h2{font-size:46px;line-height:1.3;margin:35px 0 18px}.login-visual p{color:#c8cce0;line-height:1.75}.visual-tags{display:flex;gap:9px;flex-wrap:wrap;margin-top:25px}.visual-tags span{padding:8px 12px;border:1px solid #ffffff30;border-radius:20px;color:#dbe0ff;font-size:12px}.login-card{align-self:center;justify-self:center;width:min(430px,86%);background:#fff;border-radius:25px;padding:42px;box-shadow:0 24px 70px #2a31501a}.login-logo{width:56px;height:56px;font-weight:900;font-size:26px}.login-card h1{margin:18px 0 5px}.login-card>p{color:var(--muted)}.login-card form{display:grid;gap:10px;margin-top:28px}.login-card button{margin-top:10px;padding:14px}.login-help{text-align:center;color:var(--muted);font-size:10px;letter-spacing:1px;margin-top:22px}@media(max-width:1100px){.sidebar{width:210px}.main{margin-left:210px;padding:24px}.product-grid{grid-template-columns:repeat(2,1fr)}.hero{padding:32px}.hero-card{width:250px}}@media(max-width:760px){.sidebar{position:static;width:100%;height:auto}.profile,.logout{display:none}.sidebar nav{display:flex;overflow:auto;margin-top:16px}.sidebar nav p{display:none}.main{margin:0;padding:16px}.hero{align-items:flex-start;flex-direction:column;gap:26px}.hero h1{font-size:27px}.hero-card{width:100%}.stats,.product-grid{grid-template-columns:1fr}.form-layout{grid-template-columns:1fr}.login-wrap{grid-template-columns:1fr}.login-visual{display:none}.login-card{margin:auto}.section-title{align-items:flex-start;gap:8px;flex-direction:column}}


/* Admin v2 */
.nav-badge{float:right;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:#ff5b5b;color:#fff;font-size:12px;display:inline-flex;align-items:center;justify-content:center}
.admin-create{margin-bottom:22px}
.form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:end}
.form-grid label,.product-edit-card label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:700;color:#475569}
.form-grid .wide{grid-column:span 2}
.form-action{display:flex;align-items:end}
.form-action button{width:100%}
.button-secondary{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border:1px solid #d8e0ec;border-radius:10px;background:#fff;color:#23324a;text-decoration:none;font-weight:700;font-size:13px}
.member-search{margin:0 0 18px}
.member-search input{min-width:380px}
.member-actions details{min-width:260px}
.member-actions summary{cursor:pointer;font-weight:700;color:#365ce8}
.member-tools{margin-top:10px;padding:14px;border:1px solid #e3e9f2;border-radius:12px;background:#f8fafc;display:grid;gap:14px}
.member-tool-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.member-tool-row form{margin:0}
.status.ok{background:#e7f8ef;color:#138a4b}
.status.off{background:#f1f3f6;color:#687386}
.status.waiting{background:#fff3d7;color:#a66500}
.pending-card{padding:16px 22px;border-radius:16px;background:#fff3d7;border:1px solid #f5d889}
.pending-card small{display:block;color:#8b630b}
.pending-card b{font-size:24px;color:#7a5200}
.highlight-row{background:#fffdf5}
.product-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.product-edit-card{display:grid;gap:13px}
.product-card-head{display:flex;align-items:center;justify-content:space-between}
.two-cols{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.check-label{display:flex!important;flex-direction:row!important;align-items:center;gap:8px!important}
.check-label input{width:auto}
.product-edit-card textarea{resize:vertical}
.ua{max-width:520px;word-break:break-word;font-size:12px;color:#64748b}
.help-text{margin-top:14px;color:#64748b;font-size:13px}
@media(max-width:1000px){
  .form-grid{grid-template-columns:1fr 1fr}
  .product-admin-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
  .form-grid,.two-cols{grid-template-columns:1fr}
  .form-grid .wide{grid-column:auto}
  .member-search input{min-width:0;width:100%}
}

.login-note{display:block;margin-top:18px;color:#718096;text-align:center}

.wide-table{overflow-x:auto}
.wide-table table{min-width:1550px}
.password-safe{display:inline-block;padding:5px 8px;border-radius:8px;background:#eef2ff;color:#4f46e5;font-weight:700;font-size:12px}

.order-admin-table{overflow-x:auto}
.order-admin-table table{min-width:1650px}
.order-content{min-width:300px;max-width:430px;white-space:normal;word-break:break-word;line-height:1.7}
.order-content a{color:#365ce8;word-break:break-all}
.order-manage details{min-width:260px}

.order-price-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:24px}
.order-price-summary>div{padding:18px;border:1px solid #e5eaf2;border-radius:14px;background:#f8fafc}
.order-price-summary small,.order-price-summary span{display:block;color:#718096;font-size:12px}
.order-price-summary b{display:block;margin:7px 0;font-size:22px;color:#1e293b}
.order-price-summary .calculated-point{background:#eef2ff;border-color:#cdd5ff}
.order-price-summary .calculated-point b{color:#4f46e5}
.order-entry-form{display:grid;gap:16px}
.order-entry-form label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:700;color:#475569}
.minimum-quantity{margin-top:2px;color:#64748b!important;font-size:12px!important;font-weight:500}
.live-point-box{display:flex;align-items:center;gap:14px;padding:18px 20px;border-radius:14px;background:#111827;color:#fff}
.live-point-box span{font-weight:700}
.live-point-box strong{margin-left:auto;font-size:24px}
.live-point-box small{color:#cbd5e1}
@media(max-width:700px){
  .order-price-summary{grid-template-columns:1fr}
  .live-point-box{align-items:flex-start;flex-direction:column}
  .live-point-box strong{margin-left:0}
}

.place-url-guide{margin-top:2px;color:#64748b!important;font-size:12px!important;font-weight:500}

.company-footer{margin-top:48px;padding:34px 0 12px;border-top:1px solid #e5e7eb;color:#64748b}
.company-footer-inner>strong{display:block;margin-bottom:16px;color:#111827;font-size:16px;letter-spacing:.12em}
.company-info{font-size:12px;line-height:1.85}
.company-info p{margin:0}
.company-info span{margin:0 7px;color:#cbd5e1}
@media(max-width:700px){.company-footer{margin-top:32px;padding-top:24px}.company-info{font-size:11px}.company-info span{margin:0 3px}}

.trust-review-section{margin-top:54px;padding:48px;border-radius:28px;background:linear-gradient(135deg,#11162d 0%,#2f3c91 62%,#6174f7 100%);color:#fff;overflow:hidden}
.review-heading{display:flex;justify-content:space-between;gap:28px;align-items:flex-end;margin-bottom:30px}
.review-heading h2{margin:8px 0 0;font-size:34px;line-height:1.25}
.review-heading h2 strong{color:#b9c3ff}
.review-heading p{margin:0;color:#d8defc;font-size:13px;line-height:1.7;text-align:right}
.review-slider{position:relative;display:flex;align-items:center;gap:12px}
.review-viewport{overflow:hidden;width:100%}
.review-track{display:flex;gap:18px;transition:transform .45s ease}
.review-card{flex:0 0 calc((100% - 36px)/3);min-height:245px;padding:24px;border-radius:20px;background:rgba(255,255,255,.97);color:#1f2937;box-shadow:0 16px 38px rgba(8,15,44,.22)}
.review-meta{display:flex;justify-content:space-between;align-items:center}
.review-meta span{padding:6px 10px;border-radius:999px;background:#eef1ff;color:#5364df;font-size:12px;font-weight:800}
.review-meta time{font-size:12px;color:#94a3b8}
.review-stars{margin-top:20px;color:#f6b700;letter-spacing:2px;font-size:17px}
.review-card h3{margin:13px 0 10px;font-size:18px;line-height:1.4}
.review-card p{margin:0;color:#64748b;font-size:14px;line-height:1.75}
.review-card small{display:block;margin-top:18px;color:#9ca3af}
.review-nav{flex:0 0 42px;width:42px;height:42px;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:28px;line-height:1;cursor:pointer}
.review-nav:hover{background:rgba(255,255,255,.22)}
.review-dots{display:flex;justify-content:center;gap:7px;margin-top:22px}
.review-dots button{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.35);cursor:pointer;transition:.2s}
.review-dots button.active{width:24px;background:#fff}
@media(max-width:1100px){
  .review-card{flex-basis:calc((100% - 18px)/2)}
}
@media(max-width:720px){
  .trust-review-section{padding:30px 18px;border-radius:22px}
  .review-heading{display:block}
  .review-heading h2{font-size:27px}
  .review-heading p{margin-top:14px;text-align:left}
  .review-card{flex-basis:100%;min-height:265px}
  .review-nav{position:absolute;z-index:2;top:50%;transform:translateY(-50%);width:36px;height:36px;flex-basis:36px}
  .review-prev{left:6px}
  .review-next{right:6px}
  .review-viewport{padding:0 10px}
}
