@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Alfa+Slab+One&family=Lato:wght@400;700;900&family=Rozha+One&display=swap');

/* CSS Variables */
:root { --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --spacing: .25rem; --text-xs: .75rem; --text-sm: .875rem; --text-base: 1rem; --text-lg: 1.125rem; --text-xl: 1.25rem; --text-2xl: 1.5rem; --font-weight-normal: 400; --font-weight-medium: 500; --font-weight-semibold: 600; --font-weight-bold: 700; --radius-xs: .125rem; --radius-sm: .375rem; --radius-md: .5rem; --radius-lg: .625rem; --radius-xl: .75rem; --background: #fff; --foreground: #000; --card: #fff; --card-foreground: #0f172a; --popover: #fff; --popover-foreground: #0f172a; --primary: #3b4c6f; --primary-foreground: #fff; --secondary: #f1f5f9; --secondary-foreground: #0f172a; --muted: #f1f5f9; --muted-foreground: #64748b; --accent: #e9ebef; --accent-foreground: #0f172a; --destructive: #ef4444; --destructive-foreground: #fff; --border: #e2e8f0; --input: #f1f5f9; --ring: #3b82f6; --sidebar: #3b4c6f; --sidebar-foreground: #fff; --sidebar-primary: #fff; --sidebar-primary-foreground: #3b4c6f; --sidebar-accent: #ffffff1a; --sidebar-accent-foreground: #fff; --sidebar-border: #fff3; --sidebar-ring: #3b82f6; --chart-1: #3b4c6f; --chart-2: #10b981; --chart-3: #3b82f6; --chart-4: #f59e0b; --chart-5: #ef4444; --color-red-500: #ef4444; --color-red-600: #dc2626; --color-green-500: #10b981; --color-green-600: #059669; --color-gray-600: #6b7280; --color-black: #000; --color-white: #fff; --default-transition-duration: .15s; --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1); --ease-in-out: cubic-bezier(.4, 0, .2, 1); }
.dark { --background: #0f172a; --foreground: #f8fafc; --card: #0f172a; --card-foreground: #f8fafc; --popover: #0f172a; --popover-foreground: #f8fafc; --primary: #f8fafc; --primary-foreground: #0f172a; --secondary: #1e293b; --secondary-foreground: #f8fafc; --muted: #1e293b; --muted-foreground: #94a3b8; --accent: #1e293b; --accent-foreground: #f8fafc; --destructive: #ef4444; --destructive-foreground: #fff; --border: #1e293b; --input: #1e293b; --ring: #3b82f6; --sidebar: #1e293b; --sidebar-foreground: #f8fafc; --sidebar-primary: #3b82f6; --sidebar-primary-foreground: #fff; --sidebar-accent: #ffffff1a; --sidebar-accent-foreground: #f8fafc; --sidebar-border: #ffffff1a; --sidebar-ring: #3b82f6; }

/* Base Styles */
html, body { max-width: 100vw; overflow-x: hidden; }
* { box-sizing: border-box; border-color: var(--border); outline: none; outline-color: var(--ring); margin: 0; padding: 0; }
html { font-family: var(--font-sans); font-feature-settings: normal; font-variation-settings: normal; -webkit-text-size-adjust: 100%; tab-size: 4; -webkit-tap-highlight-color: transparent; line-height: 1.5; }
body { background-color: var(--background); min-width: 320px; color: var(--foreground); line-height: inherit; font-size: 16px; font-family: var(--font-sans); }
img { max-width: 100%; display: block; height: auto !important; }
button { cursor: pointer; font: inherit; font-feature-settings: inherit; font-variation-settings: inherit; letter-spacing: inherit; color: inherit; opacity: 1; background: none; border: none; border-radius: 0; font-family: var(--font-sans); }
input, select, textarea { font-size: 16px; font-family: var(--font-sans); }

/* Typography */
h1 { font-size: 40px; font-weight: 700; line-height: 1.5; color: #000; }
h2 { font-size: 35px; font-weight: 700; line-height: 1.5; color: #000; }
h3 { font-size: 30px; font-weight: 700; line-height: 1.5; color: #000; }
h4, h5, h6 { font-size: 25px; font-weight: 700; line-height: 1.5; color: #000; }
p, div, span, li { line-height: 1.5; }
p a { color: #1076f4; text-decoration: none; }
p a:hover { text-decoration: underline; }

/* Layout Components */
.container { max-width: 1400px; margin: 0 auto; padding: 30px; }
.content { height: calc(100vh - 111px); }
.card { background: #fff; border: 1px solid #e2e6ea; border-radius: 5px; margin: 0 10px 30px; padding: 20px; box-shadow: 0 0 5px #00000029; }

/* Buttons */
.btn { color: #fff; cursor: pointer; background-color: #1076f4; border: none; border-radius: 5px; padding: 10px 30px; font-size: 16px; font-weight: 600; text-decoration: none; margin-bottom: 20px; }
.btn:hover { background: #1354bc; transition: all .2s ease-in-out; }
.btn [type="checkbox"], .btn [type="radio"] { vertical-align: middle; }
.btn.outline { color: #1076f4; background: none; border: 3px solid #1076f4; padding: 7px 30px; }
.btn.outline:hover { color: #fff; background: #1076f4; }
.btn.forward { justify-content: center; align-items: center; margin-bottom: 0; display: flex; position: relative; }
.btn.back { width: initial; justify-content: center; align-items: center; display: flex; }
.btn-footer { height: initial; z-index: 2; border-radius: 0; padding: 20px; font-size: 18px; line-height: 21px; position: fixed; bottom: 0; left: 0; right: 0; box-shadow: 0 -6px 12px #00000034; }
.btn.bg-none { color: #1076f4; background: none; }
.btn.bg-none:hover { color: #1354bc; transition: all .2s ease-in-out; background-color: #e4effd !important; }
.btn.disabled { color: #7d7d7d; background-color: #dedede; }
.sm-btn { color: #fff; cursor: pointer; background-color: #1076f4; border: none; border-radius: 5px; padding: 6px 20px; font-size: 13px; font-weight: 600; text-decoration: none; margin-bottom: 20px; }
.sm-btn:hover { background: #1354bc; transition: all .2s ease-in-out; }
.sm-btn.outline { color: #1076f4; background: none; border: 2px solid #1076f4; padding: 4px 20px; }
.sm-btn.outline:hover { color: #fff; background: #1076f4; }
.sm-btn.bg-none { color: #1076f4; background: none; }
.sm-btn.bg-none:hover { color: #1354bc; transition: all .2s ease-in-out; background-color: #e4effd !important; }

/* Button Groups */
.btn-group { text-align: center; border-radius: 5px; justify-content: center; display: flex; box-shadow: 0 0 5px #00000014; }
.btn-group > * { border: 1px solid #e2e6ea; border-radius: 0; flex-grow: 1; }
.btn-group > :first-child, .btn-group > :first-child > span { border-radius: 5px 0 0 5px; }
.btn-group > :last-child, .btn-group > :last-child > span { border-right: none; border-radius: 0 5px 5px 0; }
.btn-group :checked + label, .btn-group :checked + span, .btn-group > :hover, .btn-group > .active { color: #1076f4; background: none; }
.btn-group :checked + span { color: #fff; background-color: #1076f6; }

/* Links */
.lnk, .lnk:visited { color: #1076f6; font-weight: 500; text-decoration: none; display: inline-block; }
.lnk:hover { text-decoration: underline; }

/* Alerts */
.alert { color: #999; border: 1px solid #999; border-radius: 8px; padding: 15px; font-weight: 600; position: relative; margin-bottom: 20px; }
.alert .fa-xmark { cursor: pointer; padding-right: 20px; position: absolute; top: 20px; right: 0; }
.alert.red { color: #de0000; background: #ffcfcf; border-color: #de0000; }
.alert.yellow { color: #d18100; background: #fff2d2; border-color: #d18100; }
.alert.blue { color: #1354bc; background: #d2efff; border-color: #1354bc; }
.alert.green { color: #155724; background: #d4edda; border-color: #155724; }

/* Tables */
.table { border-collapse: collapse; width: 100%; font-size: 14px; margin-bottom: 20px; }
.table.striped-odd tr:nth-child(odd), .table.striped-even tr:nth-child(2n) { background: #fff; }
.table th, .table td { text-align: center; border-bottom: 1px solid #e0e0e0; padding: 15px 5px 15px 10px; }
.table > * td, .table > * tr { text-align: left !important; }
.table.less-padding td { padding: 5px 10px 5px 0; }
.table th.text-right, .table td.text-right { padding: 15px 10px 15px 5px; text-align: right !important; }
.table tbody tr:last-child td { border-bottom: none; }
.table.bordered td { border: 1px solid #e2e6ea; }
.table.bordered-first-col td:first-child { border-right: 1px solid #e2e6ea; }
.table.top > * { vertical-align: top; }
.table tr.clickable-row { cursor: pointer; }

/* Form Elements */
.field { display: block; position: relative; margin-bottom: 20px; }
.field .item { text-align: left; background-color: #fff; border: 1px solid #c5cad0; border-radius: 5px; width: 100%; height: 40px; padding: 0 15px; font-family: Montserrat, sans-serif; font-size: 16px; font-weight: 400; position: relative; }
.field select.item.box, .field button.item.box { cursor: pointer; color: #1076f6; border: 1px solid #e2e6ea; font-weight: 600; box-shadow: 0 0 5px #00000026; }
.field textarea.item { min-width: 100%; max-width: 100%; height: auto; min-height: 120px; padding: 15px; }
.field.dropdown select { appearance: none; }
.field.dropdown:after { content: ""; border-top: 8px solid #1076f6; border-left: 8px solid #0000; border-right: 8px solid #0000; width: 0; height: 0; display: inline-block; position: absolute; top: 16px; right: 16px; }
.field [class*="fa-"] { color: #1076f6; padding: 0 10px; font-size: 18px; }
.field .icon { z-index: 2; position: absolute; top: 56%; left: 5px; transform: translate(0%, -50%); }
.field .icon:last-child { left: auto; right: 5px; }
.field .item:focus { border-color: #888; }
.field .text-anger span, .field .error span { color: red; padding: 5px 0; display: block; }
.field-validation-error { color: red; padding-top: 5px; display: inline-block; }

/* Checkboxes and Radio */
.check, .radio { cursor: pointer; align-items: center; gap: 10px; padding: 5px 0; display: flex; }
.check input, .radio input { width: 16px; height: 16px; }
.check:hover input, .radio:hover input { border-color: #000; }
.check.large input { width: 25px; height: 25px; }

/* Modals */
.modal { z-index: 99999; background: #000000b3; display: none; overflow: auto; }
.modal.show { display: block; }
.modal .frame { background: #fff; border-radius: 8px; width: 80%; max-height: 80vh; margin: 0 auto; padding: 20px; overflow: auto; box-shadow: 0 0 45px #00000029; }
.modal .frame.center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.modal .frame .med { width: 400px; }
.modal .fa-xmark { color: #aaa; cursor: pointer; font-size: 28px; font-weight: bold; position: absolute; top: 10px; right: 15px; }
.modal .fa-xmark:hover { color: #000; cursor: pointer; text-decoration: none; }

/* Tooltips */
.tooltip { color: #fff; background: #555; border-radius: 5px; padding: 10px; display: none; position: absolute; bottom: 100%; left: 50%; transform: translate(-50%); box-shadow: 0 0 45px #00000029; }
.tooltip.left { inset: 50% 100% auto auto; transform: translate(0%, -50%); }
.tooltip.right { top: 50%; bottom: auto; left: 100%; transform: translate(0%, -50%); }
.tooltip.bottom { top: 100%; bottom: auto; left: 50%; transform: translate(-50%); }
.tooltip-holder { cursor: pointer; position: relative; }
.tooltip-holder:hover .tooltip { display: inline-block; }
.tooltip:after { content: ""; border-top: 10px solid #555; border-left: 10px solid #0000; border-right: 10px solid #0000; width: 0; height: 0; margin: 0 0 0 -10px; display: inline-block; position: absolute; top: 100%; left: 50%; }
.tooltip.left:after { border-top: 10px solid #0000; border-bottom: 10px solid #0000; border-left: 10px solid #fff; margin: -10px 0 0; top: 50%; left: 100%; }
.tooltip.right:after { border: 10px solid #0000; border-left: none; border-right-color: #fff; margin: -10px 0 0; top: 50%; left: auto; right: 100%; }
.tooltip.bottom:after { content: ""; border: 10px solid #0000; border-top: none; border-bottom-color: #fff; width: 0; height: 0; margin: 0 0 0 -10px; display: inline-block; position: absolute; top: auto; bottom: 100%; left: 50%; }

/* Grid System */
.grid { display: grid; }
.grid.col { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid.col-1 { grid-template-columns: 1fr; }
.grid.col-2 { grid-template-columns: 1fr 1fr; }
.grid.col-3 { grid-template-columns: 1fr 1fr 1fr; }
.grid.col-4 { grid-template-columns: 1fr 1fr 1fr 1fr; }
.grid.col-5 { grid-template-columns: repeat(5, 1fr); }
.grid.col-6 { grid-template-columns: repeat(6, 1fr); }
.grid.col-7 { grid-template-columns: repeat(7, 1fr); }
.grid.col-8 { grid-template-columns: repeat(8, 1fr); }
.grid.col-9 { grid-template-columns: repeat(9, 1fr); }
.grid.row-1 { grid-template-rows: 1fr; }
.grid.row-2 { grid-template-rows: 1fr 1fr; }
.grid.row-3 { grid-template-rows: 1fr 1fr 1fr; }
.grid.row-4 { grid-template-rows: 1fr 1fr 1fr 1fr; }
.grid.row-5 { grid-template-rows: repeat(5, 1fr); }
.grid.row-6 { grid-template-rows: repeat(6, 1fr); }
.grid.row-7 { grid-template-rows: repeat(7, 1fr); }
.grid.row-8 { grid-template-rows: repeat(8, 1fr); }
.grid.row-9 { grid-template-rows: repeat(9, 1fr); }
.grid.center, .grid > .center { justify-content: center; align-items: center; }
.grid.center-v { align-items: center; }
.grid.center-h { justify-content: center; }

/* Width Utilities */
.w-100 { width: 100% !important; }
.w-75 { width: 75% !important; }
.w-50 { width: 50% !important; }
.w-333 { width: 33.3333% !important; }
.w-25 { width: 25% !important; }
.w-initial { width: initial !important; }
.max-w-1000 { max-width: 1000px; }
.max-w-800 { max-width: 800px; }
.max-w-600 { max-width: 600px; }
.max-w-400 { max-width: 400px; }

/* Flexbox Utilities */
.flex { display: flex; }
.flex.start { justify-content: flex-start; }
.flex.end { justify-content: flex-end; }
.flex.center { justify-content: center; align-items: center; }
.flex.center-h { justify-content: center; }
.flex.center-v { align-items: center; }
.flex.align-end { align-items: end; }
.flex.between { justify-content: space-between; }
.flex.evenly { justify-content: space-evenly; }
.flex.stretch { align-items: stretch; }
.flex.wrap { flex-wrap: wrap; }
.flex.nowrap { flex-wrap: nowrap; }
.flex.row { flex-direction: row; }
.flex.column { flex-direction: column; }
.flex.gap-5 { gap: 5px; }
.flex.gap-10 { gap: 10px; }
.flex.gap-15 { gap: 15px; }
.flex.gap-20 { gap: 20px; }
.flex.basis-auto { flex-basis: auto; }
.flex.basis-100 > *, .flex > .basis-100 { flex-basis: 100%; }
.flex.grow > *, .flex > .grow { flex-grow: 1; }
.flex > .nogrow { flex-grow: 0; }
.flex.shrink-0 > *, .flex > .shrink-0 { flex-shrink: 0; }
.flex.gap-20 > .w-50 { width: calc(50% - 20px) !important; }
.flex.gap-20 > .w-333 { width: calc(33.3333% - 20px) !important; }

/* Typography Utilities */
.fs-0 { font-size: 0; }
.fs-13 { font-size: 13px; }
.fs-14 { font-size: 14px; }
.fs-15 { font-size: 15px; }
.fs-18 { font-size: 18px; }
.fs-20 { font-size: 20px; }
.fs-24 { font-size: 24px; }
.fs-25 { font-size: 25px; }
.fs-26 { font-size: 26px; }
.fs-30 { font-size: 30px; }
.fs-35 { font-size: 35px !important; }
.fs-50 { font-size: 50px !important; }
.fw-300 { font-weight: 300 !important; }
.fw-500 { font-weight: 500 !important; }
.fw-600 { font-weight: 600 !important; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.nowrap { white-space: nowrap; }
.uppercase { text-transform: uppercase; }
.lato { font-family: Lato, sans-serif; }
.abril { font-family: Abril Fatface, serif; }
.rozha { font-family: Rozha One, serif; }
.alfa { font-family: Alfa Slab One, serif; }

/* Lists */
.ul > li { padding-left: 20px; list-style: none; }
.ul > li:before { content: "•"; color: #002855; width: 20px; font-size: 50px; position: absolute; transform: translate(-100%, -12%); }
.ls-none { list-style: none; }

/* Position Utilities */
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.cover { inset: 0; }
.top-0 { top: 0; }
.bot-0 { bottom: 0; }
.left-0 { left: 0; }
.right-0 { right: 0; }

/* Text Alignment */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.pull-left { margin-right: auto; }
.pull-right { margin-left: auto; }
.float-left { float: left; }
.float-right { float: right; }
.clear-floats { clear: both; }

/* Display Utilities */
.d-hidden { display: none; }
.d-inline { display: inline; }
.d-inline-b { display: inline-block; }
.d-block { display: block; }
.d-table { display: table; }
.d-none { display: none; }

/* Spacing Utilities */
.p-0 { padding: 0 !important; }
.p-5 { padding: 5px !important; }
.p-10 { padding: 10px !important; }
.p-20 { padding: 20px !important; }
.p-30 { padding: 30px !important; }
.pt-0 { padding-top: 0 !important; }
.pt-20 { padding-top: 20px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-50 { padding-top: 50px !important; }
.pr-0 { padding-right: 0 !important; }
.pr-10 { padding-right: 10px !important; }
.pr-20 { padding-right: 20px !important; }
.pr-30 { padding-right: 30px !important; }
.pr-40 { padding-right: 40px !important; }
.pr-50 { padding-right: 50px !important; }
.pb-0 { padding-bottom: 0 !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pl-0 { padding-left: 0 !important; }
.pl-10 { padding-left: 10px !important; }
.pl-20 { padding-left: 20px !important; }
.pl-30 { padding-left: 30px !important; }
.pl-40 { padding-left: 40px !important; }
.pl-50 { padding-left: 50px !important; }

/* Margin Utilities */
.m-auto { margin: auto !important; }
.m-0 { margin: 0 !important; }
.m-5 { margin: 5px !important; }
.m-10 { margin: 10px !important; }
.m-20 { margin: 20px !important; }
.m-30 { margin: 30px !important; }
.mt-0 { margin-top: 0 !important; }
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-100 { margin-top: 100px !important; }
.mr-auto { margin-right: auto !important; }
.mr-0 { margin-right: 0 !important; }
.mr-5 { margin-right: 5px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-30 { margin-right: 30px !important; }
.mr-40 { margin-right: 40px !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-50 { margin-bottom: 50px !important; }
.ml-auto { margin-left: auto !important; }
.ml-0 { margin-left: 0 !important; }
.ml-5 { margin-left: 5px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-40 { margin-left: 40px !important; }
.ml-50 { margin-left: 50px !important; }

/* Color Utilities */
.text-light-grey { color: #c2c0c0 !important; }
.text-grey { color: #7a7c7f !important; }
.text-black { color: #000 !important; }
.text-white { color: #fff !important; }
.text-dark-grey { color: #232323 !important; }
.text-red { color: red !important; }
.text-blue { color: #0168fa !important; }
.bg-light-grey { background-color: #f9f9f9 !important; }
.bg-grey { background-color: #7a7c7f !important; }
.bg-white { background-color: #fff !important; }
.bg-black { background-color: #000 !important; }
.bg-blue { background-color: #1076f4 !important; }
.bg-none { background: none !important; }

/* Border Utilities */
.br-0 { border-radius: 0 !important; }
.br-5 { border-radius: 5px !important; }
.br-8 { border-radius: 8px !important; }
.br-22 { border-radius: 22px !important; }
.br-32 { border-radius: 32px !important; }
.b-circle { border-radius: 100% !important; }
.b-0 { border-width: 0 !important; }
.b-1 { border-width: 1px solid !important; }
.b-2 { border-width: 2px solid !important; }
.bb-1 { border-bottom: 1px solid !important; }
.bb-2 { border-bottom: 2px !important; }
.bc-green { border-color: #54c258 !important; }
.bc-red { border-color: #d02020 !important; }
.bc-blue { border-color: #1076f6 !important; }
.bc-grey { border-color: #aaa !important; }
.bc-light-grey { border-color: #d3d3d3 !important; }
.b1 { border: 1px solid gray; }

/* Separators */
hr { border: none; border-top: 1px solid #d5dbe0; width: 100%; margin-bottom: 20px; }

/* Application Layout */
.app-container { background-color: var(--background); min-height: 100vh; font-family: var(--font-sans); max-width: 100vw; display: flex; overflow-x: hidden; }
.content-area { background-color: #f1f1f1 !important; box-sizing: border-box; width: 100%; padding: 0 20px; overflow-x: hidden; min-height: calc(100vh - 103px); }
.main-content { background-color: var(--background); box-sizing: border-box; flex: 1; width: calc(100vw - 260px); min-height: 100vh; margin-left: 260px; overflow-x: hidden; }
.main-header { background-color: var(--background); border-bottom: 1px solid var(--border); }
.header-content { background-color: oklab(0.999994 0.0000455677 0.0000200868 / 0.6); align-items: center; display: flex; max-height: 4rem}

/* Sidebar */
.sidebar { background-color: var(--sidebar); width: 260px; min-height: 100vh; color: var(--sidebar-foreground); z-index: 1000; flex-direction: column; flex-shrink: 0; display: flex; position: fixed; top: 0; left: 0; }
.sidebar-header { border-bottom: 1px solid var(--sidebar-border); padding: 0.5rem 4rem }
.logo-container { align-items: center; gap: 10px; display: flex; }
.logo-icon { filter: brightness(0) invert(); width: auto; max-width: 100%; height: 32px; display: block; }
.sidebar .logo-icon { width: auto !important; height: 96px !important; }
.logo-text { color: var(--sidebar-foreground); font-size: 18px; font-weight: var(--font-weight-bold); text-transform: uppercase; }
.sidebar-menu { flex: 1; padding: 20px 10px; overflow-y: auto; }
.menu-section { margin-bottom: 30px; }
.menu-title { color: var(--sidebar-foreground); opacity: .6; font-size: var(--text-xs); font-weight: var(--font-weight-semibold); margin: 12px 22px; }
.menu-list { margin: 0; padding: 0 15px; list-style: none; }
.menu-item { margin-bottom: 2px; }
.menu-link { color: var(--sidebar-foreground); transition: all var(--default-transition-duration) var(--default-transition-timing-function); cursor: pointer; align-items: center; padding: 4px 3px; text-decoration: none; display: flex; font-size: 14px; border-radius: 8px; }
.menu-link:hover, .menu-link.active { background-color: var(--sidebar-accent); color: var(--sidebar-accent-foreground); }
.menu-link svg { padding : 0.25rem; font-size: 16px; color: #fff; margin-right: 3px; }
.menu-link svg path { stroke: white; stroke-width: 2S; }
.menu-arrow { margin-left: auto; transition: transform .3s; }
.menu-arrow.rotate, .menu-toggle.active .menu-arrow { transform: rotate(180deg); }
.submenu { max-height: 0; transition: max-height var(--default-transition-duration) var(--default-transition-timing-function); margin: 0; padding: 0 0 0 20px; list-style: none; overflow: hidden; }
.submenu.show { max-height: 300px; }
.submenu-link { color: var(--sidebar-foreground); transition: all var(--default-transition-duration) var(--default-transition-timing-function); align-items: center; padding: 4px 3px; border-radius: 8px; text-decoration: none; display: flex; font-size: 14px; }
.submenu-link:hover, .submenu-link.active { background-color: var(--sidebar-accent); color: var(--sidebar-accent-foreground); }
.submenu-link svg { padding : 0.25rem; opacity: 0.7; font-size: 14px; margin-right: 5px; }
.currently-viewing { border-top: 1px solid var(--sidebar-border); flex-shrink: 0; margin-top: auto; padding: 20px; }
.user-info { color: var(--sidebar-foreground); align-items: center; gap: 12px; display: flex; }
.user-icon { font-size: 16px; }
.user-avatar { color: var(--sidebar-foreground); background-color: #ffffff1a; border-radius: 50%; flex-shrink: 0; justify-content: center; align-items: center; width: 40px; height: 40px; font-size: 20px; display: flex; }
.user-details { flex-direction: column; gap: 2px; display: flex; }
.user-label { font-size: var(--text-xs); var(--sidebar-foreground); opacity: .5; }
.user-name { font-size: var(--text-sm); font-weight: var(--font-weight-medium); color: var(--sidebar-foreground); }

/* Breadcrumbs */
.breadcrumb-section { flex: 1; align-items: center; gap: 10px; display: flex; }
.breadcrumb-icon { color: var(--primary); font-size: 16px; padding: 0.2rem; }
.breadcrumb { font-size: var(--text-sm); color: #9ca3af; }
.breadcrumb.current { font-weight: var(--font-weight-semibold); color: var(--foreground); }
.breadcrumb-arrow { color: #9ca3af; margin: 0; font-size: 12px; padding: 0.3rem; }

/* Filter System */
.tournament-filters { background-color: var(--muted); border-radius: var(--radius-lg); margin-bottom: 30px; padding: 20px; }
.filter-group { flex-wrap: wrap; gap: 10px; margin-top: 10px; display: flex; }
.filter-btn { border: 1px solid var(--border); border-radius: var(--radius-md); background-color: var(--background); color: var(--foreground); cursor: pointer; transition: all var(--default-transition-duration) var(--default-transition-timing-function); font-size: var(--text-sm); font-weight: var(--font-weight-medium); padding: 8px 16px; }
.filter-btn:hover { background-color: var(--accent); border-color: var(--primary); }
.filter-btn.active { background-color: var(--primary); color: var(--primary-foreground); border-color: var(--primary); }
.filters-button { background-color: var(--primary); color: #fff; font-size: var(--text-sm); font-weight: var(--font-weight-medium); cursor: pointer; border: 1px solid #1076f633; border-radius: .625rem; align-items: center; gap: 8px; padding: .25rem .5rem .25rem .3rem; transition: all .2s; display: flex; }
.filters-button svg { padding: 0.25rem }
.filter-badge { background-color: #fff; color: black; width: 18px; height: 18px; font-size: 11px; font-weight: var(--font-weight-semibold); border-radius: 0.4rem; justify-content: center; align-items: center; display: flex; }
.active-filters { align-items: center; gap: 8px; display: flex; border-top: 1px solid var(--border); flex-wrap: wrap; align-items: center; gap: .5rem; padding: 0.375rem 1.5rem; }
.active-filters-label { font-size: var(--text-sm); color: var(--muted-foreground); color: var(--muted-foreground); font-size: var(--text-sm); font-weight: 400; }
.active-filters-list { flex-wrap: wrap; align-items: center; gap: 8px; display: flex; }
.filter-tag { text-decoration: none; border: 1px solid var(--border); font-size: var(--text-xs); color: var(--foreground); display: flex; font-weight: 600; background: #f3f3f5; border: none; border-radius: calc(.625rem - 2px); align-items: center; gap: .375rem; padding: .25rem .75rem; }
.filter-tag i { cursor: pointer; color: var(--muted-foreground); font-size: 10px; cursor: pointer; color: var(--muted-foreground); opacity: .7; font-size: .75rem; }
.filter-tag i:hover { opacity: 1; }
.filter-tag:hover { background-color: var(--accent); }

/* Search */
.search-container { flex: 1; max-width: 500px; margin-left: 30px; position: relative; }
.search-button { border: 1px solid var(--border); border-radius: var(--radius-md); width: 100%; font-size: var(--text-sm); background-color: var(--input); color: var(--muted-foreground); cursor: pointer; text-align: left; justify-content: space-between; align-items: center; padding: 10px 60px 10px 15px; display: flex; position: relative; }
.search-input:focus { border-color: var(--ring); outline: none; box-shadow: 0 0 0 3px #3b82f61a; }
.search-badge { background-color: var(--destructive); color: var(--destructive-foreground); border-radius: 50%; justify-content: center; align-items: center; width: 18px; height: 18px; font-size: 11px; display: flex; position: absolute; top: 50%; right: 45px; transform: translateY(-50%); }
.search-filter-icon { color: var(--muted-foreground); font-size: 12px; position: absolute; top: 50%; right: 25px; transform: translateY(-50%); }
.search-icon { color: var(--muted-foreground); position: absolute; top: 50%; right: 8px; transform: translateY(-50%); }

/* Filter Dropdown */
.filter-dropdown { background-color: var(--popover); border: 1px solid var(--border); border-radius: var(--radius-lg); z-index: 1000; margin-top: 5px; display: none; position: absolute; top: 100%; left: 0; right: 0; box-shadow: 0 4px 12px #00000026; z-index: 1000; box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a); background: #fff; border: 1px solid #0000001a; border-radius: calc(.625rem - 2px); width: 450px; max-height: calc(100vh - 100px); padding: 1rem; transition: transform .3s; display: none; transform: translateX(100%); position: fixed !important; top: 60px !important; left: auto !important; right: 10px !important; }
.filter-dropdown.show { display: block; display: block; transform: translateX(0); }
.filter-dropdown select.d-none { display: none !important; }
.filter-header { border-bottom: 1px solid var(--border); justify-content: space-between; align-items: center; margin-bottom: 1rem; padding-bottom: 1rem; display: flex; }
.filter-title { font-size: var(--text-base); font-weight: var(--font-weight-semibold); color: var(--foreground); margin-bottom: 10px; color: var(--foreground); margin: 0; font-size: 1rem; font-weight: 600; }
.filter-header-right { align-items: center; gap: 1rem; display: flex; }
.filter-count-badge { font-size: var(--text-xs); background: #eceef2; background: lab(94.1758% -.154406 -2.19268); border-radius: calc(.625rem - 2px); padding: .125rem .5rem; font-weight: 500; }
.filter-close-btn { color: var(--muted-foreground); cursor: pointer; border-radius: var(--radius-sm); background: none; border: none; padding: .25rem; transition: all .2s; }
.filter-close-btn:hover { background: var(--muted); color: var(--foreground); }

/* Multi-Select */
.multi-select { position: relative; }
.multi-trigger:hover { background: var(--accent); }
.multi-trigger { border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--background); width: 100%; color: var(--foreground); font-size: var(--text-sm); justify-content: space-between; align-items: center; padding: 8px 12px; font-weight: 600; display: flex; }
.multi-panel { background: var(--background); border: 1px solid var(--border); border-radius: var(--radius-md); z-index: 1000; display: none; position: absolute; top: calc(100% + 6px); left: 0; right: 0; box-shadow: 0 4px 12px #00000026; }
.multi-select.open .multi-panel { display: block; }
.multi-search { border: none; border-bottom: 1px solid var(--border); width: 100%; font-size: var(--text-sm); padding: 10px 12px; }
.multi-checkbox-list { max-height: 240px; overflow: auto; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--background); max-height: 220px; font-size: var(--text-sm); display: none; overflow: auto; }
.filter-dropdown.show .multi-checkbox-list { display: block; }
.multi-checkbox-item { cursor: pointer; align-items: center; gap: 8px; padding: 4px 12px; display: flex; }
.multi-checkbox-item:hover { background: var(--muted); }
.multi-checkbox-item input[type="checkbox"] { width: 14px; height: 14px; }

/* Single Select List */
.single-select-item { cursor: pointer; align-items: center; gap: 8px; padding: 4px 12px; display: flex; }
.single-select-item:hover { background: var(--muted); }
.single-select-item .select-check { color: var(--primary); opacity: 0; width: 14px; text-align: center; }
.single-select-item.selected .select-check { opacity: 1; }

/* Filter Controls */
.filter-input-container { align-items: center; gap: .5rem; display: flex; position: relative; }
.filter-input { border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--background); width: 100%; color: var(--foreground); font-size: var(--text-sm); padding: .5rem; }
.filter-input:focus { border-color: var(--ring); outline: none; }
.filter-arrow { font-size: var(--text-sm); cursor: pointer; }
.filter-section-icon { font-size: var(--text-sm); margin-right: .5rem; }
.filter-clear-link { font-size: var(--text-xs); cursor: pointer; padding: 0; font-weight: 600; }
.filter-clear-link:hover { color: var(--primary); opacity: .8; }
.filter-select-all-link { color: var(--primary); font-size: var(--text-sm); cursor: pointer; background: none; border: none; margin-left: auto; padding: 0; text-decoration: underline; }
.filter-select-all-link:hover { color: var(--primary); opacity: .8; }
.filter-divider { align-items: center; margin: 1.5rem 0; display: flex; }
.filter-divider:before, .filter-divider:after { content: ""; background: #0000001a; flex: 1; height: 1px; }
.divider-text { font-size: var(--text-sm); color: var(--muted-foreground); padding: 0 1rem; }
.season-date-filter { background-color: oklch(.985 .002 247.839); padding: 15px; border-radius: 8px; border: 1px solid oklch(.928 .006 264.531); margin-bottom: 1.5rem; }

/* Filter Sections */
.filter-section { margin-bottom: 1.5rem; }
.filter-section:last-of-type { border-bottom: none; margin-bottom: 5px; }
.filter-label { font-size: var(--text-sm); font-weight: var(--font-weight-semibold); margin-bottom: 8px; display: block; }
.filter-label-2 { font-size: var(--text-sm); font-weight: var(--font-weight-semibold); align-items: center; margin-bottom: 8px; display: flex; }
.filter-label-txt { margin-right: auto; display: flex; align-items: center; }
.filter-select { border: 1px solid var(--border); border-radius: var(--radius-md); width: 100%; font-size: var(--text-sm); background-color: var(--background); color: var(--foreground); cursor: pointer; border-color: #0000001a; padding: .5rem .75rem; font-weight: 600; }
.filter-select:hover { background: var(--accent); }
.filter-select:focus { border-color: var(--ring); outline: none; }
.filter-select-2 { border-radius: var(--radius-md) !important; width: 100%; font-size: var(--text-sm) !important; color: var(--foreground) !important; background-color: #f3f3f5 !important; border: none !important; padding: .5rem .75rem !important; }

/* Date Range */
.date-range-inputs { align-items: center; gap: 10px; display: flex; }
.date-input { border: 1px solid var(--border); border-radius: var(--radius-md); font-size: var(--text-sm); background-color: #f3f3f5; flex: 1; padding: 8px 12px; }
.date-input:focus { border-color: var(--ring); outline: none; }
.date-icon { color: var(--muted-foreground); font-size: var(--text-sm); }
.date-separator { color: var(--muted-foreground); font-size: var(--text-sm); font-weight: var(--font-weight-medium); }

/* Filter Actions */
.filter-actions { justify-content: space-between; gap: 10px; display: flex; }
.clear-all-btn-actions { color: #000; border-radius: var(--radius-md); font-size: var(--text-sm); cursor: pointer; transition: all var(--default-transition-duration) var(--default-transition-timing-function); text-align: center; width: 50%; font-weight: var(--font-weight-semibold); background: #fff; border: 1px solid #0000001a; padding: .5rem .75rem; text-decoration: none; }
.clear-all-btn:hover, .clear-all-btn-actions:hover { background-color: var(--accent); }
.apply-filters-btn { background-color: var(--primary); color: var(--primary-foreground); border-radius: var(--radius-md); font-size: var(--text-sm); font-weight: var(--font-weight-semibold); cursor: pointer; width: 50%; transition: all var(--default-transition-duration) var(--default-transition-timing-function); text-align: center; border: none; padding: .5rem .75rem; }
.apply-filters-btn:hover { background-color: var(--primary); opacity: .9; }
.clear-all-btn { color: black; border-radius: var(--radius-sm); cursor: pointer; font-size: 0.75rem; background: none; border: none; padding: .25rem .5rem; font-weight: 500; text-decoration: none; }
.clear-all-btn:hover { color: var(--foreground); }

/* Tournament Table */
.tournament-table { background-color: var(--card); border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 2px 4px #0000000d; }
.tournament-table h3 { font-weight: 600 !important; }
.tournament-table th { font-weight: 500; text-align: left; padding: 10px 5px 10px 10px !important; }
.tournament-table td { padding: 10px 5px 10px 10px !important; }
.tournament-table .table { margin-bottom: 0px; margin-top: 20px; }
.tournament-name { font-size: 16px; font-weight: 600; }
.tournament-badge-dark { background-color: #000; color: #fff; padding: 5px 7px; border-radius: var(--radius-md); font-weight: var(--font-weight-medium); font-size: var(--text-xs); }
.tournament-badge-light { background-color: #fff; color: #000; padding: 5px 7px; border-radius: var(--radius-md); font-weight: var(--font-weight-medium); font-size: var(--text-xs); border: 1px solid var(--border); }
.pr-20 { padding-right: 20px !important; }
.mw-300 { min-width: 300px; }

/* Tournament Details */
.tournament-details .clear-all-btn-actions { height: 30px; padding: .2rem .75rem; }
.tournament-details .align-center { align-items: center; }
.tournament-details td { padding: 7px 10px 7px 5px !important; }
.tournament-details th { text-align: left; font-weight: 500; padding: 7px 10px 7px 5px !important; }
.tournament-details table { margin-bottom: 0px; }

/* Strokes Gained */
.strokes-gained-section { margin: 0; border-radius: var(--radius-xl); }
.strokes-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; margin-top: 12px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.stroke-label { text-align: left;font-size: var(--text-sm); font-weight: var(--font-weight-medium); color: var(--foreground); font-weight: var(--font-weight-semibold); letter-spacing: .5px; }
.stroke-icon { color: rgb(113 113 130); padding: 0.25rem; }
.stroke-value-container { justify-content: space-between; align-items: flex-end; display: flex; flex-basis: 1; }
.stroke-value { font-size: 24px; font-weight: 700; }
.bottom-stroke { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.bottom-stroke > * { flex: 1; }
.stroke-rank { display: block; padding: 0 50px; width: fit-content; max-width: 25%; color: #fff; font-size: 11px; font-weight: var(--font-weight-medium); background-color: black; border-radius: 0.4rem; padding: 0.075rem; margin-top: auto; }
.stroke-rank.negative { background-color: var(--destructive); }
.stroke-description { font-size: var(--text-xs); color: var(--muted-foreground); justify-content: end; gap: 5px; display: flex; margin-top: auto; align-items: center; }
.trend-icon { color: #10b981; font-size: 10px; font-size: 10px; }
.trend-icon.negative { color: var(--destructive); }

/* Chart Cards */
.chart-card { background-color: var(--card); border: 1px solid #e5e7eb; border-radius: 14px; max-width: 100%; margin-bottom: 24px; padding: 24px; overflow: hidden; box-shadow: 0 1px 3px #0000001a; }
.chart-title { color: var(--foreground); margin-bottom: 4px; font-size: 18px; font-weight: 600; font-size: var(--text-lg); font-weight: var(--font-weight-semibold); color: var(--foreground); margin-bottom: 5px; }
.chart-subtitle { color: #9ca3af; font-size: 13px; font-weight: 400; font-size: var(--text-sm); color: var(--muted-foreground); margin: 0; }
.chart-controls { align-items: center; gap: 10px; display: flex; }
.chart-select { color: var(--primary); background-color: #1076f60d; border: 1px solid #e5e7eb; border-radius: 8px; padding: 6px 10px; font-size: 13px; font-weight: 500; }
.chart-content { width: 100%; max-width: 100%; height: 300px; overflow: hidden; }
.chart-content canvas { max-width: 100%; height: auto; }
.chart-content.chart-radar { height: 380px; }

/* Metrics Grid */
.metrics-grid { grid-template-columns: repeat(4, 1fr); gap: 20px; display: grid; }
.metric-card { background-color: var(--card); border: 1px solid #e5e7eb; border-radius: 14px; padding: 24px; position: relative; box-shadow: 0 1px 3px #0000001a; flex-direction: column; min-height: 120px; display: flex; }
.metric-header { justify-content: space-between; align-items: flex-start; margin-bottom: 20px; display: flex; }
.metric-trend { font-size: 14px; }
.metric-trend.positive { color: var(--color-green-500); }
.metric-trend.negative { color: var(--destructive); }
.metric-value { font-size: 24px; font-weight: var(--font-weight-bold); color: var(--foreground); margin-bottom: 4px; font-weight: 700; line-height: 1; }
.metric-label { font-size: var(--text-sm); color: #9ca3af; }
.metric-card .bottom-flex { display: flex; justify-content: space-between; align-items: flex-end; margin-top: auto; gap: 10px; }
.metric-card .left { display: flex; flex-direction: column; gap: 4px; flex: 1; }
.metric-field-average { color: #9ca3af; font-size: var(--text-sm); font-weight: var(--font-weight-medium); }
.metric-change { color: #10b981; align-items: center; gap: 4px; font-size: 12px; display: flex; }
.metric-change.positive { color: var(--color-green-500); }
.metric-change.negative { color: var(--muted-foreground); }
.metric-rank { color: black; font-size: 11px; border: solid 1px; border-color: lightgray; font-weight: var(--font-weight-medium); background-color: #fff; border-radius: 0.5rem; padding: 4px 8px; width: fit-content; }
.metric-description { font-size: var(--text-xs); color: var(--muted-foreground); margin-top: 8px; }
.bold-500 { font-weight: var(--font-weight-medium); }
.tournament-stroke-card { text-align: center; color: var(--card-foreground); padding: 0 1.5rem; margin: 10px 0; position: relative; flex-direction: column; display: flex; align-items: center; justify-content: center; gap: 4px; }
.tournament-stroke-card .stroke-rank { margin-top: 0px; font-size: 15px; padding: .2rem .75rem; max-width: none; background-color: var(--sidebar); }
.tournament-details .strokes-grid { grid-template-columns: repeat(4, 1fr); }
.tournament-details .stroke-label { color: var(--muted-foreground); }

/* Trends Section */
.trends-section { grid-template-columns: 1fr; gap: 30px; display: grid; margin-top: 30px; }
.trends-chart, .strokes-analysis { background-color: var(--card); border: 1px solid var(--border); border-radius: var(--radius-xl); color: var(--card-foreground); padding: 25px; box-shadow: 0 2px 4px #0000000d; }
.chart-header { justify-content: space-between; align-items: flex-start; margin-bottom: 30px; display: flex; }
.chart-title-section { flex: 1; }
.chart-dropdown { margin-left: 20px; }
.metric-selector { border: 1px solid var(--border); background-color: var(--muted); font-size: var(--text-xs); color: var(--foreground); border-radius: 16px; padding: 6px 12px; }
.analysis-header { margin-bottom: 20px; }
.trends-chart canvas, .strokes-analysis canvas { height: 300px !important; }

/* Section Titles */
.section-title { color: #333; margin: 12px 0 8px; font-size: 18px; font-weight: 600; padding: 5px 0 }

/* Breakdown */
.breakdown-content { display: flex; flex-direction: column; gap: 24px; }
.breakdown-content hr { margin: 10px 0 5px 0; }
.breakdown-group { display: flex; flex-direction: column; gap: 12px; }
.breakdown-title { color: rgb(59, 76, 111); margin: 0 0 4px; font-size: var(--text-base); font-weight: var(--font-weight-semibold); }
.breakdown-row { align-items: center; display: grid; grid-template-columns: 200px 1fr; gap: 12px; margin-bottom: 5px; }
.breakdown-label { color: #717182; font-size: var(--text-sm); }
.breakdown-bar { position: relative; height: 10px; border-radius: 999px; overflow: hidden; }
.breakdown-track { position: absolute; inset: 0; background: oklch(.928 .006 264.531); }
.breakdown-fill { position: absolute; inset: 0 auto 0 0; background: rgb(59, 76, 111); border-radius: 999px; }
.breakdown-value { color: black; font-weight: var(--font-weight-semibold); font-size: var(--text-sm); text-align: right; }

/* Profile Card */
.profile-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-md); justify-content: space-between; align-items: center; padding: 1.5rem; display: flex; }
.profile-info { align-items: center; gap: 1rem; display: flex; }
.profile-avatar { background: var(--primary); width: 3rem; height: 3rem; color: var(--primary-foreground); border-radius: 50%; justify-content: center; align-items: center; font-size: 1.25rem; display: flex; }
.profile-details h3 { color: var(--foreground); margin: 0; }
.profile-details p { color: var(--muted-foreground); margin: 0; }
.edit-button { background: var(--primary); color: var(--primary-foreground); border-radius: var(--radius-md); cursor: pointer; border: none; padding: .5rem 1rem; font-weight: 500; }

/* Settings */
.settings-grid { flex-direction: column; gap: 1rem; display: flex; }
.setting-item { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-md); justify-content: space-between; align-items: center; padding: 1.5rem; display: flex; }
.setting-info h3 { color: var(--foreground); margin: 0 0 .25rem; font-size: 1rem; }
.setting-info p { color: var(--muted-foreground); font-size: var(--text-sm); margin: 0; }
.setting-select { border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--background); color: var(--foreground); min-width: 150px; padding: .5rem; }
.toggle-switch { width: 3rem; height: 1.5rem; display: inline-block; position: relative; }
.toggle-switch input { opacity: 0; width: 0; height: 0; }
.toggle-slider { cursor: pointer; background-color: var(--muted); border-radius: 1.5rem; transition: all .4s; position: absolute; inset: 0; }
.toggle-slider:before { content: ""; background-color: #fff; border-radius: 50%; width: 1.125rem; height: 1.125rem; transition: all .4s; position: absolute; bottom: .1875rem; left: .1875rem; }
input:checked + .toggle-slider { background-color: var(--primary); }
input:checked + .toggle-slider:before { transform: translateX(1.5rem); }
.settings-actions { justify-content: flex-end; gap: 1rem; display: flex; margin-top: 1rem; }
.save-button { background: var(--primary); color: var(--primary-foreground); border-radius: var(--radius-md); cursor: pointer; border: none; padding: .75rem 1.5rem; font-weight: 500; }
.reset-button { color: var(--foreground); border: 1px solid var(--border); border-radius: var(--radius-md); cursor: pointer; background: none; padding: .75rem 1.5rem; font-weight: 500; }

/* Notifications */
.notifications-list { flex-direction: column; gap: 1rem; display: flex; }
.notification-item { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-md); align-items: flex-start; gap: 1rem; padding: 1.5rem; display: flex; position: relative; }
.notification-item.unread { border-left: 4px solid var(--primary); }
.notification-icon { color: var(--primary); margin-top: .25rem; font-size: 1.25rem; }
.notification-content { flex: 1; }
.notification-title { color: var(--foreground); margin: 0 0 .25rem; font-weight: 600; }
.notification-message { color: var(--muted-foreground); margin: 0 0 .5rem; }
.notification-time { color: var(--muted-foreground); font-size: var(--text-sm); }
.notification-badge { background: var(--primary); border-radius: 50%; width: .5rem; height: .5rem; position: absolute; top: 1rem; right: 1rem; }
.notification-actions { justify-content: flex-end; gap: 1rem; display: flex; }
.mark-all-read-button { background: var(--primary); color: var(--primary-foreground); border-radius: var(--radius-md); cursor: pointer; border: none; padding: .75rem 1.5rem; font-weight: 500; }
.clear-all-button { color: var(--foreground); border: 1px solid var(--border); border-radius: var(--radius-md); cursor: pointer; background: none; padding: .75rem 1.5rem; font-weight: 500; }

/* Help */
.help-cards { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; display: grid; }
.help-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-md); text-align: center; padding: 1.5rem; }
.help-icon { color: var(--primary); margin-bottom: 1rem; font-size: 2rem; }
.help-card h3 { color: var(--foreground); margin: 0 0 .5rem; }
.help-card p { color: var(--muted-foreground); margin: 0 0 1rem; }
.help-button { background: var(--primary); color: var(--primary-foreground); border-radius: var(--radius-md); cursor: pointer; border: none; padding: .5rem 1rem; font-weight: 500; }
.faq-list { flex-direction: column; gap: 1rem; display: flex; }
.faq-item { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-md); }
.faq-question { cursor: pointer; justify-content: space-between; align-items: center; padding: 1.5rem; display: flex; }
.faq-question h3 { color: var(--foreground); margin: 0; }
.faq-arrow { color: var(--muted-foreground); transition: transform .2s; }
.faq-answer { padding: 0 1.5rem 1.5rem; display: none; }
.faq-answer p { color: var(--muted-foreground); margin: 0; }
.support-options { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; display: grid; }
.support-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-md); text-align: center; padding: 1.5rem; }
.support-icon { color: var(--primary); margin-bottom: 1rem; font-size: 2rem; }
.support-card h3 { color: var(--foreground); margin: 0 0 .5rem; }
.support-card p { color: var(--muted-foreground); margin: 0 0 1rem; }
.support-button { background: var(--primary); color: var(--primary-foreground); border-radius: var(--radius-md); cursor: pointer; border: none; padding: .5rem 1rem; font-weight: 500; }

/* Preferences */
.preferences-grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; display: grid; }
.preference-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 1.5rem; }
.preference-header { align-items: center; gap: .75rem; margin-bottom: .75rem; display: flex; }
.preference-header i { color: var(--primary); font-size: 1.25rem; }
.preference-header h3 { color: var(--foreground); margin: 0; }
.preference-card p { color: var(--muted-foreground); margin: 0 0 1rem; }

/* Utility Classes */
.space-y-6 > * + * { margin-top: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.font-semibold { font-weight: 600; }
.mb-4 { margin-bottom: 1rem; }
.gap-4 { gap: 1rem; }
.md\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.bg-card { background-color: #fff; }
.text-card-foreground { color: #0f172a; }
.flex-col { flex-direction: column; }
.gap-6 { gap: 1.5rem; }
.rounded-xl { border-radius: .75rem; }
.border { border-width: 1px; border-color: #e2e8f0; }
.shadow-sm { box-shadow: 0 1px 2px #0000000d; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.pt-6 { padding-top: 1.5rem; }
.pb-2 { padding-bottom: .5rem; }
.text-sm { font-size: .875rem; line-height: 1.25rem; }
.font-medium { font-weight: 500; }
.text-2xl { font-size: 1.5rem !important; line-height: 2rem; }
.text-base { font-size: 16px; line-height: 2rem; }
.font-bold { font-weight: 700; }
.mt-2 { margin-top: .5rem; }
.text-xs { font-size: .75rem; line-height: 1rem; }
.text-muted-foreground { color: #64748b; }
.inline-flex { display: inline-flex; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.rounded-md { border-radius: .375rem; }
.px-2 { padding-left: .5rem; padding-right: .5rem; }
.py-0\.5 { padding-top: .125rem; padding-bottom: .125rem; }
.w-fit { width: fit-content; }
.whitespace-nowrap { white-space: nowrap; }
.shrink-0 { flex-shrink: 0; }
.bg-primary { background-color: #3b82f6; }
.text-primary-foreground { color: #fff; }
.h-3 { height: .75rem; }
.w-3 { width: .75rem; }
.mr-1 { margin-right: .25rem; }
.text-green-500 { color: #10b981; }
.text-green-400 { color: #34d399; }

/* Stroke Cards */
.stroke-card { background-color: var(--card); border: 1px solid var(--border); border-radius: var(--radius-xl); text-align: center; color: var(--card-foreground); padding: 1.5rem; position: relative; box-shadow: 0 2px 4px #0000000d; flex-direction: column; justify-content: space-evenly; min-height: 12rem; display: flex; }
.stroke-header { justify-content: space-between; align-items: center; margin-bottom: 15px; display: flex; }

/* Analysis Tiles */
.analysis-grid { display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.analysis-tile { align-items: center; background-color: var(--primary); border: 1px solid #e5e7eb; border-radius: 10px; gap: 6px; color: var(--primary-foreground); display: flex; flex-direction: column; justify-content: center; min-height: 72px; padding: 10px; text-decoration: none; font-size: 12px; font-weight: 500; }
.analysis-tile i { color: var(--primary-foreground); width: 16px; height: 16px; }
.analysis-tile svg { width: 16px; height: 16px; }
.analysis-tile:hover { opacity: .92; transition: opacity .2s ease-in-out; }
.tournament-details .chart-header { margin-bottom: 10px; }
.tournament-details .chart-title { font-size: 16px; }

/* Auth */
.auth-body { background: linear-gradient(#0b1d37cc,#0b1d37cc), url('/assets/Golfer Swinging.png') center/cover no-repeat; min-height: 100vh; }
.auth-main { align-items: center; display: flex; justify-content: center; min-height: 100vh; padding: 20px; }
.auth-card { background: #fff; border-radius: 16px; box-shadow: 0 10px 30px #00000026; max-width: 520px; padding: 40px; width: 100%; }
.auth-logo { display: block; height: 56px; margin: 0 auto 16px auto; width: auto; }
.auth-content { width: 100%; }
.auth-field { margin-bottom: 12px; }
.auth-input { background: #f3f3f5; border: 1px solid #e5e7eb; border-radius: 8px; padding: 12px; width: 100%; }
.auth-actions { display: flex; flex-direction: column; gap: 12px; margin-top: 8px; }
.auth-btn { border: none; border-radius: 10px; font-weight: 600; padding: 12px; width: 100%; }
.auth-btn-primary { background: #3b4c6f; color: #fff; }
.auth-btn-secondary { background: #eceef2; color: #0f172a; text-align: center; }
.auth-meta { margin-top: 12px; text-align: center; }
.auth-link { color: #3b4c6f; }

/* Responsive Design */
@media (max-width: 1000px) { .w-100-md { width: 100% !important; } .w-50-md { width: 50% !important; } .w-333-md { width: 33.333333333% !important; } .w-25-md { width: 25% !important; } }
@media (max-width: 600px) { .w-100-sm { width: 100% !important; } .w-50-sm { width: 50% !important; } .w-333-sm { width: 33.333333333% !important; } .w-25-sm { width: 25% !important; } }
@media (max-width: 400px) { .w-100-xs { width: 100% !important; } .w-50-xs { width: 50% !important; } .w-333-xs { width: 33.333333333% !important; } .w-25-xs { width: 25% !important; } }
@media (max-width: 800px) { .wrap-800 { flex-wrap: wrap; } .w-100-smd { width: 100% !important; } .w-50-smd { width: 50% !important; } .w-333-smd { width: 33.333333% !important; } .w-25-smd { width: 25% !important; } }
@media (max-width: 1200px) { .metrics-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); } .strokes-gained-grid { grid-template-columns: repeat(2, 1fr); } .key-metrics-grid { grid-template-columns: repeat(2, 1fr); } .charts-section { grid-template-columns: 1fr; } .charts-grid { grid-template-columns: 1fr; } }
@media (max-width: 768px) { .charts-grid { grid-template-columns: 1fr; } .metrics-grid { grid-template-columns: 1fr; } .strokes-gained-grid { grid-template-columns: 1fr; } .key-metrics-grid { grid-template-columns: 1fr; } .features-grid { grid-template-columns: 1fr; } .preferences-grid { grid-template-columns: 1fr; } .help-cards { grid-template-columns: 1fr; } .support-options { grid-template-columns: 1fr; } .settings-actions { flex-direction: column; } .notification-actions { flex-direction: column; } .header-content { flex-direction: column; align-items: flex-start; gap: 1rem; } .active-filters { flex-direction: column; align-items: flex-start; } .filter-dropdown { width: 100vw !important; padding: 1rem; } }
@media (max-width: 480px) { .filter-dropdown { width: 100vw; padding: 1rem; } .content-area { padding: 15px; } }

/* Loading Overlay */
.loading-overlay { align-items: center; background: rgba(255,255,255,.7); display: none; height: 100vh; inset: 0; justify-content: center; position: fixed; width: 100vw; z-index: 10000; }
.loading-overlay.show { display: flex; }
.loading-spinner { animation: spin 1s linear infinite; border: .25rem solid #e5e7eb; border-radius: 9999px; border-top-color: #3b4c6f; height: 3rem; width: 3rem; }
@keyframes spin { to { transform: rotate(360deg); } }