*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a1a;background:#f0f2f5;font-family:Apple SD Gothic Neo,Noto Sans KR,-apple-system,BlinkMacSystemFont,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input{font-family:inherit}.loading-screen{color:#334155;justify-content:center;align-items:center;gap:14px;display:flex}.loading-screen--inline{background:#fff;border:1px solid #dbeafe;border-radius:8px;min-height:220px;padding:36px 20px;box-shadow:0 8px 22px #0f172a0d}.loading-screen--page{background:#f8fafc;min-height:calc(100vh - 64px);padding:32px}.loading-screen--overlay{transform-origin:top;z-index:70;clip-path:inset(0 round 8px);background:#fffffff5;border:1px solid #dbeafe;border-radius:8px;justify-content:flex-start;width:min(420px,100vw - 32px);padding:14px 16px;position:fixed;top:84px;left:50%;transform:translate(-50%);box-shadow:0 14px 36px #0f172a29}.loading-screen--overlay.loading-screen--open{animation:.34s cubic-bezier(.2,.8,.2,1) both loading-fold-open}.loading-screen--overlay.loading-screen--closing{animation:.3s cubic-bezier(.4,0,.2,1) both loading-fold-close}.loading-screen__mark{grid-template-columns:repeat(3,10px);align-items:end;gap:5px;height:30px;display:inline-grid}.loading-screen__mark span{background:#2563eb;border-radius:999px;width:10px;height:10px;animation:.9s ease-in-out infinite loading-bounce}.loading-screen__mark span:nth-child(2){background:#14b8a6;animation-delay:.12s}.loading-screen__mark span:nth-child(3){background:#f97316;animation-delay:.24s}.loading-screen strong{color:#0f172a;font-size:15px;font-weight:900;display:block}.loading-screen p{color:#64748b;margin:4px 0 0;font-size:13px;line-height:1.5}@keyframes loading-bounce{0%,80%,to{opacity:.55;transform:translateY(0)}40%{opacity:1;transform:translateY(-10px)}}@keyframes loading-fold-open{0%{opacity:0;clip-path:inset(46% 0 round 8px);transform:translate(-50%)scaleY(.68)}65%{opacity:1;clip-path:inset(0 round 8px);transform:translate(-50%)scaleY(1.03)}to{opacity:1;clip-path:inset(0 round 8px);transform:translate(-50%)scaleY(1)}}@keyframes loading-fold-close{0%{opacity:1;clip-path:inset(0 round 8px);transform:translate(-50%)scaleY(1)}to{opacity:0;clip-path:inset(42% 0 round 8px);transform:translate(-50%)scaleY(.78)}}@media (width<=640px){.loading-screen{text-align:center;flex-direction:column}.loading-screen--overlay{width:calc(100vw - 24px);top:72px}}.nav{z-index:100;background:#fff;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;height:64px;padding:0 2rem;display:flex;position:sticky;top:0}.nav-logo{flex-shrink:0;align-items:center;gap:.6rem;text-decoration:none;display:flex}.nav-logo__text{flex-direction:column;display:flex}.nav-logo__name{background:linear-gradient(90deg,#7c3aed,#2563eb,#059669);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.1rem;font-weight:800;line-height:1.2}.nav-logo__sub{color:#9ca3af;letter-spacing:.04em;font-size:.65rem}.nav-links{align-items:center;gap:1.75rem;display:flex}.nav-links a{color:#374151;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s}.nav-links a:hover{color:#7c3aed}.nav-links a.active{color:#2563eb;font-weight:800}.nav-actions{align-items:center;gap:.75rem;display:flex}.nav-btn-login{color:#374151;cursor:pointer;background:0 0;border:1.5px solid #e5e7eb;border-radius:8px;padding:.45rem 1rem;font-size:.875rem;font-weight:600;transition:border-color .15s,color .15s}.nav-btn-login:hover{color:#7c3aed;border-color:#7c3aed}.nav-btn-start{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#7c3aed,#2563eb);border:none;border-radius:8px;padding:.5rem 1.1rem;font-size:.875rem;font-weight:700;transition:opacity .15s,transform .1s}.nav-btn-start:hover{opacity:.9;transform:translateY(-1px)}.nav-user-name{color:#374151;font-size:.875rem;font-weight:600}.nav-profile{position:relative}.nav-profile-trigger{color:#374151;cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:999px;align-items:center;gap:.5rem;padding:.32rem .75rem .32rem .38rem;font-size:.875rem;font-weight:700;transition:border-color .15s,box-shadow .15s,color .15s;display:flex}.nav-profile-trigger:hover,.nav-profile-trigger[aria-expanded=true]{color:#5b21b6;border-color:#7c3aed;box-shadow:0 8px 20px #7c3aed1f}.nav-profile-avatar{color:#fff;background:linear-gradient(135deg,#7c3aed,#2563eb);border-radius:50%;flex-shrink:0;place-items:center;width:32px;height:32px;font-size:.82rem;font-weight:900;display:grid}.nav-profile-name{text-overflow:ellipsis;white-space:nowrap;max-width:92px;overflow:hidden}.nav-profile-menu{z-index:120;background:#fff;border:1px solid #e5e7eb;border-radius:10px;min-width:220px;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 18px 42px #0f172a29}.nav-profile-summary{border-bottom:1px solid #f1f5f9;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:.7rem;padding:.95rem;display:grid}.nav-profile-summary .nav-profile-avatar{width:36px;height:36px}.nav-profile-summary strong{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:800;display:block;overflow:hidden}.nav-profile-summary p{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin:.15rem 0 0;font-size:.78rem;font-weight:600;overflow:hidden}.nav-profile-menu button{color:#374151;text-align:left;cursor:pointer;background:#fff;border:0;width:100%;padding:.8rem .95rem;font-size:.88rem;font-weight:700}.nav-profile-menu button+button{border-top:1px solid #f1f5f9}.nav-profile-menu button:hover{color:#2563eb;background:#f8fafc}.nav-hamburger{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:36px;height:36px;padding:7px;transition:background .15s;display:none}.nav-hamburger:hover{background:#f3f4f6}.nav-hamburger span{transform-origin:50%;background:#374151;border-radius:1px;width:100%;height:2px;transition:transform .25s,opacity .2s;display:block}.nav-hamburger.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-hamburger.is-open span:nth-child(2){opacity:0}.nav-hamburger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-mobile-menu{z-index:99;background:#fff;border-top:1px solid #f3f4f6;flex-direction:column;display:flex;position:fixed;top:64px;left:0;right:0;box-shadow:0 8px 24px #0000001f}.nav-mobile-link{color:#374151;border-bottom:1px solid #f9fafb;padding:.9rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:block}.nav-mobile-link:hover{color:#7c3aed;background:#f9fafb}.nav-mobile-link.active{color:#2563eb;font-weight:700}.nav-mobile-actions{flex-direction:column;gap:.625rem;padding:1rem 1.5rem 1.25rem;display:flex}.nav-mobile-profile{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:.75rem;padding:.8rem;display:grid}.nav-mobile-profile .nav-profile-avatar{width:36px;height:36px}.nav-mobile-profile strong{color:#111827;font-size:.95rem;font-weight:800}.nav-mobile-profile p{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin:.1rem 0 0;font-size:.8rem;font-weight:600;overflow:hidden}.nav-btn-start--full{text-align:center;width:100%;padding:.7rem 1rem}.nav-overlay{z-index:98;background:#0000004d;position:fixed;inset:64px 0 0}@media (width<=768px){.nav{padding:0 1rem}.nav-links,.nav-actions{display:none}.nav-hamburger{display:flex}}.samteo-chat{z-index:950;font-family:inherit;position:fixed;bottom:24px;right:24px}.samteo-chat-launcher{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#4f46e5);border:0;border-radius:999px;align-items:center;gap:9px;min-height:52px;padding:7px 16px 7px 8px;font-size:13px;font-weight:850;transition:transform .18s,box-shadow .18s;display:flex;box-shadow:0 12px 30px #2563eb57}.samteo-chat-launcher:hover{transform:translateY(-2px);box-shadow:0 16px 34px #2563eb66}.samteo-chat-launcher img{object-fit:contain;object-fit:cover;object-position:54% 48%;background:#063c35;border:2px solid #ffffffbf;border-radius:50%;width:38px;height:38px}.samteo-chat-launcher svg{width:24px;height:24px}.samteo-chat.open .samteo-chat-launcher{justify-content:center;width:52px;margin-left:auto;padding:0}.samteo-chat-panel{transform-origin:100% 100%;background:#fff;border:1px solid #dbe3ef;border-radius:20px;grid-template-rows:auto auto minmax(190px,1fr) auto auto auto;width:min(380px,100vw - 32px);height:min(620px,100vh - 116px);animation:.22s cubic-bezier(.22,1,.36,1) samteo-chat-open;display:grid;position:absolute;bottom:64px;right:0;overflow:hidden;box-shadow:0 24px 70px #0f172a3d}.samteo-chat-panel.panel-below{transform-origin:100% 0;animation:.22s cubic-bezier(.22,1,.36,1) samteo-chat-open-below;top:64px;bottom:auto}@keyframes samteo-chat-open-below{0%{opacity:0;transform:translateY(-12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.samteo-chat-panel.panel-left{transform-origin:0 100%;left:0;right:auto}.samteo-chat-panel.panel-below.panel-left{transform-origin:0 0}@keyframes samteo-chat-open{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.samteo-chat-head{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;padding:15px 16px;display:flex}.samteo-chat.dragging .samteo-chat-head{cursor:grabbing}.samteo-chat:not(.open) .samteo-chat-launcher{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.samteo-chat.dragging:not(.open) .samteo-chat-launcher{cursor:grabbing}.samteo-chat-identity{align-items:center;gap:10px;display:flex}.samteo-chat-identity img{object-fit:cover;object-position:54% 48%;background:#063c35;border-radius:11px;width:38px;height:38px}.samteo-chat-identity div{gap:3px;display:grid}.samteo-chat-identity strong{color:#0f172a;font-size:14px}.samteo-chat-identity span{color:#64748b;align-items:center;gap:5px;font-size:10px;display:flex}.samteo-chat-identity i{background:#10b981;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #d1fae5}.samteo-chat-head>button{color:#64748b;cursor:pointer;background:#f8fafc;border:0;border-radius:9px;place-items:center;width:32px;height:32px;font-size:20px;display:grid}.samteo-chat-context{color:#64748b;background:#f8fafc;padding:9px 16px;font-size:10px}.samteo-chat-context span{color:#1d4ed8;background:#dbeafe;border-radius:999px;margin-right:6px;padding:2px 6px;font-weight:800;display:inline-block}.samteo-chat-messages{background:linear-gradient(#fbfdff,#fff);padding:16px;overflow-y:auto}.samteo-chat-message{align-items:flex-end;gap:7px;margin-bottom:12px;display:flex}.samteo-chat-message.user{justify-content:flex-end}.samteo-chat-message>img{object-fit:cover;object-position:54% 48%;background:#063c35;border-radius:9px;flex-shrink:0;width:27px;height:27px}.samteo-chat-message p{color:#334155;white-space:pre-wrap;background:#f1f5f9;border-radius:6px 15px 15px;max-width:78%;margin:0;padding:10px 12px;font-size:12px;line-height:1.6}.samteo-chat-message.user p{color:#fff;background:#2563eb;border-radius:15px 6px 15px 15px}.samteo-chat-typing{background:#f1f5f9;border-radius:6px 15px 15px;gap:4px;padding:12px 14px;display:flex}.samteo-chat-typing i{background:#94a3b8;border-radius:50%;width:5px;height:5px;animation:1s ease-in-out infinite samteo-chat-dot}.samteo-chat-typing i:nth-child(2){animation-delay:.12s}.samteo-chat-typing i:nth-child(3){animation-delay:.24s}@keyframes samteo-chat-dot{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.samteo-chat-suggestions{border-top:1px solid #f1f5f9;gap:6px;padding:10px 14px;display:flex;overflow-x:auto}.samteo-chat-suggestions button{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;flex-shrink:0;padding:7px 9px;font-size:10px;font-weight:750}.samteo-chat-form{grid-template-columns:1fr 38px;gap:8px;padding:10px 12px 6px;display:grid}.samteo-chat-form input{min-width:0;font:inherit;border:1px solid #dbe3ef;border-radius:12px;outline:none;padding:11px 12px;font-size:12px}.samteo-chat-form input:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #eff6ff}.samteo-chat-form button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.samteo-chat-form button:disabled{cursor:default;background:#cbd5e1}.samteo-chat-form svg{width:19px;height:19px}.samteo-chat-notice{color:#94a3b8;text-align:center;padding:0 14px 11px;font-size:9px}@media (width<=600px){.samteo-chat{bottom:14px;right:14px}.samteo-chat-launcher span{display:none}.samteo-chat-launcher{width:52px;padding:7px}.samteo-chat-panel{width:calc(100vw - 20px);height:min(680px,100vh - 92px);position:fixed;bottom:76px;right:10px}.samteo-chat-head{cursor:default;touch-action:auto}}@media (prefers-reduced-motion:reduce){.samteo-chat-panel,.samteo-chat-launcher,.samteo-chat-typing i{transition:none;animation:none}}.ogm-overlay{z-index:1200;background:#11182794;justify-content:center;align-items:center;padding:24px;animation:.18s ogm-fade-in;display:flex;position:fixed;inset:0}.ogm-panel{background:#fff;border:1px solid #ffffffb8;border-radius:8px;width:min(1000px,94vw);animation:.22s ogm-rise;position:relative;overflow:hidden;box-shadow:0 28px 80px #00000052}.ogm-close{z-index:8;color:#111827;background:#1118271f;border:0;border-radius:50%;width:34px;height:34px;font-size:24px;line-height:1;position:absolute;top:14px;right:14px}.ogm-close:hover{background:#11182733}.ogm-slide{background:radial-gradient(circle at 14% 10%, color-mix(in srgb, var(--ogm-accent), white 76%) 0, transparent 30%), linear-gradient(135deg, #f8fafc 0%, #eef2ff 54%, #ecfdf5 100%);min-height:0;padding:22px 52px}.ogm-slide-head{word-break:keep-all;align-items:center;gap:16px;max-width:760px;margin:0 auto 14px;display:flex}.ogm-kicker{background:color-mix(in srgb, var(--ogm-accent), white 86%);color:var(--ogm-accent);letter-spacing:0;border-radius:999px;flex:none;padding:8px 12px;font-size:12px;font-weight:900}.ogm-slide-head h2{color:#111827;letter-spacing:0;margin:0 0 4px;font-size:24px;font-weight:900;line-height:1.25}.ogm-slide-head p{color:#4b5563;margin:0;font-size:14px;font-weight:600;line-height:1.55}.ogm-shot-wrap{width:min(760px,100%);aspect-ratio:var(--ogm-shot-ratio);margin:0 auto;position:relative;overflow:visible}.ogm-shot-frame{background:#f3f4f6;border:8px solid #fff;border-radius:8px;position:absolute;inset:0;overflow:hidden;box-shadow:0 22px 52px #0f172a33}.ogm-shot{object-fit:contain;background:#f3f4f6;width:100%;height:100%;display:block}.ogm-shot-wrap.is-cropped-header .ogm-shot{object-fit:cover;height:106.8%;transform:translateY(-6.35%)}.ogm-shot-shade{pointer-events:none;background:linear-gradient(#ffffff08,#0f172a12),radial-gradient(circle at 68% 30%,#0000 0 24%,#ffffff29 44%,#ffffff40 100%);position:absolute;inset:0}.ogm-note{z-index:5;background:linear-gradient(#ffffffe6, #ffffffe6), color-mix(in srgb, var(--ogm-accent), white 84%);color:#172033;max-width:184px;box-shadow:0 8px 18px #0f172a1f, 2px 3px 0 color-mix(in srgb, var(--ogm-accent), white 56%);transform:rotate(var(--note-rotate,-2deg));border:0;border-radius:13px 18px 12px 16px;gap:2px;padding:10px 12px;display:grid;position:absolute}.ogm-note:before{content:"";border:3px solid color-mix(in srgb, var(--ogm-accent), #111827 34%);opacity:.82;pointer-events:none;border-radius:16px 11px 15px 12px;position:absolute;inset:4px}.ogm-note:after{content:"";pointer-events:none;border-top:2px solid #ffffffb8;border-radius:50%;position:absolute;inset:9px 7px 7px 10px;transform:rotate(-2deg)}.ogm-note strong{z-index:1;color:#111827;text-shadow:.5px 0 color-mix(in srgb, var(--ogm-accent), #111827 35%), -.4px 0 #11182738;font-size:15px;font-weight:900;line-height:1.15;position:relative}.ogm-note span{z-index:1;color:#374151;text-shadow:.4px 0 #37415147;font-size:12px;font-weight:800;line-height:1.25;position:relative}.ogm-arrow-layer{z-index:4;pointer-events:none;color:var(--ogm-accent);position:absolute;inset:0;overflow:visible}.ogm-arrow-layer marker path{fill:currentColor}.ogm-sketch-path{fill:none;stroke:currentColor;stroke-width:1.75px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 1px #ffffffb3);vector-effect:non-scaling-stroke}.ogm-note--type-long{--note-rotate:2deg}.ogm-note--planner-search{--note-rotate:1deg}.ogm-note--planner-next,.ogm-note--planner-jobs-mode{--note-rotate:2deg}.ogm-note--planner-jobs-next{--note-rotate:-1deg}.ogm-note--accommodation-route{--note-rotate:2deg}.ogm-note--accommodation-map{--note-rotate:-1deg}.ogm-note--budget-chart{--note-rotate:2deg}.ogm-note--budget-next{--note-rotate:-1deg}.ogm-note--save-calendar{--note-rotate:2deg}.ogm-note--save-button{--note-rotate:-1deg}.ogm-note--planner-overview-list{--note-rotate:2deg}.ogm-note--planner-overview-calendar{--note-rotate:-1deg}.ogm-note--planner-day-cell{--note-rotate:2deg}.ogm-note--planner-day-add,.ogm-note--planner-edit-panel{--note-rotate:-1deg}.ogm-note--planner-edit-color{--note-rotate:2deg}.ogm-arrow{z-index:7;color:#fff;background:#111827c7;border:0;border-radius:8px;width:42px;height:64px;font-size:28px;font-weight:700;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.ogm-arrow:hover{background:#111827eb}.ogm-arrow--prev{left:18px}.ogm-arrow--next{right:18px}.ogm-footer{background:#fff;border-top:1px solid #e5e7eb;justify-content:center;align-items:center;min-height:72px;padding:18px 28px;display:flex;position:relative}.ogm-dots{justify-content:center;align-items:center;gap:9px;display:flex}.ogm-dot{background:#d1d5db;border:0;border-radius:50%;width:10px;height:10px;padding:0}.ogm-dot.is-active{background:#111827;width:12px;height:12px}.ogm-hide-actions{gap:12px;display:flex;position:absolute;bottom:16px;right:24px}.ogm-hide-actions button{color:#6b7280;text-underline-offset:3px;background:0 0;border:0;font-size:13px;font-weight:700;text-decoration:underline}.ogm-hide-actions button:hover{color:#111827}@keyframes ogm-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ogm-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (height<=760px){.ogm-slide{padding-top:16px;padding-bottom:16px}.ogm-slide-head{margin-bottom:10px}.ogm-shot-wrap{width:min(690px,100%)}}@media (width<=760px){.ogm-panel{width:94vw}.ogm-slide{padding:24px 36px 22px}.ogm-slide-head{text-align:center;display:block}.ogm-kicker{margin-bottom:10px;display:inline-block}.ogm-slide-head h2{font-size:22px}.ogm-slide-head p{font-size:13px}.ogm-note{max-width:138px;padding:7px 8px}.ogm-note strong{font-size:12px}.ogm-note span{font-size:11px}.ogm-sketch-path{stroke-width:1.25px}.ogm-footer{flex-direction:column;gap:14px;padding:16px 20px 18px}.ogm-hide-actions{flex-wrap:wrap;justify-content:center;position:static}}@media (width<=520px){.ogm-overlay{padding:12px}.ogm-slide{padding:22px 28px 20px}.ogm-shot-wrap{border-width:5px}.ogm-note{margin:8px 4px 0;display:inline-grid;position:static;transform:none}.ogm-arrow-layer{display:none}.ogm-arrow{width:34px;height:52px;font-size:22px}.ogm-arrow--prev{left:8px}.ogm-arrow--next{right:8px}.ogm-hide-actions button{font-size:12px}}.ptm-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0000008c;justify-content:center;align-items:center;animation:.2s ptm-fade-in;display:flex;position:fixed;inset:0}@keyframes ptm-fade-in{0%{opacity:0}to{opacity:1}}.ptm-panel{border-radius:24px;width:min(92vw,900px);height:min(80vh,560px);animation:.25s ptm-slide-up;display:flex;position:relative;overflow:hidden;box-shadow:0 32px 80px #00000059}@keyframes ptm-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ptm-close{z-index:10;cursor:pointer;color:#fff;background:#ffffff4d;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:background .15s;display:flex;position:absolute;top:16px;right:16px}.ptm-close:hover{background:#ffffff80}.ptm-half{cursor:pointer;flex:1;justify-content:center;align-items:center;padding:40px 32px;transition:filter .2s,transform .2s;display:flex}.ptm-half:hover{filter:brightness(1.05)}.ptm-half:active{transform:scale(.99)}.ptm-short{background:linear-gradient(145deg,#fefce8 0%,#fde68a 45%,#f59e0b 100%)}.ptm-long{background:linear-gradient(145deg,#eff6ff 0%,#bfdbfe 45%,#3b82f6 100%)}.ptm-divider{background:#ffffff80;flex-shrink:0;width:2px}.ptm-content{text-align:center;max-width:280px}.ptm-icon{filter:drop-shadow(0 4px 8px #00000026);margin-bottom:16px;font-size:52px}.ptm-title{letter-spacing:-1.5px;margin:0 0 8px;font-size:48px;font-weight:900;line-height:1}.ptm-short .ptm-title{color:#78350f}.ptm-long .ptm-title{color:#1e3a5f}.ptm-sub{margin:0 0 16px;font-size:16px;font-weight:600}.ptm-short .ptm-sub{color:#92400e}.ptm-long .ptm-sub{color:#1e40af}.ptm-desc{text-align:center;word-break:keep-all;margin:0 0 24px;font-size:13px;line-height:1.7}.ptm-short .ptm-desc{color:#78350f}.ptm-long .ptm-desc{color:#1e3a5f}.ptm-cta{border-radius:999px;padding:10px 24px;font-size:14px;font-weight:700;transition:transform .15s,box-shadow .15s;display:inline-block}.ptm-short .ptm-cta{color:#fef3c7;background:#78350f;box-shadow:0 4px 16px #78350f4d}.ptm-long .ptm-cta{color:#eff6ff;background:#1d4ed8;box-shadow:0 4px 16px #1d4ed84d}.ptm-half:hover .ptm-cta{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.ptm-ps{text-align:center;word-break:keep-all;border-top:1px dashed #00000026;margin:14px 0 0;padding-top:12px;font-size:12px;font-style:italic;line-height:1.6}.ptm-short .ptm-ps{color:#92400e}.ptm-long .ptm-ps{color:#1e3a8a}@media (width<=600px){.ptm-panel{flex-direction:column;width:92vw;height:min(90vh,620px)}.ptm-divider{width:100%;height:2px}.ptm-title{font-size:36px}.ptm-icon{margin-bottom:10px;font-size:40px}}.home{flex-direction:column;display:flex}.hero{background:linear-gradient(135deg,#faf8ff 0%,#eff6ff 50%,#ecfdf5 100%);justify-content:center;align-items:center;min-height:calc(100vh - 64px);padding:4rem 2rem;display:flex;position:relative;overflow:hidden}.hero__inner{z-index:1;text-align:center;max-width:640px;position:relative}.hero__badge{color:#6b7280;letter-spacing:.08em;background:#fff;border:1.5px solid #e5e7eb;border-radius:999px;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.82rem;font-weight:600;display:inline-block}.hero__title{color:#111827;margin:0 0 1.25rem;font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.25}.hero__title--grad{background:linear-gradient(90deg,#7c3aed,#2563eb,#059669);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__desc{color:#4b5563;margin:0 0 2.25rem;font-size:1.1rem;line-height:1.7}.hero__cta{flex-wrap:wrap;justify-content:center;align-items:center;gap:.875rem;display:flex}.hero__welcome{color:#7c3aed;margin-right:.25rem;font-size:1rem;font-weight:600}.hero__visual{pointer-events:none;position:absolute;inset:0}.hero__orb{filter:blur(60px);opacity:.25;border-radius:50%;position:absolute}.hero__orb--1{background:#7c3aed;width:400px;height:400px;top:-10%;left:-8%}.hero__orb--2{background:#2563eb;width:350px;height:350px;bottom:-5%;right:5%}.hero__orb--3{background:#059669;width:250px;height:250px;top:30%;right:20%}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#2563eb);border:none;border-radius:12px;padding:.8rem 1.75rem;font-size:1rem;font-weight:700;transition:opacity .15s,transform .1s,box-shadow .15s;box-shadow:0 4px 14px #7c3aed4d}.btn-primary:hover{opacity:.92;transform:translateY(-2px);box-shadow:0 6px 20px #7c3aed66}.btn-secondary{color:#374151;cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;padding:.8rem 1.75rem;font-size:1rem;font-weight:700;transition:border-color .15s,transform .1s}.btn-secondary:hover{color:#7c3aed;border-color:#7c3aed;transform:translateY(-2px)}.features{text-align:center;background:#fff;padding:5rem 2rem}.features__title{color:#111827;margin:0 0 3rem;font-size:1.75rem;font-weight:800}.features__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;max-width:900px;margin:0 auto;display:grid}.feature-card{text-align:left;background:#fafafa;border:1.5px solid #f3f4f6;border-radius:16px;padding:2rem 1.5rem;transition:transform .15s,box-shadow .15s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000012}.feature-card__icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;font-size:1.5rem;display:flex}.feature-card__badge{letter-spacing:.08em;text-transform:uppercase;margin-bottom:.4rem;font-size:.75rem;font-weight:700}.feature-card__title{color:#111827;margin:0 0 .6rem;font-size:1.05rem;font-weight:700}.feature-card__desc{color:#6b7280;margin:0;font-size:.88rem;line-height:1.6}.cta-banner{text-align:center;color:#fff;background:linear-gradient(135deg,#7c3aed,#2563eb);padding:5rem 2rem}.cta-banner__title{margin:0 0 .75rem;font-size:1.75rem;font-weight:800}.cta-banner__desc{opacity:.85;margin:0 0 2rem;font-size:1rem}.cta-banner .btn-primary{color:#7c3aed;background:#fff;box-shadow:0 4px 14px #00000026}.cta-banner .btn-primary:hover{box-shadow:0 6px 20px #0003}.data-attr{text-align:center;background:#f9fafb;border-top:1px solid #e5e7eb;padding:2.5rem 2rem}.data-attr__inner{max-width:720px;margin:0 auto}.data-attr__top{margin-bottom:1.25rem}.data-attr__label{color:#6d28d9;letter-spacing:.08em;background:#ede9fe;border-radius:999px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.72rem;font-weight:700;display:inline-block}.data-attr__desc{color:#374151;margin:0;font-size:.9rem;line-height:1.6}.data-attr__chips{flex-wrap:wrap;justify-content:center;gap:.5rem;margin:0 0 1.25rem;padding:0;list-style:none;display:flex}.data-attr__chip{color:#4b5563;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:.3rem .875rem;font-size:.82rem;font-weight:500}.data-attr__source{color:#9ca3af;margin:0;font-size:.76rem}@media (width<=640px){.hero{min-height:calc(100svh - 64px);padding:3rem 1.25rem}.hero__desc{font-size:1rem}.features{padding:3rem 1.25rem}.features__title{margin-bottom:2rem;font-size:1.4rem}.cta-banner{padding:3.5rem 1.25rem}.cta-banner__title{font-size:1.4rem}.data-attr{padding:2rem 1.25rem}.data-attr__chips{gap:.375rem}.data-attr__chip{padding:.25rem .7rem;font-size:.78rem}}@media (width<=480px){.hero{padding:2.5rem 1rem}.hero__cta{flex-direction:column;width:100%}.btn-primary,.btn-secondary{text-align:center;width:100%;padding:.8rem 1rem}.hero__welcome{text-align:center;width:100%}.cta-banner{padding:3rem 1rem}}.planner-wizard{min-height:calc(100vh - 64px);margin-top:64px;padding:32px 0 56px}.wizard-inner{max-width:1100px;margin:0 auto;padding:0 40px}.wizard-guide-bar{justify-content:center;margin-bottom:12px;display:flex}.wizard-guide-button{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #dbeafe;border-radius:10px;justify-content:center;align-items:center;gap:0;min-height:40px;padding:0 1.05rem;font-size:.88rem;font-weight:800;transition:border-color .15s,color .15s,transform .1s;display:inline-flex;box-shadow:0 2px 10px #2563eb14}.wizard-guide-button:hover{color:#1d4ed8;border-color:#2563eb;transform:translateY(-1px)}.step-indicator{background:#fff;border:1px solid #ebebeb;border-radius:16px;align-items:center;margin-bottom:28px;padding:20px 28px;display:flex;box-shadow:0 2px 12px #0000000f}.step-ind-item{flex-direction:column;flex:1;align-items:center;gap:6px;display:flex}.step-ind-circle{color:#aaa;background:#f4f4f4;border:2px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:700;transition:all .3s;display:flex}.step-ind-item.active .step-ind-circle{color:#fff;background:#3b82f6;border-color:#3b82f6;box-shadow:0 0 0 4px #bfdbfe}.step-ind-item.done .step-ind-circle{color:#fff;background:#10b981;border-color:#10b981}.step-ind-label{color:#aaa;white-space:nowrap;font-size:11px;font-weight:600}.step-ind-item.active .step-ind-label{color:#3b82f6}.step-ind-item.done .step-ind-label{color:#10b981}.step-ind-line{background:#e0e0e0;flex:1;min-width:16px;height:2px;margin:0 4px 20px;transition:background .3s}.step-ind-line.done{background:#10b981}.step-card{background:#fff;border:1px solid #ebebeb;border-radius:20px;margin-bottom:24px;padding:36px;box-shadow:0 4px 20px #0000000f}.step-title{margin-bottom:6px;font-size:21px;font-weight:900}.step-subtitle{color:#888;margin-bottom:28px;font-size:13px}.region-search-wrap{background:#f8f9fa;border:1.5px solid #e8e8e8;border-radius:12px;align-items:center;margin-bottom:22px;padding:0 14px;transition:border-color .2s;display:flex;position:relative}.region-search-wrap:focus-within{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #eff6ff}.region-search-icon{flex-shrink:0;margin-right:8px;font-size:15px}.region-search-input{color:#1a1a1a;background:0 0;border:none;outline:none;flex:1;padding:13px 0;font-size:14px}.region-search-input::placeholder{color:#bbb}.region-search-clear{color:#aaa;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:4px;font-size:13px}.region-search-clear:hover{color:#555;background:#f0f0f0}.region-empty{text-align:center;color:#666;padding:60px 0}.region-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.region-card{cursor:pointer;border:3px solid #0000;border-radius:18px;height:200px;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden;box-shadow:0 4px 16px #0000001a}.region-card:hover{transform:translateY(-5px);box-shadow:0 10px 32px #00000029}.region-card.selected{border-color:#3b82f6;box-shadow:0 0 0 4px #bfdbfe}.rg-bg{background-position:50%;background-size:cover;transition:transform .4s;position:absolute;inset:0}.region-card:hover .rg-bg{transform:scale(1.06)}.rg-overlay{background:linear-gradient(#0000001a 40%,#000000c7 100%);position:absolute;inset:0}.rg-emoji{opacity:.28;justify-content:center;align-items:center;font-size:56px;display:flex;position:absolute;inset:0}.rg-info{color:#fff;padding:18px;position:absolute;bottom:0;left:0;right:0}.rg-city{font-size:24px;font-weight:800}.rg-desc{color:#fffc;margin-top:3px;font-size:11px}.rg-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#1a1a1a;background:#ffffffeb;border-radius:20px;padding:4px 10px;font-size:10px;font-weight:700;position:absolute;top:14px;right:14px}.rg-badge-blue{color:#3b82f6!important;background:#eff6ff!important}.rg-badge-green{color:#10b981!important;background:#ecfdf5!important}.job-mode-card{animation:.24s ease-out job-mode-enter}@keyframes job-mode-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.job-type-switch{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;gap:4px;margin-bottom:24px;padding:4px;display:inline-flex}.job-type-option{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:9px;min-width:118px;padding:10px 18px;font-size:14px;font-weight:800;transition:color .2s,background .2s,box-shadow .2s,transform .2s}.job-type-option:hover:not(.active){color:#334155;background:#ffffffa6}.job-type-option.active{background:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #0f172a1f}.job-type-option.short.active{color:#b45309}.job-type-option.long.active{color:#2563eb}.job-type-option span{margin-right:5px}.job-region-tag{color:#fff;background:linear-gradient(135deg,#1e3a5f,#2d5a8e);border-radius:6px;margin-right:4px;padding:2px 10px;font-size:18px;display:inline-block}.job-selected-count{color:#fff;background:linear-gradient(135deg,#1d4ed8,#1e3a5f);border-radius:20px;align-items:center;gap:6px;margin-bottom:14px;padding:7px 16px;font-size:12px;font-weight:700;display:inline-flex}.pkg-check-badge{z-index:3;color:#fff;background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:800;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 2px 6px #0003}.job-filter-bar{flex-wrap:wrap;gap:8px;margin-bottom:22px;display:flex}.jchip{cursor:pointer;border-radius:20px;padding:6px 14px;font-size:12px;font-weight:600}.jchip.active{color:#3b82f6;background:#eff6ff;border:1.5px solid #bfdbfe}.jchip.def{color:#666;background:#fff;border:1.5px solid #e0e0e0}@media (width<=600px){.job-type-switch{width:100%;margin-bottom:18px;display:flex}.job-type-option{flex:1;min-width:0;padding:9px 8px;font-size:13px}}.pkg-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.pkg-card{cursor:pointer;background:#fff;border:2px solid #ebebeb;border-radius:16px;flex-direction:column;height:410px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative;overflow:hidden}.pkg-card:hover{transform:translateY(-4px);box-shadow:0 10px 32px #0000001a}.pkg-card.selected{border-color:#3b82f6;box-shadow:0 0 0 3px #bfdbfe}.pkg-best{z-index:2;color:#fff;background:#3b82f6;border-radius:5px;padding:3px 8px;font-size:10px;font-weight:700;position:absolute;top:10px;left:10px}.pkg-img{height:155px;position:relative;overflow:hidden}.pkg-img-overlay{background:linear-gradient(#0000,#00000080);padding:12px;position:absolute;bottom:0;left:0;right:0}.pkg-location{color:#fff;font-size:10px;font-weight:600}.pkg-img-label{opacity:.4;justify-content:center;align-items:center;font-size:48px;display:flex;position:absolute;inset:0}.pi1{background:linear-gradient(160deg,#1e3a5f,#2d5a8e)}.pi2{background:linear-gradient(160deg,#3b2800,#7c4d1a)}.pi3{background:linear-gradient(160deg,#1a3320,#2d6040)}.pkg-body{flex-direction:column;flex:1;min-height:0;padding:16px;display:flex}.pkg-type{color:#10b981;background:#ecfdf5;border-radius:4px;margin-bottom:7px;padding:2px 7px;font-size:10px;font-weight:700;display:inline-block}.pkg-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:37px;margin-bottom:5px;font-size:14px;font-weight:800;line-height:1.3;display:-webkit-box;overflow:hidden}.pkg-tags{flex-wrap:wrap;gap:5px;max-height:45px;margin-bottom:12px;display:flex;overflow:hidden}.ptag{color:#555;background:#f4f4f4;border-radius:4px;padding:3px 7px;font-size:10px;font-weight:600}.pkg-footer{border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;margin-top:auto;padding-top:11px;display:flex}.pkg-price .amount{font-size:18px;font-weight:900}.pkg-price .unit{color:#888;font-size:11px}.pkg-price .sub{color:#aaa;margin-top:1px;font-size:10px;display:block}.pkg-price .job-wage-editor{align-items:center;gap:6px;margin-bottom:4px;display:flex}.pkg-price .job-wage-editor .sub{margin:0}.pkg-price .job-wage-editor input{width:104px;font:inherit;border:1px solid #cbd5e1;border-radius:8px;padding:6px 8px;font-weight:800}.pkg-price .job-wage-editor input:focus{border-color:#3563e9;outline:2px solid #3563e924}.pkg-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#3b82f6;border:none;border-radius:8px;padding:7px 13px;font-size:11px;font-weight:700}.pkg-btn.sel{background:#10b981}.job-slider-wrap{margin-bottom:18px}.job-slider-label{color:#888;margin-bottom:10px;font-size:12px;font-weight:600}.job-slider-carousel{align-items:center;gap:6px;display:flex}.slider-arrow{color:#555;cursor:pointer;background:#fff;border:1.5px solid #e0e0e0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;padding-bottom:1px;font-size:22px;line-height:1;transition:all .2s;display:flex;box-shadow:0 1px 4px #00000012}.slider-arrow:hover{color:#d97706;background:#fffbeb;border-color:#f59e0b;box-shadow:0 2px 8px #f59e0b33}.job-slider{scrollbar-width:none;flex:1;gap:10px;display:flex;overflow-x:auto}.job-slider::-webkit-scrollbar{display:none}.job-chip{cursor:pointer;background:#f8f9fa;border:1.5px solid #e0e0e0;border-radius:14px;flex-shrink:0;align-items:center;gap:10px;max-width:220px;padding:10px 16px;transition:all .2s;display:flex}.job-chip:hover{background:#fffbeb;border-color:#f59e0b}.job-chip.active{background:#fffbeb;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b26}.job-chip-emoji{flex-shrink:0;font-size:22px}.job-chip-name{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;max-width:130px;font-size:12px;font-weight:700;overflow:hidden}.job-chip-sub{color:#888;white-space:nowrap;margin-top:2px;font-size:10px}.job-chip-pin{flex-shrink:0;font-size:14px}.candidate-pair-chip{appearance:none;color:#172033;text-align:left;cursor:pointer;background:#fff;border:1.5px solid #dbe3ed;border-radius:14px;flex:0 0 292px;width:292px;min-width:0;padding:10px 12px 12px;transition:border-color .18s,box-shadow .18s,background .18s;overflow:hidden}.candidate-pair-chip:hover{background:#f8fbff;border-color:#93c5fd}.candidate-pair-chip.active{background:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb21}.candidate-pair-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.candidate-pair-head strong{color:#475569;font-size:11px}.candidate-pair-head em{border-radius:999px;flex-shrink:0;padding:3px 7px;font-size:9px;font-style:normal;font-weight:800}.candidate-pair-chip.matched .candidate-pair-head em{color:#15803d;background:#dcfce7}.candidate-pair-chip.unmatched .candidate-pair-head em{color:#c2410c;background:#fff7ed}.candidate-pair-route{grid-template-columns:minmax(0,1fr) 22px minmax(0,1fr);align-items:center;gap:5px;display:grid}.candidate-pair-item{border-radius:9px;align-items:center;gap:6px;min-width:0;padding:7px 8px;display:flex}.candidate-pair-item.job{background:#fff7ed}.candidate-pair-item.hotel{background:#f0fdf4}.candidate-pair-chip.unmatched .candidate-pair-item.hotel{background:#f8fafc}.candidate-pair-item i{flex-shrink:0;font-size:14px;font-style:normal}.candidate-pair-item>span{min-width:0}.candidate-pair-item small{color:#94a3b8;margin-bottom:1px;font-size:8px;font-weight:700;display:block}.candidate-pair-item b{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:800;display:block;overflow:hidden}.candidate-pair-link{color:#2563eb;text-align:center;font-size:15px;font-weight:900}.job-chip-empty{color:#999;background:#f8f9fa;border:1.5px dashed #e0e0e0;border-radius:10px;align-items:center;gap:8px;padding:12px 16px;font-size:13px;display:flex}.job-active-banner{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;align-items:center;gap:8px;margin-top:10px;padding:9px 14px;font-size:12px;display:flex}.job-active-pair-icon{font-size:18px}.job-active-pair-copy{min-width:0}.job-active-pair-names{align-items:center;gap:7px;min-width:0;display:flex}.job-active-pair-names strong{text-overflow:ellipsis;white-space:nowrap;max-width:310px;overflow:hidden}.job-active-pair-names b{color:#2563eb}.job-active-pair-names .matched{color:#15803d}.job-active-pair-names .pending{color:#c2410c}.job-active-pair-copy small{color:#a16207;margin-top:2px;font-size:10px;display:block}.job-active-close{color:#aaa;cursor:pointer;background:0 0;border:none;border-radius:4px;margin-left:auto;padding:2px 6px;font-size:13px}.job-active-close:hover{color:#555;background:#f0f0f0}.transport-mode-tabs{gap:6px;margin-top:10px;display:flex}.tmt-btn{color:#475569;cursor:pointer;background:#fff;border:1.5px solid #cbd5e1;border-radius:20px;align-items:center;gap:4px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .15s;display:flex}.tmt-btn:hover{color:#3b82f6;background:#eff6ff;border-color:#3b82f6}.tmt-btn.active{color:#fff;background:#3b82f6;border-color:#3b82f6}.route-info-bar{color:#0369a1;background:#f0f9ff;border:1px solid #bae6fd;border-radius:10px;flex-direction:column;gap:0;min-height:38px;margin-top:8px;padding:10px 16px;font-size:12px;display:flex}.route-loading{color:#64748b;align-items:center;gap:8px;display:flex}.route-spinner{border:2px solid #cbd5e1;border-top-color:#3b82f6;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.route-badge{border-radius:20px;padding:3px 9px;font-size:11px;font-weight:700}.route-badge.subway{color:#1d4ed8;background:#dbeafe}.route-badge.bus{color:#065f46;background:#d1fae5}.route-badge.driving{color:#3730a3;background:#e0e7ff}.route-badge.walk{color:#475569;background:#f1f5f9}.route-divider{background:#bae6fd;flex-shrink:0;width:1px;height:16px}.route-time{color:#0c4a6e;font-size:13px;font-weight:800}.route-fare,.route-dist{color:#475569;font-size:12px}.route-legend{color:#64748b;margin-left:auto;font-size:11px}.route-error{color:#dc2626;font-size:12px}.route-summary{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.route-steps{border-top:1px solid #e0f2fe;flex-direction:column;gap:2px;width:100%;margin-top:10px;padding-top:10px;display:flex}.route-step{color:#1e293b;align-items:flex-start;gap:8px;font-size:12px;display:flex;position:relative}.rs-icon{flex-shrink:0;margin-top:1px;font-size:14px}.rs-text{flex:1;line-height:1.5}.rs-text strong{font-weight:700}.rs-meta{color:#64748b;margin-left:6px;font-size:11px}.rs-arrow{color:#94a3b8;padding-left:22px;font-size:11px;line-height:1}.map-step-layout{border:1px solid #e0e0e0;border-radius:16px;height:560px;display:flex;overflow:hidden}.map-sidebar{background:#fff;border-right:1px solid #e8e8e8;flex-direction:column;width:330px;min-width:330px;display:flex;overflow-y:auto}.map-sidebar-header{border-bottom:1px solid #f0f0f0;padding:16px 18px}.map-sidebar-title{margin-bottom:10px;font-size:15px;font-weight:800}.map-filter-row{flex-wrap:wrap;gap:7px;display:flex}.mchip{cursor:pointer;border-radius:20px;align-items:center;gap:4px;padding:5px 10px;font-size:11px;font-weight:600;display:flex}.mchip.active{color:#3b82f6;background:#eff6ff;border:1.5px solid #bfdbfe}.mchip.green{color:#10b981;background:#ecfdf5;border:1.5px solid #a7f3d0}.map-result-info{color:#666;background:#fafafa;border-bottom:1px solid #f0f0f0;justify-content:space-between;padding:8px 18px;font-size:11px;display:flex}.acc-list{flex:1;overflow-y:auto}.acc-empty-notice{color:#1e40af;background:#eff6ff;border:1px dashed #bfdbfe;border-radius:10px;margin:14px 18px;padding:14px;font-size:12px;font-weight:600;line-height:1.6}.acc-sec{color:#aaa;text-transform:uppercase;letter-spacing:.5px;padding:10px 18px 4px;font-size:10px;font-weight:700}.acc-card{cursor:pointer;border-bottom:1px solid #f7f7f7;gap:10px;padding:12px 18px;transition:background .15s;display:flex}.acc-card:hover{background:#f8faff}.acc-card.selected{background:#eff6ff}.acc-img-box{border-radius:9px;flex-shrink:0;width:68px;height:60px;overflow:hidden}.acc-info{flex:1;min-width:0}.acc-name{white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:13px;font-weight:700;overflow:hidden}.acc-location{color:#888;margin-bottom:4px;font-size:11px}.acc-tags{flex-wrap:wrap;gap:4px;margin-bottom:4px;display:flex}.at{border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600}.at-blue{color:#3b82f6;background:#eff6ff}.at-green{color:#10b981;background:#ecfdf5}.at-gray{color:#666;background:#f4f4f4}.acc-price-row{justify-content:space-between;align-items:center;display:flex}.acc-price{font-size:12px;font-weight:800}.acc-pos{color:#10b981;font-size:10px;font-weight:700}.acc-neg{color:#f97316;font-size:10px;font-weight:700}.map-wrapper{flex:1;min-width:0;height:100%;position:relative}.lf-popup .leaflet-popup-content-wrapper{border:1px solid #f0f0f0;border-radius:12px;padding:0;overflow:hidden;box-shadow:0 6px 24px #00000029}.lf-popup .leaflet-popup-content{margin:0}.lf-popup .leaflet-popup-tip-container{margin-top:-1px}.pop-inner{min-width:160px;padding:11px 13px}.pop-name{margin-bottom:2px;font-size:13px;font-weight:700}.pop-info{color:#888;font-size:11px}.pop-price{color:#3b82f6;margin-top:4px;font-size:12px;font-weight:800}.budget-top-info{border-bottom:1px solid #f0f0f0;margin-bottom:24px;padding-bottom:20px}.budget-top-label{color:#888;margin-bottom:10px;font-size:12px;font-weight:600}.hotel-chip{background:#f0fdf4;border:1.5px solid #86efac;border-radius:12px;align-items:center;gap:10px;margin-top:12px;padding:9px 16px;display:inline-flex}.hotel-chip-name{color:#166534;font-size:13px;font-weight:700}.hotel-chip-price{color:#16a34a;margin-top:1px;font-size:11px}.step-empty-state{text-align:center;color:#999;padding:52px 0 36px}.candidate-focus-bar{background:linear-gradient(90deg,#fff7ed 0 47%,#eff6ff 53% 100%);border:1px solid #bfdbfe;border-radius:12px;grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr);align-items:center;gap:10px;margin:-8px 0 20px;padding:12px 16px;display:grid}.candidate-focus-bar>span{min-width:0}.candidate-focus-bar small{color:#64748b;margin-bottom:3px;font-size:9px;font-weight:700;display:block}.candidate-focus-bar strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;display:block;overflow:hidden}.candidate-focus-bar>b{color:#2563eb;text-align:center;font-size:18px}.budget-layout{grid-template-columns:1fr 1fr;gap:28px;display:grid}.summary-box{background:#f8f9fa;border-radius:16px;padding:26px}.srow{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.srow:last-of-type{border-bottom:none}.slabel{color:#666;font-size:13px}.svalue{font-size:14px;font-weight:700}.sv-green{color:#059669}.sv-red{color:#ef4444}.sv-blue{color:#3b82f6}.stotal{background:linear-gradient(135deg,#1e3a5f,#1e1b4b);border-radius:14px;justify-content:space-between;align-items:center;margin-top:16px;padding:18px 22px;display:flex}.stotal .t-lbl{color:#ffffffbf;font-size:12px;font-weight:600}.stotal .t-amt{color:#fff;font-size:24px;font-weight:900}.budget-chart-title{margin-bottom:16px;font-size:15px;font-weight:800}.bar-chart{align-items:flex-end;gap:8px;height:140px;margin-bottom:8px;display:flex}.bar-group{flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.bars{align-items:flex-end;gap:3px;display:flex}.bar{cursor:pointer;border-radius:4px 4px 0 0;width:16px;transition:opacity .2s}.bar:hover{opacity:.8}.bar.income{background:#3b82f6}.bar.expense{background:#fca5a5}.bar-month{color:#aaa;font-size:11px;font-weight:600}.chart-legend{gap:16px;margin-top:8px;margin-bottom:20px;display:flex}.cl-item{color:#888;align-items:center;gap:5px;font-size:11px;display:flex}.cl-dot{border-radius:2px;width:8px;height:8px}.analysis-list{flex-direction:column;gap:9px;display:flex}.ai-item{background:#fafafa;border:1px solid #f0f0f0;border-radius:10px;gap:10px;padding:11px;display:flex}.ai-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.ai-blue{background:#eff6ff}.ai-green{background:#ecfdf5}.ai-orange{background:#fff7ed}.ai-title{margin-bottom:2px;font-size:12px;font-weight:700}.ai-desc{color:#888;font-size:11px;line-height:1.5}.planner-summary-bar{background:#f0f9ff;border:1px solid #bae6fd;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:14px 20px;display:flex}.summary-icon{background:linear-gradient(135deg,#1e3a5f,#2d5a8e);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.summary-job-name{font-size:15px;font-weight:800}.summary-pair-name{align-items:center;gap:8px;min-width:0;display:flex}.summary-pair-name span{text-overflow:ellipsis;white-space:nowrap;max-width:330px;overflow:hidden}.summary-pair-name b{color:#2563eb}.summary-meta{color:#666;flex-wrap:wrap;gap:7px;margin-top:3px;font-size:12px;display:flex}.meta-tag{background:#f4f4f4;border-radius:4px;padding:2px 8px;font-weight:600}.btn-change{color:#555;background:#fff;border:1.5px solid #ddd;border-radius:8px;padding:8px 16px;font-size:12px;font-weight:600}.btn-view{color:#fff;background:#3b82f6;border:none;border-radius:8px;padding:8px 16px;font-size:12px;font-weight:700}.planner-layout{grid-template-columns:1fr 300px;gap:22px;display:grid}.cal-panel{background:#fff;border:1px solid #ebebeb;border-radius:16px;overflow:hidden}.cal-panel-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:16px 22px;display:flex}.cal-month-title{font-size:17px;font-weight:800}.planner-preview-sub{color:#64748b;margin:4px 0 0;font-size:12px;font-weight:600}.planner-preview-body{flex-direction:column;gap:16px;padding:18px;display:flex}.planner-preview-metrics{margin-bottom:2px}.planner-month-preview{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:14px}.planner-month-title{color:#0f172a;margin-bottom:12px;font-size:15px;font-weight:900}.planner-month-weekdays,.planner-month-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:5px;display:grid}.planner-month-weekdays{margin-bottom:5px}.planner-month-weekdays span{color:#64748b;text-align:center;font-size:11px;font-weight:800}.planner-month-weekdays .sun,.planner-month-cell.sun strong{color:#ef4444}.planner-month-weekdays .sat,.planner-month-cell.sat strong{color:#2563eb}.planner-month-cell{background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:0;min-height:78px;padding:7px}.planner-month-cell.empty{background:0 0;border-color:#0000}.planner-month-cell strong{color:#334155;margin-bottom:5px;font-size:11px;font-weight:900;display:block}.planner-month-cell span{color:#fff;text-overflow:ellipsis;white-space:nowrap;border-radius:4px;max-width:100%;margin-bottom:3px;padding:2px 4px;font-size:9px;font-weight:800;line-height:1.3;display:block;overflow:hidden}.planner-month-cell em{color:#475569;font-size:10px;font-style:normal;font-weight:800}.planner-preview-section-title{color:#334155;font-size:13px;font-weight:900}.cal-nav-btn{cursor:pointer;color:#555;background:#fff;border:1px solid #e0e0e0;border-radius:7px;width:30px;height:30px;font-size:16px}.cal-legend{background:#fafafa;border-bottom:1px solid #f0f0f0;gap:12px;padding:9px 22px;display:flex}.leg-item{color:#555;align-items:center;gap:5px;font-size:11px;font-weight:600;display:flex}.leg-dot{border-radius:2px;flex-shrink:0;width:9px;height:9px}.ld-work{background:#1e3a5f}.ld-rest{background:#f59e0b}.ld-today{background:#3b82f6}.cal-body{padding:12px 16px 16px}.cal-weekdays{grid-template-columns:repeat(7,1fr);gap:3px;margin-bottom:5px;display:grid}.cal-wd{text-align:center;color:#aaa;padding:4px 0;font-size:11px;font-weight:700}.cal-wd.sun{color:#ef4444}.cal-wd.sat{color:#3b82f6}.cal-days{grid-template-columns:repeat(7,1fr);gap:3px;display:grid}.cal-day{cursor:pointer;border:1px solid #0000;border-radius:9px;flex-direction:column;gap:2px;min-height:66px;padding:6px;transition:all .15s;display:flex}.cal-day:hover{border-color:#e0e0e0}.cal-day.empty{cursor:default}.cal-day.work{background:#eff6ff;border-color:#bfdbfe}.cal-day.rest{background:#fffbeb;border-color:#fde68a}.cal-day.today{border-color:#3b82f6!important}.day-num{color:#333;font-size:11px;font-weight:700}.cal-day.work .day-num{color:#1e3a5f}.cal-day.rest .day-num{color:#d97706}.day-badge{border-radius:3px;padding:1px 4px;font-size:9px;font-weight:700}.b-work{color:#fff;background:#1e3a5f}.b-rest{color:#fff;background:#f59e0b}.b-today{color:#fff;background:#3b82f6}.day-evt{color:#666;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.planner-right{flex-direction:column;gap:16px;display:flex}.ps-card{background:#fff;border:1px solid #ebebeb;border-radius:16px;overflow:hidden}.ps-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:13px 18px;display:flex}.ps-title{font-size:14px;font-weight:800}.ps-badge{color:#059669;background:#ecfdf5;border-radius:5px;padding:3px 7px;font-size:10px;font-weight:700}.ps-body{padding:13px 18px}.ps-row{border-bottom:1px solid #f8f8f8;justify-content:space-between;padding:7px 0;display:flex}.ps-row:last-child{border-bottom:none}.ps-lbl{color:#666;font-size:12px}.ps-val{font-size:13px;font-weight:700}.ps-total{background:linear-gradient(135deg,#1e3a5f,#1e1b4b);border-radius:10px;justify-content:space-between;align-items:center;margin-top:10px;padding:13px;display:flex}.ps-total .pt-lbl{color:#ffffffbf;font-size:11px;font-weight:600}.ps-total .pt-amt{color:#fff;font-size:18px;font-weight:900}.planner-actions{background:#fff;border:1px solid #ebebeb;border-radius:16px;flex-direction:column;gap:9px;padding:16px;display:flex}.act-btn{cursor:pointer;text-align:center;border-radius:10px;width:100%;padding:11px;font-size:13px;font-weight:700}.act-primary{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none}.act-outline{color:#555;background:#fff;border:1.5px solid #ddd}.wizard-nav{z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8fafcf0;border:1px solid #e2e8f0e6;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:18px;padding:10px 12px;display:flex;position:sticky;top:76px;box-shadow:0 8px 20px #0f172a0f}.btn-prev{color:#555;cursor:pointer;background:#fff;border:1.5px solid #ddd;border-radius:10px;padding:12px 26px;font-size:14px;font-weight:600;transition:all .2s}.btn-prev:hover:not(:disabled){color:#3b82f6;border-color:#3b82f6}.btn-prev:disabled{opacity:.35;cursor:not-allowed}.btn-next{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:10px;padding:12px 30px;font-size:14px;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #3b82f659}.btn-next:hover{transform:translateY(-1px);box-shadow:0 6px 18px #3b82f666}.step-counter{color:#aaa;font-size:13px;font-weight:600}.map-canvas{width:100%;height:560px}.map-mobile-tabs{display:none}@media (width<=768px){.candidate-pair-chip{flex-basis:250px;width:250px}.candidate-pair-item{padding:6px}.candidate-pair-item b{font-size:9px}.job-active-pair-names strong{max-width:180px}.summary-pair-name{flex-direction:column;align-items:flex-start;gap:3px}.summary-pair-name b{transform:rotate(90deg)}.planner-wizard{margin-top:0;padding:20px 0 48px}.wizard-inner{padding:0 16px}.step-ind-label{display:none}.step-indicator{margin-bottom:20px;padding:16px 12px}.step-ind-circle{width:30px;height:30px;font-size:12px}.step-card{border-radius:14px;padding:22px 16px}.step-title{font-size:18px}.region-grid{grid-template-columns:repeat(2,1fr);gap:12px}.region-card{height:150px}.rg-city{font-size:20px}.pkg-grid{grid-template-columns:repeat(2,1fr);gap:14px}.map-mobile-tabs{border:1.5px solid #e0e0e0;border-radius:10px;margin-bottom:12px;display:flex;overflow:hidden}.map-mobile-tab{color:#64748b;cursor:pointer;background:#fff;border:none;flex:1;padding:10px;font-size:14px;font-weight:700;transition:background .15s,color .15s}.map-mobile-tab+.map-mobile-tab{border-left:1.5px solid #e0e0e0}.map-mobile-tab.active{color:#2563eb;background:#eff6ff}.map-step-layout{border-radius:12px;flex-direction:column;height:auto}.map-step-layout.mobile-show-list .map-wrapper,.map-step-layout.mobile-show-map .map-sidebar{display:none}.map-sidebar{width:100%;min-width:unset;border-bottom:1px solid #e8e8e8;border-right:none;max-height:420px}.map-step-layout.mobile-show-map .map-wrapper{height:420px}.map-canvas{height:420px!important}.map-wrapper{height:420px}.budget-layout{grid-template-columns:1fr;gap:20px}.planner-layout{grid-template-columns:1fr;gap:16px}.planner-month-preview{padding:10px}.planner-month-cell{min-height:64px;padding:5px}.planner-month-cell span{font-size:8px}.planner-summary-bar{flex-direction:column;align-items:flex-start;gap:12px;padding:14px 16px}.wizard-nav{gap:10px}.btn-prev{padding:11px 18px;font-size:13px}.btn-next{padding:11px 20px;font-size:13px}.step-counter{font-size:12px}}.pkg-show-more{color:#475569;cursor:pointer;background:#fff;border:1.5px dashed #dbe3ef;border-radius:10px;justify-content:center;align-items:center;width:100%;margin-top:14px;padding:13px;font-size:14px;font-weight:700;transition:border-color .15s,color .15s,background .15s;display:flex}.pkg-show-more:hover{color:#3b82f6;background:#eff6ff;border-color:#3b82f6}@media (width<=480px){.wizard-inner{padding:0 12px}.region-grid{gap:8px}.region-card{height:120px}.rg-city{font-size:16px}.rg-desc{display:none}.pkg-grid{grid-template-columns:1fr;gap:10px}.pkg-card{border-radius:12px;flex-direction:row;height:160px;display:flex}.pkg-img{border-radius:10px 0 0 10px;width:76px;min-width:76px;height:auto;min-height:100%}.pkg-img-label{font-size:28px}.pkg-img-overlay{padding:8px}.pkg-location{font-size:9px}.pkg-body{flex:1;min-width:0;padding:10px 12px}.pkg-name{margin-bottom:3px;font-size:13px}.pkg-desc,.pkg-tags{display:none}.pkg-footer{padding-top:8px}.pkg-price .amount{font-size:15px}.step-card{padding:18px 12px}.step-title{font-size:16px}.bar-chart{height:110px}.btn-change,.btn-view{padding:8px 12px;font-size:11px}.planner-month-preview{overflow-x:auto}.planner-month-weekdays,.planner-month-grid{min-width:520px}}.pkg-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.pkg-btn.detail,.acc-detail-btn{color:#334155;background:#fff;border:1px solid #cbd5e1}.acc-detail-btn{cursor:pointer;border-radius:7px;margin-top:7px;padding:5px 8px;font-size:11px;font-weight:800}.planner-edit-later-note{color:#64748b;background:#f8fafc;border-radius:8px;margin:12px 16px 16px;padding:10px 12px;font-size:12px;font-weight:700}.job-detail-placeholder{color:#fff;background:linear-gradient(135deg,#1e3a5f,#315b8a);border-radius:12px;align-content:center;place-items:center;gap:8px;min-height:210px;display:grid}.job-detail-placeholder span{font-size:48px}.job-detail-placeholder small{color:#dbeafe}.event-detail-actions{justify-content:flex-end;gap:8px;display:flex}.planner-finance-editor{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:14px 0;display:grid}.planner-finance-editor>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:14px}.planner-finance-editor h3{margin:0 0 4px;font-size:14px}.planner-finance-editor p{color:#64748b;margin:0 0 10px;font-size:11px}.planner-finance-editor label{align-items:center;gap:6px;margin-top:0;display:flex}.planner-finance-editor label span{flex:1;min-width:0;font-size:12px;font-weight:700}.planner-finance-editor input{border:1px solid #cbd5e1;border-radius:8px;width:100px;padding:6px 8px;font-size:13px}.planner-finance-editor small{color:#64748b;white-space:nowrap;font-size:11px}.pfe-job-row{border-top:1px solid #e2e8f0;flex-direction:column;gap:6px;margin-top:10px;padding-top:10px;display:flex}.pfe-job-row:first-of-type{border-top:none;margin-top:0;padding-top:0}.pfe-job-name{color:#1e293b;font-size:12px;font-weight:700}.pfe-wage-inputs{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.pfe-wage-inputs label{align-items:center;gap:5px;margin:0;display:flex}.pfe-wage-inputs label small:first-child{color:#475569;min-width:22px;font-size:11px;font-weight:600}.pfe-wage-sep{color:#cbd5e1;font-size:16px}@media (width<=720px){.planner-finance-editor{grid-template-columns:1fr}}.sidebar-route-panel{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:10px;flex-shrink:0;margin-top:8px;padding:12px 16px;font-size:12px}.srp-header{color:#0c4a6e;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:12px;font-weight:700;display:flex}.srp-total-time{color:#1d4ed8;background:#dbeafe;border-radius:20px;padding:2px 8px;font-size:13px;font-weight:800}.srp-loading{color:#64748b;align-items:center;gap:6px;min-height:28px;display:flex}.srp-body{flex-direction:column;gap:2px;display:flex}.srp-driving-note{color:#1e40af;margin-bottom:4px;font-size:11px;font-weight:600}.srp-steps{flex-direction:column;gap:0;display:flex}.srp-step-item{align-items:flex-start;gap:6px;padding:5px 0;display:flex;position:relative}.srp-step-item:not(:last-child):after{content:"";z-index:0;background:#cbd5e1;width:2px;height:calc(100% - 12px);position:absolute;top:21px;left:7px}.srp-step-walk:not(:last-child):after{background:#94a3b8}.srp-step-subway:not(:last-child):after{background:#3b82f6}.srp-step-bus:not(:last-child):after{background:#10b981}.srp-step-dot{z-index:1;background:#fff;border:2px solid #cbd5e1;border-radius:50%;flex-shrink:0;width:16px;height:16px;margin-top:1px;position:relative}.srp-step-walk .srp-step-dot{border-color:#94a3b8}.srp-step-subway .srp-step-dot{background:#dbeafe;border-color:#3b82f6}.srp-step-bus .srp-step-dot{background:#d1fae5;border-color:#10b981}.srp-step-icon{text-align:center;flex-shrink:0;width:18px;margin-top:1px;margin-left:-4px;font-size:13px}.srp-step-detail{color:#1e293b;flex-direction:column;flex:1;gap:1px;font-size:11px;line-height:1.45;display:flex}.srp-step-detail strong{color:#0f172a;font-weight:700}.srp-step-route{color:#374151}.srp-step-meta{color:#6b7280;font-size:10px}.srp-walk-only{color:#0369a1;align-items:center;gap:6px;font-size:12px;font-weight:600;display:flex}.srp-no-transit{color:#64748b;font-size:10px;font-weight:400}.srp-error{color:#dc2626;font-size:11px}.map-route-overlay{z-index:10;pointer-events:none;background:#fffffff5;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:5px;min-width:110px;padding:8px 12px;display:flex;position:absolute;bottom:28px;left:12px;box-shadow:0 2px 14px #00000024}.mro-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.mro-time{color:#0c4a6e;font-size:15px;font-weight:800}.mro-fare,.mro-dist{color:#475569;font-size:11px;font-weight:600}.mro-legend{flex-wrap:wrap;gap:8px;display:flex}.mro-leg{align-items:center;gap:2px;font-size:11px;font-weight:700;display:flex}.mro-leg.subway{color:#3b82f6}.mro-leg.bus{color:#10b981}.mro-leg.walk{color:#94a3b8}.mro-leg.driving{color:#2563eb}@media (width<=720px){.sidebar-route-panel{padding:10px 12px}.map-route-overlay{padding:6px 10px;bottom:16px;left:8px}.mro-time{font-size:13px}}.directory-page{background:#f8fafc;min-height:calc(100vh - 64px);padding:34px 32px 64px}.directory-shell{max-width:1120px;margin:0 auto}.directory-head{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:22px;display:flex}.directory-kicker{color:#2563eb;margin:0 0 8px;font-size:13px;font-weight:800}.directory-title{color:#111827;margin:0;font-size:30px;font-weight:900}.directory-desc{color:#64748b;margin:10px 0 0;font-size:14px;line-height:1.7}.directory-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.directory-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:8px;padding:10px 14px;font-weight:800}.directory-btn.primary{color:#fff;background:linear-gradient(135deg,#7c3aed,#2563eb);border:none}.directory-toolbar{grid-template-columns:1fr auto;gap:12px;margin-bottom:20px;display:grid}.directory-search,.directory-select{color:#111827;background:#fff;border:1px solid #dbe3ef;border-radius:10px;outline:none;padding:12px 14px;font-size:14px}.directory-search:focus,.directory-select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #dbeafe}.directory-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.directory-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:18px;box-shadow:0 8px 22px #0f172a0d}.directory-card-top{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.directory-card-title{color:#111827;margin:0;font-size:17px;font-weight:900;line-height:1.35}.directory-card-sub{color:#64748b;margin:6px 0 0;font-size:12px;line-height:1.5}.directory-badge{color:#2563eb;background:#eff6ff;border-radius:999px;flex-shrink:0;padding:5px 9px;font-size:11px;font-weight:800}.directory-badge.danger{color:#e11d48;background:#fff1f2}.directory-metrics{grid-template-columns:repeat(2,1fr);gap:8px;margin:16px 0;display:grid}.directory-metric{background:#f8fafc;border-radius:8px;padding:10px}.directory-metric span{color:#94a3b8;font-size:11px;font-weight:700;display:block}.directory-metric strong{color:#0f172a;margin-top:3px;font-size:14px;display:block}.directory-tags{flex-wrap:wrap;gap:6px;display:flex}.directory-tag{color:#475569;background:#f1f5f9;border-radius:6px;padding:4px 7px;font-size:11px;font-weight:700}.directory-empty{color:#64748b;text-align:center;background:#fff;border:1px dashed #cbd5e1;border-radius:10px;padding:44px}.planner-list{grid-template-columns:340px 1fr;gap:18px;display:grid}.planner-list-panel,.planner-detail-panel{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:18px}.planner-item{text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;width:100%;margin-bottom:10px;padding:14px}.planner-item.active{background:#eff6ff;border-color:#2563eb}.planner-form{gap:12px;display:grid}.planner-form label{color:#475569;gap:6px;font-size:12px;font-weight:800;display:grid}.planner-form input,.planner-form textarea{font:inherit;border:1px solid #dbe3ef;border-radius:8px;outline:none;padding:11px 12px}.planner-form textarea{resize:vertical;min-height:96px}.planner-shell-wide{max-width:1280px}.planner-workbench{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:18px;display:grid}.planner-panel-title{color:#0f172a;margin-bottom:8px;font-size:14px;font-weight:900}.planner-type-filter{--planner-filter-thumb-width:calc((100% - 8px) / 3);background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-bottom:12px;padding:4px;display:grid;position:relative;overflow:hidden}.planner-type-filter:before{content:"";width:var(--planner-filter-thumb-width);background:#fff;border-radius:999px;transition:transform .28s cubic-bezier(.22,1,.36,1),background-color .22s,box-shadow .22s;position:absolute;top:4px;bottom:4px;left:4px;transform:translate(0);box-shadow:0 2px 7px #0f172a24}.planner-type-filter.is-short:before{background:#fef3c7;transform:translate(100%)}.planner-type-filter.is-long:before{background:#dbeafe;transform:translate(200%)}.ptf-btn{z-index:1;cursor:pointer;color:#64748b;background:0 0;border:0;border-radius:999px;min-width:0;padding:7px 0;font-size:12px;font-weight:700;transition:color .18s,transform .18s;position:relative}.ptf-btn:hover:not(.active){color:#334155}.ptf-btn.active{transform:scale(1.03)}.ptf-btn.ptf-short.active{color:#92400e}.ptf-btn.ptf-long.active{color:#1e40af}.ptf-btn.ptf-all.active{color:#0f172a}.planner-item-header{align-items:center;gap:6px;margin-bottom:2px;display:flex}.planner-type-badge{letter-spacing:.02em;border-radius:999px;flex-shrink:0;padding:2px 7px;font-size:10px;font-weight:800;display:inline-block}.ptb-short{color:#92400e;background:#fef3c7}.ptb-long{color:#1e40af;background:#dbeafe}.planner-filter-empty{color:#94a3b8;text-align:center;padding:16px 0;font-size:13px}.timetable-panel{padding:0;overflow:hidden}.planner-topbar{border-bottom:1px solid #e5e7eb;grid-template-columns:1fr auto;gap:16px;padding:18px;display:grid}.planner-form.inline{grid-template-columns:minmax(180px,280px) minmax(220px,1fr);align-items:end}.planner-top-actions{align-items:end;gap:8px;display:flex}.planner-summary-strip{padding:0 18px}.planner-finance-hub{background:linear-gradient(145deg,#f8fbff 0%,#fff 52%);border:1px solid #dbe3ef;border-radius:16px;margin:18px;overflow:hidden;box-shadow:0 8px 26px #0f172a0f}.pfh-head{justify-content:space-between;align-items:center;gap:18px;padding:22px 24px 18px;display:flex}.pfh-eyebrow{color:#64748b;margin-bottom:4px;font-size:12px;font-weight:800;display:block}.pfh-balance{color:#0f172a;letter-spacing:-.04em;font-size:30px;font-weight:950}.pfh-balance.negative{color:#dc2626}.pfh-head p{color:#94a3b8;margin:5px 0 0;font-size:11px}.pfh-toggle{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;flex-shrink:0;align-items:center;gap:7px;padding:9px 13px;font-size:12px;font-weight:850;display:inline-flex}.pfh-toggle svg{width:15px;height:15px;transition:transform .22s}.planner-finance-hub.open .pfh-toggle svg{transform:rotate(180deg)}.pfh-summary{background:#e2e8f0;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin:0 24px 22px;display:grid;overflow:hidden}.pfh-summary>div{background:#fffffff5;min-width:0;padding:13px 14px}.pfh-summary span{color:#64748b;margin-bottom:5px;font-size:10px;font-weight:750;display:block}.pfh-summary strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:900;display:block;overflow:hidden}.pfh-summary .income strong{color:#059669}.pfh-summary .expense strong{color:#e11d48}.pfh-detail{background:#fff;border-top:1px solid #e2e8f0;padding:22px 24px 24px;animation:.24s ease-out pfh-reveal}@keyframes pfh-reveal{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.pfh-section-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:13px;display:flex}.pfh-section-head h3{color:#0f172a;margin:0;font-size:14px;font-weight:900}.pfh-section-head p{color:#94a3b8;margin:4px 0 0;font-size:11px}.pfh-base-grid{grid-template-columns:minmax(0,1fr);gap:12px;display:grid}.pfh-base-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:13px;padding:16px}.pfh-base-card.salary{background:#f7fffb;border-color:#d1fae5}.pfh-card-title{color:#334155;align-items:center;gap:7px;margin-bottom:12px;font-size:12px;display:flex}.pfh-field-group+.pfh-field-group{border-top:1px solid #e2e8f0;margin-top:12px;padding-top:12px}.pfh-field-name{color:#334155;text-overflow:ellipsis;white-space:nowrap;margin-bottom:8px;font-size:11px;font-weight:750;display:block;overflow:hidden}.pfh-dual-input{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.pfh-dual-input label{min-width:0}.pfh-dual-input small,.pfh-salary-input>small,.pfh-money-field>span{color:#64748b;margin-bottom:5px;font-size:10px;font-weight:750;display:block}.pfh-salary-input{display:block}.pfh-salary-input>small em{color:#94a3b8;margin-left:5px;font-size:9px;font-style:normal;font-weight:600}.pfh-dual-input label>span,.pfh-salary-input>span,.pfh-money-field>div,.pfh-amount-input{color:#94a3b8;background:#fff;border:1px solid #dbe3ef;border-radius:9px;align-items:center;gap:5px;min-width:0;padding:0 10px;font-size:10px;display:flex}.pfh-dual-input input,.pfh-salary-input input,.pfh-money-field input,.pfh-amount-input input{color:#0f172a;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:none;padding:9px 0;font-size:12px;font-weight:750}.pfh-money-field{display:block}.pfh-money-field+.pfh-money-field{margin-top:12px}.pfh-money-field>span small{color:#94a3b8;margin-top:2px;font-weight:500;display:block}.pfh-money-field>div small{flex-shrink:0}.pfh-adjustments{border-top:1px solid #eef2f7;margin-top:20px;padding-top:20px}.pfh-count{color:#64748b;background:#f1f5f9;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:750}.pfh-presets{flex-wrap:wrap;gap:6px;margin-bottom:11px;display:flex}.pfh-presets button{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:750}.pfh-presets button.income:hover{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.pfh-presets button.expense:hover{color:#be123c;background:#fff1f2;border-color:#fecdd3}.pfh-add-row{grid-template-columns:84px minmax(120px,1fr) minmax(130px,.8fr) auto;gap:8px;display:grid}.pfh-add-row>select,.pfh-add-row>input{color:#334155;background:#fff;border:1px solid #dbe3ef;border-radius:9px;outline:none;min-width:0;padding:9px 10px;font-size:11px}.pfh-add-row>select:focus,.pfh-add-row>input:focus,.pfh-amount-input:focus-within{border-color:#93c5fd;box-shadow:0 0 0 3px #eff6ff}.pfh-adjustment-list{gap:7px;margin-top:12px;display:grid}.pfh-adjustment-list>div{color:#334155;background:#f8fafc;border-radius:9px;grid-template-columns:24px minmax(0,1fr) auto 24px;align-items:center;gap:8px;padding:9px 10px;font-size:11px;display:grid}.pfh-kind-icon{border-radius:50%;place-items:center;width:22px;height:22px;font-weight:900;display:grid}.pfh-adjustment-list .income .pfh-kind-icon{color:#047857;background:#d1fae5}.pfh-adjustment-list .expense .pfh-kind-icon{color:#be123c;background:#ffe4e6}.pfh-adjustment-list .income b{color:#059669}.pfh-adjustment-list .expense b{color:#e11d48}.pfh-adjustment-list button{color:#94a3b8;cursor:pointer;background:0 0;border:0;font-size:17px}.pfh-adjustment-list button:hover{color:#ef4444}.planner-scheduler{border-top:1px solid #eef2f7;grid-template-columns:minmax(0,1fr);gap:18px;padding:18px;display:grid}.planner-scheduler.editor-open{grid-template-columns:minmax(0,1fr) 280px}.schedule-editor-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.schedule-editor-head>button{color:#64748b;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:8px;flex-shrink:0;place-items:center;width:30px;height:30px;font-size:20px;line-height:1;display:grid}.schedule-editor-head>button:hover{color:#2563eb;background:#eff6ff;border-color:#93c5fd}.scheduler-toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.scheduler-toolbar h2{color:#0f172a;margin:0;font-size:20px;font-weight:900}.scheduler-period-label{color:#2563eb;margin-top:4px;font-size:13px;font-weight:900;display:block}.scheduler-period-nav{align-items:center;gap:8px;margin-top:4px;display:inline-flex}.scheduler-period-nav .scheduler-period-label{text-align:center;min-width:190px;margin-top:0}.scheduler-period-nav button{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:8px;place-items:center;width:28px;height:28px;font-size:20px;font-weight:800;line-height:1;display:grid}.scheduler-period-nav button:hover{background:#eff6ff;border-color:#93c5fd}.scheduler-toolbar p{color:#64748b;margin:5px 0 0;font-size:12px}.scheduler-hint{background:#f1f5f9;border-radius:999px;align-items:center;gap:5px;padding:4px 10px;display:inline-flex;color:#475569!important;margin:6px 0 0!important;font-size:11px!important}.scheduler-hint:before{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7'/%3E%3Cpath d='M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z'/%3E%3C/svg%3E") 50%/contain no-repeat;flex-shrink:0;width:13px;height:13px;display:inline-block}.scheduler-tabs,.day-picker{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;gap:6px;padding:4px;display:inline-flex}.scheduler-tabs button,.day-picker button{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 11px;font-weight:800}.scheduler-tabs button.active,.day-picker button.active{color:#2563eb;background:#fff;box-shadow:0 1px 4px #0f172a14}.day-picker button.sun{color:#e11d48}.day-picker button.sat{color:#2563eb}.week-head{border:1px solid #e5e7eb;border-bottom:none;border-radius:8px 8px 0 0;grid-template-columns:54px repeat(7,minmax(0,1fr));width:100%;display:grid;overflow:hidden}.week-head>span,.week-head button{color:#475569;background:#f8fafc;border:none;border-right:1px solid #e5e7eb;min-height:38px;font-weight:900}.week-head button{cursor:pointer;place-content:center;gap:2px;display:grid}.week-head button:last-child{border-right:none}.week-head button.sun{color:#e11d48;background:#fff1f2}.week-head button.sat{color:#2563eb;background:#eff6ff}.day-view{gap:12px;display:grid}.timetable{background:linear-gradient(#eef2f7 1px,#0000 1px) 0 0/100% 56px,#fff;border:1px solid #e5e7eb;border-radius:0 0 8px 8px;grid-template-columns:54px repeat(7,minmax(0,1fr));width:100%;height:1008px;display:grid;overflow:hidden}.timetable.day-only{border-radius:8px;grid-template-columns:54px minmax(0,1fr)}.time-rail{background:#f8fafc;border-right:1px solid #e5e7eb;grid-template-rows:repeat(18,56px);display:grid}.time-rail span{color:#94a3b8;text-align:center;padding-top:4px;font-size:11px;font-weight:800;display:block}.day-column{border-right:1px solid #eef2f7;min-width:0;position:relative}.day-column:last-child{border-right:none}.day-column.sun{background:#fff1f2b8}.day-column.sat{background:#eff6ffd6}.schedule-block{color:#fff;text-align:left;cursor:pointer;border:none;border-radius:6px;padding:8px;position:absolute;left:7px;right:7px;overflow:hidden;box-shadow:0 6px 14px #0f172a1f}.schedule-block strong,.schedule-block span{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.schedule-block strong{font-size:12px;font-weight:900}.schedule-block span{opacity:.9;margin-top:3px;font-size:10px}.schedule-block.compact{padding:7px}.schedule-block.compact strong{font-size:11px}.schedule-editor{will-change:transform, opacity;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;align-self:start;gap:10px;padding:14px;animation:.26s cubic-bezier(.22,1,.36,1) schedule-editor-slide-in;display:grid}@keyframes schedule-editor-slide-in{0%{opacity:0;transform:translate(42px)}to{opacity:1;transform:translate(0)}}.schedule-editor.closing{pointer-events:none;animation:.2s cubic-bezier(.4,0,1,1) forwards schedule-editor-slide-out}@keyframes schedule-editor-slide-out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(42px)}}@media (prefers-reduced-motion:reduce){.schedule-editor{animation:none}}.schedule-event-finder{background:#eff6ff;border:1px solid #dbeafe;border-radius:8px;gap:10px;padding:12px;display:grid}.schedule-event-finder strong{color:#0f172a;font-size:13px;font-weight:900;display:block}.schedule-event-finder p{color:#475569;margin:4px 0 0;font-size:12px;line-height:1.5}.schedule-event-finder .directory-btn{background:#fff;width:100%}.schedule-editor label{color:#475569;gap:6px;font-size:12px;font-weight:800;display:grid}.schedule-editor input,.schedule-editor select,.schedule-editor textarea{min-width:0;font:inherit;background:#fff;border:1px solid #dbe3ef;border-radius:8px;outline:none;padding:10px}.schedule-editor textarea{resize:vertical;min-height:78px}.editor-time-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.editor-choice-grid{flex-wrap:wrap;gap:7px;display:flex}.editor-choice-grid.days{grid-template-columns:repeat(7,minmax(0,1fr));display:grid}.editor-choice-grid.types,.editor-choice-grid.scope{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.editor-choice-pill{color:#475569;min-height:36px;font:inherit;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:900;transition:border-color .16s,background .16s,color .16s,transform .16s;display:inline-flex}.editor-choice-pill:hover:not(:disabled){background:#f8fbff;border-color:#bfdbfe}.editor-choice-pill.active{color:#1d4ed8;background:#eff6ff;border-color:#2563eb;transform:translateY(-1px)}.editor-choice-pill.sun{color:#e11d48}.editor-choice-pill.sat{color:#2563eb}.editor-choice-pill.type{border-radius:8px;justify-content:flex-start;padding:0 11px}.editor-choice-pill.type.saved{padding-right:7px}.editor-choice-pill.type em{color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none;background:#0f172a14;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-left:auto;font-size:11px;font-style:normal;transition:background .12s,color .12s;display:flex}.editor-choice-pill.type em:hover{color:#dc2626;background:#fee2e2}.editor-choice-pill.scope{border-radius:8px}.editor-choice-pill.type span{background:var(--choice-color);width:8px;height:8px;box-shadow:0 0 0 3px color-mix(in srgb, var(--choice-color) 18%, transparent);border-radius:999px}.editor-choice-pill.type.active{border-color:var(--choice-color);background:color-mix(in srgb, var(--choice-color) 12%, white);color:#0f172a}.editor-choice-pill:disabled{cursor:not-allowed;opacity:.55}.editor-color-grid{flex-wrap:wrap;gap:9px;display:flex}.editor-color-swatch{background:var(--swatch-color);cursor:pointer;border:2px solid #0000;border-radius:999px;width:30px;height:30px;position:relative;box-shadow:0 0 0 1px #0f172a14,0 5px 12px #0f172a14}.editor-color-swatch.active{box-shadow:0 0 0 3px color-mix(in srgb, var(--swatch-color) 38%, transparent), 0 7px 14px #0f172a1f;border-color:#fff}.editor-color-swatch.active:after{content:"";background:#fff;border-radius:999px;position:absolute;inset:9px}.editor-color-swatch:disabled{cursor:not-allowed;opacity:.55}.editor-inline-create{grid-template-columns:minmax(0,1fr) auto auto;gap:8px;display:grid}.editor-inline-create .directory-btn{min-height:40px;padding-inline:12px}.type-label-error{color:#dc2626;margin:4px 0 0;font-size:12px}.editor-actions{justify-content:flex-start}.directory-btn.danger{color:#e11d48;border-color:#fecdd3}.directory-btn.danger.solid{color:#fff;background:#e11d48;border-color:#e11d48}.directory-btn:disabled{cursor:not-allowed;opacity:.55}.editor-hint{color:#64748b;margin:0;font-size:12px;line-height:1.6}.month-title{color:#0f172a;margin-bottom:10px;font-size:17px;font-weight:900}.month-grid{background:#fff;border:1px solid #e5e7eb;border-radius:8px;grid-template-columns:repeat(7,minmax(0,1fr));display:grid;overflow:hidden}.month-weekday{color:#475569;text-align:center;background:#f8fafc;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;padding:10px;font-size:12px;font-weight:900}.month-weekday.sun{color:#e11d48;background:#fff1f2}.month-weekday.sat{color:#2563eb;background:#eff6ff}.month-cell{text-align:left;background:#fff;border:1px solid #eef2f7;border-top:none;border-left:none;min-height:108px;padding:8px}.month-cell.active{background:#eff6ff}.month-cell.sun,.month-cell.holiday{background:#fff7f8}.month-cell.sat{background:#f8fbff}.month-cell.sun strong,.month-cell.holiday strong{color:#e11d48}.month-cell.sat strong{color:#2563eb}.month-cell:disabled{background:#f8fafc}.month-cell strong{color:#0f172a;margin-bottom:6px;font-size:12px;display:block}.month-cell small{color:#be123c;text-overflow:ellipsis;white-space:nowrap;background:#ffe4e6;border-radius:999px;max-width:100%;margin-bottom:4px;padding:2px 6px;font-size:10px;font-weight:900;display:inline-block;overflow:hidden}.month-cell span{color:#fff;text-overflow:ellipsis;white-space:nowrap;border-radius:5px;width:100%;margin-top:4px;padding:3px 5px;font-size:10px;font-weight:800;display:block;overflow:hidden}.month-cell em{color:#64748b;margin-top:4px;font-size:10px;font-style:normal;font-weight:900;display:block}.planner-modal-backdrop{z-index:80;background:#0f172a57;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.planner-day-modal{background:#fff;border-radius:10px;width:min(420px,100%);padding:18px;box-shadow:0 24px 60px #0f172a3d}.planner-confirm-modal{background:#fff;border-radius:10px;width:min(380px,100%);padding:22px;box-shadow:0 24px 60px #0f172a3d}.planner-confirm-modal h2{color:#0f172a;margin:0;font-size:20px;font-weight:900}.planner-confirm-modal p{color:#64748b;margin:10px 0 18px;font-size:14px;line-height:1.6}.confirm-actions{justify-content:flex-end;gap:8px;display:flex}.planner-day-modal-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;display:flex}.planner-day-modal-head p{color:#64748b;margin:0 0 4px;font-size:12px;font-weight:800}.planner-day-modal-head h2{color:#0f172a;margin:0;font-size:20px;font-weight:900}.planner-day-modal-head button{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:32px;height:32px;font-size:22px;line-height:1}.modal-holiday-label{color:#be123c;background:#ffe4e6;border-radius:999px;margin-bottom:12px;padding:5px 9px;font-size:12px;font-weight:900;display:inline-flex}.modal-event-list{gap:8px;max-height:360px;display:grid;overflow:auto}.modal-empty{color:#64748b;text-align:center;border:1px dashed #cbd5e1;border-radius:8px;padding:28px 12px;font-size:13px}.modal-event-item{text-align:left;cursor:pointer;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;grid-template-columns:10px minmax(0,1fr) auto auto;align-items:center;gap:10px;width:100%;padding:10px;display:grid}.modal-event-item span{border-radius:999px;width:10px;height:38px}.modal-event-item strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;overflow:hidden}.modal-event-item em{color:#64748b;font-size:12px;font-style:normal;font-weight:800}.modal-create-btn{width:100%;margin-top:14px}.community-list{gap:12px;display:grid}.jobs-page{background:#f6f8fb}.jobs-head{align-items:center}.jobs-page .directory-toolbar{grid-template-columns:minmax(0,1fr) minmax(150px,auto) auto;align-items:center}.job-highlight-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:16px;display:grid}.job-highlight{background:linear-gradient(135deg,#fff,#eff6ff);border:1px solid #dbeafe;border-radius:8px;padding:18px}.job-highlight.urgent{background:linear-gradient(135deg,#fff,#fff1f2);border-color:#ffe4e6}.job-highlight__label{color:#1d4ed8;background:#dbeafe;border-radius:999px;margin-bottom:10px;padding:5px 9px;font-size:11px;font-weight:900;display:inline-flex}.job-highlight.urgent .job-highlight__label{color:#e11d48;background:#ffe4e6}.job-highlight strong{color:#0f172a;font-size:18px;font-weight:900;display:block}.job-highlight p{color:#64748b;margin:7px 0 0;font-size:13px;line-height:1.6}.job-recommend-tabs{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.job-recommend-tabs button{color:#475569;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:999px;padding:9px 14px;font-size:13px;font-weight:800}.job-recommend-tabs button.active{color:#1d4ed8;background:#eff6ff;border-color:#2563eb}.job-view-toggle{--job-view-thumb-width:38px;background:#f8fafc;border:1px solid #dbe3ef;border-radius:10px;align-items:center;gap:4px;padding:4px;display:inline-flex;position:relative}.job-view-toggle:before{content:"";width:var(--job-view-thumb-width);background:#fff;border-radius:7px;height:36px;transition:transform .22s cubic-bezier(.22,1,.36,1);position:absolute;top:4px;left:4px;transform:translate(0);box-shadow:0 1px 5px #0f172a1a}.job-view-toggle.is-list:before{transform:translateX(calc(var(--job-view-thumb-width) + 4px))}.job-view-toggle button{z-index:1;color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:7px;place-items:center;width:38px;height:36px;padding:0;transition:color .16s,transform .16s;display:grid;position:relative}.job-view-toggle button.active{color:#2563eb;transform:scale(1.04)}.job-view-icon{gap:3px;width:18px;height:18px;display:grid}.job-view-icon.grid{grid-template-columns:repeat(2,1fr)}.job-view-icon.grid span{background:currentColor;border-radius:3px}.job-view-icon.list{grid-template-rows:repeat(3,1fr)}.job-view-icon.list span{background:currentColor;border-radius:999px}.job-recommend-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.job-shop-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;min-width:0;height:520px;display:flex;overflow:hidden;box-shadow:0 10px 24px #0f172a0f}.job-shop-visual{color:#fff;flex-direction:column;justify-content:space-between;min-height:184px;padding:16px;display:flex;position:relative;overflow:hidden}.job-shop-visual:after{content:"";background:#ffffff29;border-radius:999px;width:150px;height:150px;position:absolute;bottom:-48px;right:-36px}.job-shop-visual.ocean{background:linear-gradient(135deg,#17365f,#2563eb)}.job-shop-visual.forest{background:linear-gradient(135deg,#064e3b,#059669)}.job-shop-visual.berry{background:linear-gradient(135deg,#581c87,#c026d3)}.job-shop-visual.amber{background:linear-gradient(135deg,#713f12,#d97706)}.job-shop-visual.mint{background:linear-gradient(135deg,#0f766e,#14b8a6)}.job-shop-visual.slate{background:linear-gradient(135deg,#0f172a,#475569)}.job-shop-badge{z-index:1;color:#1d4ed8;background:#ffffffeb;border-radius:999px;align-self:flex-start;padding:6px 10px;font-size:11px;font-weight:900;position:relative}.job-shop-emoji{z-index:1;filter:drop-shadow(0 10px 18px #0f172a38);align-self:flex-end;font-size:54px;line-height:1;position:relative}.job-shop-visual strong,.job-shop-visual span{z-index:1;position:relative}.job-shop-visual strong{font-size:22px;font-weight:900;display:block}.job-shop-visual div span{color:#ffffffd1;margin-top:5px;font-size:12px;font-weight:800;display:block}.job-shop-body{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex}.job-shop-title-row{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;display:grid}.job-shop-title-row h2{color:#0f172a;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-width:0;min-height:49px;margin:0;font-size:18px;font-weight:900;line-height:1.35;display:-webkit-box;overflow:hidden}.job-shop-title-row>span{color:#2563eb;background:#eff6ff;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:900}.job-shop-reason{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:42px;margin:0;font-size:13px;line-height:1.6;display:-webkit-box;overflow:hidden}.job-shop-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.job-shop-meta div{background:#f8fafc;border-radius:8px;padding:10px}.job-shop-meta span{color:#94a3b8;font-size:11px;font-weight:800;display:block}.job-shop-meta strong{color:#0f172a;margin-top:4px;font-size:14px;font-weight:900;display:block}.job-shop-tags{min-height:25px}.job-recommend-list{gap:12px;animation:.18s ease-out both jobResultsSlideIn;display:grid}.job-recommend-grid{animation:.18s ease-out both jobResultsSlideIn}@keyframes jobResultsSlideIn{0%{opacity:.98;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.job-recommend-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;grid-template-columns:72px 1fr auto;align-items:center;gap:16px;min-height:230px;padding:16px;display:grid;box-shadow:0 8px 22px #0f172a0d}.job-rank{color:#fff;background:#0f172a;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:58px;height:58px;display:flex}.job-rank span{font-size:18px;font-weight:900;line-height:1}.job-rank small{color:#cbd5e1;margin-top:4px;font-size:10px;font-weight:800}.job-recommend-main{min-width:0}.job-reason{color:#475569;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:10px 0 0;font-size:13px;line-height:1.6;display:-webkit-box;overflow:hidden}.job-shop-tags{max-height:58px;overflow:hidden}.job-shop-body>.event-card-actions{margin-top:auto}.job-detail-copy{color:#334155;text-align:left;overflow-wrap:anywhere;word-break:keep-all;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;max-height:280px;padding:16px 18px;font-size:14px;line-height:1.75;overflow-y:auto}.job-detail-copy p{margin:0 0 9px}.job-detail-copy p:last-child{margin-bottom:0}.directory-metrics.compact{grid-template-columns:repeat(4,minmax(0,1fr));margin:12px 0}.job-card-action{color:#fff;white-space:nowrap;cursor:pointer;background:linear-gradient(135deg,#2563eb,#4f46e5);border:none;border-radius:8px;padding:11px 14px;font-weight:900}.events-page .directory-shell{max-width:1180px}.event-hero-panel{background:linear-gradient(135deg,#fff,#eff6ff);border:1px solid #dbeafe;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;margin-bottom:14px;padding:20px;display:grid}.event-hero-main h2{color:#0f172a;margin:10px 0 6px;font-size:22px;font-weight:900}.event-hero-main p{color:#475569;margin:0;font-size:14px;line-height:1.65}.event-region-pill{color:#fff;background:#1d4ed8;border-radius:999px;align-items:center;padding:7px 11px;font-size:12px;font-weight:900;display:inline-flex}.event-hero-stats{grid-template-columns:repeat(2,100px);gap:10px;display:grid}.event-hero-stats div{background:#ffffffdb;border:1px solid #dbeafe;border-radius:8px;padding:12px}.event-hero-stats span{color:#64748b;font-size:11px;font-weight:800;display:block}.event-hero-stats strong{color:#0f172a;margin-top:5px;font-size:18px;font-weight:900;display:block}.event-controls{gap:10px;margin-bottom:14px;display:grid}.event-quick-filters{flex-wrap:wrap;gap:8px;display:flex}.event-quick-filters button{color:#475569;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:999px;min-height:40px;padding:0 15px;font-weight:900}.event-quick-filters button.active{color:#1d4ed8;background:#eff6ff;border-color:#2563eb}.event-filter-panel{background:#fff;border:1px solid #e5e7eb;border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px;display:grid}.event-filter-panel.compact{grid-template-columns:minmax(240px,420px);justify-content:start}.event-filter-panel label{color:#475569;gap:6px;font-size:12px;font-weight:800;display:grid}.event-filter-panel select{color:#0f172a;min-width:0;font:inherit;background:#fff;border:1px solid #dbe3ef;border-radius:8px;outline:none;padding:10px}.event-region-picker{background:linear-gradient(135deg,#fff,#f8fbff);border:1px solid #dbeafe;border-radius:8px;grid-template-columns:minmax(220px,320px) minmax(0,1fr);align-items:end;gap:14px;padding:14px;display:grid}.event-region-picker__select{color:#475569;gap:7px;font-size:12px;font-weight:900;display:grid;position:relative}.event-region-select{color:#0f172a;width:100%;min-width:0;min-height:43px;font:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #bfdbfe;border-radius:8px;outline:none;justify-content:space-between;align-items:center;gap:12px;padding:11px 12px;font-weight:800;display:flex}.event-region-select:focus,.event-region-select.open{border-color:#2563eb;box-shadow:0 0 0 3px #dbeafe}.event-region-select__arrow{color:#2563eb;font-size:16px;line-height:1;transition:transform .16s}.event-region-select.open .event-region-select__arrow{transform:rotate(180deg)}.event-region-menu{z-index:20;background:#fff;border:1px solid #bfdbfe;border-radius:8px;gap:4px;width:min(320px,100%);max-height:280px;padding:7px;display:grid;position:absolute;top:calc(100% + 6px);left:0;overflow:auto;box-shadow:0 16px 34px #0f172a29}.event-region-menu button{color:#334155;text-align:left;min-height:34px;font:inherit;cursor:pointer;background:0 0;border:none;border-radius:7px;padding:0 10px;font-size:13px;font-weight:800}.event-region-menu button:hover,.event-region-menu button.active{color:#1d4ed8;background:#eff6ff}.event-region-tray{background:#eff6ff8c;border:1px dashed #bfdbfe;border-radius:8px;flex-wrap:wrap;align-items:center;gap:8px;min-height:44px;padding:8px;display:flex}.event-region-empty{color:#64748b;background:#fff;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900}.event-region-chip{color:#1d4ed8;background:#fff;border:1px solid #bfdbfe;border-radius:999px;align-items:center;gap:7px;padding:7px 8px 7px 12px;font-size:12px;font-weight:900;display:inline-flex;box-shadow:0 4px 12px #2563eb14}.event-region-chip button{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:none;border-radius:999px;place-items:center;width:19px;height:19px;padding:0;font-size:13px;font-weight:900;line-height:1;display:grid}.event-region-chip button:hover{background:#dbeafe}.event-category-tabs{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.event-category-tabs button,.event-mode-row button{color:#475569;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:999px;padding:9px 14px;font-weight:900}.event-category-tabs button.active,.event-mode-row button.active{color:#1d4ed8;background:#eff6ff;border-color:#2563eb}.event-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.event-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;grid-template-columns:86px minmax(0,1fr) auto;align-items:center;gap:16px;padding:16px;display:grid;box-shadow:0 8px 22px #0f172a0d}.event-date-card{color:#fff;text-align:center;background:#0f172a;border-radius:8px;place-items:center;min-height:82px;display:grid}.event-thumbnail{object-fit:cover;background:#e2e8f0;border-radius:8px;width:100%;height:82px;display:block}.event-image-placeholder{color:#64748b;text-align:center;background:linear-gradient(145deg,#f8fafc,#e2e8f0);border:1px dashed #cbd5e1;border-radius:8px;align-content:center;place-items:center;width:100%;height:82px;display:grid}.event-image-placeholder span{font-size:22px;line-height:1}.event-image-placeholder strong{margin-top:6px;font-size:11px}.event-image-placeholder small{color:#94a3b8;margin-top:2px;font-size:10px}.event-date-card span{font-size:13px;font-weight:800}.event-date-card strong{margin-top:4px;font-size:18px;font-weight:900}.event-card-body{min-width:0}.event-card-actions{flex-direction:column;gap:8px;display:flex}.event-card h2{color:#0f172a;margin:8px 0 6px;font-size:17px;font-weight:900;line-height:1.35}.event-card p{color:#64748b;margin:0;font-size:13px}.event-meta{color:#475569;align-items:center;gap:8px;margin-top:10px;font-size:12px;font-weight:800;display:flex}.event-pagination{justify-content:center;align-items:center;gap:14px;margin-top:20px;display:flex}.event-page-numbers{align-items:center;gap:6px;display:flex}.event-page-numbers button{color:#475569;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:8px;place-items:center;width:36px;height:36px;font-size:13px;font-weight:800;display:grid}.event-page-numbers button.active{color:#fff;background:#2563eb;border-color:#2563eb}.event-page-numbers span{color:#94a3b8}.event-pagination .directory-btn:disabled{cursor:not-allowed;opacity:.45}.event-add-modal{background:#fff;border-radius:10px;gap:12px;width:min(460px,100%);padding:18px;display:grid;box-shadow:0 24px 60px #0f172a3d}.event-detail-modal{background:#fff;border-radius:14px;gap:16px;width:min(860px,100%);max-height:min(90vh,900px);padding:20px;display:grid;overflow-y:auto;box-shadow:0 24px 60px #0f172a47}.event-detail-image,.event-detail-image-placeholder{background:#e2e8f0;border-radius:12px;width:100%;height:min(340px,38vh)}.event-detail-image{object-fit:cover;display:block}.event-detail-image-placeholder{color:#64748b;align-content:center;place-items:center;display:grid}.event-detail-image-placeholder span{font-size:42px}.event-detail-image-placeholder strong{margin-top:8px}.event-detail-location{background:#f8fafc;border-radius:10px;gap:5px;padding:14px;display:grid}.event-detail-location span{color:#2563eb;font-size:11px;font-weight:900}.event-detail-location strong{color:#0f172a;font-size:14px}.event-detail-location small{color:#64748b}.event-detail-section h3{color:#0f172a;margin:0 0 8px;font-size:15px}.event-detail-section p{color:#475569;margin:0;font-size:13px;line-height:1.75}.event-detail-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;display:grid}.event-detail-fields div{border:1px solid #e2e8f0;border-radius:9px;padding:12px}.event-detail-fields dt{color:#64748b;font-size:11px;font-weight:800}.event-detail-fields dd{color:#1e293b;margin:5px 0 0;font-size:13px;line-height:1.55}.event-detail-map{background:#eef2f7;border:1px solid #dbe3ef;border-radius:12px;width:100%;height:280px;overflow:hidden}.event-map-unavailable,.event-detail-error{color:#64748b;text-align:center;background:#f8fafc;border-radius:9px;padding:14px;font-size:13px}.event-add-modal label{color:#475569;gap:6px;font-size:12px;font-weight:800;display:grid}.event-add-modal select,.event-add-modal input{font:inherit;background:#fff;border:1px solid #dbe3ef;border-radius:8px;outline:none;padding:10px}.event-mode-row{flex-wrap:wrap;gap:8px;display:flex}.event-notice{color:#047857;background:#ecfdf5;border-radius:8px;padding:10px;font-size:13px;font-weight:800}.show-more-btn{color:#475569;cursor:pointer;background:#fff;border:1.5px dashed #dbe3ef;border-radius:10px;justify-content:center;align-items:center;width:100%;margin-top:16px;padding:14px;font-size:14px;font-weight:700;transition:border-color .15s,color .15s,background .15s;display:flex}.show-more-btn:hover{color:#2563eb;background:#eff6ff;border-color:#2563eb}@media (width<=900px){.directory-head,.directory-toolbar{grid-template-columns:1fr;display:grid}.directory-grid,.event-grid,.event-filter-panel,.event-hero-panel,.planner-list,.planner-workbench,.planner-scheduler,.job-recommend-grid,.job-highlight-grid,.job-recommend-card,.planner-topbar,.planner-form.inline{grid-template-columns:1fr}.event-card{grid-template-columns:70px minmax(0,1fr)}.event-card .directory-btn{grid-column:1/-1;width:100%}.event-card-actions{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.event-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.event-region-picker{grid-template-columns:1fr}.planner-top-actions,.scheduler-toolbar{flex-direction:column;align-items:stretch}.week-view,.day-view{overflow-x:auto}.week-head,.timetable{min-width:760px}.timetable.day-only{min-width:360px}.month-grid{min-width:640px}.month-view{overflow-x:auto}.directory-metrics.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.planner-scheduler{grid-template-columns:1fr}.job-card-action{width:100%}.job-view-toggle{--job-view-thumb-width:calc((100% - 12px) / 2);width:100%}.job-view-toggle button{flex:1;width:auto}}@media (prefers-reduced-motion:reduce){.job-view-toggle:before,.job-view-toggle button,.planner-type-filter:before,.planner-type-filter button,.pfh-detail,.pfh-toggle svg,.job-recommend-grid,.job-recommend-list{transition:none;animation:none}}.modal-event-type{color:#475569;white-space:nowrap;background:#e2e8f0;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:800}.editor-validation-message,.event-add-disabled-reason{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:9px;margin:0;padding:10px 12px;font-size:12px;line-height:1.5}.event-add-disabled-reason{gap:2px;display:grid}.event-add-disabled-reason strong{font-size:12px;font-weight:900}.event-add-disabled-reason span{color:#991b1b}.event-success-toast{z-index:1400;color:#166534;background:#fff;border:1px solid #86efac;border-radius:13px;align-items:center;gap:10px;min-width:min(390px,100vw - 32px);padding:13px 14px;animation:.18s ease-out event-toast-in;display:flex;position:fixed;bottom:28px;left:50%;transform:translate(-50%);box-shadow:0 18px 45px #0f172a38}.event-success-toast>span{color:#fff;background:#22c55e;border-radius:50%;flex-shrink:0;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.event-success-toast strong{flex:1;font-size:13px}.event-success-toast button{color:#15803d;cursor:pointer;background:#dcfce7;border:0;border-radius:8px;flex-shrink:0;padding:7px 10px;font-size:11px;font-weight:800}.day-picker button{flex-direction:column;align-items:center;gap:2px;min-width:48px;display:inline-flex}.day-picker button small,.week-head button small{color:#94a3b8;font-size:9px;font-weight:700;display:block}@keyframes event-toast-in{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}@media (width<=900px){.pfh-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.pfh-base-grid{grid-template-columns:1fr}}@media (width<=640px){.planner-finance-hub{border-radius:13px;margin:12px}.pfh-head{align-items:flex-start;padding:18px 16px 14px}.pfh-balance{font-size:25px}.pfh-summary{margin:0 16px 16px}.pfh-detail{padding:18px 16px}.pfh-add-row{grid-template-columns:80px minmax(0,1fr)}.pfh-add-row .pfh-amount-input{grid-column:1/2}.pfh-add-row .directory-btn{grid-column:2/3}}@media (width<=480px){.pfh-head{flex-direction:column}.pfh-toggle{justify-content:center;width:100%}.pfh-summary,.pfh-dual-input{grid-template-columns:1fr}}@media (width<=640px){.directory-page{padding:20px 16px 48px}.directory-title{font-size:22px}.directory-desc{font-size:13px}.directory-head{flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:16px}.directory-actions{justify-content:flex-start;width:100%}.directory-actions .directory-btn{text-align:center;flex:1}.event-hero-panel{grid-template-columns:1fr;gap:14px}.event-hero-stats{grid-template-columns:repeat(2,1fr);width:100%}.event-hero-stats div{padding:10px}.event-hero-stats strong{font-size:15px}.event-grid{grid-template-columns:1fr}.event-card{grid-template-columns:70px minmax(0,1fr);gap:12px;padding:14px}.event-card .directory-btn{grid-column:1/-1;width:100%}.jobs-page .directory-toolbar,.job-highlight-grid{grid-template-columns:1fr}.job-recommend-card{grid-template-columns:60px minmax(0,1fr);gap:12px}.job-rank{width:48px;height:48px}.job-rank span{font-size:15px}.job-card-action{text-align:center;grid-column:1/-1;width:100%}.directory-metrics.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.planner-list,.planner-workbench{grid-template-columns:1fr}.planner-scheduler{grid-template-columns:1fr;gap:14px;padding:14px}.planner-topbar{gap:12px;padding:14px}.planner-summary-strip{padding:0 14px}.planner-form.inline{grid-template-columns:1fr}.scheduler-tabs button,.day-picker button{padding:8px;font-size:11px}.directory-empty{padding:28px 16px}.editor-inline-create{grid-template-columns:minmax(0,1fr) auto auto;gap:6px}.confirm-actions .directory-btn{flex:1}}@media (width<=480px){.directory-page{padding:16px 12px 40px}.directory-title{font-size:20px}.event-card{grid-template-columns:60px minmax(0,1fr);gap:8px;padding:12px}.event-date-card{min-height:68px}.event-thumbnail,.event-image-placeholder{height:68px}.event-detail-fields{grid-template-columns:1fr}.event-date-card span{font-size:11px}.event-date-card strong{font-size:15px}.event-card h2{font-size:14px}.job-shop-visual{min-height:150px}.job-shop-visual strong{font-size:18px}.job-shop-emoji{font-size:40px}.job-shop-title-row h2{font-size:15px}.event-filter-panel,.event-region-picker{grid-template-columns:1fr}.event-quick-filters button,.event-category-tabs button{padding:8px 10px;font-size:12px}.directory-empty{padding:20px 12px;font-size:13px}.planner-topbar{gap:10px;padding:12px}.planner-scheduler{gap:12px;padding:12px}.planner-summary-strip{padding:0 12px}.confirm-actions{flex-direction:column;gap:8px}.confirm-actions .directory-btn{text-align:center;flex:none;width:100%}.job-shop-card{min-width:0}.scheduler-tabs button,.day-picker button{padding:7px 6px;font-size:10px}}.job-wage-editor{align-items:center;gap:6px;max-width:180px;display:inline-flex}.job-wage-editor input{color:#0f172a;width:112px;min-width:0;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:7px 9px;font-weight:700}.job-wage-editor input:focus{border-color:#3563e9;outline:2px solid #3563e924}.community-page{background:#f3f6fb;min-height:calc(100vh - 64px);padding:96px 0 64px}.community-shell{width:min(1180px,100% - 48px);margin:0 auto}.community-hero{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:22px;display:flex}.community-hero p{color:#2563eb;letter-spacing:0;margin:0 0 8px;font-size:12px;font-weight:900}.community-hero h1{color:#0f172a;letter-spacing:0;margin:0;font-size:34px;font-weight:900}.community-hero span{color:#475569;margin-top:10px;font-size:14px;font-weight:600;line-height:1.6;display:block}.community-composer{background:#fff;border:1px solid #dbe3ef;border-radius:8px;margin-bottom:24px;box-shadow:0 12px 30px #0f172a0f}.community-composer form{padding:18px}.community-composer-main{grid-template-columns:180px minmax(0,1fr);gap:16px;display:grid}.community-upload{aspect-ratio:1;color:#64748b;cursor:pointer;background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:8px;place-items:center;font-size:13px;font-weight:900;display:grid;position:relative;overflow:hidden}.community-upload input{opacity:0;cursor:pointer;position:absolute;inset:0}.community-upload img{object-fit:cover;width:100%;height:100%}.community-fields{flex-direction:column;gap:12px;display:flex}.community-fields textarea{resize:vertical;color:#0f172a;min-height:104px;font:inherit;border:1px solid #dbe3ef;border-radius:8px;outline:none;padding:14px;font-size:14px;line-height:1.6}.community-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.community-field-grid input{min-width:0;font:inherit;border:1px solid #dbe3ef;border-radius:8px;outline:none;padding:11px 12px;font-size:13px}.community-fields textarea:focus,.community-field-grid input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.community-composer-bottom{justify-content:space-between;align-items:center;margin-top:14px;display:flex}.community-composer-bottom span{color:#94a3b8;font-size:12px;font-weight:800}.community-composer-bottom button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#2563eb);border:0;border-radius:8px;padding:11px 18px;font-size:13px;font-weight:900;box-shadow:0 8px 18px #2563eb3d}.community-feed{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:22px;display:grid}.community-feed-card{background:#fff;border:1px solid #dbe3ef;border-radius:8px;overflow:hidden;box-shadow:0 12px 28px #0f172a0f}.community-card-head{grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:14px;display:grid}.community-avatar{color:#2563eb;background:linear-gradient(135deg,#ede9fe,#dbeafe);border-radius:50%;place-items:center;width:40px;height:40px;font-weight:900;display:grid}.community-card-head .community-author-profile{cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:40px;height:40px;padding:0;display:grid}.community-card-head .community-author-profile:hover .community-avatar,.community-card-head .community-author-profile:focus-visible .community-avatar{box-shadow:0 0 0 3px #2563eb29}.community-author-row{align-items:center;gap:7px;min-width:0;display:flex}.community-author-row strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:900;overflow:hidden}.community-author-row button{color:#0f172a;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;background:0 0;border:0;min-width:0;padding:0;font-size:14px;font-weight:900;overflow:hidden}.community-author-row button:hover,.community-author-row button:focus-visible{color:#2563eb}.community-author-row span{color:#64748b;white-space:nowrap;font-size:12px;font-weight:700}.community-card-head p{color:#64748b;margin:3px 0 0;font-size:12px;font-weight:700}.community-card-head>button:last-child{color:#0f172a;cursor:pointer;background:0 0;border:0;font-size:20px;font-weight:900}.community-photo{aspect-ratio:1;color:#fff;isolation:isolate;background-position:50%;background-size:cover;flex-direction:column;justify-content:flex-end;min-height:390px;padding:22px;display:flex;position:relative}.community-photo>span{color:#fff;background:#0f172ab8;margin:0;position:absolute;top:14px;right:14px}.community-photo:after{content:"";z-index:-1;background:linear-gradient(#0f172a0a,#0f172a8a);position:absolute;inset:0}.community-photo span{color:#1d4ed8;background:#ffffffe6;border-radius:999px;align-self:flex-start;margin-bottom:8px;padding:5px 10px;font-size:12px;font-weight:900;display:inline-flex}.community-photo strong{text-shadow:0 2px 14px #0f172a47;max-width:80%;font-size:30px;font-weight:900;line-height:1.1}.community-photo-nav{z-index:2;color:#0f172a;opacity:0;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f1f5f9c7;border:1px solid #ffffffb8;border-radius:50%;place-items:center;width:38px;height:38px;line-height:1;transition:opacity .18s,background .18s,transform .18s,box-shadow .18s;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 22px #0f172a24}.community-photo-nav svg{fill:none;stroke:currentColor;stroke-width:2.8px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.community-photo-nav.prev svg{transform:translate(-1px)}.community-photo-nav.next svg{transform:translate(1px)}.community-photo-nav.prev{left:14px}.community-photo-nav.next{right:14px}.community-photo:hover .community-photo-nav,.community-photo:focus-within .community-photo-nav{opacity:1}.community-photo-nav:hover:not(:disabled){background:#ffffffe6;transform:translateY(-50%)scale(1.04);box-shadow:0 10px 26px #0f172a2e}.community-photo-nav:disabled{cursor:default;opacity:0!important}.community-feed-dots{justify-content:center;align-items:center;gap:6px;padding:10px 14px 2px;display:flex}.community-feed-dots button{cursor:pointer;background:#cbd5e1;border:0;border-radius:999px;width:7px;height:7px;padding:0;transition:width .18s,background .18s}.community-feed-dots button.active{background:#2563eb;width:18px}.community-card-actions{justify-content:flex-start;align-items:center;padding:12px 14px 6px;display:flex}.community-card-actions div{gap:10px;display:flex}.community-card-actions button{color:#0f172a;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:50%;place-items:center;width:34px;height:34px;padding:0;line-height:1;transition:background .16s,color .16s,transform .16s;display:grid}.community-card-actions button.active{color:#ef4444}.community-card-actions button:hover:not(:disabled){background:#f8fafc;transform:translateY(-1px)}.community-card-actions svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:23px;height:23px}.community-card-actions svg .filled{fill:currentColor}.community-card-actions button:disabled{opacity:.55;cursor:default}.community-card-copy{padding:0 14px 16px}.community-card-copy p{color:#0f172a;white-space:pre-wrap;margin:8px 0 0;font-size:14px;line-height:1.55}.community-card-copy p strong{font-weight:900}.community-metrics{font-weight:900;color:#334155!important;font-size:13px!important}.community-comments{border-top:1px solid #e2e8f0;padding:12px 14px 14px}.community-action-error,.community-comments-empty{color:#64748b;margin:0 0 10px;font-size:13px;font-weight:800}.community-action-error{color:#ef4444}.community-comments-list{gap:10px;margin-bottom:12px;display:grid}.community-comment{grid-template-columns:30px minmax(0,1fr);gap:9px;display:grid}.community-comment-avatar{color:#2563eb;background:#eef2ff;border-radius:50%;place-items:center;width:30px;height:30px;font-size:12px;font-weight:900;display:grid}.community-comment p{align-items:center;gap:6px;margin:0 0 2px;display:flex}.community-comment p strong{color:#0f172a;font-size:13px;font-weight:900}.community-comment p span{color:#94a3b8;font-size:11px;font-weight:800}.community-comment div div{color:#334155;white-space:pre-wrap;font-size:13px;line-height:1.55}.community-comment-form{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.community-comment-form input{color:#0f172a;min-width:0;font:inherit;border:1px solid #dbe3ef;border-radius:999px;outline:none;padding:10px 13px;font-size:13px}.community-comment-form input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.community-comment-form button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:999px;padding:0 14px;font-size:13px;font-weight:900}.community-comment-form button:disabled{cursor:default;background:#cbd5e1}.community-tags{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.community-tags span{color:#2563eb;font-size:12px;font-weight:800}.community-inline-tag{color:#2563eb;font-weight:900}.community-load{color:#64748b;text-align:center;padding:28px 0 4px;font-size:13px;font-weight:800}@media (width<=860px){.community-page{padding-top:78px}.community-shell{width:min(100% - 28px,620px)}.community-hero h1{font-size:28px}.community-composer-main{grid-template-columns:1fr}.community-upload{aspect-ratio:16/10}.community-feed{grid-template-columns:1fr;gap:18px}.community-photo{min-height:320px}.community-field-grid{grid-template-columns:1fr}}@media (width<=480px){.community-shell{width:min(100% - 20px,620px)}.community-hero h1{font-size:24px}.community-photo{min-height:260px;padding:18px}.community-photo strong{font-size:24px}}.community-create-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#2563eb);border:0;border-radius:8px;flex-shrink:0;padding:12px 20px;font-size:14px;font-weight:900;box-shadow:0 10px 24px #2563eb38}.community-toolbar{background:#fff;border:1px solid #dbe3ef;border-radius:8px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px;padding:12px 14px;display:flex}.community-toolbar>span{color:#475569;font-size:13px;font-weight:900}.community-toolbar>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;gap:6px;padding:4px;display:inline-flex}.community-toolbar button{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;width:42px;height:38px;padding:0;display:grid}.community-toolbar button.active{color:#2563eb;background:#fff;box-shadow:0 1px 4px #0f172a14}.community-view-icon{width:22px;height:22px;display:grid}.community-view-icon i{display:block}.community-view-icon.list{grid-template-rows:1fr 1fr;grid-template-columns:8px 1fr;align-items:center;gap:3px}.community-view-icon.list .thumb{background:currentColor;border-radius:4px;grid-row:1/3;height:100%}.community-view-icon.list .line{opacity:.58;background:currentColor;border-radius:999px;height:5px}.community-view-icon.list .line.long{opacity:1}.community-view-icon.grid{grid-template-columns:repeat(3,1fr);gap:2px}.community-view-icon.grid i{background:linear-gradient(#ffffff47,#fff0),currentColor;border-radius:4px}.community-feed.single-col{grid-template-columns:minmax(0,640px);justify-content:center}.community-feed.three-col{grid-template-columns:repeat(3,minmax(0,1fr))}.community-feed-card.compact .community-photo{min-height:260px}.community-feed-card.compact .community-card-actions button{width:30px;height:30px}.community-feed-card.compact .community-card-actions svg{width:20px;height:20px}.community-feed-card.compact .community-comments{display:none}.community-empty{text-align:center;background:#fff;border:1px dashed #cbd5e1;border-radius:8px;align-content:center;place-items:center;gap:10px;min-height:360px;padding:40px;display:grid}.community-empty h2{color:#0f172a;margin:0;font-size:22px;font-weight:900}.community-empty p{color:#64748b;margin:0 0 8px;font-size:14px}.community-empty button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:8px;padding:11px 16px;font-weight:900}.community-modal-backdrop{z-index:1200;background:#0f172a85;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.community-composer-modal{background:#fff;border-radius:10px;width:min(820px,100%);max-height:min(88vh,780px);overflow-y:auto;box-shadow:0 28px 70px #0f172a57}.community-modal-head{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:16px;padding:18px;display:flex}.community-modal-head h2{color:#0f172a;margin:0;font-size:20px;font-weight:900}.community-modal-head button{color:#475569;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:8px;place-items:center;width:34px;height:34px;font-size:16px;font-weight:900;display:grid}.community-composer-modal form{padding:18px}.community-submit-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:12px 0 0;padding:10px 12px;font-size:13px;font-weight:800}.community-composer-bottom>div{gap:8px;display:flex}.community-composer-bottom button.secondary{color:#475569;box-shadow:none;background:#fff;border:1px solid #dbe3ef}@media (width<=1060px){.community-feed.three-col{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=860px){.community-hero{flex-direction:column;align-items:stretch}.community-create-btn{width:100%}.community-feed.three-col{grid-template-columns:1fr}.community-toolbar{flex-direction:column;align-items:stretch}.community-toolbar>div{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}@media (width<=640px){.community-modal-backdrop{align-items:end;padding:12px}.community-composer-modal{max-height:92vh}}.community-create-page{padding-top:92px}.community-create-shell{background:#fff;border:1px solid #dbe3ef;border-radius:10px;width:min(860px,100% - 48px);margin:0 auto;overflow:hidden;box-shadow:0 14px 34px #0f172a14}.community-create-head{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:16px;padding:20px 22px;display:flex}.community-create-head h1{color:#0f172a;margin:0;font-size:24px;font-weight:900}.community-create-head button{color:#475569;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:8px;padding:9px 12px;font-weight:900}.community-create-form{gap:18px;padding:22px;display:grid}.community-create-image-panel{gap:12px;display:grid}.community-create-upload{color:#2563eb;cursor:pointer;background:linear-gradient(135deg,#eff6ffeb,#f8fafcf5);border:2px dashed #bfdbfe;border-radius:10px;place-items:center;min-height:360px;display:grid;position:relative;overflow:hidden}.community-create-upload input{opacity:0;cursor:pointer;position:absolute;inset:0}.community-create-upload.has-images{background:#0f172a;border-style:solid;border-color:#dbe3ef}.community-create-upload.has-images>img{object-fit:contain;width:100%;height:100%;min-height:360px}.community-image-remove,.community-image-nav{z-index:2;color:#1f2937;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#e2e8f094;border:1px solid #ffffff75;border-radius:50%;place-items:center;font-weight:950;transition:transform .16s,background-color .16s,color .16s,opacity .16s;display:grid;position:absolute;box-shadow:0 10px 24px #0f172a3d,inset 0 1px #ffffffbf}.community-image-remove{width:38px;height:38px;font-size:0;top:16px;right:16px}.community-image-nav{width:46px;height:46px;font-size:0;top:50%;transform:translateY(-50%)}.community-image-nav.prev{left:16px}.community-image-nav.next{right:16px}.community-image-remove:before,.community-image-remove:after,.community-image-nav.prev:not(.add):before,.community-image-nav.next:not(.add):before,.community-image-nav.add:before,.community-image-nav.add:after{content:"";background:currentColor;border-radius:999px;display:block;position:absolute}.community-image-remove:before,.community-image-remove:after{width:15px;height:2.5px}.community-image-remove:before{transform:rotate(45deg)}.community-image-remove:after{transform:rotate(-45deg)}.community-image-nav.prev:not(.add):before,.community-image-nav.next:not(.add):before{background:0 0;border-top:3px solid;border-right:3px solid;border-radius:2px;width:11px;height:11px}.community-image-nav.prev:not(.add):before{transform:translate(2px)rotate(-135deg)}.community-image-nav.next:not(.add):before{transform:translate(-2px)rotate(45deg)}.community-image-remove:hover,.community-image-nav:hover:not(:disabled){color:#111827;background:#f8fafcc2}.community-image-remove:hover{transform:scale(1.04)}.community-image-nav:hover:not(:disabled){transform:translateY(-50%)scale(1.04)}.community-image-nav:disabled{cursor:default;opacity:.34}.community-image-nav.add{color:#1f2937;overflow:hidden}.community-image-nav.add:before{width:17px;height:3px}.community-image-nav.add:after{width:3px;height:17px}.community-image-nav.add input{opacity:0;cursor:pointer;position:absolute;inset:0}.community-create-upload>div:not(.community-create-preview){text-align:center;place-items:center;gap:8px;display:grid}.community-create-upload strong{font-size:24px;font-weight:900}.community-create-upload span{color:#64748b;font-size:13px;font-weight:800}.community-image-progress{align-items:center;gap:12px;display:grid}.community-image-dots{justify-content:center;align-items:center;gap:7px;min-width:0;display:flex}.community-image-dots button{cursor:pointer;background:#cbd5e1;border:0;border-radius:999px;width:8px;height:8px;padding:0}.community-image-dots button.active{background:#2563eb;width:18px}.community-create-preview{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%;height:100%;padding:8px;display:grid}.community-create-preview img{object-fit:cover;border-radius:8px;width:100%;height:100%;min-height:160px}.community-create-preview span{color:#2563eb;background:#eff6ff;border-radius:8px;place-items:center;min-height:160px;font-size:22px;font-weight:900;display:grid}.community-create-form textarea{resize:vertical;color:#0f172a;min-height:190px;font:inherit;border:1px solid #dbe3ef;border-radius:10px;outline:none;padding:16px;font-size:15px;line-height:1.7}.community-create-form textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.community-caption-preview{color:#334155;white-space:pre-wrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;min-height:52px;padding:14px 16px;font-size:14px;line-height:1.7}.community-create-actions{justify-content:space-between;align-items:center;gap:14px;display:flex}.community-create-actions span{color:#94a3b8;font-size:12px;font-weight:900}.community-create-actions>div{gap:8px;display:flex}.community-create-actions button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#2563eb);border:0;border-radius:8px;padding:12px 20px;font-size:14px;font-weight:900;box-shadow:0 10px 24px #2563eb38}.community-create-actions button.secondary{color:#475569;box-shadow:none;background:#fff;border:1px solid #dbe3ef}.community-preview-backdrop{z-index:1300;background:#0f172a8a;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.community-preview-modal{background:#fff;border-radius:10px;width:min(560px,100%);max-height:min(90vh,820px);overflow-y:auto;box-shadow:0 28px 70px #0f172a52}.community-preview-head{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.community-preview-head h2{color:#0f172a;margin:0;font-size:18px;font-weight:900}.community-preview-head button{color:#475569;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:8px;padding:8px 11px;font-size:12px;font-weight:900}.community-preview-card{box-shadow:none;border:0;border-radius:0}@media (width<=720px){.community-create-shell{width:min(100% - 24px,860px)}.community-create-upload{min-height:260px}.community-create-preview{grid-template-columns:repeat(2,minmax(0,1fr))}.community-image-progress{grid-template-columns:1fr}.community-image-add-more{justify-self:center}.community-create-actions{flex-direction:column;align-items:stretch}.community-create-actions>div{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}.mypage-page{background:#f3f7fb;min-height:calc(100vh - 64px);padding:42px 28px 72px}.mypage-shell{width:min(1120px,100%);margin:0 auto}.mypage-head{margin-bottom:22px}.mypage-head p{color:#2563eb;margin:0 0 8px;font-size:13px;font-weight:900}.mypage-head h1{color:#0f172a;margin:0;font-size:32px;font-weight:950}.mypage-head span{color:#64748b;margin-top:9px;font-size:14px;line-height:1.7;display:block}.mypage-alert{border-radius:8px;margin:0 0 14px;padding:12px 14px;font-size:13px;font-weight:850}.mypage-alert.success{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.mypage-alert.error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.mypage-layout{grid-template-columns:320px minmax(0,1fr);align-items:start;gap:18px;display:grid}.mypage-profile-hero{grid-template-columns:180px minmax(0,1fr);align-items:center;gap:36px;width:min(780px,100%);margin:0 auto 28px;padding:10px 0 8px;display:grid}.mypage-panel,.mypage-loading{background:#fff;border:1px solid #dbe3ef;border-radius:8px;box-shadow:0 10px 28px #0f172a0f}.mypage-loading{color:#64748b;text-align:center;padding:46px;font-weight:900}.mypage-panel{padding:18px}.mypage-profile-summary{border-bottom:1px solid #eef2f7;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:14px;margin-bottom:18px;padding-bottom:18px;display:grid}.mypage-avatar{color:#fff;background:linear-gradient(135deg,#7c3aed,#2563eb);border-radius:50%;place-items:center;width:56px;height:56px;font-size:20px;font-weight:950;display:grid}.mypage-avatar.large{background:radial-gradient(circle at 30% 24%,#ffffff8a,#0000 28%),linear-gradient(135deg,#7c3aed,#2563eb 58%,#059669);border:4px solid #fff;justify-self:center;width:150px;height:150px;font-size:48px;box-shadow:0 12px 34px #0f172a29}.mypage-profile-main{min-width:0}.mypage-profile-title-row{align-items:center;gap:14px;margin-bottom:8px;display:flex}.mypage-profile-title-row h2{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:28px;font-weight:950;overflow:hidden}.mypage-profile-title-row button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#2563eb);border:0;border-radius:8px;flex-shrink:0;padding:10px 16px;font-size:13px;font-weight:900;box-shadow:0 10px 22px #2563eb2e}.mypage-profile-title-row button.secondary{color:#334155;box-shadow:none;background:#fff;border:1px solid #cbd5e1}.mypage-profile-title-row button:disabled{opacity:.62;cursor:default}.mypage-profile-main>p{color:#475569;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14px;font-weight:750;overflow:hidden}.mypage-stats{gap:28px;margin:18px 0;display:flex}.mypage-stats div{align-items:baseline;gap:5px;display:flex}.mypage-stats strong{color:#0f172a;font-size:18px;font-weight:950}.mypage-stats span{color:#334155;font-size:14px;font-weight:800}.mypage-provider-line{gap:8px;display:grid}.mypage-provider-line>span{color:#64748b;font-size:12px;font-weight:900}.mypage-provider-chip{background:#fff;border:1px solid #e2e8f0;border-radius:10px;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:10px;width:min(360px,100%);padding:10px 12px;display:inline-grid}.mypage-provider-chip i{border-radius:50%;place-items:center;width:36px;height:36px;font-size:12px;font-style:normal;font-weight:950;display:grid}.mypage-provider-chip.kakao i{color:#3c1e1e;background:#fee500}.mypage-provider-chip.local i{color:#2563eb;background:#eff6ff}.mypage-provider-chip.google i{color:#4285f4;background:#fff;border:1px solid #e5e7eb}.mypage-provider-chip.naver i{color:#fff;background:#03c75a}.mypage-provider-chip.default i{color:#475569;background:#f1f5f9}.mypage-provider-chip strong{color:#0f172a;font-size:13px;font-weight:950;display:block}.mypage-provider-chip small{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12px;font-weight:650;display:block;overflow:hidden}.mypage-info-strip{background:#e2e8f0;border:1px solid #e2e8f0;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:0 auto 22px;display:grid;overflow:hidden}.mypage-info-strip>div{background:#fff;min-width:0;padding:15px 16px}.mypage-info-strip span{color:#94a3b8;margin-bottom:5px;font-size:12px;font-weight:850;display:block}.mypage-info-strip strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:950;display:block;overflow:hidden}.mypage-profile-summary strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:18px;font-weight:950;display:block;overflow:hidden}.mypage-profile-summary p{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:13px;font-weight:700;overflow:hidden}.mypage-section-head h2{color:#0f172a;margin:0;font-size:18px;font-weight:950}.mypage-post-card textarea{color:#0f172a;width:100%;font:inherit;background:#fff;border:1px solid #dbe3ef;border-radius:8px;outline:none;padding:11px 12px}.mypage-post-card textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.mypage-post-actions button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#2563eb);border:0;border-radius:8px;padding:11px 15px;font-size:13px;font-weight:900}.mypage-post-actions button:disabled{opacity:.55;cursor:default}.mypage-section-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.mypage-section-head span{color:#2563eb;background:#eff6ff;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900}.mypage-post-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.mypage-post-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;grid-template-columns:minmax(0,1fr);gap:0;padding:0;display:grid;overflow:hidden}.mypage-post-preview{aspect-ratio:1;color:#64748b;background:#f1f5f9;border-radius:0;place-items:center;min-height:0;font-size:13px;font-weight:900;display:grid;position:relative;overflow:hidden}.mypage-post-preview img{object-fit:cover;width:100%;height:100%}.mypage-post-preview span{color:#fff;background:#0f172ab8;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:900;position:absolute;top:8px;right:8px}.mypage-post-body{align-content:start;gap:9px;min-width:0;padding:12px;display:grid}.mypage-post-meta{color:#64748b;flex-wrap:wrap;gap:8px 12px;font-size:12px;font-weight:800;display:flex}.mypage-post-body p{color:#0f172a;white-space:pre-wrap;margin:0;font-size:14px;line-height:1.65}.mypage-tag{color:#2563eb;font-weight:900}.mypage-post-card textarea{resize:vertical;min-height:112px;line-height:1.6}.mypage-post-actions{justify-content:flex-end;gap:8px;display:flex}.mypage-post-actions button.secondary{color:#475569;background:#fff;border:1px solid #dbe3ef}.mypage-post-actions button.danger{color:#dc2626;background:#fff;border:1px solid #fecaca}.mypage-empty{color:#64748b;border:1px dashed #cbd5e1;border-radius:8px;place-items:center;min-height:240px;font-size:14px;font-weight:850;display:grid}@media (width<=860px){.mypage-page{padding:28px 18px 56px}.mypage-profile-hero{grid-template-columns:112px minmax(0,1fr);gap:18px}.mypage-avatar.large{width:104px;height:104px;font-size:34px}.mypage-profile-title-row{flex-direction:column;align-items:flex-start}.mypage-stats{gap:16px}.mypage-info-strip,.mypage-post-list{grid-template-columns:1fr}}.login-page{background:linear-gradient(135deg,#f5f3ff 0%,#eff6ff 50%,#ecfdf5 100%);justify-content:center;align-items:center;min-height:calc(100vh - 64px);padding:2rem;display:flex}.login-card{background:#fff;border-radius:20px;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:400px;padding:3rem 2.5rem;display:flex;box-shadow:0 4px 24px #00000014}.login-logo{align-items:center;gap:.75rem;margin-bottom:.25rem;display:flex}.login-logo__text{flex-direction:column;display:flex}.login-logo__name{background:linear-gradient(90deg,#7c3aed,#2563eb,#059669);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.4rem;font-weight:800;line-height:1.2}.login-logo__sub{color:#9ca3af;letter-spacing:.05em;font-size:.7rem}.login-title{color:#111827;margin:0;font-size:1.5rem;font-weight:700}.login-form{flex-direction:column;gap:.75rem;width:100%;display:flex}.login-input{box-sizing:border-box;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:.75rem 1rem;font-size:.95rem;transition:border-color .15s}.login-input:focus{border-color:#7c3aed}.login-error{color:#ef4444;text-align:center;margin:0;font-size:.82rem}.login-btn-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#2563eb);border:none;border-radius:10px;width:100%;margin-top:.25rem;padding:.8rem;font-size:1rem;font-weight:700;transition:opacity .15s}.login-btn-submit:hover{opacity:.9}.login-btn-submit:disabled{opacity:.6;cursor:not-allowed}.login-divider{color:#d1d5db;align-items:center;gap:.75rem;width:100%;font-size:.85rem;display:flex}.login-divider:before,.login-divider:after{content:"";background:#e5e7eb;flex:1;height:1px}.login-divider span{color:#9ca3af;white-space:nowrap}.social-login-group{gap:.6rem;width:100%;display:grid}.social-btn{cursor:pointer;border:1.5px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:.6rem;width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:700;transition:background .15s,border-color .15s,transform .1s;display:flex}.social-btn:hover{transform:translateY(-1px)}.social-btn:active{transform:translateY(0)}.social-btn.kakao{color:#3c1e1e;background:#fee500}.social-btn.kakao:hover{background:#fdd800}.social-btn.google{color:#1f2937;background:#fff;border-color:#e5e7eb}.social-btn.google:hover{background:#f8fafc;border-color:#cbd5e1}.social-btn.naver{color:#fff;background:#03c75a}.social-btn.naver:hover{background:#02b351}.social-icon{flex-shrink:0}.social-google-mark,.social-naver-mark{border-radius:50%;flex-shrink:0;place-items:center;width:20px;height:20px;font-size:.82rem;font-weight:900;display:grid}.social-google-mark{color:#4285f4;background:#fff;border:1px solid #e5e7eb}.social-naver-mark{color:#03c75a;background:#fff}.login-register-link{color:#6b7280;margin:0;font-size:.87rem}.login-register-link a{color:#7c3aed;font-weight:600;text-decoration:none}.login-register-link a:hover{text-decoration:underline}@media (width<=480px){.login-page{align-items:flex-start;padding:2rem 1.25rem 1.25rem}.login-card{border-radius:16px;padding:2rem 1.5rem}}.register-page{background:linear-gradient(135deg,#f5f3ff 0%,#eff6ff 50%,#ecfdf5 100%);justify-content:center;align-items:center;min-height:calc(100vh - 64px);padding:2rem;display:flex}.register-card{background:#fff;border-radius:20px;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:400px;padding:3rem 2.5rem;display:flex;box-shadow:0 4px 24px #00000014}.register-logo{align-items:center;gap:.75rem;margin-bottom:.25rem;display:flex}.register-logo__text{flex-direction:column;display:flex}.register-logo__name{background:linear-gradient(90deg,#7c3aed,#2563eb,#059669);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.4rem;font-weight:800;line-height:1.2}.register-logo__sub{color:#9ca3af;letter-spacing:.05em;font-size:.7rem}.register-title{color:#111827;margin:0;font-size:1.5rem;font-weight:700}.register-form{flex-direction:column;gap:.75rem;width:100%;display:flex}.register-input{box-sizing:border-box;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:.75rem 1rem;font-size:.95rem;transition:border-color .15s}.register-input:focus{border-color:#7c3aed}.register-error{color:#ef4444;text-align:center;margin:0;font-size:.82rem}.register-btn-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#2563eb);border:none;border-radius:10px;width:100%;margin-top:.25rem;padding:.8rem;font-size:1rem;font-weight:700;transition:opacity .15s}.register-btn-submit:hover{opacity:.9}.register-btn-submit:disabled{opacity:.6;cursor:not-allowed}.register-login-link{color:#6b7280;margin:0;font-size:.87rem}.register-login-link a{color:#7c3aed;font-weight:600;text-decoration:none}.register-login-link a:hover{text-decoration:underline}@media (width<=480px){.register-page{align-items:flex-start;padding:1.25rem 1rem}.register-card{border-radius:14px;padding:1.75rem 1.25rem}.register-title{font-size:1.25rem}}.adm-layout{background:#f8fafc;min-height:calc(100vh - 64px);display:flex}.adm-sidebar{background:#fff;border-right:1px solid #e2e8f0;flex-shrink:0;width:200px;padding:24px 0}.adm-sidebar__title{letter-spacing:.08em;color:#94a3b8;text-transform:uppercase;padding:0 20px 16px;font-size:11px;font-weight:700}.adm-sidebar__nav{flex-direction:column;gap:2px;padding:0 8px;display:flex}.adm-nav-item{color:#475569;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:14px;transition:background .15s,color .15s;display:flex}.adm-nav-item:hover{color:#1e293b;background:#f1f5f9}.adm-nav-item.is-active{color:#7c3aed;background:#ede9fe;font-weight:600}.adm-nav-icon{font-size:16px}.adm-main{flex:1;padding:32px;overflow-x:auto}.adm-section__header{align-items:baseline;gap:12px;margin-bottom:24px;display:flex}.adm-section__title{color:#1e293b;margin:0 0 24px;font-size:20px;font-weight:700}.adm-section__header .adm-section__title{margin-bottom:0}.adm-section__count{color:#64748b;font-size:14px}.adm-loading{color:#94a3b8;font-size:14px}.adm-stats-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;display:grid}.adm-stat-card{border-top:3px solid var(--card-color);background:#fff;border-radius:12px;padding:24px 20px;box-shadow:0 1px 3px #00000014}.adm-stat-card__icon{margin-bottom:12px;font-size:24px}.adm-stat-card__value{color:#1e293b;margin-bottom:6px;font-size:28px;font-weight:700;line-height:1}.adm-stat-card__label{color:#64748b;font-size:13px}.adm-table-wrap{background:#fff;border-radius:12px;overflow-x:auto;box-shadow:0 1px 3px #00000014}.adm-table{border-collapse:collapse;width:100%;font-size:14px}.adm-table th{text-align:left;color:#64748b;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px 16px;font-size:12px;font-weight:600}.adm-table td{color:#334155;border-bottom:1px solid #f1f5f9;padding:12px 16px}.adm-table tr:last-child td{border-bottom:none}.adm-table tr:hover td{background:#f8fafc}.adm-td-id{color:#94a3b8;font-size:12px}.adm-td-email{color:#475569;font-size:13px}.adm-td-date{color:#94a3b8;white-space:nowrap;font-size:12px}.adm-td-self{color:#94a3b8;font-size:12px}.adm-badge{border-radius:20px;padding:2px 8px;font-size:12px;font-weight:500;display:inline-block}.adm-badge--local{color:#475569;background:#f1f5f9}.adm-badge--kakao{color:#92400e;background:#fef9c3}.adm-badge--role-admin{color:#7c3aed;background:#ede9fe}.adm-badge--role-user{color:#059669;background:#f0fdf4}.adm-btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:6px;padding:4px 12px;font-size:12px;font-weight:500;transition:opacity .15s}.adm-btn:disabled{opacity:.5;cursor:not-allowed}.adm-btn--promote{color:#7c3aed;background:#ede9fe;border-color:#ddd6fe}.adm-btn--promote:hover:not(:disabled){background:#ddd6fe}.adm-btn--demote{color:#dc2626;background:#fef2f2;border-color:#fecaca}.adm-btn--demote:hover:not(:disabled){background:#fecaca}.adm-pagination{justify-content:center;align-items:center;gap:16px;margin-top:20px;display:flex}.adm-page-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:6px 16px;font-size:13px;transition:background .15s}.adm-page-btn:hover:not(:disabled){background:#f1f5f9}.adm-page-btn:disabled{opacity:.4;cursor:not-allowed}.adm-page-info{color:#64748b;font-size:13px}.adm-td-title{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-weight:500;overflow:hidden}.adm-td-sub{color:#64748b;font-size:13px}.adm-td-address{color:#64748b;text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-size:12px;overflow:hidden}.adm-td-num{text-align:right;font-variant-numeric:tabular-nums;color:#334155}.adm-td-empty{text-align:center;color:#94a3b8;font-size:14px;padding:32px!important}.adm-badge--type{color:#0369a1;background:#f0f9ff}.adm-badge--type-short_term{color:#92400e;background:#fef3c7}.adm-badge--type-long_term{color:#075985;background:#e0f2fe}.adm-section__desc{color:#64748b;margin:-16px 0 16px;font-size:13px;line-height:1.5}.adm-info-badge{color:#059669;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:20px;padding:2px 10px;font-size:11px;font-weight:600;display:inline-block}.adm-error{color:#dc2626;padding:12px 0;font-size:14px}.adm-auth-error{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:64px 0;display:flex}.adm-auth-error__icon{margin-bottom:8px;font-size:40px}.adm-auth-error p{color:#1e293b;margin:0;font-size:16px}.adm-auth-error__sub{color:#64748b!important;margin-bottom:16px!important;font-size:13px!important}.adm-empty-state{color:#94a3b8;flex-direction:column;align-items:center;gap:12px;padding:64px 0;font-size:14px;display:flex}.adm-empty-state__icon{font-size:40px}.adm-select{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;min-width:160px;padding:8px 12px;font-size:14px}.adm-select:focus{border-color:#7c3aed}.adm-badge--source-tour-api,.adm-badge--source-tourapi{color:#1d4ed8;background:#eff6ff}.adm-badge--source-hr-dummy{color:#475569;background:#f1f5f9}.adm-search-bar{gap:8px;margin-bottom:16px;display:flex}.adm-search-input{color:#334155;border:1px solid #e2e8f0;border-radius:8px;outline:none;flex:1;max-width:360px;padding:8px 12px;font-size:14px;transition:border-color .15s}.adm-search-input:focus{border-color:#7c3aed}.adm-search-btn{color:#fff;cursor:pointer;background:#7c3aed;border:none;border-radius:8px;padding:8px 16px;font-size:14px;transition:opacity .15s}.adm-search-btn:hover{opacity:.85}.adm-search-reset{color:#64748b;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:8px 12px;font-size:13px}.adm-search-reset:hover{background:#e2e8f0}.adm-btn--delete{color:#dc2626;background:#fef2f2;border-color:#fecaca}.adm-btn--delete:hover:not(:disabled){background:#fecaca}.adm-modal-overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.adm-modal{background:#fff;border-radius:12px;min-width:320px;padding:28px 32px;box-shadow:0 20px 60px #0003}.adm-modal__message{color:#1e293b;margin:0 0 24px;font-size:15px;line-height:1.5}.adm-modal__actions{justify-content:flex-end;gap:8px;display:flex}.adm-btn--cancel{color:#475569;background:#f1f5f9;border-color:#e2e8f0}.adm-btn--cancel:hover:not(:disabled){background:#e2e8f0}.adm-btn--confirm-delete{color:#fff;background:#dc2626;border-color:#dc2626;padding:6px 18px}.adm-btn--confirm-delete:hover:not(:disabled){background:#b91c1c}@media (width<=640px){.adm-sidebar{display:none}.adm-main{padding:16px}}
