:root{--bg: #f6f7f9;--surface: #ffffff;--surface-2: #eef1f4;--text: #1b1b1b;--text-2: #353839;--muted: #36454f;--border: #d6dce2;--divider: #e6ebf0;--shadow: rgba(27, 27, 27, .1)}html[data-theme=dark]{--bg: #1b1b1b;--surface: #232323;--surface-2: #2a2a2a;--text: #f5f6f7;--text-2: #d7dbde;--muted: #b9c3ca;--border: #353839;--divider: #2e2f30;--shadow: rgba(0, 0, 0, .35)}:root{--primary-main: #202c4d;--primary-light: #3b82f6;--primary-dark: #1e40af;--secondary-main: #f8fafc;--secondary-light: #ffffff;--secondary-dark: #f1f5f9;--accent-main: #60a5fa;--accent-light: #93c5fd;--accent-dark: #3b82f6;--neutral-white: #ffffff;--neutral-light-gray: #faf8f6;--neutral-gray: #b6b3b1;--neutral-dark-gray: #2c2c2e;--neutral-black: #000000;--status-success: #28a745;--status-warning: #ffc107;--status-error: #dc3545;--status-info: #17a2b8;--text-primary: #000000;--text-secondary: #b6b3b1;--text-muted: #b6b3b1;--text-light: #faf8f6;--bg-primary: #f8fafc;--bg-secondary: #ffffff;--bg-tertiary: #f1f5f9;--bg-card: #ffffff;--bg-elevated: #ffffff;--border-light: #b6b3b1;--border-medium: #2c2c2e;--border-dark: #202c4d;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px rgba(0, 0, 0, .15);--primary-main-10: rgba(32, 44, 77, .1);--primary-main-20: rgba(32, 44, 77, .2);--primary-main-30: rgba(32, 44, 77, .3);--primary-main-50: rgba(32, 44, 77, .5)}:root.dark,html[data-theme=dark]{--primary-main: #60a5fa;--primary-light: #93c5fd;--primary-dark: #3b82f6;--secondary-main: #1e293b;--secondary-light: #0f172a;--secondary-dark: #334155;--accent-main: #60a5fa;--accent-light: #93c5fd;--accent-dark: #3b82f6;--neutral-white: #0f172a;--neutral-light-gray: #1e293b;--neutral-gray: #475569;--neutral-dark-gray: #cbd5e1;--neutral-black: #f8fafc;--status-success: #28a745;--status-warning: #ffc107;--status-error: #dc3545;--status-info: #17a2b8;--text-primary: #f8fafc;--text-secondary: #cbd5e1;--text-muted: #475569;--text-light: #1e293b;--bg-primary: #1e293b;--bg-secondary: #0f172a;--bg-tertiary: #334155;--bg-card: #1e293b;--bg-elevated: #334155;--border-light: rgba(255, 255, 255, .1);--border-medium: rgba(255, 255, 255, .2);--border-dark: rgba(255, 255, 255, .3);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .5);--shadow-xl: 0 20px 25px rgba(0, 0, 0, .6);--primary-main-10: rgba(96, 165, 250, .1);--primary-main-20: rgba(96, 165, 250, .2);--primary-main-30: rgba(96, 165, 250, .3);--primary-main-50: rgba(96, 165, 250, .5)}.bg-transparent{background-color:transparent!important}.bg-white{background-color:var(--neutral-white)!important}.bg-white-transp{background-color:#fffc}.bg-light-gray{background-color:var(--secondary-main)!important}.bg-medium-gray{background-color:var(--neutral-gray)!important}.bg-light-blue{background-color:var(--status-info)!important}.bg-blue{background-color:var(--primary-main)!important}.bg-new{background-color:var(--primary-light)!important}.bg-blend{background-color:var(--accent-main)!important}.bg-single{background-color:var(--primary-main)!important}.bg-slow-roasting{background-color:#5f2af299!important}.bg-award{background-color:var(--neutral-gray)!important}.bg-black{background-color:var(--primary-main)!important;color:var(--secondary-main)}.bg-gray{background-color:var(--neutral-gray)!important}.text-white{color:var(--neutral-white)!important}.text-bluesky{color:var(--accent-main)!important}.text-gray{color:var(--neutral-gray)}.text-primary{color:var(--text-primary)!important}.text-secondary{color:var(--text-secondary)!important}.text-muted{color:var(--text-muted)!important}.text-light{color:var(--text-light)!important}.text-success{color:var(--status-success)!important}.text-error{color:var(--status-error)!important}.text-warning{color:var(--status-warning)!important}.text-info{color:var(--status-info)!important}.not-found-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--secondary-main);padding:2rem 1rem}.not-found-page .not-found-container{width:100%;max-width:560px;text-align:center}.not-found-page .not-found-card{background:var(--neutral-gray);border-radius:1rem;padding:2.5rem 1.5rem;box-shadow:0 10px 30px #00000014}.not-found-page .not-found-card .not-found-page__eyebrow{font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--primary-main);margin:0 0 .5rem}.not-found-page .not-found-card .not-found-page__title{font-size:1.75rem;font-weight:600;color:var(--text-primary);margin:0 0 .75rem;line-height:1.3}.not-found-page .not-found-card .not-found-page__description{font-size:1rem;color:var(--text-secondary);margin:0 0 2rem;line-height:1.5}.not-found-page .not-found-card .not-found-page__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.not-found-page .not-found-card .not-found-page__actions .not-found-page__btn,.not-found-page .not-found-card .not-found-page__actions .not-found-page__btn-secondary{padding:.75rem 1.25rem;border-radius:.75rem;font-weight:600;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;transition:all .2s ease;min-width:130px;justify-content:center;cursor:pointer}.not-found-page .not-found-card .not-found-page__actions .not-found-page__btn:hover,.not-found-page .not-found-card .not-found-page__actions .not-found-page__btn-secondary:hover{transform:translateY(-1px)}.not-found-page .not-found-card .not-found-page__actions .not-found-page__btn:focus-visible,.not-found-page .not-found-card .not-found-page__actions .not-found-page__btn-secondary:focus-visible{outline:2px solid var(--primary-main);outline-offset:2px}.not-found-page .not-found-card .not-found-page__actions .not-found-page__btn--primary{background:var(--primary-main);color:#fff;border:none}.not-found-page .not-found-card .not-found-page__actions .not-found-page__btn--primary:hover{background:var(--primary-dark);color:#fff}.not-found-page .not-found-card .not-found-page__actions .not-found-page__btn-secondary{border:2px solid var(--text-secondary);background:transparent;color:var(--text-secondary)}.not-found-page .not-found-card .not-found-page__actions .not-found-page__btn-secondary:hover{border-color:var(--text-primary);color:var(--text-primary);background:#00000008}.not-found-page .not-found-card .not-found-page__help{padding-top:1.75rem;border-top:1px solid rgba(0,0,0,.08)}.not-found-page .not-found-card .not-found-page__help .not-found-page__help-text{color:var(--text-secondary);font-size:.875rem;margin:0 0 1rem}.not-found-page .not-found-card .not-found-page__help .not-found-page__quick-links{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.not-found-page .not-found-card .not-found-page__help .not-found-page__quick-links .not-found-page__quick-link{color:var(--primary-main);text-decoration:none;font-weight:500;font-size:.9rem;padding:.5rem .75rem;border-radius:.5rem;background:var(--secondary-main);border:1px solid rgba(0,0,0,.06);transition:all .2s ease;display:inline-flex;align-items:center;gap:.35rem}.not-found-page .not-found-card .not-found-page__help .not-found-page__quick-links .not-found-page__quick-link:hover{background:var(--secondary-dark)}.not-found-page .not-found-card .not-found-page__help .not-found-page__quick-links .not-found-page__quick-link:focus-visible{outline:2px solid var(--primary-main);outline-offset:2px}
