@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600;700&display=swap";html,body,#app{margin:0;min-height:100%}body{background:#f8fafc;color:#1e293b;font-family:Quicksand,Segoe UI,sans-serif}*{box-sizing:border-box}a{text-decoration:none}:root{--hd-primary: #44af7c;--hd-primary-dark: #368d63;--hd-primary-light: #f0fdf4;--hd-accent: #ffbf00;--hd-sidebar-bg: #1e293b;--hd-sidebar-hover: #334155;--hd-sidebar-text: #94a3b8;--hd-sidebar-active: #ffffff;--hd-bg: #f8fafc;--hd-card-bg: #ffffff;--hd-border: #e2e8f0;--hd-text-main: #1e293b;--hd-text-muted: #64748b;--hd-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--hd-radius: 12px}.holydis-layout{min-height:100vh;background-color:var(--hd-bg);font-family:Quicksand,Inter,sans-serif}.holydis-sidebar{position:fixed;inset:0 auto 0 0;width:min(280px,88vw);transform:translate(-100%);background-color:var(--hd-sidebar-bg);color:var(--hd-sidebar-active);display:flex;flex-direction:column;transition:transform .3s ease;z-index:50;box-shadow:0 20px 30px -20px #0f172a99}.holydis-sidebar__brand{padding:2rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid var(--hd-sidebar-hover)}.holydis-sidebar__logo{font-size:1.5rem}.holydis-sidebar__brand-name{font-size:1.25rem;font-weight:700;letter-spacing:-.025em}.holydis-sidebar__nav{flex:1;padding:1.5rem 1rem;display:flex;flex-direction:column;gap:.5rem}.holydis-sidebar__link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;color:var(--hd-sidebar-text);text-decoration:none;font-weight:500;transition:all .2s}.holydis-sidebar__link:hover{background-color:var(--hd-sidebar-hover);color:var(--hd-sidebar-active)}.holydis-sidebar__link--active{background-color:var(--hd-primary);color:#fff}.holydis-sidebar__footer{padding:1.5rem;border-top:1px solid var(--hd-sidebar-hover)}.holydis-sidebar__user{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.holydis-sidebar__user-avatar{width:40px;height:40px;background-color:var(--hd-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.holydis-sidebar__user-name{font-weight:600;font-size:.875rem}.holydis-sidebar__user-role{font-size:.75rem;color:var(--hd-sidebar-text);text-transform:capitalize}.holydis-sidebar__logout{width:100%;padding:.625rem;background:transparent;border:1px solid var(--hd-sidebar-hover);color:#ef4444;border-radius:8px;cursor:pointer;font-weight:600}.holydis-main{flex:1;display:flex;flex-direction:column;min-width:0;min-height:100vh}.holydis-topbar{min-height:64px;background-color:#fff;border-bottom:1px solid var(--hd-border);display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem}.holydis-topbar__menu-btn{width:40px;height:40px;border:1px solid var(--hd-border);border-radius:10px;background:#fff;color:var(--hd-text-main);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.holydis-topbar__title{flex:1;min-width:0;font-size:1rem;font-weight:700;color:var(--hd-text-main)}.holydis-topbar__right{display:flex;align-items:center;justify-content:flex-end;min-width:0}.holydis-topbar__merchant-id{display:none;padding:.375rem .75rem;border-radius:9999px;background:var(--hd-primary-light);color:var(--hd-primary-dark);font-size:.75rem;font-weight:700}.holydis-content{flex:1;padding:1rem;overflow-y:auto}.holydis-page-header{margin-bottom:1.5rem;display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.holydis-page-header__title{margin:0;font-size:1.5rem;font-weight:700;color:var(--hd-text-main);line-height:1.15}.holydis-page-header__sub{margin:0;color:var(--hd-text-muted);font-size:.9375rem}.holydis-card{background:#fff;border-radius:var(--hd-radius);border:1px solid var(--hd-border);padding:1rem;box-shadow:var(--hd-shadow)}.holydis-form-card{width:100%;margin:0 auto;padding:1rem}.holydis-form-card--md{max-width:600px}.holydis-form-card--lg{max-width:800px}.holydis-btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;border:none;gap:.5rem;text-align:center}.holydis-btn--primary{background:var(--hd-primary);color:#fff}.holydis-btn--primary:hover{background:var(--hd-primary-dark)}.holydis-btn--ghost{background:transparent;color:var(--hd-text-muted);border:1px solid var(--hd-border)}.holydis-btn--ghost:hover{background:#f1f5f9;color:var(--hd-text-main)}.holydis-btn--sm{padding:.375rem .75rem;font-size:.875rem}.holydis-badge{display:inline-flex;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase}.holydis-badge--success{background:#dcfce7;color:#166534}.holydis-badge--neutral{background:#f1f5f9;color:#475569}.holydis-po-table-wrap{background:#fff;border-radius:var(--hd-radius);border:1px solid var(--hd-border);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.holydis-table{width:100%;min-width:720px;border-collapse:collapse;text-align:left}.holydis-table th{background:#f8fafc;padding:.875rem;font-weight:600;color:var(--hd-text-muted);font-size:.875rem;border-bottom:1px solid var(--hd-border)}.holydis-table td{padding:.875rem;border-bottom:1px solid var(--hd-border);font-size:.875rem}.holydis-table__po-number{font-weight:700;color:var(--hd-primary)}.holydis-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:1rem}.holydis-login-card{width:100%;max-width:400px;background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 20px 25px -5px #0000001a}.holydis-login-brand{text-align:center;margin-bottom:2rem}.holydis-login-brand__icon{font-size:3rem;margin-bottom:1rem;display:block}.holydis-login-brand__name{font-size:2rem;font-weight:800;color:var(--hd-primary);margin-bottom:.5rem}.holydis-form__group{margin-bottom:1.25rem}.holydis-form__label{display:block;font-weight:600;margin-bottom:.5rem;font-size:.875rem}.holydis-form__input{width:100%;padding:.75rem 1rem;border:1px solid var(--hd-border);border-radius:8px;transition:border-color .2s}.holydis-form__input:focus{outline:none;border-color:var(--hd-primary);box-shadow:0 0 0 3px var(--hd-primary-light)}.holydis-form__input-wrap{position:relative}.holydis-form__eye-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--hd-text-muted);cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.holydis-form__eye-btn:hover{color:var(--hd-primary)}.holydis-login-footer{margin-top:1.5rem;text-align:center}.holydis-login-footer__link{color:var(--hd-text-muted);text-decoration:none;font-size:.875rem;font-weight:600;transition:color .2s}.holydis-login-footer__link:hover{color:var(--hd-primary);text-decoration:underline}.holydis-login-form__submit{width:100%;padding:.875rem;background:var(--hd-primary);color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;margin-top:1rem}.holydis-sidebar--open{transform:translate(0)}.holydis-sidebar__overlay{position:fixed;inset:0;background:#00000080;z-index:40}.holydis-po-list{display:flex;flex-direction:column;gap:1.5rem}.holydis-po-card{background:#fff;border-radius:var(--hd-radius);border:1px solid var(--hd-border);box-shadow:var(--hd-shadow);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.holydis-po-card:hover{transform:translateY(-4px);box-shadow:0 12px 20px -5px #0000001a;border-color:var(--hd-primary)}.holydis-po-card--open{border-color:var(--hd-primary);box-shadow:0 12px 20px -5px #0000001a}.holydis-po-card__header{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem;background:transparent;border:none;cursor:pointer;text-align:left}.holydis-po-card__left{display:flex;align-items:flex-start;gap:.875rem;width:100%}.holydis-po-card__icon{font-size:1.5rem;background:var(--hd-primary-light);width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;flex-shrink:0}.holydis-po-card__number{font-size:1rem;font-weight:700;color:var(--hd-text-main);margin-bottom:.25rem}.holydis-po-card__date{font-size:.875rem;color:var(--hd-text-muted)}.holydis-po-card__sj-count{font-size:.75rem;font-weight:700;color:var(--hd-primary);background:var(--hd-primary-light);padding:.125rem .5rem;border-radius:4px;display:inline-block;margin-top:.5rem}.holydis-po-card__body{padding:0 1rem 1rem;border-top:1px solid var(--hd-border);background:#fcfdfe}.holydis-sj-accordion{margin-top:1rem;border:1px solid var(--hd-border);border-radius:10px;background:#fff;transition:all .2s ease}.holydis-sj-accordion:hover{border-color:var(--hd-primary);background:#fcfdfe}.holydis-sj-accordion--open{border-color:var(--hd-primary);border-left:4px solid var(--hd-primary)}.holydis-sj-accordion__header{width:100%;padding:1rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:.75rem;background:transparent;border:none;cursor:pointer;text-align:left}.holydis-sj-accordion__left{display:flex;align-items:flex-start;gap:.75rem;width:100%}.holydis-sj-accordion__number{font-weight:700;font-size:1rem;color:var(--hd-text-main)}.holydis-sj-accordion__boxes{font-size:.8125rem;color:var(--hd-text-muted);font-weight:600}.holydis-sj-accordion__right{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%}.holydis-sj-accordion__chevron{font-size:.75rem;color:var(--hd-text-muted);transition:transform .3s}.holydis-sj-accordion--open .holydis-sj-accordion__chevron{transform:rotate(180deg);color:var(--hd-primary)}.holydis-sj-accordion__body{padding:1rem;border-top:1px solid var(--hd-border);background:#fff;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.holydis-timeline{display:flex;flex-direction:column}.holydis-timeline__item{display:flex;gap:1rem}.holydis-timeline__left{display:flex;flex-direction:column;align-items:center;width:24px}.holydis-timeline__dot{width:24px;height:24px;border-radius:50%;border:2px solid var(--hd-border);background:#fff;z-index:1;display:flex;align-items:center;justify-content:center}.holydis-timeline__line{flex:1;width:2px;background:var(--hd-border);margin:4px 0}.holydis-timeline__content{padding-bottom:1.5rem;flex:1}.holydis-timeline__status{font-weight:700;margin-bottom:.25rem}.holydis-timeline__date{font-size:.75rem;color:var(--hd-text-muted)}.holydis-timeline__shipping-info{margin-top:1rem;padding:1rem;background:#fff;border:1px dashed var(--hd-border);border-radius:8px;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.holydis-timeline__track-btn{font-size:.875rem;color:var(--hd-primary);font-weight:700;text-decoration:none;margin-left:0}.holydis-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem}.holydis-stat-card{background:#fff;padding:1rem;border-radius:var(--hd-radius);box-shadow:var(--hd-shadow);display:flex;flex-direction:column;align-items:center;text-align:center}.holydis-stat-card__icon{font-size:1.625rem;margin-bottom:.5rem}.holydis-stat-card__value{font-size:1.25rem;font-weight:800;color:var(--hd-text-main)}.holydis-stat-card__label{font-size:.875rem;color:var(--hd-text-muted);font-weight:600}.holydis-table-wrap{background:#fff;border-radius:var(--hd-radius);border:1px solid var(--hd-border);box-shadow:var(--hd-shadow)}.holydis-table__head{display:grid;grid-template-columns:1fr 1.5fr 1.5fr .8fr 1.2fr 1.5fr;background:#f8fafc;padding:1rem;border-bottom:1px solid var(--hd-border);font-weight:700;color:var(--hd-text-muted);font-size:.8125rem;text-transform:uppercase;letter-spacing:.025em}.holydis-table__row{display:grid;grid-template-columns:1fr 1.5fr 1.5fr .8fr 1.2fr 1.5fr;padding:1.25rem 1rem;border-bottom:1px solid var(--hd-border);align-items:center;transition:background .2s}.holydis-table__row:hover{background:#fcfdfe}.holydis-table__td{font-size:.875rem;color:var(--hd-text-main);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.holydis-table__td--bold{font-weight:700;color:var(--hd-primary)}.holydis-table__td--actions{display:flex;gap:.5rem}.holydis-table__action-btn{padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:700;cursor:pointer;border:1px solid var(--hd-border);background:#fff}.holydis-table__action-btn--detail{color:var(--hd-text-main)}.holydis-table__action-btn--update{background:var(--hd-primary-light);color:var(--hd-primary);border-color:var(--hd-primary)}.holydis-table__action-btn--resi{background:#fffbeb;color:#d97706;border-color:#f59e0b}.holydis-table__detail-row{padding:1.5rem;background:#fcfdfe;border-bottom:1px solid var(--hd-border);border-left:4px solid var(--hd-primary)}.holydis-table__detail-label{font-weight:700;font-size:.8125rem;margin-bottom:1rem;color:var(--hd-text-muted);text-transform:uppercase}.holydis-table__detail-item{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem;font-size:.875rem}.holydis-table__detail-status{font-weight:600;min-width:140px}.holydis-table__detail-date{color:var(--hd-text-muted);font-size:.8125rem}.holydis-profile-card{background:#fff;border-radius:var(--hd-radius);border:1px solid var(--hd-border);box-shadow:var(--hd-shadow);overflow:hidden;max-width:600px;width:100%}.holydis-profile-card__header{padding:1.25rem;border-bottom:1px solid var(--hd-border);display:flex;flex-direction:column;align-items:flex-start;gap:1rem;background:linear-gradient(to right,#fff,#fcfdfe)}.holydis-profile-card__avatar{width:64px;height:64px;background:var(--hd-primary);color:#fff;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:1.375rem;font-weight:800;box-shadow:0 10px 15px -3px #44af7c4d}.holydis-profile-card__name{font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.holydis-profile-card__id{font-size:.875rem;color:var(--hd-text-muted);margin-bottom:.75rem}.holydis-profile-card__status{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700}.holydis-profile-card__body{padding:1.25rem;display:grid;gap:1rem}.holydis-profile-field{display:flex;flex-direction:column;gap:.375rem}.holydis-profile-field__label{font-size:.75rem;font-weight:700;color:var(--hd-text-muted);text-transform:uppercase;letter-spacing:.05em}.holydis-profile-field__value{font-weight:600;color:var(--hd-text-main)}.holydis-merchants-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.holydis-merchant-card{background:#fff;border-radius:var(--hd-radius);border:1px solid var(--hd-border);padding:1.5rem;box-shadow:var(--hd-shadow);display:flex;flex-direction:column;gap:1rem;position:relative}.holydis-merchant-card__avatar{width:48px;height:48px;background:var(--hd-primary-light);color:var(--hd-primary);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700}.holydis-merchant-card__name{font-weight:700;font-size:1.125rem}.holydis-merchant-card__info{display:flex;flex-direction:column;gap:.25rem;font-size:.8125rem;color:var(--hd-text-muted)}.holydis-merchant-card__footer{margin-top:auto;padding-top:1rem;border-top:1px solid var(--hd-border);display:flex;gap:.5rem;align-items:center}.holydis-section-title{font-size:1.25rem;font-weight:700;margin-bottom:1.25rem;color:var(--hd-text-main)}.holydis-dashboard-recent{background:#fff;padding:1rem;border-radius:var(--hd-radius);border:1px solid var(--hd-border);box-shadow:var(--hd-shadow)}.holydis-recent-list{display:flex;flex-direction:column;gap:1rem}.holydis-recent-item{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1rem;border-radius:8px;border:1px solid var(--hd-border);transition:transform .2s}.holydis-recent-item:hover{transform:translate(5px);border-color:var(--hd-primary)}.holydis-recent-item__number{font-weight:700;color:var(--hd-text-main);font-size:.9375rem}.holydis-recent-item__merchant{font-size:.75rem;color:var(--hd-text-muted)}.holydis-recent-item__sj-count{font-size:.75rem;font-weight:700;color:var(--hd-primary);background:var(--hd-primary-light);padding:.25rem .5rem;border-radius:4px}.holydis-search-filter{margin-bottom:2rem;display:flex;flex-direction:column;gap:1rem}.holydis-search-filter__search-wrap{position:relative;width:100%;max-width:none}.holydis-search-filter__icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--hd-text-muted);pointer-events:none}.holydis-search-filter__input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid var(--hd-border);border-radius:12px;background:#fff;font-size:.875rem;box-shadow:var(--hd-shadow)}.holydis-search-filter__input:focus{outline:none;border-color:var(--hd-primary);box-shadow:0 0 0 3px var(--hd-primary-light)}.holydis-search-filter__clear{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);border:none;background:transparent;cursor:pointer;color:var(--hd-text-muted);font-size:1rem}.holydis-search-filter__status-wrap{display:flex;flex-wrap:wrap;gap:.5rem}.holydis-search-filter__chip{padding:.5rem 1rem;border-radius:9999px;border:1px solid var(--hd-border);background:#fff;font-size:.75rem;font-weight:700;cursor:pointer;transition:all .2s;color:var(--hd-text-muted)}.holydis-search-filter__chip:hover{border-color:var(--hd-primary);color:var(--hd-primary)}.holydis-search-filter__chip--active{background:var(--hd-primary);color:#fff;border-color:var(--hd-primary);box-shadow:0 4px 6px -1px #44af7c33}.holydis-toolbar{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:space-between}.holydis-toolbar__count{font-size:.875rem;color:var(--hd-text-muted)}.holydis-filter-grid,.holydis-detail-grid{display:grid;grid-template-columns:1fr;gap:1rem}.holydis-form-stack{display:flex;flex-direction:column;gap:1rem}.holydis-form-actions{display:flex;flex-direction:column;align-items:stretch;gap:.75rem}.holydis-form-actions__group{display:flex;flex-direction:column;gap:.75rem}.holydis-form-actions>*,.holydis-form-actions__group>*{width:100%}.holydis-card-section-header{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.holydis-modal-surface{width:100%;max-width:600px;max-height:90vh;overflow-y:auto;position:relative;padding:1.25rem;border-radius:20px}@media(min-width:640px){.holydis-topbar__merchant-id{display:inline-flex;align-items:center}.holydis-filter-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.holydis-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.holydis-form-actions{flex-direction:row;align-items:center;justify-content:flex-end;flex-wrap:wrap}.holydis-form-actions--between{justify-content:space-between}.holydis-form-actions__group{flex-direction:row;flex-wrap:wrap;justify-content:flex-end}.holydis-form-actions>*,.holydis-form-actions__group>*{width:auto}.holydis-card-section-header{flex-direction:row;justify-content:space-between;align-items:center}}@media(min-width:769px){.holydis-layout{display:flex}.holydis-sidebar{position:relative;inset:auto;width:280px;transform:translate(0);box-shadow:none}.holydis-sidebar__overlay{display:none}.holydis-topbar{padding:.875rem 2rem}.holydis-topbar__menu-btn{display:none}.holydis-content{padding:2rem}.holydis-page-header{margin-bottom:2rem}.holydis-page-header__title{font-size:1.875rem}.holydis-card,.holydis-form-card,.holydis-modal-surface{padding:1.5rem}.holydis-table th,.holydis-table td{padding:1rem}.holydis-po-card__header{flex-direction:row;align-items:center;padding:1.5rem}.holydis-po-card__left{align-items:center;gap:1.25rem;width:auto}.holydis-po-card__icon{width:56px;height:56px;font-size:2rem}.holydis-po-card__number{font-size:1.125rem}.holydis-po-card__body{padding:0 1.5rem 1.5rem}.holydis-sj-accordion__header{flex-direction:row;align-items:center;padding:1.25rem}.holydis-sj-accordion__left,.holydis-sj-accordion__right{align-items:center;width:auto}.holydis-sj-accordion__body{padding:2rem}.holydis-timeline__item{gap:1.5rem}.holydis-timeline__content{padding-bottom:2rem}.holydis-timeline__shipping-info{flex-direction:row;flex-wrap:wrap;align-items:center}.holydis-timeline__track-btn{margin-left:auto}.holydis-stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2.5rem}.holydis-stat-card{padding:1.5rem}.holydis-stat-card__icon{font-size:2rem;margin-bottom:.75rem}.holydis-stat-card__value{font-size:1.5rem}.holydis-profile-card__header{padding:2rem;flex-direction:row;align-items:center;gap:1.5rem}.holydis-profile-card__avatar{width:80px;height:80px;font-size:1.75rem}.holydis-profile-card__name{font-size:1.5rem}.holydis-profile-card__body{padding:2rem;gap:1.5rem}.holydis-dashboard-recent{padding:1.5rem}.holydis-recent-item{flex-direction:row;align-items:center;gap:1rem}.holydis-search-filter__search-wrap{max-width:400px}}
