:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans JP,sans-serif;color:#151515;background:#f7f7f5;font-synthesis:none}*{box-sizing:border-box}body{margin:0}a{color:inherit}button,input,textarea,select{font:inherit}.brand{font-size:21px;font-weight:800;letter-spacing:-.5px}.auth-page,.standalone-page{min-height:100vh;display:grid;place-items:center;padding:32px}.auth-card,.content-card{background:#fff;border:1px solid #e9e9e5;border-radius:18px;box-shadow:0 12px 40px #0000000d;padding:34px;width:min(100%,470px)}.onboarding-card{width:min(100%,820px)}.auth-brand{margin-bottom:30px}.auth-card h1,.content-card h1{margin:0 0 8px}.muted{color:#6c6c66}.form-stack{display:grid;gap:18px;margin-top:26px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:26px}.form-grid .full{grid-column:1/-1}label{display:grid;gap:8px;font-weight:650;font-size:14px}input,textarea,select{width:100%;border:1px solid #d9d9d3;background:#fff;border-radius:10px;padding:12px 13px;color:#151515;outline:none}input:focus,textarea:focus,select:focus{border-color:#111;box-shadow:0 0 0 3px #0000000d}textarea{resize:vertical}.primary,.small-primary{background:#111;color:#fff;border:0;border-radius:10px;padding:13px 18px;font-weight:750;cursor:pointer}.primary:disabled{opacity:.5}.small-primary{padding:8px 12px}.auth-links{text-align:center;margin-top:22px;font-size:14px}.notice{border-radius:10px;padding:12px 14px;margin:16px 0}.notice-info{background:#f3f3f0}.notice-success{background:#edf8f0;color:#1c6230}.notice-error{background:#fff0f0;color:#9b1c1c}.segmented{display:flex;gap:8px}.segmented button{background:#fff;border:1px solid #d9d9d3;padding:10px 16px;border-radius:9px}.segmented button.selected{background:#111;color:#fff}.agreement-box,.caution{background:#f8f8f6;border-radius:14px;padding:20px}.agreement-box{display:grid;gap:13px}.agreement-box h2{margin:0 0 4px}.check{display:flex;align-items:flex-start;gap:10px;font-weight:500}.check input{width:auto;margin-top:3px}.app-shell{display:grid;grid-template-columns:230px 1fr;min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;background:#fff;border-right:1px solid #e5e5e1;padding:28px 18px;display:flex;flex-direction:column}.sidebar .brand{padding:0 10px 28px}.sidebar nav{display:grid;gap:6px}.sidebar nav a{padding:11px 12px;border-radius:10px;text-decoration:none;color:#5a5a55}.sidebar nav a.active,.sidebar nav a:hover{background:#f0f0ed;color:#111}.sidebar-logout{margin-top:auto}.link-button{border:0;background:none;text-align:left;padding:10px;color:#777;cursor:pointer}.main{padding:42px;max-width:1280px;width:100%;margin:0 auto}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:28px}.page-head h1{font-size:32px;margin:8px 0}.page-head p{margin:0}.back{text-decoration:none;font-size:14px;color:#666}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:18px}.project-card{background:#fff;border:1px solid #e5e5e1;border-radius:15px;overflow:hidden;text-decoration:none;transition:.2s}.project-card:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0000000f}.project-card img,.image-placeholder{width:100%;height:170px;object-fit:cover;background:#eee;display:grid;place-items:center;font-weight:800}.project-card-body{padding:18px}.project-card-body h2{margin:12px 0 4px}.project-card-body p{margin:0;color:#666}.badge{display:inline-flex;background:#f0f0ed;padding:6px 9px;border-radius:999px;font-size:12px;font-weight:700}.badge.large{font-size:13px;padding:8px 11px}.project-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:28px}.project-summary>div{background:#fff;border:1px solid #e5e5e1;border-radius:14px;padding:20px}.project-summary p{margin:10px 0 0}.forms-column{max-width:720px;margin:0 auto;display:grid;gap:24px}.form-card{background:#fff;border:1px solid #e5e5e1;border-radius:16px;padding:28px}.form-card h2{margin-top:0}.caution{font-size:14px;line-height:1.65}.loading{min-height:200px;display:flex;align-items:center;justify-content:center;gap:10px;color:#666}.spinner{width:18px;height:18px;border:2px solid #ddd;border-top-color:#111;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty{background:#fff;border:1px dashed #ccc;border-radius:14px;padding:40px;text-align:center;color:#777}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.stat{background:#fff;border:1px solid #e5e5e1;border-radius:16px;padding:24px;text-decoration:none;display:grid;gap:20px}.stat strong{font-size:38px}.table-wrap{background:#fff;border:1px solid #e5e5e1;border-radius:16px;overflow:auto}.table-wrap table{border-collapse:collapse;width:100%;min-width:760px}.table-wrap th,.table-wrap td{text-align:left;padding:14px 16px;border-bottom:1px solid #eee;font-size:14px}.table-wrap th{background:#fafaf8;color:#666}.narrow{max-width:560px}@media(max-width:800px){.app-shell{display:block}.sidebar{position:static;height:auto;border-right:0;border-bottom:1px solid #e5e5e1}.sidebar nav{display:flex;overflow:auto}.sidebar-logout{margin-top:10px}.main{padding:24px 16px}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.project-summary,.stat-grid{grid-template-columns:1fr}.page-head{display:block}.page-head .badge{margin-top:14px}}.table-sub{font-size:12px;color:#777;margin-top:4px;white-space:nowrap}.admin-project-form{margin-bottom:24px}.secondary{background:#fff;color:#222;border:1px solid #d9d9d3;border-radius:9px;padding:8px 12px;cursor:pointer}.inline-edit{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:14px;align-items:end;padding:6px}.inline-edit>strong{grid-column:1/-1}.inline-actions{display:flex;gap:8px;align-items:center}.table-empty{text-align:center!important;color:#777;padding:28px!important}@media(max-width:900px){.inline-edit{grid-template-columns:1fr}}.field-help{display:block;margin-top:6px;color:#555;font-size:13px;line-height:1.55;font-weight:400}.form-stack.compact{gap:8px;margin-top:-4px}.multi-image-picker,.multi-image-picker label{display:flex;flex-direction:column;gap:8px}.selected-file-list{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}.selected-file-list li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border:1px solid #e2e2e2;border-radius:8px;background:#fafafa;font-size:13px}.file-remove{border:1px solid #ccc;background:#fff;border-radius:7px;padding:4px 9px;cursor:pointer;white-space:nowrap}.file-warning{font-size:13px;color:#a04300}.designlab-comment{background:#fff;border:1px solid #e5e5e1;border-radius:16px;padding:24px;margin-bottom:16px}.designlab-comment h2{font-size:18px;margin:0 0 12px}.designlab-comment p{margin:0;white-space:pre-wrap;line-height:1.8}.project-summary-two{grid-template-columns:repeat(2,1fr)}.flow-guide{background:#f6f6f3;border:1px solid #e5e5df;border-radius:16px;padding:22px 24px}.flow-guide h2{margin:8px 0 10px;font-size:21px}.flow-guide p{margin:6px 0;line-height:1.7}.flow-step-number{font-size:12px;font-weight:800;letter-spacing:.08em;background:#111;color:#fff;border-radius:999px;padding:6px 9px;display:inline-flex}.flow-guide-order{margin-top:8px}.order-disclosure{background:#fff;border:1px solid #e5e5e1;border-radius:16px;overflow:hidden}.order-disclosure>summary{cursor:pointer;list-style:none;padding:18px 22px;font-weight:800;background:#f8f8f6}.order-disclosure>summary::-webkit-details-marker{display:none}.order-disclosure>summary:after{content:"＋";float:right}.order-disclosure[open]>summary:after{content:"−"}.order-disclosure .form-card{border:0;border-top:1px solid #e5e5e1;border-radius:0}.aftercare-card{background:#fff;border:1px solid #e5e5e1;border-radius:16px;padding:28px}.aftercare-card h2{margin:0 0 14px;font-size:22px}.aftercare-card p{line-height:1.8;margin:8px 0}.inline-edit .wide-field{grid-column:1/-1}.inline-edit .wide-field textarea{min-height:130px}@media(max-width:800px){.project-summary-two{grid-template-columns:1fr}}:root{--dl-ink:#101010;--dl-muted:#777873;--dl-line:#e8e8e4;--dl-soft:#f6f6f3;--dl-bg:#f8f8f6;--dl-card:#ffffff}body{background:var(--dl-bg);color:var(--dl-ink)}.customer-shell{grid-template-columns:258px 1fr;background:linear-gradient(135deg,#fafafa,#f4f4f1)}.customer-shell .sidebar{padding:34px 22px 24px;border-right:1px solid var(--dl-line);box-shadow:8px 0 30px #00000005}.sidebar-brand-wrap{display:flex;justify-content:center;padding:0 6px 30px}.sidebar-logo{display:block;width:122px;height:110px;object-fit:contain;mix-blend-mode:multiply}.admin-shell .sidebar-logo{width:96px;height:82px}.sidebar-nav{display:grid;gap:8px}.sidebar-nav a{display:flex!important;align-items:center;gap:12px;padding:13px 14px!important;font-weight:650;border-radius:12px!important;color:#252525!important}.sidebar-nav a.active{background:#f0f0ed!important;box-shadow:inset 0 0 0 1px #00000004}.nav-icon{width:22px;height:22px;display:inline-flex;flex:0 0 22px}.nav-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.sidebar-support{margin-top:auto;background:#f5f5f2;border:1px solid #ecece8;border-radius:14px;padding:16px;text-align:left}.sidebar-support-title{font-size:13px;font-weight:800;margin-bottom:8px}.sidebar-support-email{display:block;color:#151515;font-size:12px;font-weight:700;text-decoration:none;word-break:break-all;margin-bottom:14px}.sidebar-support-email:hover{text-decoration:underline}.sidebar-qr-link{display:block;width:max-content;margin:0 auto;text-decoration:none}.sidebar-qr{display:block;width:108px;height:108px;background:#fff;border-radius:8px;padding:5px;object-fit:contain}.sidebar-hp-url{display:block;text-align:center;margin-top:9px;color:#151515;font-size:11px;font-weight:700;text-decoration:underline;text-underline-offset:2px;word-break:break-all}.sidebar-bottom{display:grid;gap:12px;margin-top:22px}.sidebar-logout{margin-top:0!important;padding:8px 4px!important;font-size:12px}.sidebar-copyright{font-size:9px;line-height:1.6;color:#a0a09a;padding-left:4px}.customer-shell .main{max-width:1380px;padding:44px 52px 34px}.portal-project-hero{display:flex;justify-content:space-between;gap:36px;align-items:flex-start;margin-bottom:28px;padding:2px 2px 0}.portal-project-title h1{font-size:42px;line-height:1.15;letter-spacing:-.045em;margin:22px 0 6px}.project-number{font-size:15px;letter-spacing:.03em;margin:0;color:#1d1d1d}.brand-copy{margin:28px 0 0!important;color:#85867f;line-height:1.8;font-size:14px;letter-spacing:.02em}.portal-project-status{min-width:220px;display:flex;flex-direction:column;align-items:flex-end;gap:60px;padding-top:16px}.status-badge{position:relative;background:#f0f1ee!important;padding:10px 14px 10px 28px!important}.status-badge:before{content:"";width:8px;height:8px;border-radius:50%;background:#14916b;position:absolute;left:12px;top:50%;transform:translateY(-50%)}.mini-statement{position:relative;color:#868781;font-size:10px;line-height:1.6;letter-spacing:.22em;padding-left:45px;text-align:left}.mini-statement span{position:absolute;width:25px;height:1px;background:#8e8f8a;left:7px;top:6px}.portal-summary-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:14px;margin-bottom:18px}.portal-summary-card{background:#ffffffed;border:1px solid var(--dl-line);border-radius:14px;padding:22px 24px;box-shadow:0 8px 26px #00000006;min-height:140px}.summary-heading{display:flex;align-items:center;gap:12px;font-size:17px}.summary-icon{width:28px;height:28px;display:inline-flex}.summary-icon svg{width:28px;height:28px;fill:none;stroke:#111;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.portal-summary-card p{margin:17px 0 0;line-height:1.65;color:#5f605b;white-space:pre-wrap}.summary-comment{color:#454640!important}.portal-workflow{display:grid;gap:16px}.portal-numbered-card{display:grid;grid-template-columns:122px 1fr;background:#fffffff5;border:1px solid var(--dl-line);border-radius:15px;box-shadow:0 8px 30px #00000006;padding:26px 30px}.portal-section-index{border-right:1px solid #ecece8;padding:2px 24px 0 0;display:flex;flex-direction:column;align-items:flex-start}.portal-section-index strong{font-size:24px;font-weight:700;letter-spacing:-.03em}.portal-section-index>span{width:20px;height:1px;background:#333;margin:10px 0 18px}.portal-section-index small{font-size:9px;line-height:1.6;letter-spacing:.16em;color:#9a9b96}.portal-section-body{padding-left:30px;min-width:0}.portal-section-body>h2{font-size:25px;margin:0 0 6px;letter-spacing:-.025em}.portal-section-lead{font-size:14px;color:#666762;line-height:1.7;margin:0 0 18px}.portal-section-note{font-size:13px;color:#878883;line-height:1.7;margin:-8px 0 18px}.portal-inner-form{border:0!important;padding:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important}.portal-inner-form .form-stack{margin-top:16px}.portal-inner-form .primary{min-height:48px}.portal-order-stage{padding-top:22px;padding-bottom:22px}.order-disclosure{border:0!important;border-radius:0!important;background:transparent!important;overflow:visible!important}.order-disclosure>summary{border:1px solid #e2e2de;background:#f8f8f5!important;border-radius:10px;padding:14px 16px!important;font-size:14px}.order-disclosure[open]>summary{border-radius:10px 10px 0 0}.order-disclosure .form-card{padding-top:24px!important;border-top:0!important}.portal-status-panel{background:#fff;border:1px solid var(--dl-line);border-radius:15px;padding:34px;box-shadow:0 8px 30px #00000006}.portal-status-panel h2{margin:0 0 10px}.portal-footer-brand{display:flex;align-items:center;justify-content:flex-end;gap:7px;margin:18px 8px 0;font-size:12px}.portal-footer-brand img{width:18px;height:18px;object-fit:contain;mix-blend-mode:multiply}.portal-footer-brand strong{font-size:12px;letter-spacing:-.02em}.customer-shell .form-card{border-color:#e8e8e4;box-shadow:none}.customer-shell input,.customer-shell textarea,.customer-shell select{border-color:#deded9;border-radius:8px;background:#fff}.customer-shell .primary{background:linear-gradient(180deg,#191919,#0d0d0d);border-radius:8px;box-shadow:0 3px 8px #00000014}.customer-shell .caution{background:#f6f6f3;border:1px solid #ecece7}.customer-shell .notice{border:1px solid rgba(0,0,0,.025)}.customer-shell .project-grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:20px}.customer-shell .project-card{border-color:var(--dl-line);border-radius:15px;box-shadow:0 8px 30px #00000006}.customer-shell .project-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px #0000000e}.customer-shell .image-placeholder{background:linear-gradient(135deg,#f1f1ee,#e9e9e5);font-size:14px;letter-spacing:.02em}.customer-shell .page-head h1{font-size:36px;letter-spacing:-.04em}.customer-shell .page-head .muted{line-height:1.8}.auth-page,.standalone-page{background:linear-gradient(135deg,#f8f8f6,#f1f1ee)}.auth-card,.content-card{border-color:#e6e6e2;box-shadow:0 20px 60px #0000000e}.auth-logo{display:block;width:124px;height:106px;object-fit:contain;mix-blend-mode:multiply;margin:0 auto 26px}.onboarding-logo{display:block;width:108px;height:92px;object-fit:contain;mix-blend-mode:multiply;margin:0 0 26px}.auth-card h1{font-size:30px;letter-spacing:-.035em}.content-card h1{letter-spacing:-.035em}.admin-shell .sidebar{padding-top:28px}.admin-shell .sidebar-brand-wrap{padding-bottom:18px}.admin-shell .sidebar-bottom{margin-top:auto}@media(max-width:1050px){.portal-summary-grid{grid-template-columns:1fr 1fr}.portal-summary-grid .portal-summary-card:first-child{grid-column:1/-1}.portal-project-status{min-width:180px}.customer-shell .main{padding:34px 30px}.portal-numbered-card{grid-template-columns:90px 1fr;padding:24px}.portal-section-body{padding-left:24px}}@media(max-width:800px){.customer-shell{display:block}.customer-shell .sidebar{height:auto;position:static;padding:16px;border-right:0}.sidebar-brand-wrap{justify-content:flex-start;padding:0 0 12px}.sidebar-logo{width:88px;height:70px}.sidebar-support,.sidebar-copyright{display:none}.sidebar-bottom{margin-top:8px}.customer-shell .main{padding:24px 16px}.portal-project-hero{display:block}.portal-project-title h1{font-size:34px}.portal-project-status{min-width:0;align-items:flex-start;gap:16px;padding-top:18px}.mini-statement{display:none}.portal-summary-grid{grid-template-columns:1fr}.portal-summary-grid .portal-summary-card:first-child{grid-column:auto}.portal-numbered-card{grid-template-columns:1fr;padding:22px 20px}.portal-section-index{border-right:0;border-bottom:1px solid #ecece8;padding:0 0 14px;margin-bottom:20px;flex-direction:row;align-items:center;gap:10px}.portal-section-index>span{margin:0;width:18px}.portal-section-index small{line-height:1.2}.portal-section-body{padding-left:0}.portal-footer-brand{justify-content:flex-start}.brand-copy{font-size:13px}.auth-page,.standalone-page{padding:18px}}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.customer-shell{grid-template-columns:272px 1fr}.customer-shell .sidebar{padding:34px 20px 24px}.customer-shell .sidebar-brand-wrap{justify-content:flex-start;align-items:flex-start;padding:0 8px 26px;width:100%}.customer-shell .sidebar-logo{width:170px;height:150px;object-fit:contain;object-position:left center;margin:0}.customer-shell .sidebar-nav,.customer-shell .sidebar-nav a{width:100%}.customer-shell .sidebar-support{width:100%;margin-top:auto;padding:18px 16px 16px}.customer-shell .sidebar-support-title{font-size:12px;margin-bottom:10px}.customer-shell .sidebar-support-email{font-size:12px;margin-bottom:14px}.customer-shell .sidebar-qr-link{margin:0}.customer-shell .sidebar-qr{width:108px;height:108px;padding:6px}.sidebar-hp-label{margin-top:10px;font-size:11px;font-weight:800;letter-spacing:.04em;color:#151515}.customer-shell .sidebar-hp-url{text-align:left;margin-top:5px;font-size:11px;word-break:break-word}.customer-shell .sidebar-bottom{gap:10px;margin-top:18px;align-items:flex-start}.customer-shell .sidebar-logout{padding-left:2px!important}.customer-shell .sidebar-copyright{padding-left:2px}.portal-flow-intro{background:linear-gradient(135deg,#fff,#fafaf7);border:1px solid var(--dl-line);border-radius:16px;padding:24px 28px;box-shadow:0 8px 28px #00000006}.portal-flow-intro-kicker{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:800;letter-spacing:.14em;color:#6f706a;background:#f3f3ef;border-radius:999px;padding:6px 10px;text-transform:uppercase}.portal-flow-intro h2{margin:14px 0 10px;font-size:28px;line-height:1.45;letter-spacing:-.03em}.portal-flow-intro p{margin:8px 0;font-size:15px;line-height:1.8;color:#5f605b}.portal-flow-intro p strong{color:#111}.portal-flow-intro-note{color:#7d7e78!important}@media(max-width:800px){.customer-shell .sidebar-brand-wrap{padding:0 0 12px}.customer-shell .sidebar-logo{width:126px;height:104px}.customer-shell .sidebar-support{display:block}.customer-shell .sidebar-hp-url{text-align:left}.portal-flow-intro{padding:20px}.portal-flow-intro h2{font-size:22px}}.sample-return-notice{background:#f6f2ed;border:1px solid #e5ddd3;border-radius:12px;padding:16px 18px;color:#3f352b}.sample-return-notice strong{display:block;font-size:16px;margin-bottom:6px;color:#221d18}.sample-return-notice p{margin:0;line-height:1.75;font-size:13px}.portal-summary-grid{grid-template-columns:1fr 1fr;gap:14px}.portal-summary-grid .portal-summary-card:first-child{grid-column:1/-1;min-height:190px;padding:26px 28px}.portal-summary-grid .portal-summary-card:first-child .summary-heading{font-size:19px}.portal-summary-grid .portal-summary-card:first-child .summary-comment{font-size:16px;line-height:1.85;margin-top:20px}@media(max-width:800px){.portal-summary-grid{grid-template-columns:1fr}.portal-summary-grid .portal-summary-card:first-child{grid-column:auto;min-height:160px;padding:22px 20px}.portal-summary-grid .portal-summary-card:first-child .summary-heading{font-size:17px}.portal-summary-grid .portal-summary-card:first-child .summary-comment{font-size:15px}}.password-field{position:relative;display:flex;align-items:center}.password-field input{padding-right:64px}.password-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#555;font-size:12px;font-weight:700;cursor:pointer;padding:6px 8px}.password-toggle:hover{color:#111}.forgot-link-row{text-align:right;margin-top:-6px;font-size:13px}.forgot-link-row a{color:#555;text-underline-offset:2px}.forgot-link-row a:hover{color:#111}.project-card img{width:100%;aspect-ratio:1 / 1;height:auto;object-fit:contain;display:block;background:#f5f5f2}.project-card .image-placeholder{width:100%;aspect-ratio:1 / 1}.portal-project-image-section{margin:0 0 16px}.portal-project-image-section{width:min(210px,100%);margin:0 0 18px}.portal-project-image-box{width:100%;aspect-ratio:1 / 1;border-radius:10px;overflow:hidden;background:#f5f5f2;border:1px solid #e5e5e5}.portal-project-image-box img{width:100%;height:100%;object-fit:contain;display:block}.portal-project-image-note{width:100%;margin:6px 0 0;font-size:10px;line-height:1.5;color:#888}
