/* 작은 사진과 날짜 중심의 반응형 촬영 보드를 구성합니다. */
:root{color-scheme:light;--bg:#f5f6f8;--paper:#fff;--ink:#25343e;--muted:#737e88;--line:#e3e8ed;--blue:#284d61;--blue-soft:#eaf0f4;--fitting:#87653f;--fitting-soft:#faf3e9;--radius:12px;font-family:-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Noto Sans KR",sans-serif;font-size:16px;line-height:1.5;color:var(--ink);background:var(--bg)}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:wait;opacity:.55}a{color:inherit;text-decoration:none}button{color:inherit}button:focus-visible,a:focus-visible{outline:3px solid #80a8bf;outline-offset:3px}input:focus,select:focus,textarea:focus{outline:2px solid #80a8bf;outline-offset:1px}h1,h2,h3,h4,p{margin:0}svg{flex-shrink:0;vertical-align:middle}button{display:inline-flex;align-items:center;justify-content:center;gap:7px}.primary,.secondary,.subtle-button,.icon-button,.chip,.text-button,.danger-button{border:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;font-weight:550;white-space:nowrap}.primary{background:var(--blue);color:#fff;min-height:42px;padding:10px 18px;font-size:.875rem;box-shadow:0 2px 3px #1c354510}.primary:hover{background:#1b3e53}.secondary{background:#fff;border:1px solid var(--line);min-height:40px;padding:8px 14px;font-size:.875rem}.secondary:hover,.subtle-button:hover,.icon-button:hover{background:#edf1f4}.subtle-button{background:transparent;border:1px solid var(--line);padding:7px 12px;font-size:.8125rem;min-height:36px}.icon-button{background:transparent;width:36px;height:36px;flex-shrink:0}.text-button{padding:6px 0;color:var(--blue);background:transparent;font-size:.8125rem}.muted{color:var(--muted)}.small{font-size:.8125rem}.full{width:100%}.eyebrow{font-size:.6875rem;letter-spacing:.16em;font-weight:650;color:#7a8790}.app-shell{display:grid;grid-template-columns:208px minmax(0,1fr);min-height:100dvh}.sidebar{background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;padding:33px 19px 20px;position:sticky;top:0;height:100dvh}.brand{display:flex;align-items:center;gap:10px;font-size:1.25rem;font-weight:720;letter-spacing:-.04em}.brand-mark{display:inline-flex;justify-content:center;align-items:center;width:35px;height:39px;border-radius:10px;background:var(--blue);color:white}.brand small{display:block;font-size:.5rem;letter-spacing:.065em;font-weight:550;color:var(--muted);margin-top:1px}.nav-label{font-size:.6875rem;color:#8b959e;margin:48px 14px 12px}.sidebar nav{display:grid;gap:7px}.nav-button{border:0;background:none;justify-content:flex-start;gap:11px;padding:11px 14px;border-radius:8px;font-size:.875rem;color:#77818b;font-weight:500;min-height:43px}.nav-button.active{background:var(--blue-soft);color:var(--blue);font-weight:650}.nav-button:hover{background:#f0f3f6}.sidebar-bottom{margin-top:auto}.sidebar-bottom>p{padding:20px 13px;font-size:.75rem;line-height:1.8;color:#929ba3}.account{display:flex;align-items:center;gap:8px;border-top:1px solid var(--line);padding-top:18px;font-size:.75rem}.account>span:nth-child(2){min-width:0;flex:1}.account small{display:block;font-size:.625rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);margin-top:3px}.account-dot{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:#edf1f4;color:var(--blue);font-size:.75rem;font-weight:650}.account .icon-button{width:25px}main{min-width:0}.topbar{height:64px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:0 35px;background:#ffffff70;font-size:.75rem;color:#8a949d}.save-indicator{display:flex;align-items:center;gap:5px;color:#7a8a84;font-size:.6875rem}.workspace{padding:28px 34px 24px;max-width:1920px;margin:auto}.preview-banner{display:flex;align-items:center;gap:12px;color:#5e7483;background:#eaf0f4;border:1px solid #dde6ed;border-radius:7px;padding:8px 12px;font-size:.6875rem;margin-bottom:26px;font-weight:650}.preview-banner span{font-weight:400}.page-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:35px;gap:15px}.page-heading h1{font-size:1.85rem;letter-spacing:-.045em;font-weight:700;margin-top:6px}.subtitle{color:#8b939b;font-size:.8125rem;margin-top:7px}.page-heading>.primary{margin-top:9px}.month-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-bottom:19px;border-bottom:1px solid var(--line)}.month-group{display:flex;align-items:center;gap:14px}.month-group h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:2.1rem;letter-spacing:-.04em;line-height:1.2;white-space:nowrap}.month-group .year{color:#8b979f}.month-unit{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;margin-left:6px;font-weight:500}.month-controls{display:flex;gap:1px}.month-picker{width:25px;overflow:hidden}.month-picker input{width:25px;min-height:32px;border:0;background:transparent;color:transparent;padding:0;cursor:pointer}.month-picker input::-webkit-datetime-edit{display:none}.month-count{display:flex;align-items:center;gap:7px;font-size:.75rem;color:#8a949b;white-space:nowrap}.month-count strong{color:#435866;font-size:.8125rem;font-weight:650}.month-count span{height:12px;width:1px;background:#d8dfe5;margin:0 4px}.filter-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:19px 0 22px}.segmented{display:flex;gap:3px;padding:3px;border:1px solid var(--line);border-radius:8px;background:#eaf0f35c}.segmented button{border:0;background:transparent;border-radius:5px;padding:6px 12px;min-height:31px;font-size:.75rem;color:#85919a}.segmented button.selected{background:#fff;color:var(--ink);box-shadow:0 1px 4px #10203010;font-weight:650}.search-box input{width:220px;border:1px solid var(--line);border-radius:7px;padding:9px 12px;background:#fff;font-size:.75rem;height:38px;color:var(--ink)}input::placeholder,textarea::placeholder{color:#a0a8af}.kanban{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px;align-items:start}.week-column{border-radius:10px;background:#edf0f3;border:1px solid #e8ecf0;min-height:365px;padding:0 9px 8px;display:flex;flex-direction:column}.week-heading{display:flex;align-items:flex-start;justify-content:space-between;padding:16px 4px 15px;gap:5px}.week-heading h3{font-size:.8125rem;font-weight:650;display:flex;align-items:center;gap:6px}.week-heading>div>span{display:block;font-size:.6875rem;color:#97a1aa;letter-spacing:.01em;margin-top:4px}.week-count{display:grid;place-items:center;background:#e0e6eb;border-radius:5px;min-width:21px;height:21px;font-size:.6875rem;color:#7b8790;margin-top:2px}.this-week{font-size:.5625rem;font-weight:500;padding:1px 4px;border-radius:3px;background:#dce7ee;color:#587c94}.current-week{background:#eaf0f4;border-color:#dae4ec}.current-week .week-heading h3{color:var(--blue)}.week-cards{display:grid;gap:11px}.event-card{display:block;text-align:left;width:100%;padding:14px 13px 0;border-radius:9px;border:1px solid #dde4e9;background:white;box-shadow:0 2px 3px #23344303;transition:border-color .15s,transform .15s;min-width:0}.event-card:hover{border-color:#97acba;transform:translateY(-2px)}.card-top{display:flex;justify-content:space-between;align-items:center;gap:5px}.card-date{font-size:1.6rem;line-height:1.1;font-weight:550;font-variant-numeric:tabular-nums;letter-spacing:-.05em}.card-date small{font-size:.625rem;color:#8f9aa3;margin-left:5px;font-weight:400;letter-spacing:0}.badge{display:inline-flex;align-items:center;padding:3px 6px;border-radius:4px;background:#f0f2f5;font-size:.625rem;color:#768692;white-space:nowrap;font-weight:500}.badge.single{background:#edf2f5;color:#59788e}.badge.couple{background:#f3eff6;color:#8c7396}.badge.fitting-badge{background:#f8eedf;color:#a27f52}.event-card h4{font-size:.875rem;letter-spacing:-.02em;font-weight:650;margin:17px 0 6px;overflow-wrap:anywhere;line-height:1.5}.card-time{font-size:.6875rem;color:#7f8b95;display:flex;align-items:center;gap:5px;font-variant-numeric:tabular-nums}.card-models{display:flex;align-items:center;gap:7px;margin:16px 0;color:#6c7e8b;font-size:.6875rem;min-height:35px}.avatar-stack{display:flex;flex-shrink:0}.avatar{width:30px;height:38px;object-fit:cover;border-radius:5px;display:inline-flex;flex-shrink:0;border:2px solid white;background:#e7edf2}.avatar-stack .avatar+.avatar{margin-left:-8px}.initials{align-items:center;justify-content:center;background:#e7edf2;color:#7390a3;font-size:.75rem}.avatar.large{width:72px;height:90px;border-radius:9px;font-size:1.5rem}.card-bottom{border-top:1px solid #eff2f4;min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:5px;color:#99a3ab;font-size:.625rem}.card-bottom>span:first-child{display:flex;align-items:center;gap:4px;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.fitting-card{background:#fffcf7;border-color:#eee4d6}.fitting-card .card-date{font-size:1.35rem;color:#8d7659}.fitting-card h4{margin-top:13px}.fitting-context{font-size:.625rem;color:#a09583;margin:12px 0}.fitting-card .card-bottom{border-color:#f3ece3}.empty-week{padding:64px 2px;display:grid;text-align:center;gap:6px;color:#a3aeb7;font-size:.75rem}.empty-week small{font-size:.625rem;color:#b0b9c1}.add-in-week{margin-top:auto;padding:14px 5px 7px;width:100%;border:0;background:transparent;color:#99a6af;font-size:.6875rem}.add-in-week:hover{color:var(--blue)}.board-footer{display:flex;justify-content:space-between;align-items:center;margin-top:20px;gap:15px}.board-footer p{display:flex;gap:6px;align-items:center;font-size:.625rem;color:#929ea7;flex-wrap:wrap}.legend-shoot,.legend-fitting{width:6px;height:6px;background:#8ca5b8;border-radius:2px;margin-left:7px}.legend-fitting{background:#c4a575;margin-left:10px}.footer-note{margin-left:5px}.title-count{font-size:1rem;color:#91a2af;font-weight:500;vertical-align:middle;margin-left:8px}.registry-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:18px}.registry-card{display:flex;gap:15px;align-items:center;background:white;padding:20px;border:1px solid var(--line);border-radius:12px}.registry-info{flex:1;min-width:0}.registry-info h2{font-size:1rem;margin-bottom:7px;overflow-wrap:anywhere}.registry-info>a{font-size:.875rem}.registry-info>p{margin-top:6px}.registry-card>.subtle-button{padding:5px 8px;font-size:.75rem}.vendor-symbol{width:48px;height:56px;border-radius:9px;background:#edf2f5;color:#8299a9;display:grid;place-items:center}.category-filters{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:23px}.chip{padding:7px 13px;font-size:.8125rem;border:1px solid var(--line);background:transparent}.chip.selected{background:var(--blue);color:#fff;border-color:var(--blue)}.registry-empty{grid-column:1/-1;padding:85px 20px;border:1px dashed #d8e0e6;border-radius:13px;text-align:center;color:#9aabb7}.registry-empty h2{font-size:1.1rem;margin:18px 0 8px;color:#6a8191}.registry-empty p{font-size:.875rem}.loading{display:grid;justify-items:center;gap:20px;padding:100px 24px;text-align:center}.loading h1{font-size:1.5rem}.login-page{min-height:100dvh;display:grid;place-content:center;text-align:center;padding:40px 20px;background:radial-gradient(ellipse at 50% 30%,#e7eef3 0,transparent 60%),var(--bg)}.login-card{width:380px;max-width:100%;padding:40px 35px;background:#ffffffb8;border:1px solid white;border-radius:20px;box-shadow:0 15px 60px #34485908}.login-card .brand-mark{width:45px;height:49px;margin-bottom:23px}.login-card h1{font-size:2.4rem;letter-spacing:-.055em;margin-top:7px}.login-description{font-size:.95rem;color:#81909c;line-height:1.9;margin-top:17px}.login-line{width:30px;height:1px;background:#ccd7df;margin:27px auto}.preview-label{font-size:.75rem;color:#647f91}.login-card .muted{font-size:.75rem;margin:11px 0 20px}.login-footer{margin-top:28px;color:#a0abb3;font-size:.75rem}.google-g{font-size:1.25rem;background:white;color:#517cb7;border-radius:50%;width:24px;height:24px;line-height:24px}.google-button{gap:11px}.login-card .form-error{margin-bottom:15px}dialog{padding:0;border:1px solid #e1e7ec;border-radius:16px;color:var(--ink);box-shadow:0 25px 100px #152a3d30;width:640px;max-width:calc(100vw - 32px);max-height:calc(100dvh - 48px);background:#fff}dialog::backdrop{background:#1e344d4d;backdrop-filter:blur(3px)}.dialog-top{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;padding:15px 24px;border-bottom:1px solid var(--line);background:#fffffff5;z-index:2}.dialog-top h2{font-size:1rem;font-weight:650}.dialog-body{padding:24px}.form-section+.form-section{margin-top:26px;padding-top:24px;border-top:1px solid var(--line)}.form-section h3{font-size:.9375rem;margin-bottom:15px}.form-section h3 small{font-weight:400;font-size:.75rem;color:var(--muted);margin-left:6px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field{display:flex;flex-direction:column;gap:7px;font-size:.8125rem;color:#637481;min-width:0}.field em{font-style:normal;color:#66889d}.field>input,.field>select,.field>textarea{width:100%;border:1px solid #dce3e9;background:white;color:var(--ink);border-radius:7px;padding:10px 11px;min-height:43px;font-size:.875rem;max-width:100%}.field>select:disabled{background:#f3f5f6;color:#a8b0b6}.field textarea{resize:vertical;line-height:1.8}.span-two{grid-column:1/-1}.form-section>.field+.field,.dialog-body>.field+.field{margin-top:17px}.field-hint{font-size:.75rem;color:#96a2ab;margin-top:9px;line-height:1.7}.fitting-form{padding:16px;background:#fafbfc;border:1px solid #e8edf1;border-radius:9px;margin-top:12px}.fitting-form h4{font-size:.8125rem;color:#7d8a94;margin-bottom:13px}.dialog-footer{position:sticky;bottom:0;display:flex;justify-content:space-between;align-items:center;padding:17px 24px;border-top:1px solid var(--line);background:#fffffffa;gap:12px;z-index:2}.dialog-footer>div{display:flex;gap:8px}.danger-text{border:0;background:transparent;color:#b16767;font-size:.8125rem;padding:8px 0}.form-error{color:#b64949;font-size:.8125rem;line-height:1.7}.form-error:not(:empty){margin-top:15px;padding:12px;background:#fdf2f2;border-radius:7px}.photo-upload{display:flex;align-items:center;gap:23px;margin-bottom:26px}.file-label{cursor:pointer}.file-label input{position:absolute;width:1px;height:1px;opacity:0}.photo-upload .text-button{font-size:.6875rem;color:#8b9aa6}.detail-tools{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid var(--line);gap:10px}.shoot-detail{padding:30px}.detail-eyebrow{display:flex;align-items:center;justify-content:space-between;font-size:.6875rem;color:#8b9aa6}.shoot-detail>h2{font-size:1.75rem;letter-spacing:-.035em;margin-top:18px;overflow-wrap:anywhere}.detail-date{font-family:Georgia,serif;font-size:1.2rem;color:#6d8493;margin-top:7px}.detail-facts{display:flex;flex-wrap:wrap;gap:12px 24px;border-bottom:1px solid var(--line);padding:21px 0;color:#7d8d99;font-size:.8125rem}.detail-facts span{display:flex;align-items:center;gap:7px}.shoot-detail section{padding-top:24px}.shoot-detail section h3{font-size:.75rem;color:#99a6af;font-weight:550;margin-bottom:13px}.detail-models{display:flex;flex-wrap:wrap;gap:25px}.detail-models>div{display:flex;gap:10px;align-items:center}.detail-models strong{display:block;font-size:.875rem;font-weight:600}.detail-models a{display:block;font-size:.75rem;color:#8a9ba7;margin-top:3px}.detail-models .avatar{width:38px;height:48px}.vendor-list{display:grid;grid-template-columns:1fr 1fr;gap:11px 25px;margin:0}.vendor-list>div{display:flex;gap:10px;align-items:baseline;font-size:.8125rem}.vendor-list dt{color:#94a2ac;min-width:73px;font-size:.75rem}.vendor-list dd{margin:0;overflow-wrap:anywhere}.detail-fitting{display:flex;align-items:baseline;gap:20px;font-size:.8125rem;margin-bottom:12px}.detail-fitting strong{font-weight:500;color:#8d7658}.detail-fitting small{display:block;color:#92a1ad;font-size:.75rem;margin-top:2px}.timetable,.private-note pre{white-space:pre-wrap;overflow-wrap:anywhere;font:inherit;font-size:.875rem;line-height:1.95;margin:0;background:#f4f7f9;border-radius:9px;padding:16px 19px;color:#627987}.link-actions{display:flex;gap:8px}.private-note pre{background:#faf7f2}.capture-sheet{background:#fff;margin:16px;border:1px solid var(--line);border-radius:5px}.capture-sheet .detail-eyebrow{font-size:.75rem}.capture-sheet .timetable{background:transparent;padding:0}.capture-footer{margin-top:34px;border-top:1px solid var(--line);padding-top:16px;font-size:.625rem;letter-spacing:.15em;color:#a2b0ba;text-align:center}.capture-link{padding:0 24px 20px;text-align:center}.check-label{display:flex;align-items:center;gap:6px;font-size:.75rem;color:#7e8e9a}.check-label input{accent-color:var(--blue)}#confirm{width:380px;padding:27px}#confirm h2{font-size:1.0625rem;margin-bottom:13px}#confirm p{font-size:.875rem;color:var(--muted);line-height:1.8}.confirm-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:25px}.danger-button{background:#b85c5c;color:white;padding:10px 16px;font-size:.875rem}.toast{position:fixed;bottom:26px;left:50%;transform:translate(-50%,14px);background:#253f51;color:#fff;border-radius:9px;padding:12px 19px;font-size:.8125rem;box-shadow:0 5px 25px #17354b20;opacity:0;pointer-events:none;z-index:20;max-width:calc(100vw - 32px);transition:.18s;line-height:1.7}.toast.visible{opacity:1;transform:translate(-50%,0)}.sr-only,.skip-link:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:fixed;top:10px;left:10px;z-index:100;background:white;padding:15px;border:2px solid var(--blue)}
@media(min-width:1600px){.workspace{padding:40px 48px}.kanban{gap:18px}.event-card{padding:18px 17px 0}.card-date{font-size:1.85rem}.event-card h4{font-size:1rem}.badge{font-size:.6875rem}.card-time,.card-models{font-size:.75rem}.week-column{padding:0 12px 10px;min-height:420px}.week-heading h3{font-size:.875rem}.week-heading>div>span{font-size:.75rem}.card-bottom{font-size:.6875rem}.card-models{margin:18px 0}.avatar{width:34px;height:43px}.eyebrow{font-size:.75rem}}
@media(max-width:1190px){.app-shell{grid-template-columns:170px minmax(0,1fr)}.sidebar{padding-left:13px;padding-right:13px}.workspace{padding:25px 23px}.topbar{padding:0 24px}.brand{font-size:1.1rem}.brand small{font-size:.4rem}.kanban{grid-template-columns:repeat(3,minmax(0,1fr))}.week-column{min-height:250px}.empty-week{padding:37px 2px}.week-column:nth-child(n+4){margin-top:2px}}
@media(max-width:760px){.app-shell{display:block}.sidebar{height:auto;position:static;padding:15px 20px 0;border-right:0;border-bottom:1px solid var(--line)}.brand{font-size:1.2rem}.brand small{font-size:.5rem}.sidebar nav{display:flex;gap:8px;margin-top:18px}.nav-button{padding:10px 13px;font-size:.8125rem;min-height:43px;border-radius:8px 8px 0 0}.nav-label,.sidebar-bottom,.topbar{display:none}.workspace{padding:21px 19px}.preview-banner{font-size:.6875rem;align-items:flex-start;margin-bottom:23px;gap:8px}.preview-banner span{max-width:290px}.page-heading{margin-bottom:28px}.page-heading h1{font-size:1.65rem}.eyebrow{font-size:.625rem}.subtitle{font-size:.75rem}.page-heading>.primary{font-size:.8125rem;padding:9px 13px}.month-toolbar{align-items:center;gap:10px}.month-group{gap:7px}.month-group h2{font-size:1.9rem}.month-unit{font-size:.875rem;margin-left:3px}.month-controls .icon-button{width:29px}.month-group .subtle-button{font-size:.6875rem;padding:5px 7px;min-height:32px}.month-picker{display:none}.month-count{font-size:.6875rem;gap:4px}.month-count strong{font-size:.75rem}.month-count span{margin:0 2px}.kanban{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.week-column{padding-left:8px;padding-right:8px;min-height:215px}.week-heading{padding:13px 3px}.week-heading h3{font-size:.75rem}.week-heading>div>span{font-size:.625rem}.this-week{font-size:.5rem;letter-spacing:-.03em}.event-card{padding:12px 10px 0}.event-card h4{font-size:.8125rem}.card-date{font-size:1.5rem}.badge{font-size:.5625rem;padding:3px 4px}.card-time{font-size:.625rem;gap:4px}.card-models{font-size:.625rem;gap:4px;margin:13px 0}.avatar{width:26px;height:33px}.card-bottom{font-size:.5625rem}.filter-toolbar{flex-wrap:wrap;padding:16px 0}.search-box{width:100%}.search-box input{width:100%;font-size:.875rem}.segmented button{font-size:.75rem;padding:5px 12px;min-height:34px}.board-footer{align-items:flex-start;flex-wrap:wrap}.footer-note{display:none}.empty-week{padding:30px 0}.empty-week span{font-size:.6875rem}.empty-week small{font-size:.5625rem}.registry-grid{grid-template-columns:1fr;gap:13px}.registry-card{padding:17px}.registry-empty{padding:60px 15px}.registry-empty p{font-size:.8125rem}dialog{max-width:100vw;width:100vw;max-height:95dvh;margin:auto 0 0;border-radius:16px 16px 0 0}.dialog-top{padding:13px 19px}.dialog-body{padding:21px 19px}.dialog-footer{padding:14px 19px;padding-bottom:max(14px,env(safe-area-inset-bottom))}.form-grid{gap:13px}.field>input,.field>select,.field>textarea{font-size:1rem;padding:10px 8px;min-width:0}.fitting-form{padding:13px}.form-section h3 small{display:block;margin:5px 0 0}.shoot-detail{padding:23px}.shoot-detail>h2{font-size:1.5rem}.detail-tools{padding:13px 19px}.vendor-list{grid-template-columns:1fr}.capture-sheet{margin:12px;padding:20px}.capture-sheet .vendor-list{grid-template-columns:1fr 1fr;gap:10px}.capture-sheet .vendor-list>div{display:block}.capture-sheet .vendor-list dt{font-size:.6875rem;margin-bottom:3px}.check-label{font-size:.6875rem}#confirm{max-width:calc(100vw - 36px);margin:auto;border-radius:14px}.toast{bottom:20px}.login-card{width:min(380px,calc(100vw - 40px))}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}.event-card:hover{transform:none}}
@media print{.app-shell,.detail-tools,.dialog-top,.capture-link,#toast{display:none!important}dialog.capture-dialog{position:static;display:block;width:100%;max-height:none;border:0;box-shadow:none;margin:0}dialog::backdrop{display:none}.capture-sheet{margin:0;border:0}}

/* 날짜와 연락처 등 실사용 정보를 작은 화면에서도 읽기 쉽게 유지합니다. */
.card-time{font-size:.875rem;flex-wrap:wrap}.card-models,.badge,.card-bottom,.week-heading>div>span,.week-count,.add-in-week,.fitting-context,.empty-week small,.board-footer p{font-size:.75rem}.card-date small,.this-week{font-size:.75rem}.preview-banner,.save-indicator{font-size:.75rem}.month-count,.month-count strong,.segmented button,.search-box input{font-size:.875rem}.subtitle{font-size:.875rem}.event-card h4{font-size:.875rem}.card-bottom>span:first-child{white-space:normal;padding:7px 0}.fitting-context{overflow-wrap:anywhere}.card-models>span:last-child{overflow-wrap:anywhere}.brand small{font-size:.5625rem}.field-hint{color:#738491}.week-heading>div>span,.card-bottom,.add-in-week{color:#748693}.badge{white-space:normal}.sidebar-bottom>p{color:#788a97}.nav-label{font-size:.75rem}.empty-week{color:#738795}.empty-week small{color:#8999a5}.card-top{align-items:flex-start}.badge{flex-shrink:0}.month-toolbar{flex-wrap:wrap}
@media(max-width:760px){.kanban{grid-template-columns:repeat(2,minmax(0,1fr))}.week-heading h3{flex-wrap:wrap}.card-date{font-size:1.35rem}.card-time{font-size:.8125rem;gap:3px}.card-time svg{display:none}.card-top{flex-wrap:wrap;gap:6px}.badge{font-size:.6875rem}.this-week{font-size:.625rem}.card-models{flex-wrap:wrap}.week-heading>div>span{font-size:.6875rem}.month-count{font-size:.75rem}.month-count strong{font-size:.8125rem}.sidebar{position:relative}.mobile-logout{position:absolute;right:17px;top:18px}.preview-banner{font-size:.75rem;display:block}.preview-banner span{display:block;max-width:none;margin-top:4px}.month-picker{display:block}.month-group{flex-wrap:wrap}.filter-toolbar .segmented{max-width:100%}.segmented button{font-size:.8125rem;padding:6px 10px}}
@media(min-width:761px){.mobile-logout{display:none}}

/* 월별 카드와 직접 입력·항목형 일정 컨트롤을 배치합니다. */
[hidden]{display:none!important}.time-select,.month-day-select{display:flex;align-items:center;gap:8px;min-width:0}.time-select select,.month-day-select select{min-width:0;width:0;flex:1;min-height:43px;border:1px solid #dce3e9;border-radius:7px;background:#fff;padding:8px;color:var(--ink);font-size:.9375rem;font-variant-numeric:tabular-nums}.time-select select:disabled{background:#f3f5f6;color:#a8b0b6}.time-select>span{color:var(--muted)}.model-choice{border:0;padding:0;margin:0;min-width:0}.direct-fields{margin-top:12px;padding:13px;background:#f3f7f9;border-radius:8px;display:grid;gap:12px}.inline-photo{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.inline-photo .avatar{width:44px;height:55px}.section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px}.section-title h3{margin:0}.timetable-row{display:grid;grid-template-columns:140px minmax(0,1fr) 30px;gap:12px;align-items:end;margin-bottom:12px}.remove-timetable{width:30px;height:43px;color:#8a99a3}.timetable-empty{padding:18px;border:1px dashed var(--line);border-radius:8px;text-align:center}.month-empty{grid-column:1/-1;border:1px dashed #d9e2e9;border-radius:12px;padding:65px 20px;text-align:center;color:#8297a5}.month-empty h3{font-size:1rem;margin:15px 0 7px}.month-empty p{font-size:.875rem;margin-bottom:22px}.monthly-cards{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:18px;align-items:stretch}.shoot-card{padding:19px 18px 0;min-width:0;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;max-width:360px}.shoot-card-photos{display:flex;gap:10px;position:relative;min-height:105px;align-items:flex-start;padding-right:0}.card-person{display:flex;flex-direction:column;gap:6px;min-width:0;max-width:80px}.card-person>.avatar{width:60px;height:75px;border:0;border-radius:7px}.card-person>span:last-child{font-size:.75rem;font-weight:400;color:#79909f;white-space:normal;overflow-wrap:anywhere}.shoot-card-photos>.badge{margin-left:auto;font-size:.6875rem}.shoot-card-date{font-size:.9375rem;margin-top:16px;color:#536e80;text-align:left}.shoot-card-date strong{font-size:1.3rem;color:var(--ink);letter-spacing:-.025em;font-weight:650}.shoot-card-date small{font-size:.75rem;font-weight:400;color:#8da0ad;margin-left:7px}.shoot-card h4{margin:9px 0 7px;font-size:.9375rem}.shoot-card .card-time{margin-bottom:18px}.shoot-card .card-bottom{margin-top:auto;min-height:39px}.shoot-card .card-bottom>span:first-child{overflow-wrap:anywhere}.board-footer>p{font-size:.75rem;line-height:1.8}
@media(max-width:760px){.monthly-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.shoot-card{padding:13px 12px 0}.shoot-card-photos{gap:7px;padding-top:25px;min-height:128px}.shoot-card-photos>.badge{position:absolute;top:0;left:0}.card-person>.avatar{width:53px;height:66px}.card-person{max-width:65px}.shoot-card-date{font-size:.8125rem;margin-top:12px}.shoot-card-date strong{font-size:1.2rem}.shoot-card h4{font-size:.875rem}.shoot-card .card-time{font-size:.8125rem;margin-bottom:13px}.timetable-row{grid-template-columns:minmax(0,1fr) 30px;gap:9px;margin-bottom:17px;padding:13px;background:#f6f8fa;border-radius:9px}.timetable-row>.field:first-child{grid-column:1;grid-row:1}.timetable-row>.field:nth-child(2){grid-column:1/-1;grid-row:2}.remove-timetable{grid-column:2;grid-row:1}.time-select select,.month-day-select select{font-size:1rem;padding:8px 5px}.direct-fields{padding:10px}.section-title .secondary{padding:8px 10px}.form-grid:has(>.model-choice){grid-template-columns:1fr}.shoot-card .card-bottom{font-size:.75rem}}

/* 참고 화면처럼 네 달의 일정을 작은 가로형 카드로 표시합니다. */
.kanban.four-month-board{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:start}.month-column{min-width:0;min-height:360px;padding:11px 10px 12px;border-radius:13px;background:#eeebe7}.month-column-heading{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:0 1px 9px}.month-column-heading h2{margin:0;font-size:.875rem;font-weight:700;line-height:1.5;color:#363533}.month-column-heading>span{font-size:.75rem;color:#898681;white-space:nowrap}.month-card-list{display:grid;gap:8px}.compact-shoot-card{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:9px;width:100%;min-width:0;min-height:64px;padding:8px;border:1px solid #e7e3de;border-radius:10px;background:#fff;text-align:left;box-shadow:none;transition:border-color .15s}.compact-shoot-card:hover{border-color:#b9c4cb}.compact-card-photo{display:block;flex:0 0 36px;width:36px;height:46px}.compact-card-photo .avatar,.photo-placeholder{display:flex;align-items:center;justify-content:center;width:36px;height:46px;object-fit:cover;border:0;border-radius:6px;background:#e6e1d9;font-size:.625rem;color:#9e9890}.compact-card-info{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0;flex:1}.compact-card-info strong{font-size:.875rem;font-weight:650;line-height:1.45;overflow-wrap:anywhere;color:#343330}.compact-card-info time{font-size:.75rem;font-weight:400;line-height:1.4;color:#8b8781}.month-column-empty{font-size:.8125rem;text-align:center;color:#918c84;padding:34px 4px;font-weight:400}
@media(max-width:1100px){.kanban.four-month-board{grid-template-columns:repeat(2,minmax(0,1fr))}.month-column{min-height:220px}}
@media(max-width:480px){.kanban.four-month-board{gap:10px}.month-column{padding:10px 7px;min-height:190px}.month-column-heading h2{font-size:.8125rem}.compact-shoot-card{gap:7px;padding:7px}.compact-card-info strong{font-size:.8125rem}.compact-card-info time{font-size:.75rem}}

/* 대표 사진 선택, 참여 업체와 상세 인물사진을 표시합니다. */
.history-card{position:relative;transition:border-color .15s}.history-card:hover{border-color:#a8bbc7}.registry-history-trigger{display:flex;padding:0;border:0;background:none;color:var(--blue);font-size:.75rem;margin-top:8px;text-align:left}.registry-history-trigger::after{content:"";position:absolute;inset:0;border-radius:12px}.registry-history-trigger:focus-visible{outline:0}.history-card:has(.registry-history-trigger:focus-visible){outline:3px solid #80a8bf;outline-offset:3px}.history-card a,.history-card>.subtle-button{position:relative;z-index:1}.history-person{display:flex;align-items:center;gap:16px;margin-bottom:28px}.history-person>div{min-width:0;overflow-wrap:anywhere}.history-person h2{font-size:1.25rem}.history-person p{margin-top:8px}.history-section+.history-section{margin-top:28px}.history-section h3{font-size:.9375rem;margin-bottom:12px}.history-section h3>span{font-size:.75rem;font-weight:400;color:var(--muted);margin-left:6px}.history-list{display:grid;gap:9px}.history-shoot{position:relative;display:flex;align-items:flex-start;flex-direction:column;gap:4px;text-align:left;background:#f7f8fa;border:1px solid var(--line);border-radius:9px;padding:14px 35px 14px 14px;min-width:0;overflow-wrap:anywhere}.history-shoot:hover{border-color:#a8bbc7}.history-shoot time,.history-shoot span,.history-shoot small{font-size:.8125rem;color:var(--muted);font-weight:400}.history-shoot strong{font-size:.9375rem}.history-shoot>svg{position:absolute;right:13px;top:calc(50% - 8px)}
.compact-card-vendors{display:flex;flex-direction:column;gap:3px;flex:0 1 42%;min-width:0;align-self:stretch;justify-content:center;border-left:1px solid #e3dfd9;padding-left:9px;font-size:.6875rem;line-height:1.5;font-weight:400;color:#746f68;overflow-wrap:anywhere}
.compact-shoot-card{min-height:78px}.compact-card-info{flex:1 1 0}
.instagram-link{display:flex;align-items:center;gap:4px;width:fit-content;max-width:100%;margin-top:5px;color:var(--blue);font-size:.8125rem;overflow-wrap:anywhere;text-decoration:underline;text-underline-offset:3px}.registry-info{min-width:0}
.detail-tools{gap:10px;flex-wrap:wrap}.detail-edit-actions{display:flex;gap:8px;margin-left:auto}.detail-edit-actions .danger-button{min-height:42px;padding:10px 14px;font-size:.875rem}
.detail-models.portrait-models{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.detail-models.portrait-models>div{display:flex;flex-direction:column;align-items:flex-start;gap:12px;min-width:0}.portrait-models .avatar.large{display:flex;width:100%;max-width:240px;height:auto;aspect-ratio:4/5;border-radius:12px;object-fit:cover}.portrait-models .initials.large{align-items:center;justify-content:center;font-size:2.5rem}.portrait-models>div>span{min-width:0;max-width:100%}.detail-models .instagram-link{display:flex;overflow-wrap:anywhere}
.thumbnail-picker{border:0;margin:22px 0 0;padding:0;min-width:0}.thumbnail-picker legend{font-size:.875rem;font-weight:650;margin-bottom:10px}#thumbnail-choices{display:flex;gap:10px;flex-wrap:wrap}.thumbnail-option{display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:9px;padding:10px;font-size:.8125rem;cursor:pointer;min-width:0;max-width:100%}.thumbnail-option:has(input:checked){border-color:var(--blue);background:var(--blue-soft)}.thumbnail-option:has(input:disabled){opacity:.6;cursor:default}.thumbnail-option input{accent-color:var(--blue);margin:0;flex-shrink:0}.thumbnail-option>span{overflow-wrap:anywhere;min-width:0}.thumbnail-option small{display:block;color:var(--muted);font-size:.6875rem;margin-top:3px}
@media(max-width:600px){.kanban.four-month-board{grid-template-columns:1fr}.month-column{min-height:130px}.compact-card-vendors{font-size:.75rem}.compact-shoot-card{padding:10px;gap:10px}.compact-card-photo,.compact-card-photo .avatar,.compact-card-photo .photo-placeholder{width:44px;height:55px}.compact-card-photo{flex-basis:44px}.compact-card-info strong{font-size:.875rem}.detail-models.portrait-models{gap:14px}.detail-tools>.secondary{padding:8px 10px}.detail-edit-actions{gap:6px}.detail-edit-actions .primary,.detail-edit-actions .danger-button{padding:10px 12px}}

/* 휴대폰 캡처 시 전체 시트를 남은 화면 높이에 맞춰 한 장으로 표시합니다. */
@media screen and (max-width:760px), screen and (max-width:1100px) and (max-height:500px){
  html:has(dialog.capture-dialog[open]){overflow:hidden}
  dialog.capture-dialog[open]{display:flex;flex-direction:column;width:100%;max-width:100%;height:100dvh;max-height:100dvh;margin:0;border:0;border-radius:0;overflow:hidden;padding:env(safe-area-inset-top) 0 env(safe-area-inset-bottom)}
  .capture-dialog>.dialog-top{flex:0 0 auto;padding:5px 12px;min-height:40px;position:static}.capture-dialog>.dialog-top h2{font-size:.8125rem}.capture-dialog>.dialog-top .icon-button{width:30px;height:30px}
  .capture-dialog>.detail-tools{flex:0 0 auto;padding:6px 12px;gap:6px}.capture-dialog .detail-tools>.secondary{min-height:30px;padding:5px 9px;font-size:.6875rem}.capture-dialog .check-label{font-size:.6875rem;white-space:nowrap}
  .capture-stage{position:relative;flex:1 1 0;min-height:0;overflow:hidden;margin:8px 10px}
  .capture-stage>.capture-sheet{position:absolute;top:0;left:0;width:100%;margin:0;padding:14px;transform-origin:top center;border-radius:6px}
  .capture-sheet .detail-eyebrow{font-size:.5625rem}.capture-sheet .badge{font-size:.5625rem;padding:2px 5px}.capture-sheet>h2{font-size:1.125rem;line-height:1.3;margin-top:8px}.capture-sheet .detail-date{font-size:.8125rem;margin-top:5px}
  .capture-sheet .detail-facts{gap:4px 12px;padding:8px 0;font-size:.6875rem}.capture-sheet .detail-facts span{min-width:0;overflow-wrap:anywhere}.capture-sheet .detail-facts svg{width:12px;height:12px}
  .capture-sheet section{padding-top:10px}.capture-sheet section h3{font-size:.625rem;margin-bottom:5px;color:#677d8b}
  .capture-sheet .detail-models{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.capture-sheet .detail-models>div{min-width:0;gap:6px}.capture-sheet .detail-models>div>span{min-width:0;overflow-wrap:anywhere}.capture-sheet .detail-models .avatar{flex:0 0 30px;width:30px;height:38px}.capture-sheet .detail-models strong{font-size:.6875rem}.capture-sheet .detail-models a{font-size:.5625rem;margin-top:2px}
  .capture-sheet .vendor-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 10px}.capture-sheet .vendor-list>div{display:block;min-width:0;font-size:.6875rem;line-height:1.35}.capture-sheet .vendor-list dt{min-width:0;font-size:.5625rem;margin-bottom:1px}
  .capture-sheet .detail-fitting{font-size:.6875rem;gap:10px;margin-bottom:4px;flex-wrap:wrap}.capture-sheet .timetable{font-size:.6875rem;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.capture-sheet .capture-footer{margin-top:10px;padding-top:6px;font-size:.5rem}
  .capture-dialog>.capture-link{flex:0 0 auto;padding:0 12px 6px}.capture-dialog>.capture-link .secondary{min-height:28px;padding:4px 8px;font-size:.625rem}
}
@media print{.capture-stage{display:block;overflow:visible;height:auto;margin:0}.capture-stage>.capture-sheet{position:static;transform:none!important}}

/* 촬영명을 모델 이름 위에 표시합니다. */
.compact-card-title{font-size:.6875rem;font-weight:400;line-height:1.4;color:#746f68;overflow-wrap:anywhere}

/* 모델 사진 클릭은 확대 보기를 열고 카드의 나머지 영역은 히스토리를 엽니다. */
.registry-photo-button{position:relative;z-index:1;flex-shrink:0;display:block;border:0;padding:0;background:transparent;border-radius:9px;cursor:zoom-in}.registry-photo-button .avatar{display:block}.registry-photo-button:hover{outline:2px solid #80a8bf;outline-offset:2px}
.model-photo-dialog{width:min(540px,calc(100vw - 24px));max-width:calc(100vw - 24px);margin:auto;border-radius:14px}.model-photo-viewer{padding:12px;display:flex;justify-content:center}.model-photo-viewer img{display:block;width:480px;height:auto;max-width:100%;max-height:calc(85dvh - 90px);object-fit:contain;border-radius:8px}

/* 날짜가 정해지지 않은 촬영을 월별 보드 아래에 모아 보여줍니다. */
.undated-board{margin-top:20px;min-height:0;padding:12px}.undated-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,250px),1fr));gap:10px}

/* 같은 크기의 카드 세 줄과 파스텔 색상·연도 선택을 표시합니다. */
.compact-card-info{gap:3px}.compact-card-info>.compact-card-title,.compact-card-info>strong,.compact-card-info>time{display:block;width:100%;min-width:0;font-size:.75rem;font-weight:400;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;overflow-wrap:normal;color:#4e4a45}.compact-card-info>.compact-card-title{font-weight:700;color:#343330}.compact-card-vendors{flex-basis:34%}
[data-color="pink"]{--card-color:#f9e3e8}[data-color="peach"]{--card-color:#fae8dc}[data-color="yellow"]{--card-color:#faf2d5}[data-color="green"]{--card-color:#e7efda}[data-color="mint"]{--card-color:#def0e9}[data-color="blue"]{--card-color:#e1edf8}[data-color="lavender"]{--card-color:#eae4f5}[data-color="lilac"]{--card-color:#f1e1f0}.compact-shoot-card{background:var(--card-color,#fff)}
.card-color-picker{padding:0;margin:20px 0 0;border:0;min-width:0}.card-color-picker legend{font-size:.875rem;font-weight:650;margin-bottom:10px}.card-color-options{display:flex;flex-wrap:wrap;gap:8px}.card-color-option{position:relative;display:flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid var(--line);border-radius:8px;cursor:pointer;font-size:.75rem}.card-color-option input{position:absolute;opacity:0;width:1px;height:1px}.color-swatch{display:grid;place-items:center;width:24px;height:24px;border-radius:6px;background:var(--card-color,#fff);border:1px solid #00000014;color:#344b57}.color-swatch svg{visibility:hidden}.card-color-option:has(input:checked){border-color:var(--blue);box-shadow:0 0 0 1px var(--blue)}.card-color-option input:checked+.color-swatch svg{visibility:visible}.card-color-option:has(input:focus-visible){outline:3px solid #80a8bf;outline-offset:3px}
.year-filter{display:flex;align-items:center;gap:8px;font-size:.8125rem;color:var(--muted)}.year-filter select{border:1px solid var(--line);border-radius:7px;padding:8px 10px;font-size:.875rem;color:var(--ink);background:#fff;min-height:38px}.filter-toolbar{flex-wrap:wrap}.filter-toolbar .search-box{margin-left:auto}.year-board>.month-column{min-height:145px}
@media(max-width:600px){.year-filter{gap:5px}.year-filter select{padding:7px 8px}.filter-toolbar{gap:10px}.filter-toolbar .search-box{width:100%}.year-board>.month-column{min-height:115px}}

/* 캡처에서는 제목 영역을 압축하고 인물사진을 크게 배치합니다. */
.capture-sheet{padding:14px}.capture-sheet .detail-eyebrow{font-size:.5rem}.capture-sheet .badge{font-size:.5rem;padding:2px 5px}.capture-sheet>h2{font-size:1rem;line-height:1.25;margin-top:4px}.capture-sheet .detail-date{font-size:.6875rem;line-height:1.4;margin-top:3px}.capture-sheet .detail-facts{padding:6px 0;gap:3px 10px;font-size:.625rem}.capture-sheet .detail-facts svg{width:11px;height:11px}.capture-sheet section{padding-top:9px}.capture-sheet section h3{margin-bottom:5px}
.capture-sheet .detail-models{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.capture-sheet .detail-models>div{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0}.capture-sheet .detail-models .avatar{flex:0 0 auto;width:112px;height:140px;max-width:100%;object-fit:cover;border-radius:8px}.capture-sheet .detail-models .initials{display:flex;align-items:center;justify-content:center;font-size:2rem}.capture-sheet .detail-models>div>span{min-width:0;max-width:100%;overflow-wrap:anywhere}.capture-sheet .detail-models strong{font-size:.75rem}.capture-sheet .detail-models a{font-size:.625rem;line-height:1.4;margin-top:2px}

/* 긴 제품 이름을 사이드바에서 한 줄로 유지합니다. */
@media(min-width:1200px){.app-shell{grid-template-columns:230px minmax(0,1fr)}.brand{gap:8px;font-size:1rem;white-space:nowrap}}
@media(min-width:761px) and (max-width:1190px){.app-shell{grid-template-columns:190px minmax(0,1fr)}.brand{gap:7px;font-size:.875rem;white-space:nowrap}}
