:root{--beige:#fef9dc;--white:#fff;--neon:#b5ff1e;--green:#17351d;--orange:#ff6b35;--grey:#4b5563;--text_light:#f3f5ed;--text_light_muted:#f3f5edc2;--text_heading:#0a0a0a;--text_muted:#8c95a6;--surface_primary:#fff;--surface_secondary:#f6f7fa;--surface_page:#eff3eb;--line_soft:#0a0a0a1f;--line_light:#ffffff1f;--accent_soft:#b5ff1e2e;--success:#10b44a}*{margin:0;padding:0}.sidebar{background:var(--green);box-sizing:border-box;color:var(--beige);display:flex;flex-direction:column;height:100vh;max-height:100vh;max-width:280px;overflow:hidden;padding:18px 12px 22px;width:100%}.sidebar_brand{color:var(--white);font-family:Anton;font-size:2rem;font-style:normal;font-weight:900;letter-spacing:.05em;margin-bottom:28px;padding:0 12px}.sidebar_nav{flex:1 1}.sidebar_menu{display:flex;flex-direction:column;gap:4px;list-style:none}.sidebar_footer{border-top:1px solid var(--line_light);margin-top:auto;padding:16px 4px 0}.sidebar_footer_name{color:var(--text_light);display:block;font-weight:500;margin-bottom:4px}.sidebar_footer_email,.sidebar_footer_name{font-family:Figtree;font-size:.95rem;font-style:normal}.sidebar_footer_email{color:var(--text_light_muted);text-decoration:none}@media (max-width:768px){.sidebar{max-width:none}}.sidebar_item{list-style:none}.sidebar_link{align-items:center;border-radius:12px;box-sizing:border-box;color:var(--text_light_muted);display:flex;font-family:Figtree;font-size:1rem;font-weight:500;gap:12px;overflow:hidden;padding:12px 14px;position:relative;text-decoration:none;transition:color .3s ease;width:100%;z-index:0}.sidebar_hover_circle{aspect-ratio:1/1;background:var(--neon);border-radius:50%;bottom:-160%;left:50%;position:absolute;transform:translateX(-50%) scale(0);transition:transform .5s cubic-bezier(.22,1,.36,1);width:220%;z-index:1}.sidebar_link:hover .sidebar_hover_circle{transform:translateX(-50%) scale(1)}.sidebar_link:hover{color:var(--green)}.sidebar_link_active{background:var(--neon);color:var(--green);z-index:2}.sidebar_icon{flex-shrink:0;height:18px;width:18px;z-index:2}.sidebar_icon path{stroke:currentColor}.sidebar_label{display:block;font-family:Figtree;font-style:normal;z-index:2}.layout{background:var(--surface_page);display:flex;height:100vh;overflow:hidden}.main{display:flex;flex:1 1;flex-direction:column;min-height:0;min-width:0}.content{flex:1 1;min-height:0;overflow:auto;padding:24px}.topbar{background:var(--surface_primary);border-bottom:1px solid var(--line_soft);display:flex;justify-content:flex-end;padding:12px 24px}.topbar_actions{gap:12px;justify-content:flex-end}.topbar_actions,.topbar_search{align-items:center;display:flex;width:100%}.topbar_search{background:var(--surface_secondary);border:1px solid var(--line_soft);border-radius:10px;box-sizing:border-box;gap:10px;height:36px;max-width:242px;padding:0 12px}.topbar_search img{flex-shrink:0;height:16px;width:16px}.topbar_search input{background:#0000;border:0;color:var(--text_heading);outline:none;width:100%}.topbar_search input,.topbar_search input::placeholder{font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:400}.topbar_search input::placeholder{color:var(--text_muted)}.topbar_icon_button{align-items:center;background:#0000;border:0;cursor:pointer;display:flex;height:36px;justify-content:center;padding:0;width:36px}.topbar_icon_button img{flex-shrink:0;height:16px;width:16px}.topbar_icon_button_notification img{height:28px;width:28px}.topbar_user{align-items:center;display:flex;gap:10px}.topbar_user_text{align-items:flex-start;display:flex;flex-direction:column;gap:2px}.topbar_user_name{color:var(--text_heading);font-size:.95rem;font-weight:700}.topbar_user_name,.topbar_user_role{font-family:Figtree;font-style:normal;line-height:1}.topbar_user_role{color:var(--text_muted);font-size:.85rem;font-weight:500}.topbar_avatar{align-items:center;background:var(--neon);border-radius:50%;color:var(--green);display:flex;font-family:Figtree;font-size:1rem;font-style:normal;font-weight:800;height:36px;justify-content:center;width:36px}.page_title{display:flex;flex-direction:column;gap:10px;margin-bottom:10px}.page_title h1{color:var(--text_heading);font-family:Anton;font-size:2.3rem;line-height:1;text-transform:uppercase}.page_title div,.page_title h1{font-style:normal;font-weight:400}.page_title div{color:var(--grey);font-family:Figtree;font-size:1rem;line-height:1.25}.stats_card{background:var(--surface_primary);border:1px solid var(--line_soft);border-radius:14px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;min-height:104px;padding:16px 18px 14px}.stats_card_label{color:var(--text_heading);font-family:Figtree;font-size:.78rem;font-style:normal;font-weight:400;line-height:1.2}.stats_card_body{align-items:center;display:flex;gap:12px;justify-content:space-between}.stats_card_meta{display:flex;flex-direction:column;gap:8px}.stats_card_value{color:var(--text_heading);font-family:Anton;font-size:2.35rem;font-style:normal;font-weight:400;letter-spacing:.01em;line-height:.95}.stats_card_change{align-items:center;color:var(--success);display:flex;font-size:.78rem;font-weight:500;gap:4px}.stats_card_change,.stats_card_change_icon{font-family:Figtree;font-style:normal;line-height:1}.stats_card_change_icon{font-size:.82rem;font-weight:700}.stats_card_icon{align-items:center;background:var(--accent_soft);border-radius:50%;display:flex;flex-shrink:0;height:42px;justify-content:center;width:42px}.stats_card_icon img{height:20px;width:20px}.dashboard_page{display:flex;flex-direction:column}.dashboard_stats{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(5,minmax(0,1fr))}.events_page{display:flex;flex-direction:column;gap:24px;height:100%;min-height:0}.events_controls_card{align-items:center;background:var(--surface_primary);border:1px solid var(--line_soft);border-radius:18px;display:flex;gap:16px;justify-content:space-between;padding:14px}.events_controls_left{align-items:center;display:flex;flex:1 1;gap:12px;min-width:0}.events_search{align-items:center;background:var(--surface_secondary);border-radius:12px;box-sizing:border-box;display:flex;gap:10px;height:46px;max-width:360px;padding:0 14px;width:100%}.events_search img{flex-shrink:0;height:18px;width:18px}.events_search input{background:#0000;border:0;color:var(--text_heading);outline:none;width:100%}.events_search input,.events_search input::placeholder{font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:400}.events_search input::placeholder{color:var(--text_muted)}.events_filter{align-items:center;background:var(--surface_secondary);border-radius:12px;box-sizing:border-box;display:flex;gap:10px;height:46px;max-width:170px;padding:0 14px;width:100%}.events_filter select{appearance:none;background:#0000;border:0;color:var(--text_heading);font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:600;outline:none;width:100%}.events_filter img{flex-shrink:0;height:16px;width:16px}.events_add_button{align-items:center;background:var(--neon);border:0;border-radius:12px;color:var(--green);cursor:pointer;display:flex;font-family:Figtree;font-size:1rem;font-style:normal;font-weight:600;gap:10px;height:46px;padding:0 18px}.events_table_card{background:var(--surface_primary);border:1px solid var(--line_soft);border-radius:18px;display:flex;flex:1 1;flex-direction:column;gap:18px;min-height:0;overflow:hidden;padding:20px 24px 12px}.events_table_top{align-items:center;display:flex;gap:12px;justify-content:space-between}.events_table_title{color:var(--text_heading);font-family:Figtree;font-size:1.6rem;font-style:normal;font-weight:700}.events_table_count{color:var(--text_muted);font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:500}.events_table_scroll{flex:1 1;min-height:0;overflow-x:auto;overflow-y:hidden;scrollbar-color:var(--green) var(--surface_secondary);scrollbar-width:thin}.events_table_scroll::-webkit-scrollbar{height:12px}.events_table_scroll::-webkit-scrollbar-track{background:var(--surface_secondary);border-radius:999px}.events_table_scroll::-webkit-scrollbar-thumb{background:var(--green);border:2px solid var(--surface_secondary);border-radius:999px}.events_table_scroll::-webkit-scrollbar-corner{background:#0000}.events_table_head{color:var(--text_heading);font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:700}.events_table_body .events_row,.events_table_head{border-bottom:1px solid var(--line_soft)}.events_row{grid-gap:12px;align-items:center;box-sizing:border-box;display:grid;gap:12px;grid-template-columns:42px 72px 220px 260px 220px 130px 110px 110px 260px 90px 100px 100px 110px 110px 100px 120px 140px 90px;min-width:100%;padding:12px 14px;width:max-content}.events_checkbox{align-items:center;display:flex;justify-content:center}.events_checkbox input{accent-color:var(--neon);height:17px;width:17px}.events_event_info{align-items:center;display:flex;gap:12px}.events_event_thumb{background:var(--surface_secondary);border-radius:12px;flex-shrink:0;height:48px;overflow:hidden;width:48px}.events_event_thumb img{display:block;height:100%;object-fit:cover;width:100%}.events_event_text{display:flex;flex-direction:column;gap:4px;min-width:0}.events_event_name{color:var(--text_heading);font-family:Figtree;font-size:.98rem;font-style:normal;font-weight:700}.events_event_subtitle{color:var(--grey);font-family:Figtree;font-size:.92rem;font-style:normal;font-weight:400}.events_cell_text{color:var(--text_heading);font-family:Figtree;font-size:.9rem;font-style:normal;font-weight:500;line-height:1.35;word-break:break-word}.events_cell_stack{display:flex;flex-direction:column;gap:6px}.events_cell_subtext{color:var(--grey);font-size:.88rem;font-weight:400;word-break:break-word}.events_cell_subtext,.events_image_url{font-family:Figtree;font-style:normal;line-height:1.35}.events_image_url{color:var(--text_heading);font-size:.9rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.events_toggle{align-items:center;background:var(--surface_secondary);border:0;border-radius:999px;cursor:pointer;display:inline-flex;height:24px;padding:2px;transition:background-color .2s ease;width:44px}.events_toggle.is_on{background:var(--neon)}.events_toggle_thumb{background:var(--surface_primary);border-radius:50%;height:20px;transition:transform .2s ease;width:20px}.events_toggle.is_on .events_toggle_thumb{transform:translateX(20px)}.events_actions{align-items:center;display:flex;gap:8px}.events_action_button{align-items:center;background:#0000;border:0;cursor:pointer;display:flex;height:32px;justify-content:center;width:32px}.events_action_button img{height:16px;width:16px}.events_pagination{align-items:center;display:flex;gap:12px;justify-content:flex-end}.events_pagination_button{background:var(--surface_secondary);border:0;border-radius:10px;color:var(--text_heading);cursor:pointer;font-family:Figtree;font-size:.9rem;font-weight:600;height:38px;padding:0 14px}.events_pagination_button:disabled{cursor:default;opacity:.5}.events_pagination_info{color:var(--text_muted);font-family:Figtree;font-size:.9rem;font-weight:500}.events_modal_overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a0a0a66;box-sizing:border-box;display:flex;inset:0;justify-content:center;padding:28px;position:fixed;z-index:1000}.events_modal{background:#fffdf6;border:1px solid #17351d14;border-radius:24px;box-shadow:0 24px 80px #0a0a0a2e;box-sizing:border-box;display:flex;flex-direction:column;gap:16px;max-height:100%;overflow-y:auto;padding:20px 24px 22px;width:min(100%,640px)}.events_modal_header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.events_modal_heading{display:flex;flex-direction:column;gap:8px}.events_modal_heading h2{color:var(--text_heading);font-family:Anton;font-size:1.5rem;font-style:normal;font-weight:400;line-height:1;text-transform:uppercase}.events_modal_heading p{color:#7a7f92;font-family:Figtree;font-size:.9rem;font-style:normal;font-weight:400;line-height:1.35;max-width:500px}.events_modal_close{align-items:center;background:#0000;border:0;border-radius:50%;color:var(--grey);cursor:pointer;display:flex;flex-shrink:0;font-family:Figtree;font-size:1.4rem;font-weight:500;height:34px;justify-content:center;width:34px}.events_modal_form{display:flex;flex-direction:column;gap:16px}.events_modal_grid{grid-gap:12px 16px;display:grid;gap:12px 16px;grid-template-columns:repeat(2,minmax(0,1fr))}.events_modal_field{display:flex;flex-direction:column;gap:6px}.events_modal_field span{color:var(--text_heading);font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:600;line-height:1.3}.events_modal_field_full{grid-column:1/-1}.events_modal_field input,.events_modal_field textarea,.events_modal_file_button,.events_modal_input_wrap,.events_modal_select_wrap{background:#f6f7fa;border:1px solid #0000;border-radius:12px;box-sizing:border-box;color:var(--text_heading);font-family:Figtree;font-size:.9rem;font-style:normal;font-weight:500;min-height:42px;outline:none;padding:0 14px;width:100%}.events_modal_field textarea{min-height:72px;padding:10px 14px;resize:none}.events_modal_field input::placeholder,.events_modal_field textarea::placeholder,.events_modal_file_button{color:#8c95a6}.events_modal_field input:focus,.events_modal_field textarea:focus,.events_modal_input_wrap:focus-within,.events_modal_select_wrap:focus-within{border-color:#17351d2e;box-shadow:0 0 0 3px #b5ff1e2e}.events_modal_file_row{align-items:center;display:flex;gap:10px}.events_modal_file_button{align-items:center;border:1px solid #0000;cursor:pointer;display:flex;justify-content:flex-start}.events_modal_icon_button{align-items:center;background:#fff;border:1px solid #0a0a0a14;border-radius:12px;cursor:pointer;display:flex;flex-shrink:0;height:42px;justify-content:center;width:42px}.events_modal_icon_button img{height:18px;width:18px}.events_modal_input_wrap,.events_modal_select_wrap{align-items:center;display:flex;gap:10px}.events_modal_input_wrap input,.events_modal_select_wrap select{appearance:none;background:#0000;border:0;color:var(--text_heading);font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:500;outline:none;width:100%}.events_modal_select_wrap select:invalid{color:#8c95a6}.events_modal_input_wrap img,.events_modal_select_wrap img{flex-shrink:0;height:16px;width:16px}.events_modal_actions{align-items:center;display:flex;gap:12px;justify-content:flex-end}.events_modal_primary_button,.events_modal_secondary_button{border-radius:12px;cursor:pointer;font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:600;height:40px;min-width:90px;padding:0 18px}.events_modal_secondary_button{background:#fff;border:1px solid #0a0a0a1f;color:var(--text_heading)}.events_modal_primary_button{background:var(--neon);border:0;color:var(--green)}@media (max-width:860px){.events_controls_card,.events_controls_left{align-items:stretch;flex-direction:column}.events_filter,.events_search{max-width:none}}@media (max-width:720px){.events_modal_overlay{padding:16px}.events_modal{border-radius:20px;padding:22px 18px 20px}.events_modal_grid{grid-template-columns:1fr}.events_modal_actions{align-items:stretch;flex-direction:column-reverse}.events_modal_primary_button,.events_modal_secondary_button{width:100%}}.bookings_page{display:flex;flex-direction:column;gap:24px;height:100%;min-height:0}.bookings_controls_card{align-items:center;background:var(--surface_primary);border:1px solid var(--line_soft);border-radius:18px;display:flex;gap:16px;justify-content:space-between;padding:14px}.bookings_controls_left{align-items:center;display:flex;flex:1 1;gap:12px;min-width:0}.bookings_search{align-items:center;background:var(--surface_secondary);border-radius:12px;box-sizing:border-box;display:flex;gap:10px;height:46px;max-width:360px;padding:0 14px;width:100%}.bookings_search img{flex-shrink:0;height:18px;width:18px}.bookings_search input{background:#0000;border:0;color:var(--text_heading);outline:none;width:100%}.bookings_search input,.bookings_search input::placeholder{font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:400}.bookings_search input::placeholder{color:var(--text_muted)}.bookings_filter{align-items:center;background:var(--surface_secondary);border-radius:12px;box-sizing:border-box;display:flex;gap:10px;height:46px;max-width:170px;padding:0 14px;width:100%}.bookings_filter select{appearance:none;background:#0000;border:0;color:var(--text_heading);font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:600;outline:none;width:100%}.bookings_filter img{flex-shrink:0;height:16px;width:16px}.bookings_table_card{background:var(--surface_primary);border:1px solid var(--line_soft);border-radius:18px;display:flex;flex:1 1;flex-direction:column;gap:18px;min-height:0;overflow:hidden;padding:20px 24px 12px}.bookings_table_top{align-items:center;display:flex;gap:12px;justify-content:space-between}.bookings_table_title{color:var(--text_heading);font-family:Figtree;font-size:1.6rem;font-style:normal;font-weight:700}.bookings_table_count{color:var(--text_muted);font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:500}.bookings_table_scroll{flex:1 1;min-height:0;overflow-x:auto;overflow-y:hidden;scrollbar-color:var(--green) var(--surface_secondary);scrollbar-width:thin}.bookings_table_scroll::-webkit-scrollbar{height:12px}.bookings_table_scroll::-webkit-scrollbar-track{background:var(--surface_secondary);border-radius:999px}.bookings_table_scroll::-webkit-scrollbar-thumb{background:var(--green);border:2px solid var(--surface_secondary);border-radius:999px}.bookings_table_scroll::-webkit-scrollbar-corner{background:#0000}.bookings_table_head{color:var(--text_heading);font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:700}.bookings_table_body .bookings_row,.bookings_table_head{border-bottom:1px solid var(--line_soft)}.bookings_row{grid-gap:12px;align-items:center;box-sizing:border-box;display:grid;gap:12px;grid-template-columns:42px 72px 220px 80px 200px 100px 110px 110px 90px;min-width:100%;padding:12px 14px;width:max-content}.bookings_checkbox{align-items:center;display:flex;justify-content:center}.bookings_checkbox input{accent-color:var(--neon);height:17px;width:17px}.bookings_cell_text{color:var(--text_heading);font-family:Figtree;font-size:.9rem;font-style:normal;font-weight:500;line-height:1.35;word-break:break-word}.bookings_actions{align-items:center;display:flex;gap:8px}.bookings_action_button{align-items:center;background:#0000;border:0;cursor:pointer;display:flex;height:32px;justify-content:center;width:32px}.bookings_action_button img{height:16px;width:16px}.bookings_pagination{align-items:center;display:flex;gap:12px;justify-content:flex-end}.bookings_pagination_button{background:var(--surface_secondary);border:0;border-radius:10px;color:var(--text_heading);cursor:pointer;font-family:Figtree;font-size:.9rem;font-weight:600;height:38px;padding:0 14px}.bookings_pagination_button:disabled{cursor:default;opacity:.5}.bookings_pagination_info{color:var(--text_muted);font-family:Figtree;font-size:.9rem;font-weight:500}.bookings_modal_overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a0a0a66;box-sizing:border-box;display:flex;inset:0;justify-content:center;padding:28px;position:fixed;z-index:1000}.bookings_modal{background:#fffdf6;border:1px solid #17351d14;border-radius:24px;box-shadow:0 24px 80px #0a0a0a2e;box-sizing:border-box;display:flex;flex-direction:column;gap:16px;max-height:100%;overflow-y:auto;padding:20px 24px 22px;width:min(100%,640px)}.bookings_modal_header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.bookings_modal_heading{display:flex;flex-direction:column;gap:8px}.bookings_modal_heading h2{color:var(--text_heading);font-family:Anton;font-size:1.5rem;font-style:normal;font-weight:400;line-height:1;text-transform:uppercase}.bookings_modal_heading p{color:#7a7f92;font-family:Figtree;font-size:.9rem;font-style:normal;font-weight:400;line-height:1.35;max-width:500px}.bookings_modal_close{align-items:center;background:#0000;border:0;border-radius:50%;color:var(--grey);cursor:pointer;display:flex;flex-shrink:0;font-family:Figtree;font-size:1.4rem;font-weight:500;height:34px;justify-content:center;width:34px}.bookings_modal_form{display:flex;flex-direction:column;gap:16px}.bookings_modal_grid{grid-gap:12px 16px;display:grid;gap:12px 16px;grid-template-columns:repeat(2,minmax(0,1fr))}.bookings_modal_field{display:flex;flex-direction:column;gap:6px}.bookings_modal_field span{color:var(--text_heading);font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:600;line-height:1.3}.bookings_modal_field input,.bookings_modal_select_wrap{background:#f6f7fa;border:1px solid #0000;border-radius:12px;box-sizing:border-box;color:var(--text_heading);font-family:Figtree;font-size:.9rem;font-style:normal;font-weight:500;min-height:42px;outline:none;padding:0 14px;width:100%}.bookings_modal_field input::placeholder{color:#8c95a6}.bookings_modal_field input:focus,.bookings_modal_select_wrap:focus-within{border-color:#17351d2e;box-shadow:0 0 0 3px #b5ff1e2e}.bookings_modal_select_wrap{align-items:center;display:flex;gap:10px}.bookings_modal_select_wrap select{appearance:none;background:#0000;border:0;color:var(--text_heading);font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:500;outline:none;width:100%}.bookings_modal_select_wrap img{flex-shrink:0;height:16px;width:16px}.bookings_modal_actions{align-items:center;display:flex;gap:12px;justify-content:flex-end}.bookings_modal_primary_button,.bookings_modal_secondary_button{border-radius:12px;cursor:pointer;font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:600;height:40px;min-width:90px;padding:0 18px}.bookings_modal_secondary_button{background:#fff;border:1px solid #0a0a0a1f;color:var(--text_heading)}.bookings_modal_primary_button{background:var(--neon);border:0;color:var(--green)}@media (max-width:860px){.bookings_controls_card,.bookings_controls_left{align-items:stretch;flex-direction:column}.bookings_search{max-width:none}}@media (max-width:720px){.bookings_modal_overlay{padding:16px}.bookings_modal{border-radius:20px;padding:22px 18px 20px}.bookings_modal_grid{grid-template-columns:1fr}.bookings_modal_actions{align-items:stretch;flex-direction:column-reverse}.bookings_modal_primary_button,.bookings_modal_secondary_button{width:100%}}.categories_page{display:flex;flex-direction:column;gap:24px;height:100%;min-height:0}.categories_controls_card{align-items:center;background:var(--surface_primary);border:1px solid var(--line_soft);border-radius:18px;display:flex;gap:16px;justify-content:space-between;padding:14px}.categories_controls_left{align-items:center;display:flex;flex:1 1;gap:12px;min-width:0}.categories_search{align-items:center;background:var(--surface_secondary);border-radius:12px;box-sizing:border-box;display:flex;gap:10px;height:46px;max-width:360px;padding:0 14px;width:100%}.categories_search img{flex-shrink:0;height:18px;width:18px}.categories_search input{background:#0000;border:0;color:var(--text_heading);outline:none;width:100%}.categories_search input,.categories_search input::placeholder{font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:400}.categories_search input::placeholder{color:var(--text_muted)}.categories_add_button{align-items:center;background:var(--neon);border:0;border-radius:12px;color:var(--green);cursor:pointer;display:flex;font-family:Figtree;font-size:1rem;font-style:normal;font-weight:600;gap:10px;height:46px;padding:0 18px}.categories_table_card{background:var(--surface_primary);border:1px solid var(--line_soft);border-radius:18px;display:flex;flex:1 1;flex-direction:column;gap:18px;min-height:0;overflow:hidden;padding:20px 24px 12px}.categories_table_top{align-items:center;display:flex;gap:12px;justify-content:space-between}.categories_table_title{color:var(--text_heading);font-family:Figtree;font-size:1.6rem;font-style:normal;font-weight:700}.categories_table_count{color:var(--text_muted);font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:500}.categories_table_scroll{flex:1 1;min-height:0;overflow-x:auto;overflow-y:hidden;scrollbar-color:var(--green) var(--surface_secondary);scrollbar-width:thin}.categories_table_scroll::-webkit-scrollbar{height:12px}.categories_table_scroll::-webkit-scrollbar-track{background:var(--surface_secondary);border-radius:999px}.categories_table_scroll::-webkit-scrollbar-thumb{background:var(--green);border:2px solid var(--surface_secondary);border-radius:999px}.categories_table_scroll::-webkit-scrollbar-corner{background:#0000}.categories_table_head{color:var(--text_heading);font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:700}.categories_table_body .categories_row,.categories_table_head{border-bottom:1px solid var(--line_soft)}.categories_row{grid-gap:12px;align-items:center;box-sizing:border-box;display:grid;gap:12px;grid-template-columns:42px 50px 1fr 1fr 1fr 60px 70px;padding:12px 14px;width:100%}.categories_checkbox{align-items:center;display:flex;justify-content:center}.categories_checkbox input{accent-color:var(--neon);height:17px;width:17px}.categories_cell_text{color:var(--text_heading);font-family:Figtree;font-size:.9rem;font-style:normal;font-weight:500;line-height:1.35;word-break:break-word}.categories_cell_stack{display:flex;flex-direction:column;gap:6px}.categories_cell_subtext{color:var(--grey);font-family:Figtree;font-size:.88rem;font-style:normal;font-weight:400;line-height:1.35;word-break:break-word}.categories_icon_thumb{background:var(--surface_secondary);border-radius:10px;flex-shrink:0;height:40px;overflow:hidden;width:40px}.categories_icon_thumb img{display:block;height:100%;object-fit:cover;width:100%}.categories_actions{align-items:center;display:flex;gap:8px}.categories_action_button{align-items:center;background:#0000;border:0;cursor:pointer;display:flex;height:32px;justify-content:center;width:32px}.categories_action_button img{height:16px;width:16px}.categories_pagination{align-items:center;display:flex;gap:12px;justify-content:flex-end}.categories_pagination_button{background:var(--surface_secondary);border:0;border-radius:10px;color:var(--text_heading);cursor:pointer;font-family:Figtree;font-size:.9rem;font-weight:600;height:38px;padding:0 14px}.categories_pagination_button:disabled{cursor:default;opacity:.5}.categories_pagination_info{color:var(--text_muted);font-family:Figtree;font-size:.9rem;font-weight:500}.categories_modal_overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a0a0a66;box-sizing:border-box;display:flex;inset:0;justify-content:center;padding:28px;position:fixed;z-index:1000}.categories_modal{background:#fffdf6;border:1px solid #17351d14;border-radius:24px;box-shadow:0 24px 80px #0a0a0a2e;box-sizing:border-box;display:flex;flex-direction:column;gap:16px;max-height:100%;overflow-y:auto;padding:20px 24px 22px;width:min(100%,640px)}.categories_modal_header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.categories_modal_heading{display:flex;flex-direction:column;gap:8px}.categories_modal_heading h2{color:var(--text_heading);font-family:Anton;font-size:1.5rem;font-style:normal;font-weight:400;line-height:1;text-transform:uppercase}.categories_modal_heading p{color:#7a7f92;font-family:Figtree;font-size:.9rem;font-style:normal;font-weight:400;line-height:1.35;max-width:500px}.categories_modal_close{align-items:center;background:#0000;border:0;border-radius:50%;color:var(--grey);cursor:pointer;display:flex;flex-shrink:0;font-family:Figtree;font-size:1.4rem;font-weight:500;height:34px;justify-content:center;width:34px}.categories_modal_form{display:flex;flex-direction:column;gap:16px}.categories_modal_grid{grid-gap:12px 16px;display:grid;gap:12px 16px;grid-template-columns:repeat(2,minmax(0,1fr))}.categories_modal_field{display:flex;flex-direction:column;gap:6px}.categories_modal_field span{color:var(--text_heading);font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:600;line-height:1.3}.categories_modal_field_full{grid-column:1/-1}.categories_modal_field input,.categories_modal_field textarea{background:#f6f7fa;border:1px solid #0000;border-radius:12px;box-sizing:border-box;color:var(--text_heading);font-family:Figtree;font-size:.9rem;font-style:normal;font-weight:500;min-height:42px;outline:none;padding:0 14px;width:100%}.categories_modal_field input::placeholder,.categories_modal_field textarea::placeholder{color:#8c95a6}.categories_modal_field input:focus,.categories_modal_field textarea:focus{border-color:#17351d2e;box-shadow:0 0 0 3px #b5ff1e2e}.categories_modal_actions{align-items:center;display:flex;gap:12px;justify-content:flex-end}.categories_modal_primary_button,.categories_modal_secondary_button{border-radius:12px;cursor:pointer;font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:600;height:40px;min-width:90px;padding:0 18px}.categories_modal_secondary_button{background:#fff;border:1px solid #0a0a0a1f;color:var(--text_heading)}.categories_modal_primary_button{background:var(--neon);border:0;color:var(--green)}@media (max-width:860px){.categories_controls_card,.categories_controls_left{align-items:stretch;flex-direction:column}.categories_search{max-width:none}}@media (max-width:720px){.categories_modal_overlay{padding:16px}.categories_modal{border-radius:20px;padding:22px 18px 20px}.categories_modal_grid{grid-template-columns:1fr}.categories_modal_actions{align-items:stretch;flex-direction:column-reverse}.categories_modal_primary_button,.categories_modal_secondary_button{width:100%}}.users_page{display:flex;flex-direction:column;gap:20px;height:100%;min-height:0}.users_stats{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.users_controls_card{align-items:center;background:var(--surface_primary);border:1px solid var(--line_soft);border-radius:18px;display:flex;gap:16px;justify-content:space-between;padding:14px}.users_controls_left{align-items:center;display:flex;flex:1 1;gap:12px;min-width:0}.users_search{align-items:center;background:var(--surface_secondary);border-radius:12px;box-sizing:border-box;display:flex;gap:10px;height:46px;max-width:360px;padding:0 14px;width:100%}.users_search img{flex-shrink:0;height:18px;width:18px}.users_search input{background:#0000;border:0;color:var(--text_heading);outline:none;width:100%}.users_search input,.users_search input::placeholder{font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:400}.users_search input::placeholder{color:var(--text_muted)}.users_filter{align-items:center;background:var(--surface_secondary);border-radius:12px;box-sizing:border-box;display:flex;gap:10px;height:46px;max-width:170px;padding:0 14px;width:100%}.users_filter select{appearance:none;background:#0000;border:0;color:var(--text_heading);font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:600;outline:none;width:100%}.users_filter img{flex-shrink:0;height:16px;width:16px}.users_table_card{background:var(--surface_primary);border:1px solid var(--line_soft);border-radius:18px;display:flex;flex:1 1;flex-direction:column;gap:18px;min-height:0;overflow:hidden;padding:20px 24px 12px}.users_table_top{align-items:center;display:flex;gap:12px;justify-content:space-between}.users_table_title{color:var(--text_heading);font-family:Figtree;font-size:1.6rem;font-style:normal;font-weight:700}.users_table_count{color:var(--text_muted);font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:500}.users_table_scroll{flex:1 1;min-height:0;overflow-x:auto;overflow-y:hidden;scrollbar-color:var(--green) var(--surface_secondary);scrollbar-width:thin}.users_table_scroll::-webkit-scrollbar{height:12px}.users_table_scroll::-webkit-scrollbar-track{background:var(--surface_secondary);border-radius:999px}.users_table_scroll::-webkit-scrollbar-thumb{background:var(--green);border:2px solid var(--surface_secondary);border-radius:999px}.users_table_scroll::-webkit-scrollbar-corner{background:#0000}.users_table_head{color:var(--text_heading);font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:700}.users_table_body .users_row,.users_table_head{border-bottom:1px solid var(--line_soft)}.users_row{grid-gap:12px;align-items:center;box-sizing:border-box;display:grid;gap:12px;grid-template-columns:42px 72px 220px 200px 260px 110px 90px;min-width:100%;padding:12px 14px;width:max-content}.users_checkbox{align-items:center;display:flex;justify-content:center}.users_checkbox input{accent-color:var(--neon);height:17px;width:17px}.users_cell_text{color:var(--text_heading);font-family:Figtree;font-size:.9rem;font-style:normal;font-weight:500;line-height:1.35;word-break:break-word}.users_actions{align-items:center;display:flex;gap:8px}.users_action_button{align-items:center;background:#0000;border:0;cursor:pointer;display:flex;height:32px;justify-content:center;width:32px}.users_action_button img{height:16px;width:16px}.users_pagination{align-items:center;display:flex;gap:12px;justify-content:flex-end}.users_pagination_button{background:var(--surface_secondary);border:0;border-radius:10px;color:var(--text_heading);cursor:pointer;font-family:Figtree;font-size:.9rem;font-weight:600;height:38px;padding:0 14px}.users_pagination_button:disabled{cursor:default;opacity:.5}.users_pagination_info{color:var(--text_muted);font-family:Figtree;font-size:.9rem;font-weight:500}@media (max-width:860px){.users_controls_card,.users_controls_left{align-items:stretch;flex-direction:column}.users_filter,.users_search{max-width:none}.users_stats{grid-template-columns:1fr}}.content_page{display:flex;flex-direction:column;gap:24px;height:100%;min-height:0}.content_controls_card{align-items:center;background:var(--surface_primary);border:1px solid var(--line_soft);border-radius:18px;display:flex;gap:16px;justify-content:space-between;padding:14px}.content_controls_left{align-items:center;display:flex;flex:1 1;gap:12px;min-width:0}.content_search{align-items:center;background:var(--surface_secondary);border-radius:12px;box-sizing:border-box;display:flex;gap:10px;height:46px;max-width:360px;padding:0 14px;width:100%}.content_search img{flex-shrink:0;height:18px;width:18px}.content_search input{background:#0000;border:0;color:var(--text_heading);outline:none;width:100%}.content_search input,.content_search input::placeholder{font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:400}.content_search input::placeholder{color:var(--text_muted)}.content_filter{align-items:center;background:var(--surface_secondary);border-radius:12px;box-sizing:border-box;display:flex;gap:10px;height:46px;max-width:170px;padding:0 14px;width:100%}.content_filter select{appearance:none;background:#0000;border:0;color:var(--text_heading);font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:600;outline:none;width:100%}.content_filter img{flex-shrink:0;height:16px;width:16px}.content_table_card{background:var(--surface_primary);border:1px solid var(--line_soft);border-radius:18px;display:flex;flex:1 1;flex-direction:column;gap:18px;min-height:0;overflow:hidden;padding:20px 24px 12px}.content_table_top{align-items:center;display:flex;gap:12px;justify-content:space-between}.content_table_title{color:var(--text_heading);font-family:Figtree;font-size:1.6rem;font-style:normal;font-weight:700}.content_table_count{color:var(--text_muted);font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:500}.content_table_scroll{flex:1 1;min-height:0;overflow-x:auto;overflow-y:hidden;scrollbar-color:var(--green) var(--surface_secondary);scrollbar-width:thin}.content_table_scroll::-webkit-scrollbar{height:12px}.content_table_scroll::-webkit-scrollbar-track{background:var(--surface_secondary);border-radius:999px}.content_table_scroll::-webkit-scrollbar-thumb{background:var(--green);border:2px solid var(--surface_secondary);border-radius:999px}.content_table_scroll::-webkit-scrollbar-corner{background:#0000}.content_table_head{color:var(--text_heading);font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:700}.content_table_body .content_row,.content_table_head{border-bottom:1px solid var(--line_soft)}.content_row{grid-gap:12px;align-items:center;box-sizing:border-box;display:grid;gap:12px;grid-template-columns:42px 50px 120px 1fr 180px 70px;padding:12px 14px;width:100%}.content_checkbox{align-items:center;display:flex;justify-content:center}.content_checkbox input{accent-color:var(--neon);height:17px;width:17px}.content_cell_text{color:var(--text_heading);font-family:Figtree;font-size:.9rem;font-style:normal;font-weight:500;line-height:1.35}.content_cell_preview_text,.content_cell_text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content_cell_preview_text{color:var(--text_muted);font-size:.82rem;font-weight:400}.content_actions{align-items:center;display:flex;gap:8px}.content_action_button{align-items:center;background:#0000;border:0;cursor:pointer;display:flex;height:32px;justify-content:center;width:32px}.content_action_button img{height:16px;width:16px}.content_pagination{align-items:center;display:flex;gap:12px;justify-content:flex-end}.content_pagination_button{background:var(--surface_secondary);border:0;border-radius:10px;color:var(--text_heading);cursor:pointer;font-family:Figtree;font-size:.9rem;font-weight:600;height:38px;padding:0 14px}.content_pagination_button:disabled{cursor:default;opacity:.5}.content_pagination_info{color:var(--text_muted);font-family:Figtree;font-size:.9rem;font-weight:500}.content_modal_overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a0a0a66;box-sizing:border-box;display:flex;inset:0;justify-content:center;padding:28px;position:fixed;z-index:1000}.content_modal{background:#fffdf6;border:1px solid #17351d14;border-radius:24px;box-shadow:0 24px 80px #0a0a0a2e;box-sizing:border-box;display:flex;flex-direction:column;gap:16px;max-height:100%;overflow-y:auto;padding:20px 24px 22px;width:min(100%,640px)}.content_modal_header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.content_modal_heading{display:flex;flex-direction:column;gap:8px}.content_modal_heading h2{color:var(--text_heading);font-family:Anton;font-size:1.5rem;font-style:normal;font-weight:400;line-height:1;text-transform:uppercase}.content_modal_heading p{color:#7a7f92;font-family:Figtree;font-size:.9rem;font-style:normal;font-weight:400;line-height:1.35;max-width:500px}.content_modal_close{align-items:center;background:#0000;border:0;border-radius:50%;color:var(--grey);cursor:pointer;display:flex;flex-shrink:0;font-family:Figtree;font-size:1.4rem;font-weight:500;height:34px;justify-content:center;width:34px}.content_modal_form{display:flex;flex-direction:column;gap:16px}.content_modal_grid{grid-gap:12px 16px;display:grid;gap:12px 16px;grid-template-columns:repeat(2,minmax(0,1fr))}.content_modal_field{display:flex;flex-direction:column;gap:6px}.content_modal_field span{color:var(--text_heading);font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:600;line-height:1.3}.content_modal_field_full{grid-column:1/-1}.content_modal_field input,.content_modal_field textarea{background:#f6f7fa;border:1px solid #0000;border-radius:12px;box-sizing:border-box;color:var(--text_heading);font-family:Figtree;font-size:.9rem;font-style:normal;font-weight:500;min-height:42px;outline:none;padding:10px 14px;resize:vertical;width:100%}.content_modal_field input::placeholder,.content_modal_field textarea::placeholder{color:#8c95a6}.content_modal_field input:focus,.content_modal_field textarea:focus{border-color:#17351d2e;box-shadow:0 0 0 3px #b5ff1e2e}.content_modal_card_group{border-top:1px solid #0a0a0a14;display:flex;flex-direction:column;gap:12px;grid-column:1/-1;padding-top:16px}.content_modal_card_group .content_modal_grid{gap:10px 16px}.content_modal_card_label{color:var(--text_heading);font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:700}.content_modal_actions{align-items:center;display:flex;gap:12px;justify-content:flex-end}.content_modal_primary_button,.content_modal_secondary_button{border-radius:12px;cursor:pointer;font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:600;height:40px;min-width:90px;padding:0 18px}.content_modal_secondary_button{background:#fff;border:1px solid #0a0a0a1f;color:var(--text_heading)}.content_modal_primary_button{background:var(--neon);border:0;color:var(--green)}@media (max-width:860px){.content_controls_card,.content_controls_left{align-items:stretch;flex-direction:column}.content_filter,.content_search{max-width:none}}@media (max-width:720px){.content_modal_overlay{padding:16px}.content_modal{border-radius:20px;padding:22px 18px 20px}.content_modal_grid{grid-template-columns:1fr}.content_modal_actions{align-items:stretch;flex-direction:column-reverse}.content_modal_primary_button,.content_modal_secondary_button{width:100%}}.testimonials_page{display:flex;flex-direction:column;gap:20px;height:100%;min-height:0}.testimonials_stats{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.testimonials_controls_card{align-items:center;background:var(--surface_primary);border:1px solid var(--line_soft);border-radius:18px;display:flex;gap:16px;justify-content:space-between;padding:14px}.testimonials_controls_left{align-items:center;display:flex;flex:1 1;gap:12px;min-width:0}.testimonials_search{align-items:center;background:var(--surface_secondary);border-radius:12px;box-sizing:border-box;display:flex;gap:10px;height:46px;max-width:360px;padding:0 14px;width:100%}.testimonials_search img{flex-shrink:0;height:18px;width:18px}.testimonials_search input{background:#0000;border:0;color:var(--text_heading);outline:none;width:100%}.testimonials_search input,.testimonials_search input::placeholder{font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:400}.testimonials_search input::placeholder{color:var(--text_muted)}.testimonials_filter{align-items:center;background:var(--surface_secondary);border-radius:12px;box-sizing:border-box;display:flex;gap:10px;height:46px;max-width:170px;padding:0 14px;width:100%}.testimonials_filter select{appearance:none;background:#0000;border:0;color:var(--text_heading);font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:600;outline:none;width:100%}.testimonials_filter img{flex-shrink:0;height:16px;width:16px}.testimonials_add_button{align-items:center;background:var(--neon);border:0;border-radius:12px;color:var(--green);cursor:pointer;display:flex;font-family:Figtree;font-size:1rem;font-style:normal;font-weight:600;gap:10px;height:46px;padding:0 20px}.testimonials_table_card{background:var(--surface_primary);border:1px solid var(--line_soft);border-radius:18px;display:flex;flex:1 1;flex-direction:column;gap:18px;min-height:0;overflow:hidden;padding:20px 24px 12px}.testimonials_table_top{align-items:center;display:flex;gap:12px;justify-content:space-between}.testimonials_table_title{color:var(--text_heading);font-family:Figtree;font-size:1.6rem;font-style:normal;font-weight:700}.testimonials_table_count{color:var(--text_muted);font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:500}.testimonials_table_scroll{flex:1 1;min-height:0;overflow-x:auto;overflow-y:hidden;scrollbar-color:var(--green) var(--surface_secondary);scrollbar-width:thin}.testimonials_table_scroll::-webkit-scrollbar{height:12px}.testimonials_table_scroll::-webkit-scrollbar-track{background:var(--surface_secondary);border-radius:999px}.testimonials_table_scroll::-webkit-scrollbar-thumb{background:var(--green);border:2px solid var(--surface_secondary);border-radius:999px}.testimonials_table_scroll::-webkit-scrollbar-corner{background:#0000}.testimonials_table_head{color:var(--text_heading);font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:700}.testimonials_table_body .testimonials_row,.testimonials_table_head{border-bottom:1px solid var(--line_soft)}.testimonials_row{grid-gap:12px;align-items:center;box-sizing:border-box;display:grid;gap:12px;grid-template-columns:42px 60px 120px 140px 70px 140px 1fr 90px;padding:12px 14px;width:100%}.testimonials_checkbox{align-items:center;display:flex;justify-content:center}.testimonials_checkbox input{accent-color:var(--neon);height:17px;width:17px}.testimonials_cell_text{color:var(--text_heading);font-family:Figtree;font-size:.9rem;font-style:normal;font-weight:500;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.testimonials_actions{align-items:center;display:flex;gap:8px}.testimonials_action_button{align-items:center;background:#0000;border:0;cursor:pointer;display:flex;height:32px;justify-content:center;width:32px}.testimonials_action_button img{height:16px;width:16px}.testimonials_pagination{align-items:center;display:flex;gap:12px;justify-content:flex-end}.testimonials_pagination_button{background:var(--surface_secondary);border:0;border-radius:10px;color:var(--text_heading);cursor:pointer;font-family:Figtree;font-size:.9rem;font-weight:600;height:38px;padding:0 14px}.testimonials_pagination_button:disabled{cursor:default;opacity:.5}.testimonials_pagination_info{color:var(--text_muted);font-family:Figtree;font-size:.9rem;font-weight:500}.testimonials_modal_overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a0a0a66;box-sizing:border-box;display:flex;inset:0;justify-content:center;padding:28px;position:fixed;z-index:1000}.testimonials_modal{background:#fffdf6;border:1px solid #17351d14;border-radius:24px;box-shadow:0 24px 80px #0a0a0a2e;box-sizing:border-box;display:flex;flex-direction:column;gap:16px;max-height:100%;overflow-y:auto;padding:20px 24px 22px;width:min(100%,640px)}.testimonials_modal_header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.testimonials_modal_heading{display:flex;flex-direction:column;gap:8px}.testimonials_modal_heading h2{color:var(--text_heading);font-family:Anton;font-size:1.5rem;font-style:normal;font-weight:400;line-height:1;text-transform:uppercase}.testimonials_modal_heading p{color:#7a7f92;font-family:Figtree;font-size:.9rem;font-style:normal;font-weight:400;line-height:1.35;max-width:500px}.testimonials_modal_close{align-items:center;background:#0000;border:0;border-radius:50%;color:var(--grey);cursor:pointer;display:flex;flex-shrink:0;font-family:Figtree;font-size:1.4rem;font-weight:500;height:34px;justify-content:center;width:34px}.testimonials_modal_form{display:flex;flex-direction:column;gap:16px}.testimonials_modal_grid{grid-gap:12px 16px;display:grid;gap:12px 16px;grid-template-columns:repeat(2,minmax(0,1fr))}.testimonials_modal_field{display:flex;flex-direction:column;gap:6px}.testimonials_modal_field span{color:var(--text_heading);font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:600;line-height:1.3}.testimonials_modal_field_full{grid-column:1/-1}.testimonials_modal_field input,.testimonials_modal_field textarea,.testimonials_modal_select_wrap{background:#f6f7fa;border:1px solid #0000;border-radius:12px;box-sizing:border-box;color:var(--text_heading);font-family:Figtree;font-size:.9rem;font-style:normal;font-weight:500;min-height:42px;outline:none;padding:0 14px;width:100%}.testimonials_modal_field textarea{padding:10px 14px;resize:vertical}.testimonials_modal_field input::placeholder,.testimonials_modal_field textarea::placeholder{color:#8c95a6}.testimonials_modal_field input:focus,.testimonials_modal_field textarea:focus,.testimonials_modal_select_wrap:focus-within{border-color:#17351d2e;box-shadow:0 0 0 3px #b5ff1e2e}.testimonials_modal_select_wrap{align-items:center;display:flex;gap:10px}.testimonials_modal_select_wrap select{appearance:none;background:#0000;border:0;color:var(--text_heading);font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:500;outline:none;width:100%}.testimonials_modal_select_wrap img{flex-shrink:0;height:16px;width:16px}.testimonials_modal_actions{align-items:center;display:flex;gap:12px;justify-content:flex-end}.testimonials_modal_primary_button,.testimonials_modal_secondary_button{border-radius:12px;cursor:pointer;font-family:Figtree;font-size:.95rem;font-style:normal;font-weight:600;height:40px;min-width:90px;padding:0 18px}.testimonials_modal_secondary_button{background:#fff;border:1px solid #0a0a0a1f;color:var(--text_heading)}.testimonials_modal_primary_button{background:var(--neon);border:0;color:var(--green)}@media (max-width:860px){.testimonials_controls_card,.testimonials_controls_left{align-items:stretch;flex-direction:column}.testimonials_filter,.testimonials_search{max-width:none}.testimonials_stats{grid-template-columns:1fr}}@media (max-width:720px){.testimonials_modal_overlay{padding:16px}.testimonials_modal{border-radius:20px;padding:22px 18px 20px}.testimonials_modal_grid{grid-template-columns:1fr}.testimonials_modal_actions{align-items:stretch;flex-direction:column-reverse}.testimonials_modal_primary_button,.testimonials_modal_secondary_button{width:100%}}
/*# sourceMappingURL=main.ee45e63d.css.map*/