:root{
  --ink:#151a2d;
  --muted:#6b7280;
  --accent:#6c63ff;
  --accent-soft:#eceaff;
  --pill-bg:#eef0f5;
  --card-radius:18px;
}

body{
  font-family: "Inter", sans-serif;
  color: #171A23;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }

h1, h2, h3 {
    font-family: "Sora", sans-serif;
}

.idk_margin_top30 { margin-top: 30px; }
.idk_margin_top50 { margin-top: 50px; }
.idk_margin_top100 { margin-top: 100px; }
.idk_margin_top200 { margin-top: 200px; }

h3 {
    font-size: 26px;
    font-weight: 500;
}

header {
    padding: 30px 0px;
}

.list-inline {
    margin: 0px;
}

.idk_btn_link:link {
    display: inline-block;
    padding: 10px 18px;
    border: 1px solid #E5E7EB;
    border-radius: 32px;
    color: #171A23;
    text-decoration: none;
    font-weight: 500;
}

.idk_btn_link:visited {
    color: #171A23;
    border: 1px solid #E5E7EB;
    text-decoration: none;
}

.idk_icon_holder {
    position: relative;
    display: inline-block;
    padding: 12px 16px;
    background-color: #F8F9FA;
    border-radius: 100%;
}

.idk_icon_holder .idk_icon_dot {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: red;
}

.menu-wrapper {
    position: relative;
    display: inline-block;
}

.custom-menu {
    position: absolute;
    top: calc(100% + 16px);
    right: 0;
    width: 300px;
    background: #fff;
    border-radius: 18px;
    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.08),
        0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 18px 25px;
    z-index: 9999;
    display: none;
    text-align: left;
}

.custom-menu.show {
    display: block;
}

.list-group-item img {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    object-fit: cover;
    margin-right: 5px;
}

.list-group-item h3 {
    font-size: 16px;
    font-weight: 700;
}

.list-group-item p {
    font-size: 14px;
    margin: 0px;
}

.modal-title {
    font-size: 18px;
}

.slider-arrow {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.slider-arrow img {
    display: block;
}

.idk_slider1 {
    margin-top: 20px;
}

.idk_slider2 {
    margin-top: 20px;
}

.idk_slider3 {
    margin-top: 20px;
}

.slick-slide {
    margin-right: 20px;
}

.slick-list {
    margin-left: 0;
    margin-right: 0;
}

.slick-track {
    display: flex;
}

.slick-slide {
    height: auto;
}

.idk_slide_box img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}

.idk_slide_box h5 {
    font-size: 20px;
    color: #171A23;
    margin-top: 10px;
    margin-bottom: 0px;
}

.idk_slide_box p {
    font-size: 16px;
    color: #171A23;
}

.idk_section_bg {
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding: 80px 0px;
    background-color: #F7F7F7;
}

.idk_slide_box1 .idk_slide_box1_img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.idk_slide_box1 h5 {
    font-size: 20px;
    color: #171A23;
    margin-top: 10px;
    margin-bottom: 5px;
}

.idk_slide_box1 p {
    font-size: 14px;
    color: #555555;
}

.idk_slide_box1 p {
    display: flex;
    gap: 5px;
}

.idk_slide_box1 p img {
    width: 20px;
    height: 20px;
}

p.idk_text_end {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

footer {
    width: 100%;
    background-color: #0E1526;
    color: #FFFFFF;
    padding: 50px 0px;
    margin-top: 100px;
    font-size: 14px;
}

footer span {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
}

footer a:link { color: #FFFFFF; }
footer a:visited { color: #FFFFFF; }

/* Dashboard domaćina */
.idk_muted { color: var(--muted); }
.idk_eyebrow { display:inline-block; margin-bottom:10px; color:var(--accent); font-size:13px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.idk_btn_primary, .idk_btn_secondary { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:12px 22px; border:1px solid transparent; border-radius:30px; font-weight:650; transition:.2s ease; }
.idk_btn_primary { background:var(--accent); color:#fff !important; }
.idk_btn_primary:hover { background:#574ee8; transform:translateY(-1px); }
.idk_btn_secondary { border-color:#e3e5eb; background:#fff; color:var(--ink) !important; }
.idk_btn_secondary:hover { border-color:#c8cad2; background:#f8f9fa; }
.idk_btn_full { width:100%; }

.idk_landing_page { padding-top:50px; padding-bottom:50px; }
.idk_landing_row { min-height:620px; }
.idk_landing_intro { max-width:650px; }
.idk_landing_intro h1 { font-size:52px; line-height:1.12; font-weight:650; }
.idk_landing_intro p { max-width:620px; margin:22px 0 0; color:var(--muted); font-size:19px; line-height:1.65; }
.idk_landing_actions { display:flex; justify-content:center; gap:12px; }
.idk_landing_login { max-width:480px; margin-left:auto; }
.idk_landing_login h2 { margin-bottom:0px; font-family:"Sora",sans-serif; font-size:32px; }
.idk_field_label_row { display:flex; align-items:center; justify-content:space-between; gap:15px; }
.idk_field_label_row label { margin-bottom:8px; }
.idk_field_label_row a { margin-bottom:8px; color:var(--accent); font-size:13px; font-weight:650; }

.idk_auth_page { display:flex; justify-content:center; padding:55px 12px 30px; }
.idk_auth_card { box-sizing:border-box; width:100%; max-width:500px; padding:42px; border:1px solid #e8e9ee; border-radius:var(--card-radius); box-shadow:0 18px 50px rgba(21,26,45,.08); }
.idk_auth_card h1 { margin-bottom:0px; font-size:34px; }
.idk_auth_card form { margin-top:28px; }
.idk_auth_switch { margin:24px 0 0; text-align:center; color:var(--muted); }
.idk_auth_switch a { color:var(--accent); font-weight:650; }
.idk_profile_page, .idk_help_page { padding-top:45px; }
.idk_profile_head { max-width:720px; margin-bottom:30px; }
.idk_profile_head > .idk_back_link { display:flex; width:max-content; margin-bottom:30px; }
.idk_profile_head h1 { margin-bottom:10px; font-size:38px; }
.idk_profile_card { max-width:720px; }
.idk_help_grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.idk_help_grid article { padding:28px; border:1px solid #e7e8ed; border-radius:16px; background:#fff; box-shadow:0 8px 24px rgba(21,26,45,.05); }
.idk_help_grid h3 { font-size:19px; }
.idk_help_grid p { margin:10px 0 0; color:var(--muted); line-height:1.65; }
.idk_empty_page { min-height:520px; padding-top:45px; }
.idk_empty_page > .idk_back_link { display:flex; width:max-content; margin-bottom:65px; }
.idk_empty_page_intro { max-width:720px; }
.idk_empty_page_intro h1 { margin-bottom:12px; font-size:42px; }
.idk_sponsored_page { padding-top:45px; }
.idk_sponsored_alert { max-width:820px; }
.idk_sponsored_layout { display:grid; grid-template-columns:minmax(0,1fr) 390px; gap:28px; align-items:start; }
.idk_sponsored_form { display:flex; flex-direction:column; gap:18px; }
.idk_sponsor_section { position:relative; padding:30px; border:1px solid #e7e8ed; border-radius:18px; background:#fff; box-shadow:0 8px 25px rgba(21,26,45,.045); }
.idk_sponsor_section h2 { margin:0 0 22px; padding-right:45px; font-size:22px; }
.idk_sponsor_step { position:absolute; top:25px; right:26px; color:#c3c6d0; font-family:"Sora",sans-serif; font-size:14px; font-weight:700; }
.idk_sponsor_options { display:grid; grid-template-columns:repeat(3,1fr); gap:11px; }
.idk_sponsor_options input, .idk_duration_options input, .idk_country_options input { position:absolute; opacity:0; pointer-events:none; }
.idk_sponsor_options label > span { display:flex; min-height:105px; box-sizing:border-box; flex-direction:column; justify-content:center; padding:16px; border:1px solid #dfe1e7; border-radius:14px; cursor:pointer; }
.idk_sponsor_options strong, .idk_sponsor_options small { display:block; }
.idk_sponsor_options small { margin-top:7px; color:var(--muted); }
.idk_sponsor_options input:checked + span, .idk_duration_options input:checked + span, .idk_country_options input:checked + span { border-color:var(--accent); background:var(--accent-soft); color:#4e47c7; box-shadow:inset 0 0 0 1px var(--accent); }
.idk_duration_options { display:flex; gap:9px; margin-bottom:20px; }
.idk_duration_options span, .idk_country_options span { display:inline-flex; min-height:42px; align-items:center; justify-content:center; padding:9px 15px; border:1px solid #dfe1e7; border-radius:24px; cursor:pointer; color:var(--ink); font-size:14px; font-weight:650; }
.idk_country_options { display:flex; flex-wrap:wrap; gap:9px; }
.idk_sponsor_summary { position:sticky; top:24px; padding:32px; border-radius:20px; background:#11182a; color:#fff; box-shadow:0 20px 55px rgba(14,21,38,.2); }
.idk_sponsor_summary h2 { margin-bottom:26px; font-size:26px; }
.idk_summary_metric { padding:20px; border:1px solid rgba(255,255,255,.1); border-radius:14px; background:rgba(255,255,255,.055); }
.idk_summary_metric span, .idk_summary_metric strong { display:block; }
.idk_summary_metric span { color:#afb5c4; font-size:13px; }
.idk_summary_metric strong { margin-top:7px; font-family:"Sora",sans-serif; font-size:25px; }
.idk_summary_rows { margin-top:18px; }
.idk_summary_rows div { display:flex; justify-content:space-between; gap:16px; padding:10px 0; color:#c9ced9; font-size:14px; }
.idk_summary_rows strong { color:#fff; }
.idk_summary_total { display:flex; align-items:flex-end; justify-content:space-between; gap:15px; margin-top:15px; padding-top:21px; border-top:1px solid rgba(255,255,255,.14); }
.idk_summary_total span { color:#c9ced9; }
.idk_summary_total strong { font-family:"Sora",sans-serif; font-size:24px; white-space:nowrap; }
.idk_summary_total strong span { color:#fff; }
.idk_sponsor_summary > p { margin:20px 0; color:#9ea5b5; font-size:12px; line-height:1.55; }
.idk_sponsor_orders { margin-top:55px; }
.idk_sponsor_orders > h2 { margin-bottom:18px; font-size:25px; }
.idk_order_table { overflow:hidden; border:1px solid #e7e8ed; border-radius:16px; }
.idk_order_table > div { display:grid; grid-template-columns:1fr auto auto; gap:25px; align-items:center; padding:18px 22px; border-bottom:1px solid #ececf0; }
.idk_order_table > div:last-child { border-bottom:0; }
.idk_order_table strong, .idk_order_table small { display:block; }
.idk_order_table small { margin-top:4px; color:var(--muted); }
.idk_field { margin-bottom:20px; }
.idk_field label { display:block; margin-bottom:8px; color:var(--ink); font-size:14px; font-weight:650; }
.idk_field input, .idk_field select, .idk_field textarea { width:100%; padding:14px 16px; border:1px solid #dfe1e7; border-radius:12px; background:#fff; color:var(--ink); outline:none; }
.idk_field textarea { resize:vertical; }
.idk_field input:focus, .idk_field select:focus, .idk_field textarea:focus { border-color:var(--accent); box-shadow:0 0 0 4px var(--accent-soft); }
.idk_field small { display:block; margin-top:7px; color:var(--muted); }

.idk_dashboard { padding-top:55px; }
.idk_dashboard_head { display:flex; align-items:center; justify-content:space-between; gap:30px; }
.idk_dashboard_head h1 { margin:0 0 10px; font-size:38px; }
.idk_dashboard_actions { display:flex; gap:10px; }
.idk_stats { display:grid; grid-template-columns:repeat(5,1fr); gap:18px; margin:38px 0 55px; }
.idk_stats div { padding:24px; border:1px solid #e9eaf0; border-radius:16px; background:#fafaff; }
.idk_stats strong, .idk_stats span { display:block; }
.idk_stats strong { color:var(--ink); font-family:"Sora",sans-serif; font-size:28px; }
.idk_stats span { margin-top:5px; color:var(--muted); }
.idk_dashboard_section h2 { margin-bottom:22px; font-size:27px; }
.idk_empty_state { padding:70px 24px; border:1px dashed #ced1dc; border-radius:18px; text-align:center; }
.idk_empty_state p { margin-bottom:25px; color:var(--muted); }
.idk_empty_icon { width:58px; height:58px; margin:0 auto 18px; padding-top:12px; border-radius:50%; background:var(--accent-soft); color:var(--accent); font-size:24px; }
.idk_offer_grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.idk_offer_card { overflow:hidden; border:1px solid #e7e8ed; border-radius:16px; background:#fff; box-shadow:0 8px 24px rgba(21,26,45,.05); }
.idk_offer_card > img, .idk_offer_placeholder { width:100%; height:210px; object-fit:cover; }
.idk_offer_placeholder { display:flex; align-items:center; justify-content:center; background:#f1f0ff; color:var(--accent); font-family:"Sora",sans-serif; font-size:22px; }
.idk_offer_card_body { padding:20px; }
.idk_offer_meta { display:flex; align-items:center; justify-content:space-between; margin-bottom:10px; color:var(--muted); font-size:13px; }
.idk_offer_card h3 { margin-bottom:5px; font-size:19px; }
.idk_offer_card p { color:var(--muted); }
.idk_status { padding:5px 9px; border-radius:20px; }
.idk_status_published { background:#e7f8ee; color:#18794e; }
.idk_status_draft { background:#f0f1f4; color:#656b78; }
.idk_status_pending { background:#fff5d9; color:#966b00; font-size:0; }
.idk_status_pending::after { content:"Čeka odobrenje"; font-size:13px; }
.idk_status_inactive { background:#fff0e5; color:#a65719; }
.idk_card_actions { display:flex; flex-wrap:wrap; align-items:center; gap:9px 15px; padding-top:14px; border-top:1px solid #eee; }
.idk_card_actions a, .idk_card_action { display:inline-flex; align-items:center; gap:6px; padding:0; border:0; background:transparent; color:var(--accent); font-size:14px; font-weight:650; }
.idk_card_actions img { width:17px; height:17px; }
.idk_card_actions form { margin:0; }
.idk_card_action.idk_action_active { color:#16835a; }
.idk_card_action.idk_action_inactive { color:#777d88; }
.idk_card_action.idk_action_delete { color:#d13b3b; }
.idk_delete_modal .modal-content { position:relative; overflow:hidden; border:0; border-radius:22px; box-shadow:0 24px 80px rgba(14,21,38,.22); }
.idk_delete_modal .modal-body { padding:42px; text-align:center; }
.idk_modal_close { position:absolute; top:18px; right:18px; z-index:2; }
.idk_delete_modal_icon { display:flex; width:64px; height:64px; align-items:center; justify-content:center; margin:0 auto 20px; border-radius:50%; background:#fff0f0; }
.idk_delete_modal_icon img { width:27px; height:27px; }
.idk_delete_modal h2 { margin:0 0 12px; font-family:"Sora",sans-serif; font-size:28px; }
.idk_delete_modal p { margin:0; color:var(--muted); line-height:1.65; }
.idk_delete_modal p strong { color:var(--ink); }
.idk_delete_modal_actions { display:flex; justify-content:center; gap:12px; margin-top:28px; }
.idk_btn_danger { display:inline-flex; min-height:48px; align-items:center; justify-content:center; padding:12px 22px; border:1px solid #d83b3b; border-radius:30px; background:#d83b3b; color:#fff; font-weight:650; transition:.2s ease; }
.idk_btn_danger:hover { border-color:#bd2929; background:#bd2929; }

.idk_wizard { max-width:900px; padding-top:35px; }
.idk_wizard_top { display:flex; justify-content:space-between; margin-bottom:14px; color:var(--muted); font-weight:650; }
.idk_wizard_top a { color:var(--ink); }
.idk_back_link { display:inline-flex; align-items:center; gap:9px; color:var(--ink) !important; font-weight:700; }
.idk_back_icon { display:inline-flex; width:36px; height:36px; align-items:center; justify-content:center; border:1px solid #e1e3e9; border-radius:50%; background:#fff; transition:.2s ease; }
.idk_back_icon img { width:19px; height:19px; transition:transform .2s ease; }
.idk_back_link:hover .idk_back_icon { border-color:var(--accent); background:var(--accent-soft); box-shadow:0 5px 14px rgba(108,99,255,.14); }
.idk_back_link:hover .idk_back_icon img { transform:translateX(-2px); }
.idk_progress { height:5px; margin-bottom:32px; overflow:hidden; border-radius:5px; background:#eceef2; }
.idk_progress span { display:block; height:100%; border-radius:5px; background:var(--accent); }
.idk_progress_step1 { width:11.111%; }
.idk_progress_step2 { width:22.222%; }
.idk_progress_step3 { width:33.333%; }
.idk_progress_step4 { width:44.444%; }
.idk_progress_step5 { width:55.555%; }
.idk_progress_step6 { width:66.666%; }
.idk_progress_step7 { width:77.777%; }
.idk_progress_step8 { width:88.888%; }
.idk_progress_step9 { width:100%; }
.idk_wizard_card { padding:45px 55px; border:1px solid #e8e9ee; border-radius:20px; box-shadow:0 16px 45px rgba(21,26,45,.06); }
.idk_wizard_card > h1 { margin:0 0 5px; font-size:34px; }
.idk_wizard_actions { display:flex; justify-content:space-between; gap:15px; margin-top:38px; padding-top:25px; border-top:1px solid #ececf0; }
.idk_choice_grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:25px 0; }
.idk_choice input, .idk_amenity input { position:absolute; opacity:0; pointer-events:none; }
.idk_choice span, .idk_amenity span { display:flex; min-height:70px; align-items:center; justify-content:center; padding:14px; border:1px solid #dfe1e7; border-radius:14px; cursor:pointer; text-align:center; font-weight:650; }
.idk_choice input:checked + span, .idk_amenity input:checked + span { border-color:var(--accent); background:var(--accent-soft); color:#4e47c7; box-shadow:inset 0 0 0 1px var(--accent); }
.idk_offer_fields { display:none; }
.idk_offer_fields_active { display:block; animation:idk_fields_in .2s ease; }
@keyframes idk_fields_in { from { opacity:0; transform:translateY(5px); } to { opacity:1; transform:translateY(0); } }
.idk_amenity_grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.idk_amenity span { box-sizing:border-box; min-height:62px; padding:10px 12px; }
.idk_custom_amenities { margin-top:30px; padding-top:28px; border-top:1px solid #ececf0; }
.idk_custom_amenities_head h3 { margin:0 0 5px; font-size:18px; }
.idk_custom_amenities_head p { margin:0; color:var(--muted); font-size:14px; }
.idk_custom_amenity_form { display:flex; gap:10px; margin-top:18px; }
.idk_custom_amenity_form input { flex:1; min-width:0; padding:14px 16px; border:1px solid #dfe1e7; border-radius:12px; color:var(--ink); outline:none; }
.idk_custom_amenity_form input:focus { border-color:var(--accent); box-shadow:0 0 0 4px var(--accent-soft); }
.idk_custom_amenity_list { display:flex; flex-wrap:wrap; gap:9px; margin-top:16px; }
.idk_custom_amenity_item { display:inline-flex; min-height:44px; box-sizing:border-box; align-items:center; gap:10px; padding:8px 10px 8px 16px; border:1px solid var(--accent); border-radius:30px; background:var(--accent-soft); color:#4e47c7; font-weight:650; line-height:1; }
.idk_custom_amenity_item input { position:absolute; opacity:0; pointer-events:none; }
.idk_custom_amenity_item > span { display:flex; align-items:center; line-height:1.2; }
.idk_custom_amenity_item button { display:inline-flex; width:26px; height:26px; flex:0 0 26px; align-items:center; justify-content:center; padding:0; border:0; border-radius:50%; background:#fff; color:#4e47c7; line-height:0; }
.idk_custom_amenity_item button img { display:block; width:14px; height:14px; }
.idk_contact_section_head { margin-bottom:20px; }
.idk_contact_section_head h3 { margin:0 0 5px; font-size:19px; }
.idk_contact_section_head p { margin:0; color:var(--muted); font-size:14px; }
.idk_contact_channels { display:flex; flex-wrap:wrap; gap:8px; margin-top:10px; }
.idk_contact_channels label { margin:0; }
.idk_contact_channels input { position:absolute; width:1px; height:1px; opacity:0; }
.idk_contact_channels span { display:inline-flex; min-height:34px; align-items:center; padding:7px 12px; border:1px solid #dfe1e7; border-radius:20px; color:var(--muted); cursor:pointer; font-size:13px; font-weight:650; }
.idk_contact_channels input:checked + span { border-color:var(--accent); background:var(--accent-soft); color:#4e47c7; box-shadow:inset 0 0 0 1px var(--accent); }
.idk_description_section { margin-top:10px; padding-top:26px; border-top:1px solid #ececf0; }
.idk_counter_list { border-top:1px solid #ececf0; }
.idk_counter { display:flex; align-items:center; justify-content:space-between; padding:20px 0; border-bottom:1px solid #ececf0; font-weight:650; }
.idk_counter div { display:flex; align-items:center; gap:12px; }
.idk_counter button { width:38px; height:38px; border:1px solid #d9dce3; border-radius:50%; background:#fff; color:var(--ink); font-size:21px; }
.idk_counter input { width:35px; border:0; text-align:center; }
.idk_upload { display:flex; min-height:150px; flex-direction:column; align-items:center; justify-content:center; margin:18px 0; padding:25px; border:2px dashed #d5d7df; border-radius:16px; background:#fafafa; cursor:pointer; text-align:center; }
.idk_upload span { margin-top:7px; color:var(--muted); font-size:14px; }
.idk_upload input { position:absolute; width:1px; height:1px; opacity:0; }
.idk_upload.idk_has_files { border-color:var(--accent); background:var(--accent-soft); }
.idk_photo_section + .idk_photo_section { margin-top:34px; padding-top:30px; border-top:1px solid #ececf0; }
.idk_photo_section_head h3 { margin:0 0 5px; font-size:18px; }
.idk_photo_section_head p { margin:0; color:var(--muted); font-size:14px; }
.idk_photo_section .idk_upload { min-height:105px; }
.idk_cover_preview { margin-top:15px; }
.idk_cover_preview .idk_photo_item { max-width:430px; aspect-ratio:16/9; }
.idk_gallery_preview { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:16px; }
.idk_photo_item { position:relative; overflow:hidden; aspect-ratio:4/3; border-radius:14px; background:#eef0f4; cursor:grab; }
.idk_photo_item > img { width:100%; height:100%; object-fit:cover; }
.idk_photo_item.idk_photo_dragging { opacity:.45; transform:scale(.98); }
.idk_photo_delete { position:absolute; top:10px; right:10px; display:flex; width:38px; height:38px; align-items:center; justify-content:center; padding:0; border:0; border-radius:50%; background:rgba(255,255,255,.94); color:#d13b3b; box-shadow:0 3px 12px rgba(0,0,0,.16); }
.idk_photo_delete img { width:19px; height:19px; }
.idk_drag_handle { position:absolute; bottom:10px; left:10px; display:flex; width:34px; height:34px; align-items:center; justify-content:center; border-radius:9px; background:rgba(255,255,255,.94); color:var(--ink); font-size:21px; box-shadow:0 3px 12px rgba(0,0,0,.12); }
.idk_map_notice { display:flex; flex-direction:column; gap:5px; margin-top:8px; padding:18px 20px; border:1px solid #e1dfff; border-radius:14px; background:var(--accent-soft); color:#4e47c7; }
.idk_map_notice span { color:var(--muted); font-size:14px; }
#idk_location_map { width:100%; height:390px; margin-top:8px; overflow:hidden; border:1px solid #e1e3e9; border-radius:16px; background:#f1f2f5; }
#idk_address_search { width:100%; min-height:52px; }
#idk_address_search gmp-place-autocomplete { box-sizing:border-box; width:100%; min-height:52px; border:1px solid #dfe1e7; border-radius:12px; background-color:#fff; color:var(--ink); color-scheme:light; font-family:"Inter",sans-serif; font-size:16px; line-height:1.5; transition:border-color .2s ease, box-shadow .2s ease; }
#idk_address_search gmp-place-autocomplete:focus-within { border-color:var(--accent); box-shadow:0 0 0 4px var(--accent-soft); }
.idk_map_help { margin:10px 0 0; color:var(--muted); font-size:14px; }
.idk_preview { display:grid; grid-template-columns:1.05fr 1fr; gap:32px; align-items:center; }
.idk_preview img, .idk_preview_image { width:100%; height:330px; border-radius:16px; object-fit:cover; }
.idk_preview_image { display:flex; align-items:center; justify-content:center; background:#f2f2f4; color:var(--muted); }

@media (min-width:768px) and (max-width:1199px) {
  .idk_stats { grid-template-columns:repeat(3,1fr); }
  .idk_sponsored_layout { grid-template-columns:1fr; }
  .idk_sponsor_summary { position:static; }
}

/* Društvena promocija */
.idk_social_page{padding-top:45px}.idk_social_page>.idk_profile_head{max-width:800px}.idk_social_page>.idk_profile_head h1{font-size:44px}.idk_social_tabs{display:flex;gap:8px;margin:8px 0 28px;padding:6px;border:1px solid #e7e8ed;border-radius:15px;background:#f7f8fa;width:max-content}.idk_social_tabs button{padding:11px 18px;border:0;border-radius:10px;background:transparent;color:var(--muted);font-weight:700}.idk_social_tabs button span{display:inline-flex;min-width:20px;height:20px;align-items:center;justify-content:center;margin-left:6px;border-radius:50%;background:#e9eaf0;font-size:10px}.idk_social_tabs .idk_social_tab_active{background:#fff;color:var(--ink);box-shadow:0 3px 12px rgba(21,26,45,.09)}.idk_social_view{display:none}.idk_social_view_active{display:block;animation:idk_fields_in .25s ease}.idk_social_builder{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:24px;align-items:start}.idk_social_form{display:flex;flex-direction:column;gap:16px}.idk_social_section{padding:30px;border:1px solid #e7e8ed;border-radius:19px;background:#fff;box-shadow:0 8px 26px rgba(21,26,45,.04)}.idk_social_section_title{display:flex;align-items:flex-start;gap:14px;margin-bottom:24px}.idk_social_section_title>span{display:flex;width:34px;height:34px;flex:0 0 34px;align-items:center;justify-content:center;border-radius:10px;background:var(--accent-soft);color:var(--accent);font-family:"Sora",sans-serif;font-size:11px;font-weight:800}.idk_social_section_title>div{flex:1}.idk_social_section_title h2{margin:2px 0 5px;font-size:21px}.idk_social_section_title p{margin:0;color:var(--muted);font-size:12px}.idk_social_offers{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.idk_social_offers input,.idk_platform_grid input,.idk_boost_goal input,.idk_social_countries input{position:absolute;opacity:0;pointer-events:none}.idk_social_offers label>span{position:relative;display:grid;grid-template-columns:68px 1fr auto;gap:13px;align-items:center;padding:9px;border:1px solid #dfe1e7;border-radius:14px;cursor:pointer}.idk_social_offers img{width:68px;height:58px;border-radius:10px;object-fit:cover}.idk_social_offers i{min-width:0;font-style:normal}.idk_social_offers strong,.idk_social_offers small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.idk_social_offers strong{font-size:12px}.idk_social_offers small{margin-top:4px;color:var(--muted);font-size:9px}.idk_social_offers b,.idk_platform_grid b{display:flex;width:22px;height:22px;align-items:center;justify-content:center;border:1px solid #dfe1e7;border-radius:50%;color:transparent;font-size:11px}.idk_social_offers input:checked+span,.idk_platform_grid input:checked+span{border-color:var(--accent);background:var(--accent-soft);box-shadow:inset 0 0 0 1px var(--accent)}.idk_social_offers input:checked+span b,.idk_platform_grid input:checked+span b{border-color:var(--accent);background:var(--accent);color:#fff}
.idk_social_content_grid{display:grid;grid-template-columns:1fr 210px;gap:0 14px}.idk_social_caption_field{grid-column:1/-1}.idk_social_caption_field textarea{min-height:150px}.idk_social_caption_field small{text-align:right}.idk_social_media{display:flex;gap:9px}.idk_social_media>div{position:relative;width:160px;height:95px}.idk_social_media>div img{width:100%;height:100%;border-radius:11px;object-fit:cover}.idk_social_media>div span{position:absolute;bottom:6px;left:6px;padding:4px 7px;border-radius:7px;background:rgba(15,20,35,.78);color:#fff;font-size:8px}.idk_social_media button{width:76px;height:76px;padding:0;overflow:hidden;border:2px solid transparent;border-radius:11px;background:none}.idk_social_media button:hover{border-color:var(--accent)}.idk_social_media button img{width:100%;height:100%;object-fit:cover}.idk_platform_grid{display:grid;grid-template-columns:repeat(5,1fr);gap:9px}.idk_platform_grid label>span{position:relative;display:flex;min-height:114px;box-sizing:border-box;flex-direction:column;align-items:flex-start;padding:14px;border:1px solid #dfe1e7;border-radius:14px;cursor:pointer}.idk_platform_grid i{display:flex;width:29px;height:29px;align-items:center;justify-content:center;border-radius:9px;background:#11182a;color:#fff;font-size:9px;font-style:normal;font-weight:800;text-transform:uppercase}.idk_platform_grid strong{margin-top:11px;font-size:10px;line-height:1.3}.idk_platform_grid small{margin-top:4px;color:var(--muted);font-size:9px}.idk_platform_grid b{position:absolute;top:11px;right:11px;width:19px;height:19px}
.idk_social_switch{margin:2px 0 0}.idk_social_switch input{position:absolute;opacity:0}.idk_social_switch span{position:relative;display:block;width:48px;height:27px;border-radius:20px;background:#dfe1e7;cursor:pointer;transition:.2s}.idk_social_switch span:after{content:'';position:absolute;top:4px;left:4px;width:19px;height:19px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.15);transition:.2s}.idk_social_switch input:checked+span{background:var(--accent)}.idk_social_switch input:checked+span:after{transform:translateX(21px)}.idk_boost_fields{padding-top:23px;border-top:1px solid #ececf1}.idk_boost_goal{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.idk_boost_goal label>span{display:block;padding:14px;border:1px solid #dfe1e7;border-radius:12px;cursor:pointer}.idk_boost_goal strong,.idk_boost_goal small{display:block}.idk_boost_goal strong{font-size:11px}.idk_boost_goal small{margin-top:4px;color:var(--muted);font-size:9px}.idk_boost_goal input:checked+span{border-color:var(--accent);background:var(--accent-soft);color:#4e47c7;box-shadow:inset 0 0 0 1px var(--accent)}.idk_boost_controls{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:19px}.idk_money_input{position:relative}.idk_money_input input{padding-right:52px}.idk_money_input span{position:absolute;right:15px;top:15px;color:var(--muted);font-size:11px;font-weight:700}.idk_social_countries>strong{display:block;margin-bottom:10px;font-size:12px}.idk_social_countries>div{display:flex;flex-wrap:wrap;gap:7px}.idk_social_countries label span{display:inline-flex;padding:8px 11px;border:1px solid #dfe1e7;border-radius:22px;cursor:pointer;font-size:10px;font-weight:650}.idk_social_countries input:checked+span{border-color:var(--accent);background:var(--accent-soft);color:#4e47c7}.idk_estimate_note{margin:18px 0 0;padding:11px 13px;border-radius:10px;background:#f7f8fa;color:var(--muted);font-size:9px}.idk_campaign_process{display:flex;align-items:center;justify-content:space-between}.idk_campaign_process>div{display:flex;align-items:center;gap:9px}.idk_campaign_process i{display:flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:50%;background:#11182a;color:#fff;font-size:10px;font-style:normal}.idk_campaign_process strong,.idk_campaign_process small{display:block}.idk_campaign_process strong{font-size:10px}.idk_campaign_process small{margin-top:2px;color:var(--muted);font-size:8px}.idk_campaign_process>b{width:25px;height:1px;background:#dfe1e7}
.idk_social_sidebar{position:sticky;top:20px}.idk_social_preview{overflow:hidden;margin-bottom:14px;border:1px solid #e1e3e9;border-radius:17px;background:#fff;box-shadow:0 12px 35px rgba(21,26,45,.08)}.idk_preview_top{display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center;padding:14px}.idk_preview_logo{display:flex;width:35px;height:35px;align-items:center;justify-content:center;border-radius:50%;background:var(--accent);color:#fff;font-family:"Sora",sans-serif;font-weight:800}.idk_preview_top strong,.idk_preview_top small{display:block}.idk_preview_top strong{font-size:11px}.idk_preview_top small{margin-top:2px;color:var(--muted);font-size:8px}.idk_social_preview>p{min-height:45px;margin:0;padding:0 14px 12px;font-size:10px;line-height:1.5;white-space:pre-line}.idk_social_preview>img{width:100%;height:245px;object-fit:cover}.idk_preview_link{position:relative;padding:12px 115px 12px 14px;background:#f3f4f6}.idk_preview_link span,.idk_preview_link strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.idk_preview-link span{color:var(--muted);font-size:8px}.idk_preview_link strong{margin-top:3px;font-size:11px}.idk_preview_link button{position:absolute;right:12px;top:13px;padding:7px 9px;border:1px solid #d5d7dc;border-radius:7px;background:#fff;font-size:9px;font-weight:700}.idk_preview_social{display:flex;justify-content:space-between;padding:11px 15px;color:var(--muted);font-size:9px}.idk_social_summary{padding:27px;border-radius:19px;background:#11182a;color:#fff;box-shadow:0 18px 45px rgba(14,21,38,.2)}.idk_social_summary h2{margin:0 0 19px;font-size:22px}.idk_reach_estimate{padding:17px;border:1px solid rgba(255,255,255,.1);border-radius:13px;background:rgba(255,255,255,.055)}.idk_reach_estimate>span,.idk_reach_estimate strong,.idk_reach_estimate small{display:block}.idk_reach_estimate>span{color:#adb3c2;font-size:9px}.idk_reach_estimate strong{margin-top:7px;font-family:"Sora",sans-serif;font-size:20px}.idk_reach_estimate small{margin-top:5px;color:#9da4b4;font-size:8px}.idk_social_summary dl{margin:15px 0}.idk_social_summary dl>div{display:flex;justify-content:space-between;gap:12px;padding:7px 0;color:#c7ccd7;font-size:10px}.idk_social_summary dd{margin:0;color:#fff;font-weight:700}.idk_social_total{display:flex;align-items:flex-end;justify-content:space-between;padding:17px 0;border-top:1px solid rgba(255,255,255,.13)}.idk_social_total>span{color:#c7ccd7;font-size:11px}.idk_social_total strong{font-family:"Sora",sans-serif;font-size:21px}.idk_social_summary>p{margin:13px 0 0;color:#9299aa;font-size:8px;line-height:1.5;text-align:center}
.idk_campaigns_intro{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:25px}.idk_campaigns_intro h2{margin:0;font-size:29px}.idk_campaigns_intro p{margin:7px 0 0;color:var(--muted)}.idk_campaign_stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px}.idk_campaign_stats article{padding:22px;border:1px solid #e7e8ed;border-radius:16px;background:#fff}.idk_campaign_stats small,.idk_campaign_stats strong,.idk_campaign_stats span{display:block}.idk_campaign_stats small{color:var(--muted);font-size:10px}.idk_campaign_stats strong{margin-top:9px;font-family:"Sora",sans-serif;font-size:25px}.idk_campaign_stats span{margin-top:5px;color:#9297a4;font-size:9px}.idk_campaign_list{overflow:hidden;border:1px solid #e7e8ed;border-radius:18px;background:#fff}.idk_campaign_list article{display:grid;grid-template-columns:120px 1fr repeat(3,100px) 70px;gap:18px;align-items:center;padding:16px;border-bottom:1px solid #ececf1}.idk_campaign_list article:last-child{border-bottom:0}.idk_campaign_thumb{position:relative}.idk_campaign_thumb img{width:120px;height:78px;border-radius:11px;object-fit:cover}.idk_campaign_status{position:absolute;left:7px;bottom:7px;padding:4px 7px;border-radius:10px;font-size:8px;font-weight:750}.idk_campaign_status_active{background:#ddf7e9;color:#158153}.idk_campaign_status_scheduled{background:#eeeaff;color:#5149c7}.idk_campaign_status_completed{background:#edf0f3;color:#626876}.idk_campaign_info>span{color:var(--accent);font-size:9px;font-weight:750}.idk_campaign_info h3{margin:5px 0;font-size:14px}.idk_campaign_info small,.idk_campaign_list article>div>small{color:var(--muted);font-size:9px}.idk_campaign_list article>div>strong{display:block;margin-top:4px;font-size:12px}.idk_campaign_list article>button{border:0;background:none;color:var(--accent);font-size:10px;font-weight:750}.idk_campaign_modal .modal-content{border:0;border-radius:22px}.idk_campaign_modal .modal-body{padding:42px;text-align:center}.idk_campaign_modal_icon{display:flex;width:60px;height:60px;align-items:center;justify-content:center;margin:0 auto 18px;border-radius:50%;background:#e4f8ed;color:#158153;font-size:25px}.idk_campaign_modal h2{font-size:26px}.idk_campaign_modal p{color:var(--muted);line-height:1.65}
@media(max-width:1199px){.idk_social_builder{grid-template-columns:1fr}.idk_social_sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;gap:16px}.idk_platform_grid{grid-template-columns:repeat(3,1fr)}.idk_campaign_list article{grid-template-columns:100px 1fr repeat(2,85px)}.idk_campaign_list article>div:nth-child(5){display:none}}
@media(max-width:767px){.idk_social_section{padding:23px 18px}.idk_social_offers,.idk_social_content_grid,.idk_boost_goal,.idk_boost_controls{grid-template-columns:1fr}.idk_platform_grid{grid-template-columns:repeat(2,1fr)}.idk_social_sidebar{grid-template-columns:1fr}.idk_campaign-process{align-items:flex-start;flex-direction:column}.idk_campaign-process>b{width:1px;height:14px;margin-left:14px}.idk_campaign_stats{grid-template-columns:repeat(2,1fr)}.idk_campaigns_intro{align-items:flex-start;flex-direction:column;gap:18px}.idk_campaign_list article{grid-template-columns:90px 1fr;gap:12px}.idk_campaign_list article>div:nth-child(n+3),.idk_campaign_list article>button{display:none}.idk_social_tabs{width:100%}.idk_social_tabs button{flex:1;padding:10px}.idk_social_media{overflow-x:auto}}

/* Recenzije domaćina */
.idk_reviews_page{padding-top:45px}.idk_reviews_head{display:flex;align-items:flex-end;justify-content:space-between;gap:35px;margin-bottom:30px}.idk_reviews_head .idk_profile_head{margin-bottom:0}.idk_reviews_head h1{font-size:44px}.idk_reviews_filters{display:flex;align-items:flex-end;gap:10px}.idk_reviews_filters label{min-width:165px;margin:0}.idk_reviews_filters label:first-child{min-width:220px}.idk_reviews_filters label>span{display:block;margin:0 0 7px 4px;color:var(--muted);font-size:12px;font-weight:700}.idk_reviews_filters select,.idk_reviews_toolbar select{width:100%;min-height:48px;padding:10px 38px 10px 14px;border:1px solid #dfe1e7;border-radius:13px;background:#fff;color:var(--ink);outline:none}.idk_reviews_filters select:focus,.idk_reviews_toolbar select:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.idk_reviews_alert{margin-bottom:20px}
.idk_review_overview{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:14px;margin-bottom:22px}.idk_review_overview article{padding:23px;border:1px solid #e7e8ed;border-radius:17px;background:#fff;box-shadow:0 8px 24px rgba(21,26,45,.045)}.idk_review_overview article>small,.idk_review_overview article>strong,.idk_review_overview article>p{display:block}.idk_review_overview article>small{color:var(--muted);font-size:12px;font-weight:700}.idk_review_overview article>strong{margin-top:11px;font-family:"Sora",sans-serif;font-size:29px}.idk_review_overview article>p{margin:6px 0 0;color:#9297a4;font-size:11px}.idk_review_score{border-color:#1b2133!important;background:#11182a!important;color:#fff}.idk_review_score .idk_eyebrow{color:#aaa5ff}.idk_review_score>div{display:flex;align-items:center;gap:18px}.idk_review_score>div>strong{font-family:"Sora",sans-serif;font-size:42px}.idk_review_score>div>span{display:block;color:#ffad45;white-space:nowrap}.idk_review_score small{display:block;margin-top:4px;color:#aeb4c2;font-size:10px}
.idk_reviews_layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:22px;align-items:start}.idk_rating_panel{position:sticky;top:22px;padding:27px;border:1px solid #e7e8ed;border-radius:18px;background:#fff;box-shadow:0 8px 27px rgba(21,26,45,.045)}.idk_rating_panel h2{margin:0 0 25px;font-size:21px}.idk_rating_row{display:grid;grid-template-columns:35px 1fr 28px;gap:10px;align-items:center;margin:13px 0;font-size:12px}.idk_rating_row span b{color:#ff9d2e}.idk_rating_row strong{text-align:right}.idk_rating_row progress{width:100%;height:7px;overflow:hidden;border:0;border-radius:8px;background:#eceef3}.idk_rating_row progress::-webkit-progress-bar{border-radius:8px;background:#eceef3}.idk_rating_row progress::-webkit-progress-value{border-radius:8px;background:#ffad45}.idk_rating_row progress::-moz-progress-bar{border-radius:8px;background:#ffad45}.idk_response_tip{display:flex;gap:12px;margin-top:27px;padding:17px;border-radius:13px;background:var(--accent-soft)}.idk_response_tip>span{color:var(--accent);font-size:19px}.idk_response_tip strong{display:block;color:#4e47c7;font-size:12px}.idk_response_tip p{margin:5px 0 0;color:#70758c;font-size:10px;line-height:1.5}
.idk_reviews_feed{min-width:0}.idk_reviews_toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:14px;padding:2px 2px 10px}.idk_reviews_toolbar .idk_eyebrow{margin-bottom:4px;font-size:10px}.idk_reviews_toolbar h2{margin:0;font-size:22px}.idk_reviews_toolbar form{display:flex;align-items:center;gap:10px}.idk_reviews_toolbar label{color:var(--muted);font-size:11px;font-weight:700}.idk_reviews_toolbar select{min-width:175px;min-height:42px;padding-top:8px;padding-bottom:8px}.idk_review_card{padding:25px;margin-bottom:14px;border:1px solid #e7e8ed;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(21,26,45,.04)}.idk_review_card>header{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:0;background:transparent}.idk_reviewer_avatar{display:flex;width:43px;height:43px;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(145deg,#e7e5ff,#f5f4ff);color:#554ec9;font-family:"Sora",sans-serif;font-weight:700}.idk_review_card header>div:nth-child(2) strong,.idk_review_card header>div:nth-child(2) span{display:block}.idk_review_card header>div:nth-child(2) strong{font-size:14px}.idk_review_card header>div:nth-child(2) span{margin-top:3px;color:var(--muted);font-size:10px}.idk_review_stars{display:flex;gap:2px;color:#d5d7de;font-size:15px}.idk_review_stars .idk_star_active{color:#ff9d2e}.idk_review_offer{margin:17px 0 0;padding-top:15px;border-top:1px solid #eff0f3;color:var(--muted);font-size:10px;font-weight:650}.idk_review_comment{margin:13px 0 0;color:#303441;font-size:13px;line-height:1.75}.idk_host_reply{margin-top:18px;padding:16px 18px;border-left:3px solid var(--accent);border-radius:0 12px 12px 0;background:#f8f8ff}.idk_host_reply>span{display:block;color:#4f48c7;font-size:10px;font-weight:800;text-transform:uppercase}.idk_host_reply p{margin:7px 0 4px;color:#454957;font-size:12px;line-height:1.65}.idk_host_reply small{color:#969aa6;font-size:9px}.idk_reply_box{margin-top:18px;padding-top:16px;border-top:1px solid #eff0f3}.idk_reply_box summary{width:max-content;color:var(--accent);cursor:pointer;font-size:12px;font-weight:750;list-style:none}.idk_reply_box summary::-webkit-details-marker{display:none}.idk_reply_box summary:before{content:'↩';margin-right:7px}.idk_reply_box form{margin-top:14px}.idk_reply_box textarea{box-sizing:border-box;width:100%;min-height:105px;padding:14px;border:1px solid #dfe1e7;border-radius:12px;resize:vertical;outline:none;font-size:13px}.idk_reply_box textarea:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.idk_reply_box form>div{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:10px}.idk_reply_box form small{color:var(--muted);font-size:10px}.idk_reply_box .idk_btn_primary{min-height:42px;padding:9px 18px;font-size:12px}
@media(min-width:768px) and (max-width:1199px){.idk_reviews_head{align-items:flex-start;flex-direction:column}.idk_review_overview{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.idk_reviews_head{align-items:stretch;flex-direction:column}.idk_reviews_filters{align-items:stretch;flex-direction:column}.idk_reviews_filters label,.idk_reviews_filters label:first-child{min-width:0}.idk_review_overview{grid-template-columns:1fr}.idk_reviews_layout{grid-template-columns:1fr}.idk_rating_panel{position:static}.idk_reviews_toolbar{align-items:stretch;flex-direction:column}.idk_reviews_toolbar form{align-items:stretch;flex-direction:column}.idk_review_card{padding:20px}.idk_review_card>header{grid-template-columns:auto 1fr}.idk_review_stars{grid-column:1/-1}.idk_reply_box form>div{align-items:stretch;flex-direction:column}.idk_reply_box .idk_btn_primary{width:100%}}

/* Analitika domaćina */
.idk_analytics_page{padding-top:45px}.idk_analytics_head{display:flex;align-items:flex-end;justify-content:space-between;gap:35px;margin-bottom:30px}.idk_analytics_head .idk_profile_head{margin-bottom:0}.idk_analytics_head h1{font-size:44px}.idk_analytics_filters{display:flex;align-items:flex-end;gap:10px;padding-bottom:2px}.idk_analytics_filters label{min-width:165px;margin:0}.idk_analytics_filters label:first-child{min-width:220px}.idk_analytics_filters label>span{display:block;margin:0 0 7px 4px;color:var(--muted);font-size:12px;font-weight:700}.idk_analytics_filters select{width:100%;min-height:48px;padding:10px 38px 10px 14px;border:1px solid #dfe1e7;border-radius:13px;background-color:#fff;color:var(--ink);outline:none}.idk_analytics_filters select:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}
.idk_analytics_kpis{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:22px}.idk_analytics_kpis article{position:relative;min-width:0;padding:22px;overflow:hidden;border:1px solid #e7e8ed;border-radius:17px;background:#fff;box-shadow:0 8px 24px rgba(21,26,45,.045)}.idk_analytics_kpis small,.idk_analytics_kpis strong,.idk_analytics_kpis p{display:block}.idk_analytics_kpis small{padding-right:34px;color:var(--muted);font-size:12px;font-weight:700}.idk_analytics_kpis strong{margin-top:10px;font-family:"Sora",sans-serif;font-size:27px;line-height:1.15}.idk_analytics_kpis p{margin:7px 0 0;overflow:hidden;color:#9297a4;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.idk_analytics_kpi_icon{position:absolute;top:17px;right:17px;display:flex;width:30px;height:30px;align-items:center;justify-content:center;border-radius:9px;background:var(--accent-soft);color:var(--accent);font-weight:700}.idk_analytics_kpi_featured{border-color:#191f31!important;background:#11182a!important;color:#fff}.idk_analytics_kpi_featured small,.idk_analytics_kpi_featured p{color:#aeb4c2}.idk_analytics_kpi_featured .idk_analytics_kpi_icon{background:rgba(255,255,255,.1);color:#fff}
.idk_analytics_grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,.8fr);gap:22px;margin-bottom:22px}.idk_analytics_panel{padding:27px;border:1px solid #e7e8ed;border-radius:18px;background:#fff;box-shadow:0 8px 27px rgba(21,26,45,.045)}.idk_panel_head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}.idk_panel_head .idk_eyebrow{margin-bottom:5px;font-size:11px}.idk_panel_head h2{margin:0;font-size:21px}.idk_panel_period{padding:7px 11px;border-radius:18px;background:#f4f4f8;color:var(--muted);font-size:11px;font-weight:700;white-space:nowrap}.idk_chart_legend{display:flex;gap:13px;color:var(--muted);font-size:11px}.idk_chart_legend span{display:flex;align-items:center;gap:6px}.idk_chart_legend i{width:8px;height:8px;border-radius:50%}.idk_legend_views{background:var(--accent)}.idk_legend_clicks{background:#2ebda2}.idk_line_chart svg{display:block;width:100%;height:230px;overflow:visible}.idk_line_chart line{stroke:#eceef3;stroke-width:.35}.idk_line_chart polyline{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.25;vector-effect:non-scaling-stroke}.idk_chart_views{stroke:var(--accent)}.idk_chart_clicks{stroke:#2ebda2}.idk_line_chart>div{display:flex;justify-content:space-between;color:#9ca1ad;font-size:10px}
.idk_source_list{display:flex;flex-direction:column;gap:17px}.idk_source_list>div{display:grid;grid-template-columns:minmax(100px,1fr) minmax(70px,1.2fr) auto;gap:12px;align-items:center}.idk_source_list span strong,.idk_source_list span small{display:block}.idk_source_list span strong{font-size:13px}.idk_source_list span small{margin-top:2px;color:var(--muted);font-size:10px}.idk_source_list b{min-width:25px;text-align:right;font-size:12px}.idk_source_list progress,.idk_country_table progress{width:100%;height:7px;overflow:hidden;border:0;border-radius:8px;background:#eceef3}.idk_source_list progress::-webkit-progress-bar,.idk_country_table progress::-webkit-progress-bar{border-radius:8px;background:#eceef3}.idk_source_list progress::-webkit-progress-value,.idk_country_table progress::-webkit-progress-value{border-radius:8px;background:var(--accent)}.idk_source_list progress::-moz-progress-bar,.idk_country_table progress::-moz-progress-bar{border-radius:8px;background:var(--accent)}
.idk_analytics_events,.idk_country_panel{margin-bottom:22px}.idk_event_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid #ececf1;border-radius:14px}.idk_event_grid>div{display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:center;min-width:0;padding:17px;border-right:1px solid #ececf1;border-bottom:1px solid #ececf1}.idk_event_grid>div:nth-child(3n){border-right:0}.idk_event_grid>div:nth-child(n+10){border-bottom:0}.idk_event_grid strong,.idk_event_grid small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.idk_event_grid strong{font-size:12px}.idk_event_grid small{margin-top:3px;color:#9ca1ad;font-size:9px;text-transform:uppercase}.idk_event_grid b{font-family:"Sora",sans-serif;font-size:16px}.idk_event_dot{width:9px;height:9px;border-radius:50%}.idk_event_impression{background:#8b84ff}.idk_event_discovery{background:#37bde0}.idk_event_engagement{background:#2ebda2}.idk_event_contact{background:#ffad5b}.idk_event_social{background:#ee6e96}
.idk_country_table{overflow-x:auto}.idk_country_table>div{display:grid;grid-template-columns:minmax(210px,1.2fr) minmax(150px,1fr) 80px 80px 80px;gap:18px;align-items:center;min-width:740px;padding:15px 8px;border-bottom:1px solid #ececf1;font-size:12px}.idk_country_table>div:last-child{border-bottom:0}.idk_country_table .idk_country_header{padding-top:0;color:#999eaa;font-size:10px;font-weight:700;text-transform:uppercase}.idk_country_table>div>span:first-child{display:flex;align-items:center;gap:11px}.idk_country_table i{display:flex;width:35px;height:28px;align-items:center;justify-content:center;border-radius:8px;background:var(--accent-soft);color:#544dc9;font-size:10px;font-style:normal;font-weight:800}.idk_country_table b,.idk_country_table>div>span:nth-last-child(-n+2){text-align:right}.idk_analytics_empty{display:flex;min-height:170px;align-items:center;justify-content:center;padding:25px;border:1px dashed #d9dbe3;border-radius:13px;color:var(--muted);font-size:13px;text-align:center}.idk_analytics_notice{display:flex;gap:14px;align-items:flex-start;padding:20px 22px;border:1px solid #dedcff;border-radius:15px;background:var(--accent-soft);color:#4e47c7}.idk_analytics_notice>span{display:flex;width:26px;height:26px;flex:0 0 26px;align-items:center;justify-content:center;border-radius:50%;background:#fff;font-weight:800}.idk_analytics_notice strong{display:block;font-size:13px}.idk_analytics_notice p{margin:4px 0 0;color:#6e7290;font-size:12px;line-height:1.55}
@media(min-width:768px) and (max-width:1199px){.idk_analytics_head{align-items:flex-start;flex-direction:column}.idk_analytics_kpis{grid-template-columns:repeat(3,1fr)}}
@media(max-width:767px){.idk_analytics_head{align-items:stretch;flex-direction:column}.idk_analytics_filters{align-items:stretch;flex-direction:column}.idk_analytics_filters label,.idk_analytics_filters label:first-child{min-width:0}.idk_analytics_kpis{grid-template-columns:repeat(2,1fr)}.idk_analytics_kpi_featured{grid-column:1/-1}.idk_analytics_grid{grid-template-columns:1fr}.idk_analytics_panel{padding:22px 18px}.idk_panel_head{flex-direction:column}.idk_line_chart svg{height:180px}.idk_event_grid{grid-template-columns:1fr}.idk_event_grid>div,.idk_event_grid>div:nth-child(3n),.idk_event_grid>div:nth-child(n+10){border-right:0;border-bottom:1px solid #ececf1}.idk_event_grid>div:last-child{border-bottom:0}}
.idk_user_dropdown { display:inline-block; }
.idk_main_dropdown { display:inline-block; }
.idk_user_trigger { padding:0; border:0; background:transparent; }
.idk_user_menu { width:280px; margin-top:12px !important; padding:10px; border:1px solid #e7e8ed; border-radius:16px; box-shadow:0 16px 45px rgba(21,26,45,.14); text-align:left; }
.idk_user_menu_head { display:flex; flex-direction:column; padding:11px 12px 14px; border-bottom:1px solid #ececf0; }
.idk_user_menu_head strong { overflow:hidden; color:var(--ink); text-overflow:ellipsis; white-space:nowrap; }
.idk_user_menu_head span { overflow:hidden; margin-top:3px; color:var(--muted); font-size:13px; text-overflow:ellipsis; white-space:nowrap; }
.idk_user_menu .dropdown-item { display:flex; align-items:center; gap:11px; margin-top:4px; padding:11px 12px; border-radius:10px; color:var(--ink); font-weight:550; }
.idk_user_menu .dropdown-item:hover { background:var(--accent-soft); color:#4e47c7; }
.idk_user_menu .dropdown-item img { width:18px; height:18px; }
.idk_user_menu .dropdown-divider { margin:7px 0; border-color:#ececf0; }
.idk_user_menu .idk_user_menu_logout { color:#d13b3b; }
.idk_main_menu_title { display:block; padding:9px 12px 11px; color:var(--muted); font-size:12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }

@media (max-width: 767px) {
  .idk_landing_page { padding-top:20px; }
  .idk_landing_row { min-height:auto; margin-right:0; margin-left:0; }
  .idk_landing_row > div { min-width:0; padding-right:0; padding-left:0; }
  .idk_landing_intro { margin:35px 0 45px; text-align:center; }
  .idk_landing_intro h1 { overflow-wrap:anywhere; font-size:35px; }
  .idk_landing_intro p { margin-left:auto; margin-right:auto; }
  .idk_landing_login { margin:0 auto; }
  .idk_landing_actions, .idk_dashboard_actions { flex-direction:column; }
  .idk_auth_card, .idk_wizard_card { padding:28px 22px; }
  .idk_dashboard_head { align-items:flex-start; flex-direction:column; }
  .idk_help_grid { grid-template-columns:1fr; }
  .idk_sponsored_layout { grid-template-columns:1fr; }
  .idk_sponsor_section { padding:24px 20px; }
  .idk_sponsor_options { grid-template-columns:1fr; }
  .idk_sponsor_options label > span { min-height:78px; }
  .idk_sponsor_summary { position:static; padding:26px 22px; }
  .idk_order_table > div { grid-template-columns:1fr; gap:8px; }
  .idk_dashboard_actions { width:100%; }
  .idk_stats { grid-template-columns:1fr; margin-bottom:40px; }
  .idk_offer_grid { grid-template-columns:1fr; }
  .idk_choice_grid, .idk_amenity_grid { grid-template-columns:repeat(2,1fr); }
  .idk_custom_amenity_form { flex-direction:column; }
  .idk_wizard_card > h1 { font-size:27px; }
  .idk_preview { grid-template-columns:1fr; }
  .idk_preview img, .idk_preview_image { height:240px; }
  #idk_location_map { height:300px; }
  .idk_gallery_preview { grid-template-columns:repeat(2,1fr); gap:10px; }
  .idk_photo_delete { width:34px; height:34px; }
  .idk_delete_modal .modal-body { padding:38px 22px 26px; }
  .idk_delete_modal_actions { flex-direction:column-reverse; }
footer .text-end { margin-top:15px; text-align:left !important; }
}

/* Informativni dashboard i upravljanje ponudama */
.idk_offers_page,.idk_info_dashboard{padding-top:45px}.idk_offers_head,.idk_info_head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:30px}.idk_offers_head .idk_profile_head{margin-bottom:0}.idk_offers_head h1,.idk_info_head h1{font-size:42px}.idk_offer_summary{display:grid;grid-template-columns:repeat(5,1fr);gap:13px;margin-bottom:45px}.idk_offer_summary article{padding:19px 21px;border:1px solid #e7e8ed;border-radius:15px;background:#fafaff}.idk_offer_summary small,.idk_offer_summary strong{display:block}.idk_offer_summary small{color:var(--muted);font-size:11px}.idk_offer_summary strong{margin-top:5px;font-family:"Sora",sans-serif;font-size:24px}.idk_offers_section_head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.idk_offers_section_head h2{margin:0}.idk_offers_section_head>span{padding:7px 11px;border-radius:16px;background:#f2f3f6;color:var(--muted);font-size:10px;font-weight:700}
.idk_info_head>div:last-child{display:flex;gap:9px}.idk_info_kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px}.idk_info_kpis article{position:relative;padding:23px;border:1px solid #e7e8ed;border-radius:17px;background:#fff;box-shadow:0 8px 24px rgba(21,26,45,.045)}.idk_info_kpis small,.idk_info_kpis strong,.idk_info_kpis p,.idk_info_kpis a{display:block}.idk_info_kpis small{padding-right:34px;color:var(--muted);font-size:11px;font-weight:700}.idk_info_kpis strong{margin-top:9px;font-family:"Sora",sans-serif;font-size:29px}.idk_info_kpis p{min-height:17px;margin:6px 0 14px;color:#9297a4;font-size:10px}.idk_info_kpis a{color:var(--accent);font-size:10px;font-weight:750}.idk_info_icon{position:absolute;top:18px;right:18px;display:flex;width:31px;height:31px;align-items:center;justify-content:center;border-radius:9px;background:var(--accent-soft);color:var(--accent);font-weight:800}.idk_info_kpi_dark{border-color:#11182a!important;background:#11182a!important;color:#fff}.idk_info_kpi_dark small,.idk_info_kpi_dark p{color:#aeb4c2}.idk_info_kpi_dark .idk_info_icon{background:rgba(255,255,255,.1);color:#fff}.idk_info_kpi_dark a{color:#aaa5ff}
.idk_info_grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr);gap:22px;margin-bottom:22px}.idk_info_panel{padding:27px;border:1px solid #e7e8ed;border-radius:18px;background:#fff;box-shadow:0 8px 27px rgba(21,26,45,.04)}.idk_info_panel_head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:22px}.idk_info_panel_head .idk_eyebrow{margin-bottom:4px;font-size:10px}.idk_info_panel_head h2{margin:0;font-size:21px}.idk_info_panel_head>a{color:var(--accent);font-size:10px;font-weight:750}.idk_info_metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.idk_info_metrics>div{padding:16px;border-radius:13px;background:#f8f8fb}.idk_info_metrics small,.idk_info_metrics strong,.idk_info_metrics span{display:block}.idk_info_metrics small{color:var(--muted);font-size:9px}.idk_info_metrics strong{margin-top:6px;font-family:"Sora",sans-serif;font-size:21px}.idk_info_metrics span{margin-top:4px;color:#969aa5;font-size:8px}.idk_info_visual{position:relative;height:10px;margin-top:25px;border-radius:10px;background:#eceef3}.idk_info_visual>span{display:block;height:100%;border-radius:10px;background:linear-gradient(90deg,var(--accent),#9e98ff)}.idk_info_visual>i{position:absolute;top:-5px;width:2px;height:20px;border-radius:2px;background:#2ebda2}.idk_info_performance>p{margin:12px 0 0;color:var(--muted);font-size:9px}.idk_info_actions>a{display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:center;padding:14px 0;border-bottom:1px solid #ececf1;color:var(--ink)}.idk_info_actions>a:last-child{border-bottom:0}.idk_info_actions>a>i{display:flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:10px;background:var(--accent-soft);color:var(--accent);font-style:normal}.idk_info_actions strong,.idk_info_actions small{display:block}.idk_info_actions strong{font-size:11px}.idk_info_actions small{margin-top:3px;color:var(--muted);font-size:8px}.idk_info_actions>a>b{color:var(--accent)}
.idk_info_bottom{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:22px}.idk_recent_offers>a{display:grid;grid-template-columns:70px 1fr auto;gap:13px;align-items:center;padding:11px 0;border-bottom:1px solid #ececf1;color:var(--ink)}.idk_recent_offers>a:last-child{border-bottom:0}.idk_recent_offers img,.idk_recent_placeholder{display:flex;width:70px;height:55px;align-items:center;justify-content:center;border-radius:10px;object-fit:cover;background:var(--accent-soft);color:var(--accent);font-weight:800}.idk_recent_offers>a>span:nth-child(2) small,.idk_recent_offers>a>span:nth-child(2) strong,.idk_recent_offers>a>span:nth-child(2) i{display:block}.idk_recent_offers>a>span:nth-child(2) small{color:var(--accent);font-size:8px;font-weight:750}.idk_recent_offers>a>span:nth-child(2) strong{margin-top:3px;font-size:12px}.idk_recent_offers>a>span:nth-child(2) i{margin-top:3px;color:var(--muted);font-size:8px;font-style:normal}.idk_recent_offers>a>b{font-size:9px}.idk_info_health>div:not(.idk_info_panel_head){display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 0;border-bottom:1px solid #ececf1}.idk_info_health>div:last-child{border-bottom:0}.idk_info_health>div>span{display:flex;align-items:center;gap:9px}.idk_info_health i{display:flex;width:25px;height:25px;align-items:center;justify-content:center;border-radius:50%;background:#e4f8ed;color:#16835a;font-size:9px;font-style:normal;font-weight:800}.idk_info_health .idk_health_pending{background:#fff3df;color:#b16a10}.idk_info_health strong{font-size:10px}.idk_info_health small{color:#16835a;font-size:8px}.idk_info_health a{color:var(--accent);font-size:8px;font-weight:750}
@media(max-width:1199px){.idk_info_kpis{grid-template-columns:repeat(2,1fr)}.idk_info_grid,.idk_info_bottom{grid-template-columns:1fr}}
@media(max-width:767px){.idk_offers_head,.idk_info_head{align-items:flex-start;flex-direction:column}.idk_offers_head>.idk_btn_primary{width:100%}.idk_info_head>div:last-child{width:100%;flex-direction:column}.idk_offer_summary{grid-template-columns:repeat(2,1fr)}.idk_info_kpis{grid-template-columns:1fr}.idk_info_metrics{grid-template-columns:1fr}.idk_info_panel{padding:22px 18px}.idk_recent_offers>a{grid-template-columns:60px 1fr}.idk_recent_offers>a>b{grid-column:2}.idk_recent_offers img,.idk_recent_placeholder{width:60px;height:52px}}

.idk_preview_link span{color:var(--muted);font-size:8px}
@media(max-width:767px){.idk_campaign_process{align-items:flex-start;flex-direction:column}.idk_campaign_process>b{width:1px;height:14px;margin-left:14px}}

/* Čitljivost informativnog dashboarda */
.idk_info_dashboard .idk_eyebrow{font-size:14px}.idk_info_head{align-items:flex-start}.idk_info_head>div:first-child{max-width:780px}.idk_info_head .idk_muted{font-size:18px}.idk_info_kpis small{font-size:14px}.idk_info_kpis p{min-height:22px;font-size:14px;line-height:1.55}.idk_info_kpis a{font-size:14px}.idk_info_panel_head .idk_eyebrow{font-size:14px}.idk_info_panel_head>a{font-size:14px}.idk_info_metrics small{font-size:14px}.idk_info_metrics span{font-size:14px;line-height:1.5}.idk_info_performance>p{font-size:14px;line-height:1.6}.idk_info_actions strong{font-size:15px}.idk_info_actions small{font-size:14px;line-height:1.45}.idk_info_actions>a>b{font-size:16px}.idk_recent_offers>a>span:nth-child(2) small{font-size:14px}.idk_recent_offers>a>span:nth-child(2) strong{font-size:15px}.idk_recent_offers>a>span:nth-child(2) i{font-size:14px}.idk_recent_offers>a>b{font-size:14px}.idk_info_health strong{font-size:14px}.idk_info_health small,.idk_info_health a{font-size:14px}.idk_info_dashboard .idk_status,.idk_info_dashboard .idk_status_pending::after,.idk_info_dashboard .idk_info_health i{font-size:14px}

.idk_info_head>div:only-child{display:block;width:100%;max-width:780px}.idk_info_head>div:only-child .idk_eyebrow,.idk_info_head>div:only-child h1,.idk_info_head>div:only-child p{display:block}.idk_info_head>div:only-child h1{margin:0 0 10px}.idk_info_dashboard .idk_status_pending{font-size:0}.idk_info_dashboard .idk_status_pending::after{font-size:14px}.idk_info_health>div:not(.idk_info_panel_head)>a,.idk_info_health>div:not(.idk_info_panel_head)>small{white-space:nowrap}.idk_info_bottom{grid-template-columns:minmax(0,1.2fr) minmax(390px,.8fr)}
.idk_recent_offer_row{display:grid;grid-template-columns:70px 1fr auto;gap:13px;align-items:center;padding:11px 0;border-bottom:1px solid #ececf1}.idk_recent_offer_row:last-child{border-bottom:0}.idk_recent_offer_row>img{width:70px;height:55px;border-radius:10px;object-fit:cover}.idk_recent_offer_row>span:nth-child(2) small,.idk_recent_offer_row>span:nth-child(2) strong,.idk_recent_offer_row>span:nth-child(2) i{display:block}.idk_recent_offer_row>span:nth-child(2) small{color:var(--accent);font-size:14px;font-weight:750}.idk_recent_offer_row>span:nth-child(2) strong{margin-top:3px;font-size:15px}.idk_recent_offer_row>span:nth-child(2) i{margin-top:3px;color:var(--muted);font-size:14px;font-style:normal}.idk_recent_offer_row>b{font-size:14px;white-space:nowrap}
@media(max-width:1199px){.idk_info_bottom{grid-template-columns:1fr}}
@media(max-width:767px){.idk_recent_offer_row{grid-template-columns:60px 1fr}.idk_recent_offer_row>img{width:60px;height:52px}.idk_recent_offer_row>b{grid-column:2;width:max-content}}

/* Jedinstvena veličina eyebrow oznaka kroz administraciju */
.idk_eyebrow,.idk_info_dashboard .idk_eyebrow,.idk_info_panel_head .idk_eyebrow{font-size:12px!important}

/* Centar za pomoć */
.idk_help_page{padding-top:45px}.idk_help_hero{padding:0 0 42px}.idk_help_hero>.idk_back_link{margin-bottom:35px}.idk_help_hero>div{max-width:820px}.idk_help_hero h1{margin:0;font-size:44px}.idk_help_hero>div>p{margin:12px 0 24px;color:var(--muted);font-size:17px}.idk_help_search{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;max-width:720px;padding:8px 10px 8px 17px;border:1px solid #dfe1e7;border-radius:15px;background:#fff;box-shadow:0 10px 30px rgba(21,26,45,.06)}.idk_help_search img{width:19px;height:19px}.idk_help_search input{min-width:0;padding:10px 0;border:0;outline:0;font-size:14px}.idk_help_search kbd{padding:7px 9px;border-radius:8px;background:#f2f3f7;color:var(--muted);font-family:"Inter",sans-serif;font-size:11px}.idk_help_quick{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:35px}.idk_help_quick>a{display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;padding:20px;border:1px solid #e7e8ed;border-radius:16px;background:#fff;color:var(--ink);box-shadow:0 8px 24px rgba(21,26,45,.04);transition:.2s}.idk_help_quick>a:hover{border-color:#d7d4ff;transform:translateY(-2px)}.idk_help_quick>a>span{display:flex;width:37px;height:37px;align-items:center;justify-content:center;border-radius:11px;background:var(--accent-soft);color:var(--accent);font-size:11px;font-weight:800}.idk_help_quick strong,.idk_help_quick small{display:block}.idk_help_quick strong{font-size:14px}.idk_help_quick small{margin-top:4px;color:var(--muted);font-size:12px}.idk_help_quick b{color:var(--accent)}
.idk_help_layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:25px;align-items:start}.idk_help_nav{position:sticky;top:22px;padding:22px;border:1px solid #e7e8ed;border-radius:17px;background:#fff}.idk_help_nav>.idk_eyebrow{margin:0 0 10px 10px}.idk_help_nav>a{display:block;padding:10px;border-radius:9px;color:#4f5360;font-size:13px;font-weight:650}.idk_help_nav>a:hover{background:var(--accent-soft);color:#4e47c7}.idk_help_nav>div{margin-top:18px;padding:17px;border-radius:13px;background:#11182a;color:#fff}.idk_help_nav>div strong{font-size:12px}.idk_help_nav>div p{margin:7px 0;color:#aeb4c2;font-size:11px;line-height:1.55}.idk_help_nav>div a{color:#aaa5ff;font-size:11px;font-weight:700}.idk_help_content{display:flex;min-width:0;flex-direction:column;gap:18px}.idk_help_section{scroll-margin-top:20px;padding:30px;border:1px solid #e7e8ed;border-radius:19px;background:#fff;box-shadow:0 8px 27px rgba(21,26,45,.035)}.idk_help_title{display:flex;gap:13px;align-items:flex-start;margin-bottom:22px}.idk_help_title>span{display:flex;width:35px;height:35px;flex:0 0 35px;align-items:center;justify-content:center;border-radius:10px;background:var(--accent-soft);color:var(--accent);font-size:11px;font-weight:800}.idk_help_title .idk_eyebrow{margin:0 0 3px}.idk_help_title h2{margin:0;font-size:23px}.idk_help_intro{margin:0 0 20px;color:var(--muted);font-size:14px;line-height:1.7}.idk_help_cards{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.idk_help_cards article{padding:18px;border:1px solid #ececf1;border-radius:13px;background:#fafafd}.idk_help_cards h3{margin:0;font-size:15px}.idk_help_cards p{margin:9px 0 0;color:var(--muted);font-size:13px;line-height:1.65}.idk_help_cards a,.idk_help_text_link{display:inline-block;margin-top:12px;color:var(--accent);font-size:12px;font-weight:750}.idk_help_steps{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;border:1px solid #ececf1;border-radius:14px}.idk_help_steps>div{display:grid;grid-template-columns:auto 1fr;gap:10px;padding:17px;border-right:1px solid #ececf1;border-bottom:1px solid #ececf1}.idk_help_steps>div:nth-child(3n){border-right:0}.idk_help_steps>div:nth-child(n+7){border-bottom:0}.idk_help_steps b{display:flex;width:24px;height:24px;align-items:center;justify-content:center;border-radius:7px;background:#f0efff;color:#514ac8;font-size:10px}.idk_help_steps strong,.idk_help_steps small{display:block}.idk_help_steps strong{font-size:13px}.idk_help_steps small{margin-top:5px;color:var(--muted);font-size:11px;line-height:1.5}.idk_help_note{display:flex;gap:11px;align-items:flex-start;margin-top:18px;padding:15px;border:1px solid #dedcff;border-radius:12px;background:var(--accent-soft)}.idk_help_note>span{display:flex;width:24px;height:24px;flex:0 0 24px;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:var(--accent);font-size:11px;font-weight:800}.idk_help_note p{margin:1px 0 0;color:#666b84;font-size:12px;line-height:1.6}
.idk_help_statuses{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.idk_help_statuses article{padding:18px;border:1px solid #ececf1;border-radius:13px}.idk_help_statuses p{margin:12px 0 0;color:var(--muted);font-size:13px;line-height:1.65}.idk_help_pending_badge{display:inline-block;padding:5px 9px;border-radius:20px;background:#fff5d9;color:#966b00;font-size:13px}.idk_help_split{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.idk_help_split>div{padding:20px;border-radius:14px;background:#f8f8fb}.idk_help_split h3{margin:0;font-size:16px}.idk_help_split p{margin:9px 0 0;color:var(--muted);font-size:13px;line-height:1.7}.idk_help_promo{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.idk_help_promo article{padding:22px;border:1px solid #e7e8ed;border-radius:15px}.idk_help-promo article>span{color:var(--accent);font-size:11px;font-weight:800;text-transform:uppercase}.idk_help_promo h3{margin:8px 0 0;font-size:17px}.idk_help_promo p{margin:9px 0;color:var(--muted);font-size:13px;line-height:1.65}.idk_help_promo a{color:var(--accent);font-size:12px;font-weight:750}.idk_help_faq{border-top:1px solid #ececf1}.idk_help_faq details{border-bottom:1px solid #ececf1}.idk_help_faq summary{position:relative;padding:17px 40px 17px 0;cursor:pointer;font-size:14px;font-weight:700;list-style:none}.idk_help_faq summary::-webkit-details-marker{display:none}.idk_help_faq summary:after{content:'+';position:absolute;right:8px;top:13px;font-size:20px;font-weight:400}.idk_help_faq details[open] summary:after{content:'−'}.idk_help_faq p{margin:-3px 35px 17px 0;color:var(--muted);font-size:13px;line-height:1.7}.idk_help_no_results{padding:55px;border:1px dashed #d6d8e0;border-radius:17px;text-align:center}.idk_help_no_results strong{font-size:17px}.idk_help_no_results p{margin:7px 0 0;color:var(--muted)}.idk_help_section[hidden]{display:none!important}
@media(max-width:991px){.idk_help_layout{grid-template-columns:1fr}.idk_help_nav{position:static;display:flex;overflow-x:auto;gap:5px}.idk_help_nav>.idk_eyebrow,.idk_help_nav>div{display:none}.idk_help_nav>a{white-space:nowrap}.idk_help_cards,.idk_help_steps{grid-template-columns:repeat(2,1fr)}.idk_help_steps>div,.idk_help_steps>div:nth-child(3n),.idk_help_steps>div:nth-child(n+7){border-right:1px solid #ececf1;border-bottom:1px solid #ececf1}.idk_help_steps>div:nth-child(2n){border-right:0}.idk_help_steps>div:last-child{border-bottom:0}}
@media(max-width:767px){.idk_help_hero h1{font-size:34px}.idk_help_search kbd{display:none}.idk_help_quick,.idk_help_cards,.idk_help_steps,.idk_help_statuses,.idk_help_split,.idk_help_promo{grid-template-columns:1fr}.idk_help_section{padding:23px 18px}.idk_help_steps>div,.idk_help_steps>div:nth-child(2n),.idk_help_steps>div:nth-child(3n),.idk_help_steps>div:nth-child(n+7){border-right:0;border-bottom:1px solid #ececf1}.idk_help_steps>div:last-child{border-bottom:0}}
.idk_help_promo article>span{color:var(--accent);font-size:11px;font-weight:800;text-transform:uppercase}

/* Premium tipografija i ritam centra za pomoć */
.idk_help_page{padding-top:55px}.idk_help_hero{padding-bottom:50px}.idk_help_hero>.idk_back_link{margin-bottom:42px}.idk_help_hero h1{font-size:48px;line-height:1.15}.idk_help_hero>div>p{margin:16px 0 30px;font-size:18px;line-height:1.65}.idk_help_search{max-width:760px;padding:11px 14px 11px 20px;border-radius:17px}.idk_help_search input{padding:11px 0;font-size:16px}.idk_help_search kbd{font-size:12px}.idk_help_quick{gap:18px;margin-bottom:42px}.idk_help_quick>a{padding:24px;border-radius:18px}.idk_help_quick>a>span{width:42px;height:42px;font-size:13px}.idk_help_quick strong{font-size:16px}.idk_help_quick small{margin-top:6px;font-size:14px;line-height:1.45}
.idk_help_layout{grid-template-columns:280px minmax(0,1fr);gap:30px}.idk_help_nav{top:24px;padding:25px 20px;border-radius:19px}.idk_help_nav>.idk_eyebrow{margin:0 0 14px 12px}.idk_help_nav>a{margin:3px 0;padding:12px;border-radius:10px;font-size:15px;transition:.2s}.idk_help_nav>a:hover,.idk_help_nav>a.idk_help_nav_active{background:var(--accent-soft);color:#4e47c7}.idk_help_nav>a.idk_help_nav_active{box-shadow:inset 3px 0 0 var(--accent)}.idk_help_nav>div{margin-top:24px;padding:20px;border-radius:15px}.idk_help_nav>div strong{font-size:15px}.idk_help_nav>div p{margin:9px 0;font-size:14px;line-height:1.65}.idk_help_nav>div a{font-size:14px;overflow-wrap:anywhere}.idk_help_content{gap:28px}.idk_help_section{scroll-margin-top:30px;padding:38px;border-radius:21px}.idk_help_title{gap:16px;margin-bottom:28px}.idk_help_title>span{width:42px;height:42px;flex-basis:42px;font-size:13px}.idk_help_title h2{font-size:29px;line-height:1.25}.idk_help_intro{margin-bottom:26px;font-size:16px;line-height:1.75}
.idk_help_cards{gap:16px}.idk_help_cards article{padding:24px;border-radius:15px}.idk_help_cards h3{font-size:18px}.idk_help_cards p{margin-top:12px;font-size:15px;line-height:1.75}.idk_help_cards a,.idk_help_text_link{margin-top:16px;font-size:14px}.idk_help_steps{border-radius:16px}.idk_help_steps>div{gap:13px;padding:22px}.idk_help_steps b{width:30px;height:30px;font-size:12px}.idk_help_steps strong{font-size:16px}.idk_help_steps small{margin-top:7px;font-size:14px;line-height:1.6}.idk_help_note{gap:14px;margin-top:24px;padding:19px;border-radius:14px}.idk_help_note>span{width:28px;height:28px;flex-basis:28px;font-size:13px}.idk_help_note p{font-size:14px;line-height:1.7}
.idk_help_statuses{gap:16px}.idk_help_statuses article{padding:23px;border-radius:15px}.idk_help_statuses p{margin-top:15px;font-size:15px;line-height:1.7}.idk_help_pending_badge,.idk_help_statuses .idk_status{font-size:14px}.idk_help_split{gap:16px}.idk_help_split>div{padding:25px;border-radius:15px}.idk_help_split h3{font-size:18px}.idk_help_split p{margin-top:12px;font-size:15px;line-height:1.75}.idk_help_promo{gap:16px}.idk_help_promo article{padding:27px;border-radius:16px}.idk_help_promo article>span{font-size:12px}.idk_help_promo h3{margin-top:10px;font-size:19px}.idk_help_promo p{margin:12px 0;font-size:15px;line-height:1.75}.idk_help_promo a{font-size:14px}.idk_help_faq summary{padding:21px 45px 21px 0;font-size:16px}.idk_help_faq summary:after{top:17px}.idk_help_faq p{margin:0 40px 21px 0;font-size:15px;line-height:1.75}.idk_help_no_results strong{font-size:19px}.idk_help_no_results p{font-size:15px}
@media(max-width:991px){.idk_help_layout{grid-template-columns:1fr}.idk_help_nav{padding:10px}.idk_help_nav>a{font-size:14px}}
@media(max-width:767px){.idk_help_page{padding-top:35px}.idk_help_hero h1{font-size:36px}.idk_help_section{padding:28px 22px}.idk_help_title h2{font-size:24px}.idk_help_quick>a{padding:20px}}

/* Rezultati pretrage pomoći */
.idk_help_search>button{display:flex;width:34px;height:34px;align-items:center;justify-content:center;padding:0;border:0;border-radius:9px;background:#f2f3f7;color:#666c79;font-size:20px;line-height:1}.idk_help_search>button:hover{background:var(--accent-soft);color:var(--accent)}.idk_help_search_results{margin-bottom:42px;padding:32px;border:1px solid #e7e8ed;border-radius:21px;background:#fff;box-shadow:0 12px 38px rgba(21,26,45,.055)}.idk_help_results_head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.idk_help_results_head .idk_eyebrow{margin-bottom:5px}.idk_help_results_head h2{margin:0;font-size:28px}.idk_help_results_head>button{padding:10px 15px;border:1px solid #dfe1e7;border-radius:22px;background:#fff;color:var(--ink);font-size:14px;font-weight:700}.idk_help_results_head>button:hover{border-color:var(--accent);color:var(--accent)}#idk_help_results_list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.idk_help_result_item{display:grid;grid-template-columns:auto 1fr auto;gap:15px;align-items:center;min-width:0;padding:22px;border:1px solid #e7e8ed;border-radius:16px;background:#fafafd;color:var(--ink);text-align:left;transition:.2s}.idk_help_result_item:hover{border-color:#cbc7ff;background:#f7f6ff;transform:translateY(-2px);box-shadow:0 9px 24px rgba(21,26,45,.06)}.idk_help_result_icon{display:flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:12px;background:var(--accent-soft);color:var(--accent);font-size:18px}.idk_help_result_item>span:nth-child(2){min-width:0}.idk_help_result_item small,.idk_help_result_item strong{display:block}.idk_help_result_item small{color:var(--accent);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.idk_help_result_item strong{margin-top:5px;font-family:"Sora",sans-serif;font-size:18px}.idk_help_result_item p{margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.6}.idk_help_result_item>b{color:var(--accent);font-size:13px;white-space:nowrap}.idk_help_search_results>.idk_help_no_results{padding:42px}
@media(max-width:767px){.idk_help_search_results{padding:24px 18px}.idk_help_results_head{align-items:flex-start;flex-direction:column}.idk_help_results_head h2{font-size:23px}#idk_help_results_list{grid-template-columns:1fr}.idk_help_result_item{grid-template-columns:auto 1fr}.idk_help_result_item>b{grid-column:2}}

/* Jedinstveni premium select elementi */
select,.idk_field select,.idk_analytics_filters select,.idk_reviews_filters select,.idk_reviews_toolbar select{box-sizing:border-box;padding-right:52px!important;background-color:#fff!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23171A23' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 18px center!important;background-size:18px 18px!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;cursor:pointer}
select:disabled{cursor:not-allowed;opacity:.65}
@media(max-width:767px){select,.idk_field select,.idk_analytics_filters select,.idk_reviews_filters select,.idk_reviews_toolbar select{padding-right:48px!important;background-position:right 16px center!important}}

/* Čitljivost detaljne analitike */
.idk_event_grid>div{padding:20px}.idk_event_grid strong{font-size:14px;line-height:1.4}.idk_event_grid small{margin-top:5px;font-size:12px;letter-spacing:.03em}.idk_event_grid b{font-size:18px}.idk_event_dot{width:10px;height:10px}.idk_source_list span strong{font-size:14px}.idk_source_list span small{font-size:12px}.idk_source_list b{font-size:14px}.idk_line_chart>div{font-size:12px}.idk_panel_period{font-size:12px}
.idk_event_grid small{display:none}.idk_event_grid strong{white-space:normal}
